DNRSelect: Active Best View Selection for Deferred Neural Rendering
Dongli Wu, Haochen Li, Xiaobao Wei
TL;DR
DNRSelect tackles the data-hungry nature of Deferred Neural Rendering by integrating a reinforcement learning–driven view selector and a 3D texture aggregator. The RL-based selector identifies informative views using rasterized images, reducing the need for ray-traced data, while the 3D texture aggregator fuses depth, normal, and UV cues to maintain geometric consistency with sparse viewpoints. The framework trains in two stages: first learning a coarse DNR with selected views, then fine-tuning using the chosen ray-traced views and a multi-term loss to sharpen textures. Experiments on NeRF-Synthetic demonstrate strong rendering fidelity with fewer views, and ablations confirm the value of each component, highlighting DNRSelect’s potential for more data-efficient neural rendering in robotics and related applications.
Abstract
Deferred neural rendering (DNR) is an emerging computer graphics pipeline designed for high-fidelity rendering and robotic perception. However, DNR heavily relies on datasets composed of numerous ray-traced images and demands substantial computational resources. It remains under-explored how to reduce the reliance on high-quality ray-traced images while maintaining the rendering fidelity. In this paper, we propose DNRSelect, which integrates a reinforcement learning-based view selector and a 3D texture aggregator for deferred neural rendering. We first propose a novel view selector for deferred neural rendering based on reinforcement learning, which is trained on easily obtained rasterized images to identify the optimal views. By acquiring only a few ray-traced images for these selected views, the selector enables DNR to achieve high-quality rendering. To further enhance spatial awareness and geometric consistency in DNR, we introduce a 3D texture aggregator that fuses pyramid features from depth maps and normal maps with UV maps. Given that acquiring ray-traced images is more time-consuming than generating rasterized images, DNRSelect minimizes the need for ray-traced data by using only a few selected views while still achieving high-fidelity rendering results. We conduct detailed experiments and ablation studies on the NeRF-Synthetic dataset to demonstrate the effectiveness of DNRSelect. The code will be released.
