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

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

9 May 2024arXiv:2405.05663archive 2025-07-28

Qingtian Zhu, Zizhuang Wei, Zhongtian Zheng, Yifan Zhan, Zhuyu Yao, Jiawang Zhang, Kejian Wu, Yinqiang Zheng

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.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2405.05663")

Code

Syntology Ran 8 of 13 code samples harvested from 1 repository linked to this paper; 5 have no recorded run. Of those that ran: 8 ran with no contract checked.

By repository: official repository: 13 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

qt-zhu/rpbg officialmentioned in papermentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 8 ran; 0 honoured the contract we drafted; 5 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

8ran
5unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from QT-Zhu/RPBG. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

AFF QT-Zhu/RPBG/RPBG/models/mimounet.py official repository ran · metamorphic tier: invariant MIT (permissive) · 349e038d05b2cfce · report
DBlock QT-Zhu/RPBG/RPBG/models/mimounet.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 14e81d2a2db05c54 · report
EBlock QT-Zhu/RPBG/RPBG/models/mimounet.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 5642600dfdadb227 · report
FAM QT-Zhu/RPBG/RPBG/models/mimounet.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 4eb9ea5b3e878e63 · report
FourierUnit QT-Zhu/RPBG/RPBG/models/mimounet.py official repository ran fingerprinted MIT (permissive) · 60e29924690d6157 · report
GatedConv QT-Zhu/RPBG/RPBG/models/mimounet.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 24b0cd7a503871f5 · report
ResBlock QT-Zhu/RPBG/RPBG/models/mimounet.py official repository ran · metamorphic tier: invariant fingerprinted MIT (permissive) · 28239e93e175637f · report
SCM QT-Zhu/RPBG/RPBG/models/mimounet.py official repository ran · metamorphic tier: invariant MIT (permissive) · 2b1106c990cc59b9 · report
FFC QT-Zhu/RPBG/RPBG/models/mimounet.py official repository unverified MIT (permissive) · dde97bb42a868625 · report
FFCResnetBlock QT-Zhu/RPBG/RPBG/models/mimounet.py official repository unverified MIT (permissive) · b1336d91e7c827d8 · report
FFC_BN_ACT QT-Zhu/RPBG/RPBG/models/mimounet.py official repository unverified MIT (permissive) · 1fdc8eec4ba8e86d · report
MIMOUNet QT-Zhu/RPBG/RPBG/models/mimounet.py official repository unverified MIT (permissive) · 778754a205589fec · report
SpectralTransform QT-Zhu/RPBG/RPBG/models/mimounet.py official repository unverified MIT (permissive) · 65bcb1a744d547fe · report

Tasks

Image RestorationNeRFNovel View Synthesis

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Inpainting

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections