GaussHDR: High Dynamic Range Gaussian Splatting via Learning Unified 3D and 2D Local Tone Mapping
Jinfeng Liu, Lingtong Kong, Bo Li, Dan Xu
TL;DR
GaussHDR tackles HDR NVS by combining 3D Gaussian Splatting with locally adaptive tone mapping for both 3D and 2D views. A per-Gaussian context feature guides a shared local tone mapper, with a residual module enabling fine-grained adjustments, while an uncertainty model adaptively fuses the dual LDR renderings in the loss and during synthesis: $I_{merge} = \frac{U_{2d}^2 I_{3d}^* + U_{3d}^2 I_{2d}^*}{U_{3d}^2 + U_{2d}^2}$. Training proceeds in stages to stabilize the global tone mapper first and then learn local refinements, and an additional unit-exposure loss helps HDR scale on synthetic data: $\mathcal{L}_e = \| g(0) - 0.73 \|_2^2$. Across synthetic and real datasets, GaussHDR achieves state-of-the-art HDR and LDR quality by unifying 3D and 2D tone mapping with per-Gaussian context and uncertainty-guided fusion.
Abstract
High dynamic range (HDR) novel view synthesis (NVS) aims to reconstruct HDR scenes by leveraging multi-view low dynamic range (LDR) images captured at different exposure levels. Current training paradigms with 3D tone mapping often result in unstable HDR reconstruction, while training with 2D tone mapping reduces the model's capacity to fit LDR images. Additionally, the global tone mapper used in existing methods can impede the learning of both HDR and LDR representations. To address these challenges, we present GaussHDR, which unifies 3D and 2D local tone mapping through 3D Gaussian splatting. Specifically, we design a residual local tone mapper for both 3D and 2D tone mapping that accepts an additional context feature as input. We then propose combining the dual LDR rendering results from both 3D and 2D local tone mapping at the loss level. Finally, recognizing that different scenes may exhibit varying balances between the dual results, we introduce uncertainty learning and use the uncertainties for adaptive modulation. Extensive experiments demonstrate that GaussHDR significantly outperforms state-of-the-art methods in both synthetic and real-world scenarios.
