paper-with-me

Papers

Distractor-free Generalizable 3D Gaussian Splatting

2024-11-26 · Yanqi Bao, Jing Liao, Jing Huo, Yang Gao

We present DGGS, a novel framework addressing the previously unexplored challenge of Distractor-free Generalizable 3D Gaussian Splatting (3DGS). It accomplishes two key objectives: fortifying generalizable 3DGS against distractor-laden data during both training and inference phases, while successfully extending cross-scene adaptation capabilities to conventional distractor-free approaches. To achieve these objectives, DGGS introduces a scene-agnostic reference-based mask prediction and refinement methodology during training phase, coupled with a training view selection strategy, effectively improving distractor prediction accuracy and training stability. Moreover, to address distractor-induced voids and artifacts during inference stage, we propose a two-stage inference framework for better reference selection based on the predicted distractor masks, complemented by a distractor pruning module to eliminate residual distractor effects. Extensive generalization experiments demonstrate DGGS's advantages under distractor-laden conditions. Additionally, experimental results show that our scene-agnostic mask inference achieves accuracy comparable to scene-specific trained methods. Homepage is \url{https://github.com/bbbbby-99/DGGS}.

📄 PDF Abstract BibTeX arXiv:2411.17605

Code (1)

bbbbby-99/dggs 공식 구현

Tasks

3DGS

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

DeSplat: Decomposed Gaussian Splatting for Distractor-Free Rendering

2024-11-29 · CVPR 2025 1 · Yihao Wang, Marcus Klasson, Matias Turkulainen, Shuzhe Wang 외

Gaussian splatting enables fast novel view synthesis in static 3D environments. However, reconstructing real-world environments remains challenging as distractors or occluders break the multi-view consistency assumption …

3D ReconstructionNovel View Synthesis

Sparse View Distractor-Free Gaussian Splatting

2026-03-02 · Yi Gu, Zhaorui Wang, Jiahang Cao, Jiaxu Wang 외 arxiv

3D Gaussian Splatting (3DGS) enables efficient training and fast novel view synthesis in static environments. To address challenges posed by transient objects, distractor-free 3DGS methods have emerged and shown promisin…

Novel View Synthesis

PDF-GS: Progressive Distractor Filtering for Robust 3D Gaussian Splatting

2026-04-14 · Kangmin Seo, MinKyu Lee, Tae-Young Kim, ByeongCheol Lee 외 arxiv

Recent advances in 3D Gaussian Splatting (3DGS) have enabled impressive real-time photorealistic rendering. However, conventional training pipelines inherently assume full multi-view consistency among input images, which…

Robust 3D Gaussian Splatting for Novel View Synthesis in Presence of Distractors

2024-08-21 · Paul Ungermann, Armin Ettenhofer, Matthias Nießner, Barbara Roessle

3D Gaussian Splatting has shown impressive novel view synthesis results; nonetheless, it is vulnerable to dynamic objects polluting the input data of an otherwise static scene, so called distractors. Distractors have sev…

Novel View Synthesis

Pose-free 3D Gaussian splatting via shape-ray estimation

2025-05-29 · Youngju Na, Taeyeon Kim, Jumin Lee, Kyu Beom Han 외

While generalizable 3D Gaussian splatting enables efficient, high-quality rendering of unseen scenes, it heavily depends on precise camera poses for accurate geometry. In real-world scenarios, obtaining accurate poses is…