CVLGFeb 13

MASAR: Motion-Appearance Synergy Refinement for Joint Detection and Trajectory Forecasting

arXiv:2602.13003v1h-index: 16Has Code
Originality Incremental advance
AI Analysis

This addresses the limitation of error propagation in modular autonomous driving systems, offering an incremental improvement for end-to-end models by better exploiting long-term temporal dependencies.

The paper tackles the problem of joint 3D detection and trajectory forecasting in autonomous driving by proposing MASAR, a framework that synergizes appearance and motion cues, resulting in over 20% improvements in minADE and minFDE on the nuScenes dataset.

Classical autonomous driving systems connect perception and prediction modules via hand-crafted bounding-box interfaces, limiting information flow and propagating errors to downstream tasks. Recent research aims to develop end-to-end models that jointly address perception and prediction; however, they often fail to fully exploit the synergy between appearance and motion cues, relying mainly on short-term visual features. We follow the idea of "looking backward to look forward", and propose MASAR, a novel fully differentiable framework for joint 3D detection and trajectory forecasting compatible with any transformer-based 3D detector. MASAR employs an object-centric spatio-temporal mechanism that jointly encodes appearance and motion features. By predicting past trajectories and refining them using guidance from appearance cues, MASAR captures long-term temporal dependencies that enhance future trajectory forecasting. Experiments conducted on the nuScenes dataset demonstrate MASAR's effectiveness, showing improvements of over 20% in minADE and minFDE while maintaining robust detection performance. Code and models are available at https://github.com/aminmed/MASAR.

Foundations

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

Your Notes