Search papers, labs, and topics across Lattice.
The paper introduces HiMAP, a tracking-free trajectory prediction framework for autonomous driving that addresses the limitations of tracking-based methods when multi-object tracking (MOT) fails. HiMAP leverages spatiotemporally invariant historical occupancy maps and a historical query module to retrieve agent-specific history, enabling robust prediction without relying on identity association. Experiments on Argoverse 2 demonstrate that HiMAP achieves comparable performance to tracking-based methods and significantly outperforms baselines in no-tracking scenarios, with substantial gains in FDE, ADE, and MR.
Ditch the tracker: HiMAP offers a robust, tracking-free trajectory prediction fallback that actually rivals tracking-based methods in autonomous driving scenarios.
Accurate motion forecasting is critical for autonomous driving, yet most predictors rely on multi-object tracking (MOT) with identity association, assuming that objects are correctly and continuously tracked. When tracking fails due to, e.g., occlusion, identity switches, or missed detections, prediction quality degrades and safety risks increase. We present \textbf{HiMAP}, a tracking-free, trajectory prediction framework that remains reliable under MOT failures. HiMAP converts past detections into spatiotemporally invariant historical occupancy maps and introduces a historical query module that conditions on the current agent state to iteratively retrieve agent-specific history from unlabeled occupancy representations. The retrieved history is summarized by a temporal map embedding and, together with the final query and map context, drives a DETR-style decoder to produce multi-modal future trajectories. This design lifts identity reliance, supports streaming inference via reusable encodings, and serves as a robust fallback when tracking is unavailable. On Argoverse~2, HiMAP achieves performance comparable to tracking-based methods while operating without IDs, and it substantially outperforms strong baselines in the no-tracking setting, yielding relative gains of 11\% in FDE, 12\% in ADE, and a 4\% reduction in MR over a fine-tuned QCNet. Beyond aggregate metrics, HiMAP delivers stable forecasts for all agents simultaneously without waiting for tracking to recover, highlighting its practical value for safety-critical autonomy. The code is available under: https://github.com/XuYiMing83/HiMAP.