PDEO: Plug-and-Play PDE Optimization for 3D Gaussian Splatting

Toward High-Quality Rendering and Reconstruction

Yifan Mo1, Youcheng Cai1, Ligang Liu1
1University of Science and Technology of China (USTC), Hefei, CN
{moyf, caiyoucheng, lgliu}@ustc.edu.cn
CVPR 2026

Abstract

3D Gaussian Splatting (3DGS) has revolutionized radiance field reconstruction but encounters blurring and floaters in complex scenes due to unstable optimization of small Gaussians. We attribute this to the imbalance in gradient magnitudes during optimization.

To address this, we present PDEO, a novel, plug-and-play optimization framework. We theoretically derive that 3DGS optimization can be modeled as a Partial Differential Equation (PDE) and introduce a viscous term inspired by fluid simulation to ensure stable optimization. By employing the Material Point Method (MPM), we obtain a stable numerical solution that enhances both global and local constraints. Extensive experiments confirm that PDEO achieves state-of-the-art rendering and reconstruction quality across various datasets.

Teaser Image
Figure 1: PDEO enables stable optimization of 3D Gaussians, significantly reducing artifacts and floaters while enhancing details in both rendering and surface reconstruction.

Method

Our core insight is that the instability in 3DGS optimization arises because positional gradients dominate other attribute gradients when Gaussian scales are small.

Key Contributions:

Method Overview
Figure 3: Overview of the proposed PDEO framework. We model 3DGS optimization as a PDE and solve it using MPM (Particle-to-Grid and Grid-to-Particle) with a viscous term.

Results

Novel View Synthesis

PDEO consistently improves PSNR, SSIM, and LPIPS across Mip-NeRF360, Tanks&Temples, and ScanNet++ datasets.

Novel View Synthesis Results
Figure 4: Qualitative comparisons on Mip-NeRF360. PDEO significantly reduces artifacts and floaters compared to baseline methods.

Surface Reconstruction

PDEO also excels in surface reconstruction tasks, achieving lower Chamfer Distance errors on the DTU dataset and higher F1-scores on Tanks&Temples.

Surface Reconstruction Results
Figure 5: Qualitative comparisons on Tanks&Temples for surface reconstruction. PDEO produces smoother and more accurate geometry.

Quantitative Tables

Paper & Resources

Citation

If you find our work useful, please consider citing:

@inproceedings{mo2026pdeo,
  title={Plug-and-Play PDE Optimization for 3D Gaussian Splatting: Toward High-Quality Rendering and Reconstruction},
  author={Mo, Yifan and Cai, Youcheng and Liu, Ligang},
  booktitle={IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
  year={2026}
}