CVJan 21, 2025

DNRSelect: Active Best View Selection for Deferred Neural Rendering

arXiv:2501.12150v11 citationsh-index: 1
Originality Highly original
AI Analysis

This addresses a computational bottleneck in computer graphics and robotic perception, offering a more efficient approach to high-quality rendering.

The paper tackles the problem of reducing reliance on computationally expensive ray-traced images in deferred neural rendering by proposing DNRSelect, which uses a reinforcement learning-based view selector and a 3D texture aggregator to achieve high-fidelity rendering with only a few ray-traced images.

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.

Foundations

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

Your Notes