Pay Attention to Where You Look
Alex Beriand, JhihYang Wu, Daniel Brignac, Natnael Daba, Abhijit Mahalanobis
TL;DR
The paper tackles the problem of equal treatment of multiple source views in few-shot novel view synthesis by introducing a camera-weighting mechanism that assigns per-view relevance to the target. It presents two branches: deterministic weighting (distance, angle, and kernel-based cues) and an attention-based approach (pose embeddings with cross-attention). The methods are compatible with existing NeRF-style pipelines (e.g., PixelNeRF, GeNVS), with deterministic weighting offering plug-in simplicity and attention-based weighting requiring targeted training of the weighting module. Experimental results on SRN Cars and SRN Multi-Chairs show that adaptive weighting improves rendering quality and robustness, particularly when a near-target view is available and as more input views are added, illustrating practical gains for real-world NVS applications.
Abstract
Novel view synthesis (NVS) has advanced with generative modeling, enabling photorealistic image generation. In few-shot NVS, where only a few input views are available, existing methods often assume equal importance for all input views relative to the target, leading to suboptimal results. We address this limitation by introducing a camera-weighting mechanism that adjusts the importance of source views based on their relevance to the target. We propose two approaches: a deterministic weighting scheme leveraging geometric properties like Euclidean distance and angular differences, and a cross-attention-based learning scheme that optimizes view weighting. Additionally, models can be further trained with our camera-weighting scheme to refine their understanding of view relevance and enhance synthesis quality. This mechanism is adaptable and can be integrated into various NVS algorithms, improving their ability to synthesize high-quality novel views. Our results demonstrate that adaptive view weighting enhances accuracy and realism, offering a promising direction for improving NVS.
