CVJan 7, 2025

DehazeGS: Seeing Through Fog with 3D Gaussian Splatting

arXiv:2501.03659v52 citationsh-index: 20
Originality Incremental advance
AI Analysis

This addresses the challenge of rendering clear views in adverse weather conditions for applications like autonomous driving or surveillance, representing a domain-specific incremental improvement over existing NeRF-based methods.

The paper tackles the problem of novel view synthesis in foggy scenes, where scattering and attenuation degrade rendering quality, by proposing DehazeGS, which learns an explicit Gaussian representation to reconstruct and render fog-free scenes from multi-view foggy images, achieving state-of-the-art performance on real-world and synthetic datasets.

Current novel view synthesis methods are typically designed for high-quality and clean input images. However, in foggy scenes, scattering and attenuation can significantly degrade the quality of rendering. Although NeRF-based dehazing approaches have been developed, their reliance on deep fully connected neural networks and per-ray sampling strategies leads to high computational costs. Furthermore, NeRF's implicit representation limits its ability to recover fine-grained details from hazy scenes. To overcome these limitations, we propose learning an explicit Gaussian representation to explain the formation mechanism of foggy images through a physically forward rendering process. Our method, DehazeGS, reconstructs and renders fog-free scenes using only multi-view foggy images as input. Specifically, based on the atmospheric scattering model, we simulate the formation of fog by establishing the transmission function directly onto Gaussian primitives via depth-to-transmission mapping. During training, we jointly learn the atmospheric light and scattering coefficients while optimizing the Gaussian representation of foggy scenes. At inference time, we remove the effects of scattering and attenuation in Gaussian distributions and directly render the scene to obtain dehazed views. Experiments on both real-world and synthetic foggy datasets demonstrate that DehazeGS achieves state-of-the-art performance. visualizations are available at https://dehazegs.github.io/

Foundations

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

Your Notes