CVMay 9, 2024

RPBG: Towards Robust Neural Point-based Graphics in the Wild

arXiv:2405.05663v25 citationsHas CodeECCV
Originality Incremental advance
AI Analysis

This addresses robustness issues in neural point-based graphics for novel view synthesis, making it more applicable to real-world datasets, though it appears incremental as it builds on an existing method.

The paper tackles the problem of point-based neural re-rendering methods performing poorly under noisy, patchy points and unbounded scenes in real-world applications, proposing Robust Point-based Graphics (RPBG) which stably outperforms the baseline by a large margin and shows great robustness over state-of-the-art NeRF-based variants.

Point-based representations have recently gained popularity in novel view synthesis, for their unique advantages, e.g., intuitive geometric representation, simple manipulation, and faster convergence. However, based on our observation, these point-based neural re-rendering methods are only expected to perform well under ideal conditions and suffer from noisy, patchy points and unbounded scenes, which are challenging to handle but defacto common in real applications. To this end, we revisit one such influential method, known as Neural Point-based Graphics (NPBG), as our baseline, and propose Robust Point-based Graphics (RPBG). We in-depth analyze the factors that prevent NPBG from achieving satisfactory renderings on generic datasets, and accordingly reform the pipeline to make it more robust to varying datasets in-the-wild. Inspired by the practices in image restoration, we greatly enhance the neural renderer to enable the attention-based correction of point visibility and the inpainting of incomplete rasterization, with only acceptable overheads. We also seek for a simple and lightweight alternative for environment modeling and an iterative method to alleviate the problem of poor geometry. By thorough evaluation on a wide range of datasets with different shooting conditions and camera trajectories, RPBG stably outperforms the baseline by a large margin, and exhibits its great robustness over state-of-the-art NeRF-based variants. Code available at https://github.com/QT-Zhu/RPBG.

Code Implementations1 repo
Foundations

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

Your Notes