PlanarNeRF: Online Learning of Planar Primitives with Neural Radiance Fields
Zheng Chen, Qingan Yan, Huangying Zhan, Changjiang Cai, Xiangyu Xu, Yuzhong Huang, Weihan Wang, Ziyue Feng, Yi Xu, Lantao Liu
TL;DR
PlanarNeRF tackles online detection of dense 3D planar primitives from monocular RGB-D sequences by integrating appearance and geometry learning in a neural radiance field. It extends NeRF with a plane rendering branch, a lightweight plane fitting module, and a global memory bank to enforce cross-frame consistency, supporting both supervised and self-supervised training. The approach demonstrates superior 3D geometry fidelity and plane instance segmentation against strong baselines while operating online with modest memory and computational demands. This yields robust, annotated-free or sparsely supervised planar reconstructions suitable for real-time robotics, AR/VR, and scene understanding.
Abstract
Identifying spatially complete planar primitives from visual data is a crucial task in computer vision. Prior methods are largely restricted to either 2D segment recovery or simplifying 3D structures, even with extensive plane annotations. We present PlanarNeRF, a novel framework capable of detecting dense 3D planes through online learning. Drawing upon the neural field representation, PlanarNeRF brings three major contributions. First, it enhances 3D plane detection with concurrent appearance and geometry knowledge. Second, a lightweight plane fitting module is proposed to estimate plane parameters. Third, a novel global memory bank structure with an update mechanism is introduced, ensuring consistent cross-frame correspondence. The flexible architecture of PlanarNeRF allows it to function in both 2D-supervised and self-supervised solutions, in each of which it can effectively learn from sparse training signals, significantly improving training efficiency. Through extensive experiments, we demonstrate the effectiveness of PlanarNeRF in various scenarios and remarkable improvement over existing works.
