paper-with-me

홈 › Papers

DC-Gaussian: Improving 3D Gaussian Splatting for Reflective Dash Cam Videos

2024-05-27 · Linhan Wang, Kai Cheng, Shuo Lei, Shengkun Wang, Wei Yin, Chenyang Lei, Xiaoxiao Long, Chang-Tien Lu

We present DC-Gaussian, a new method for generating novel views from in-vehicle dash cam videos. While neural rendering techniques have made significant strides in driving scenarios, existing methods are primarily designed for videos collected by autonomous vehicles. However, these videos are limited in both quantity and diversity compared to dash cam videos, which are more widely used across various types of vehicles and capture a broader range of scenarios. Dash cam videos often suffer from severe obstructions such as reflections and occlusions on the windshields, which significantly impede the application of neural rendering techniques. To address this challenge, we develop DC-Gaussian based on the recent real-time neural rendering technique 3D Gaussian Splatting (3DGS). Our approach includes an adaptive image decomposition module to model reflections and occlusions in a unified manner. Additionally, we introduce illumination-aware obstruction modeling to manage reflections and occlusions under varying lighting conditions. Lastly, we employ a geometry-guided Gaussian enhancement strategy to improve rendering details by incorporating additional geometry priors. Experiments on self-captured and public dash cam videos show that our method not only achieves state-of-the-art performance in novel view synthesis, but also accurately reconstructing captured scenes getting rid of obstructions. See the project page for code, data: https://linhanwang.github.io/dcgaussian/.

📄 PDF Abstract BibTeX arXiv:2405.17705

Code (1)

linhanwang/DC-Gaussian 공식 구현 pytorch

Tasks

3DGSAutonomous VehiclesNeural RenderingNovel View Synthesis

Methods 이 논문이 사용한 방법론

CAM Class activation maps could be used to interpret the prediction decision made by the convolutional neural network (CNN). Image source: [Learning Deep Features for…

Similar Papers 제목 키워드 기반

HybridSplat: Fast Reflection-baked Gaussian Tracing using Hybrid Splatting

2025-12-09 · Chang Liu, Hongliang Yuan, Lianghao Zhang, Sichao Wang 외 arxiv

Rendering complex reflection of real-world scenes using 3D Gaussian splatting has been a quite promising solution for photorealistic novel view synthesis, but still faces bottlenecks especially in rendering speed and mem…

Novel View Synthesis

Reflective Gaussian Splatting

2024-12-26 · Yuxuan Yao, Zixuan Zeng, Chun Gu, Xiatian Zhu 외

Novel view synthesis has experienced significant advancements owing to increasingly capable NeRF- and 3DGS-based methods. However, reflective object reconstruction remains challenging, lacking a proper solution to achiev…

3DGSNeRFNovel View SynthesisObject Reconstruction

Ref-DGS: Reflective Dual Gaussian Splatting

2026-03-08 · Ningjing Fan, Yiqun Wang, Dong-Ming Yan, Peter Wonka arxiv

The reflective appearance, especially strong and typically near-field specular reflections, poses a fundamental challenge for accurate surface reconstruction and novel view synthesis. Existing Gaussian splatting methods …

Novel View Synthesis

PolGS++: Physically-Guided Polarimetric Gaussian Splatting for Fast Reflective Surface Reconstruction

2026-03-11 · Yufei Han, Chu Zhou, Youwei Lyu, Qi Chen 외 arxiv

Accurate reconstruction of reflective surfaces remains a fundamental challenge in computer vision, with broad applications in real-time virtual reality and digital content creation. Although 3D Gaussian Splatting (3DGS) …

PolGS: Polarimetric Gaussian Splatting for Fast Reflective Surface Reconstruction

2025-09-24 · Yufei Han, Bowen Tie, Heng Guo, Youwei Lyu 외 arxiv

Efficient shape reconstruction for surfaces with complex reflectance properties is crucial for real-time virtual reality. While 3D Gaussian Splatting (3DGS)-based methods offer fast novel view rendering by leveraging the…