GauSSmart: Enhanced 3D Reconstruction through 2D Foundation Models and Geometric Filtering
Alexander Valverde, Brian Xu, Yuyin Zhou, Meng Xu, Hongyun Wang
TL;DR
GauSSmart addresses the challenge of reconstructing detailed, realistic 3D scenes from sparsely sampled 3D data by coupling 2D foundation-model cues with 3D Gaussian Splatting. The approach integrates convex outlier filtering, segmentation-guided densification, and a DINOv3-based embedding loss to refine Gaussian primitives, enabling better semantic and geometric alignment. Experiments across DTU, Mip-NeRF 360, and Tanks & Temples show consistent improvements over 2D Gaussian Splatting and competitive results with 3D Splatting, demonstrating the value of hybrid 2D-3D priors for scene reconstruction. The work highlights a practical path toward higher fidelity 3D reconstructions in data-scarce regimes and suggests that future gains may come from leveraging newer 2D foundation models like DiNOv3.
Abstract
Scene reconstruction has emerged as a central challenge in computer vision, with approaches such as Neural Radiance Fields (NeRF) and Gaussian Splatting achieving remarkable progress. While Gaussian Splatting demonstrates strong performance on large-scale datasets, it often struggles to capture fine details or maintain realism in regions with sparse coverage, largely due to the inherent limitations of sparse 3D training data. In this work, we propose GauSSmart, a hybrid method that effectively bridges 2D foundational models and 3D Gaussian Splatting reconstruction. Our approach integrates established 2D computer vision techniques, including convex filtering and semantic feature supervision from foundational models such as DINO, to enhance Gaussian-based scene reconstruction. By leveraging 2D segmentation priors and high-dimensional feature embeddings, our method guides the densification and refinement of Gaussian splats, improving coverage in underrepresented areas and preserving intricate structural details. We validate our approach across three datasets, where GauSSmart consistently outperforms existing Gaussian Splatting in the majority of evaluated scenes. Our results demonstrate the significant potential of hybrid 2D-3D approaches, highlighting how the thoughtful combination of 2D foundational models with 3D reconstruction pipelines can overcome the limitations inherent in either approach alone.
