CVNov 26, 2023

NeuRAD: Neural Rendering for Autonomous Driving

arXiv:2311.15260v3154 citationsh-index: 10Has Code
Originality Incremental advance
AI Analysis

This work improves neural rendering for autonomous driving simulation and data augmentation, though it appears incremental as it builds on existing NeRF methods with tailored enhancements.

The paper tackles the problem of applying neural radiance fields (NeRFs) to autonomous driving by addressing issues like long training times and lack of generalizability, proposing NeuRAD, which achieves state-of-the-art performance on five popular datasets.

Neural radiance fields (NeRFs) have gained popularity in the autonomous driving (AD) community. Recent methods show NeRFs' potential for closed-loop simulation, enabling testing of AD systems, and as an advanced training data augmentation technique. However, existing methods often require long training times, dense semantic supervision, or lack generalizability. This, in turn, hinders the application of NeRFs for AD at scale. In this paper, we propose NeuRAD, a robust novel view synthesis method tailored to dynamic AD data. Our method features simple network design, extensive sensor modeling for both camera and lidar -- including rolling shutter, beam divergence and ray dropping -- and is applicable to multiple datasets out of the box. We verify its performance on five popular AD datasets, achieving state-of-the-art performance across the board. To encourage further development, we will openly release the NeuRAD source code. See https://github.com/georghess/NeuRAD .

Code Implementations2 repos
Foundations

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

Your Notes