Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

HDR-GS: Efficient High Dynamic Range Novel View Synthesis at 1000x Speed via Gaussian Splatting

About

High dynamic range (HDR) novel view synthesis (NVS) aims to create photorealistic images from novel viewpoints using HDR imaging techniques. The rendered HDR images capture a wider range of brightness levels containing more details of the scene than normal low dynamic range (LDR) images. Existing HDR NVS methods are mainly based on NeRF. They suffer from long training time and slow inference speed. In this paper, we propose a new framework, High Dynamic Range Gaussian Splatting (HDR-GS), which can efficiently render novel HDR views and reconstruct LDR images with a user input exposure time. Specifically, we design a Dual Dynamic Range (DDR) Gaussian point cloud model that uses spherical harmonics to fit HDR color and employs an MLP-based tone-mapper to render LDR color. The HDR and LDR colors are then fed into two Parallel Differentiable Rasterization (PDR) processes to reconstruct HDR and LDR views. To establish the data foundation for the research of 3D Gaussian splatting-based methods in HDR NVS, we recalibrate the camera parameters and compute the initial positions for Gaussian point clouds. Experiments demonstrate that our HDR-GS surpasses the state-of-the-art NeRF-based method by 3.84 and 1.91 dB on LDR and HDR NVS while enjoying 1000x inference speed and only requiring 6.3% training time. Code and recalibrated data will be publicly available at https://github.com/caiyuanhao1998/HDR-GS . A brief video introduction of our work is available at https://youtu.be/wtU7Kcwe7ck

Yuanhao Cai, Zihao Xiao, Yixun Liang, Minghan Qin, Yulun Zhang, Xiaokang Yang, Yaoyao Liu, Alan Yuille• 2024

Related benchmarks

TaskDatasetResultRank
Novel View SynthesisSynthetic Scenes LDR-OE: t1, t3, t5 (test)
PSNR41.13
15
High Dynamic Range View SynthesisHDR-NeRF Real Scenes LDR-OE (t1, t3, t5)
PSNR35.47
11
High Dynamic Range View SynthesisHDR-NeRF Real Scenes LDR-NE (t2, t4)
PSNR31.82
11
Novel View SynthesisSynthetic Scenes LDR-NE: t2, t4 (test)
PSNR39.78
9
High Dynamic Range View SynthesisHDR-Plenoxels Real Scenes LDR-OE (t1, t3, t5)
PSNR31.04
8
Novel view HDR synthesisSynthetic dataset
PSNR13.54
8
High Dynamic Range View SynthesisHDR-Plenoxels Real Scenes LDR-NE (t2, t4)
PSNR27.63
8
Novel exposure synthesis (Δt1, Δt3)Synthetic dataset
PSNR15.13
8
Novel exposure synthesis (Δt1, Δt3)real dataset
PSNR19.23
8
Novel view HDR synthesisreal dataset
PSNR14.18
8
Showing 10 of 18 rows

Other info

Code

Follow for update