CVSep 18, 2023

RenderOcc: Vision-Centric 3D Occupancy Prediction with 2D Rendering Supervision

arXiv:2309.09502v2160 citationsh-index: 36
Originality Highly original
AI Analysis

This addresses the scalability and usability issues in 3D occupancy prediction for robot perception and autonomous driving, representing a novel paradigm rather than an incremental improvement.

The paper tackles the problem of expensive and ambiguous 3D occupancy annotations by proposing RenderOcc, a method that trains 3D occupancy models using only 2D labels, achieving comparable performance to models with full 3D supervision.

3D occupancy prediction holds significant promise in the fields of robot perception and autonomous driving, which quantifies 3D scenes into grid cells with semantic labels. Recent works mainly utilize complete occupancy labels in 3D voxel space for supervision. However, the expensive annotation process and sometimes ambiguous labels have severely constrained the usability and scalability of 3D occupancy models. To address this, we present RenderOcc, a novel paradigm for training 3D occupancy models only using 2D labels. Specifically, we extract a NeRF-style 3D volume representation from multi-view images, and employ volume rendering techniques to establish 2D renderings, thus enabling direct 3D supervision from 2D semantics and depth labels. Additionally, we introduce an Auxiliary Ray method to tackle the issue of sparse viewpoints in autonomous driving scenarios, which leverages sequential frames to construct comprehensive 2D rendering for each object. To our best knowledge, RenderOcc is the first attempt to train multi-view 3D occupancy models only using 2D labels, reducing the dependence on costly 3D occupancy annotations. Extensive experiments demonstrate that RenderOcc achieves comparable performance to models fully supervised with 3D labels, underscoring the significance of this approach in real-world applications.

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