CVJun 11, 2025

ODG: Occupancy Prediction Using Dual Gaussians

arXiv:2506.09417v26 citationsh-index: 81
Originality Incremental advance
AI Analysis

This work addresses the critical perception task of occupancy prediction for autonomous driving, offering a novel method to improve scalability and handling of diverse objects, though it appears incremental as it builds on existing Gaussian-based techniques.

The paper tackles the problem of fine-grained 3D occupancy prediction for autonomous driving by introducing ODG, a hierarchical dual sparse Gaussian representation that decomposes scenes into static and dynamic components, achieving new state-of-the-art results on benchmarks like Occ3D-nuScenes and Occ3D-Waymo while maintaining low inference cost.

Occupancy prediction infers fine-grained 3D geometry and semantics from camera images of the surrounding environment, making it a critical perception task for autonomous driving. Existing methods either adopt dense grids as scene representation, which is difficult to scale to high resolution, or learn the entire scene using a single set of sparse queries, which is insufficient to handle the various object characteristics. In this paper, we present ODG, a hierarchical dual sparse Gaussian representation to effectively capture complex scene dynamics. Building upon the observation that driving scenes can be universally decomposed into static and dynamic counterparts, we define dual Gaussian queries to better model the diverse scene objects. We utilize a hierarchical Gaussian transformer to predict the occupied voxel centers and semantic classes along with the Gaussian parameters. Leveraging the real-time rendering capability of 3D Gaussian Splatting, we also impose rendering supervision with available depth and semantic map annotations injecting pixel-level alignment to boost occupancy learning. Extensive experiments on the Occ3D-nuScenes and Occ3D-Waymo benchmarks demonstrate our proposed method sets new state-of-the-art results while maintaining low inference cost.

Foundations

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

Your Notes