CVNov 22, 2025

Frequency-Adaptive Sharpness Regularization for Improving 3D Gaussian Splatting Generalization

arXiv:2511.17918v1
Originality Incremental advance
AI Analysis

It addresses a generalization issue in 3D reconstruction for computer vision applications, offering an incremental improvement over existing methods.

The paper tackles the problem of 3D Gaussian Splatting (3DGS) overfitting to sparse observations in few-shot novel view synthesis, proposing Frequency-Adaptive Sharpness Regularization (FASR) to improve generalization, which consistently enhances baselines across datasets.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes