CVROJun 29

Streaming Gaussian Encoding for 4D Panoptic Occupancy Tracking

arXiv:2606.307549.2
Predicted impact top 45% in CV · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses temporal consistency in 4D panoptic occupancy tracking for autonomous driving, a critical problem for holistic scene understanding from multi-view cameras.

The paper proposes a streaming Gaussian encoder for camera-based 4D panoptic occupancy tracking that maintains a persistent volumetric scene representation, achieving state-of-the-art tracking consistency on nuScenes and Waymo with negligible computational overhead.

Camera-based 4D panoptic occupancy tracking (4D-POT) is a promising paradigm for holistic scene understanding from multi-view imagery, enabling joint reasoning about geometry, semantics, and object identities across time. Recent mask-based pipelines achieve strong performance by propagating instance queries across frames. However, their underlying volumetric representations are typically recomputed at each timestep, limiting geometric temporal consistency, particularly under occlusion and for static scene elements. To address this limitation, we propose a streaming Gaussian encoder that maintains a persistent volumetric scene representation for 4D-POT. Our method models the scene as a fixed-size set of latent Gaussian queries that are propagated via ego-motion compensation and refreshed under a confidence-guided budget constraint. Crucially, we shape Gaussian opacities through depth-based supervision to serve as proxy for visibility, enabling confidence to accumulate as a temporally aggregated measure of persistent scene support. Together with a warmup-based multi-frame training strategy, this yields representation-level temporal coherence beyond decoder-only tracking. Extensive experiments on Occ3D-extended nuScenes and Waymo establish a new state-of-the-art for camera-based 4D-POT, improving tracking consistency with negligible computational overhead while remaining fully compatible with existing mask-based pipelines. We provide code and models at https://sge.cs.uni-freiburg.de.

Foundations

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

Your Notes