CVAIGRLGFeb 3, 2023

Robust Camera Pose Refinement for Multi-Resolution Hash Encoding

arXiv:2302.01571v127 citationsh-index: 26
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in neural rendering for computer vision applications, offering an incremental improvement over existing methods.

The paper tackles the problem of camera pose refinement deteriorating when using multi-resolution hash encoding for neural rendering, and proposes a joint optimization algorithm that stabilizes gradient oscillations and uses curriculum training to achieve state-of-the-art performance and rapid convergence in novel-view synthesis.

Multi-resolution hash encoding has recently been proposed to reduce the computational cost of neural renderings, such as NeRF. This method requires accurate camera poses for the neural renderings of given scenes. However, contrary to previous methods jointly optimizing camera poses and 3D scenes, the naive gradient-based camera pose refinement method using multi-resolution hash encoding severely deteriorates performance. We propose a joint optimization algorithm to calibrate the camera pose and learn a geometric representation using efficient multi-resolution hash encoding. Showing that the oscillating gradient flows of hash encoding interfere with the registration of camera poses, our method addresses the issue by utilizing smooth interpolation weighting to stabilize the gradient oscillation for the ray samplings across hash grids. Moreover, the curriculum training procedure helps to learn the level-wise hash encoding, further increasing the pose refinement. Experiments on the novel-view synthesis datasets validate that our learning frameworks achieve state-of-the-art performance and rapid convergence of neural rendering, even when initial camera poses are unknown.

Foundations

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

Your Notes