CVDec 29, 2025

Rethinking the Spatio-Temporal Alignment of End-to-End 3D Perception

arXiv:2512.23635v11 citationsh-index: 5
Originality Incremental advance
AI Analysis

This addresses the challenge of robust temporal modeling in autonomous driving perception, offering incremental improvements over existing methods.

The paper tackles the problem of spatio-temporal alignment in 3D perception for autonomous driving by proposing HAT, a module that adaptively decodes optimal alignment proposals from multiple hypotheses, achieving state-of-the-art tracking results with 46.0% AMOTA on nuScenes and improving perception accuracy (+1.3% mAP, +3.1% AMOTA) while reducing collision rates by 32%.

Spatio-temporal alignment is crucial for temporal modeling of end-to-end (E2E) perception in autonomous driving (AD), providing valuable structural and textural prior information. Existing methods typically rely on the attention mechanism to align objects across frames, simplifying the motion model with a unified explicit physical model (constant velocity, etc.). These approaches prefer semantic features for implicit alignment, challenging the importance of explicit motion modeling in the traditional perception paradigm. However, variations in motion states and object features across categories and frames render this alignment suboptimal. To address this, we propose HAT, a spatio-temporal alignment module that allows each object to adaptively decode the optimal alignment proposal from multiple hypotheses without direct supervision. Specifically, HAT first utilizes multiple explicit motion models to generate spatial anchors and motion-aware feature proposals for historical instances. It then performs multi-hypothesis decoding by incorporating semantic and motion cues embedded in cached object queries, ultimately providing the optimal alignment proposal for the target frame. On nuScenes, HAT consistently improves 3D temporal detectors and trackers across diverse baselines. It achieves state-of-the-art tracking results with 46.0% AMOTA on the test set when paired with the DETR3D detector. In an object-centric E2E AD method, HAT enhances perception accuracy (+1.3% mAP, +3.1% AMOTA) and reduces the collision rate by 32%. When semantics are corrupted (nuScenes-C), the enhancement of motion modeling by HAT enables more robust perception and planning in the E2E AD.

Foundations

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

Your Notes