Mipmap-GS: Let Gaussians Deform with Scale-specific Mipmap for Anti-aliasing Rendering
Jiameng Li, Yue Shi, Jiezhang Cao, Bingbing Ni, Wenjun Zhang, Kai Zhang, Luc Van Gool
TL;DR
This work tackles aliasing in 3D Gaussian Splatting when rendering at unseen scales by introducing Mipmap-GS, a plug-in that deform Gaussians through scale-specific mipmap-like pseudo-ground-truth. The method constructs scale-aware supervision at test time and optimizes Gaussians with a gradient-guided loss to match the scale-specific pseudo-GT, achieving rapid convergence (≈1K iterations) and producing a more compact representation via active pruning. It reports substantial gains in PSNR for both zoom-in and zoom-out cases on NeRF Synthetic (averages of 9.25 dB and 10.40 dB, respectively) and demonstrates robust improvements across datasets, including Mip-NeRF 360. The approach offers a practical, low-overhead enhancement that can be integrated into existing 3DGS pipelines to reduce aliasing and preserve fine details across scales, facilitating interactive rendering and dynamic scenes.
Abstract
3D Gaussian Splatting (3DGS) has attracted great attention in novel view synthesis because of its superior rendering efficiency and high fidelity. However, the trained Gaussians suffer from severe zooming degradation due to non-adjustable representation derived from single-scale training. Though some methods attempt to tackle this problem via post-processing techniques such as selective rendering or filtering techniques towards primitives, the scale-specific information is not involved in Gaussians. In this paper, we propose a unified optimization method to make Gaussians adaptive for arbitrary scales by self-adjusting the primitive properties (e.g., color, shape and size) and distribution (e.g., position). Inspired by the mipmap technique, we design pseudo ground-truth for the target scale and propose a scale-consistency guidance loss to inject scale information into 3D Gaussians. Our method is a plug-in module, applicable for any 3DGS models to solve the zoom-in and zoom-out aliasing. Extensive experiments demonstrate the effectiveness of our method. Notably, our method outperforms 3DGS in PSNR by an average of 9.25 dB for zoom-in and 10.40 dB for zoom-out on the NeRF Synthetic dataset.
