Frequency-Adaptive Sharpness Regularization for Improving 3D Gaussian Splatting Generalization
Youngsik Yun, Dongjun Gu, Youngjung Uh
TL;DR
This work tackles the generalization gap of 3D Gaussian Splatting in sparse-view novel views by reframing optimization as a generalization problem and introducing Frequency-Adaptive Sharpness Regularization (FASR). FASR redefines sharpness regularization to be frequency-aware, applying per-Gaussian perturbations and weighting guided by a local frequency map, thereby preserving high-frequency detail while improving generalization. Across LLFF and MipNeRF-360 benchmarks and multiple baselines, FASR yields consistent improvements in PSNR, SSIM, LPIPS, and AVGE, and ablation analyses highlight the importance of per-Gaussian treatment and frequency-aware perturbations. The method remains complementary to existing priors and is extensible to NeRF-based models and temporally sparse, dynamic scenes, offering practical gains for sparse-view 3D reconstruction and beyond.
Abstract
Despite 3D Gaussian Splatting (3DGS) excelling in most configurations, it lacks generalization across novel viewpoints in a few-shot scenario because it overfits to the sparse observations. We revisit 3DGS optimization from a machine learning perspective, framing novel view synthesis as a generalization problem to unseen viewpoints-an underexplored direction. We propose Frequency-Adaptive Sharpness Regularization (FASR), which reformulates the 3DGS training objective, thereby guiding 3DGS to converge toward a better generalization solution. Although Sharpness-Aware Minimization (SAM) similarly reduces the sharpness of the loss landscape to improve generalization of classification models, directly employing it to 3DGS is suboptimal due to the discrepancy between the tasks. Specifically, it hinders reconstructing high-frequency details due to excessive regularization, while reducing its strength leads to under-penalizing sharpness. To address this, we reflect the local frequency of images to set the regularization weight and the neighborhood radius when estimating the local sharpness. It prevents floater artifacts in novel viewpoints and reconstructs fine details that SAM tends to oversmooth. Across datasets with various configurations, our method consistently improves a wide range of baselines. Code will be available at https://bbangsik13.github.io/FASR.
