QueryOcc: Query-based Self-Supervision for 3D Semantic Occupancy
Adam Lilja, Ji Lan, Junsheng Fu, Lars Hammarstrand
TL;DR
QueryOcc tackles the challenge of learning 3D semantic occupancy from images without manual 3D labels by introducing 4D query-based supervision across adjacent frames. It combines a contractive BEV representation with lift-contract-splat lifting and a unified 4D decoder to predict occupancy and semantics directly at arbitrary 4D points $\mathbf{q}=[x,y,z,t]^\top$, enabling long-range reasoning under constant memory. The approach supports supervision from pseudo-point clouds derived from vision foundation models or raw lidar data, and achieves state-of-the-art performance among self-supervised camera-based methods on Occ3D-nuScenes, with 11.6 FPS on A100 hardware. The key contributions include the QueryOcc framework, a contractive BEV representation for unbounded scenes, and an effective 4D query-based supervision strategy that outperforms rendering-based and voxelized baselines. These results demonstrate the practicality and scalability of direct 4D supervision for large-scale self-supervised 3D scene understanding in autonomous driving contexts.
Abstract
Learning 3D scene geometry and semantics from images is a core challenge in computer vision and a key capability for autonomous driving. Since large-scale 3D annotation is prohibitively expensive, recent work explores self-supervised learning directly from sensor data without manual labels. Existing approaches either rely on 2D rendering consistency, where 3D structure emerges only implicitly, or on discretized voxel grids from accumulated lidar point clouds, limiting spatial precision and scalability. We introduce QueryOcc, a query-based self-supervised framework that learns continuous 3D semantic occupancy directly through independent 4D spatio-temporal queries sampled across adjacent frames. The framework supports supervision from either pseudo-point clouds derived from vision foundation models or raw lidar data. To enable long-range supervision and reasoning under constant memory, we introduce a contractive scene representation that preserves near-field detail while smoothly compressing distant regions. QueryOcc surpasses previous camera-based methods by 26% in semantic RayIoU on the self-supervised Occ3D-nuScenes benchmark while running at 11.6 FPS, demonstrating that direct 4D query supervision enables strong self-supervised occupancy learning. https://research.zenseact.com/publications/queryocc/
