Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

DeMo: Decoupling Motion Forecasting into Directional Intentions and Dynamic States

About

Accurate motion forecasting for traffic agents is crucial for ensuring the safety and efficiency of autonomous driving systems in dynamically changing environments. Mainstream methods adopt a one-query-one-trajectory paradigm, where each query corresponds to a unique trajectory for predicting multi-modal trajectories. While straightforward and effective, the absence of detailed representation of future trajectories may yield suboptimal outcomes, given that the agent states dynamically evolve over time. To address this problem, we introduce DeMo, a framework that decouples multi-modal trajectory queries into two types: mode queries capturing distinct directional intentions and state queries tracking the agent's dynamic states over time. By leveraging this format, we separately optimize the multi-modality and dynamic evolutionary properties of trajectories. Subsequently, the mode and state queries are integrated to obtain a comprehensive and detailed representation of the trajectories. To achieve these operations, we additionally introduce combined Attention and Mamba techniques for global information aggregation and state sequence modeling, leveraging their respective strengths. Extensive experiments on both the Argoverse 2 and nuScenes benchmarks demonstrate that our DeMo achieves state-of-the-art performance in motion forecasting.

Bozhou Zhang, Nan Song, Li Zhang• 2024

Related benchmarks

TaskDatasetResultRank
Motion forecastingArgoverse 2 Motion Forecasting Dataset (test)
Miss Rate (K=6)12
90
Motion forecastingArgoverse 1.0 (val)
minFDE60.9
29
Motion forecastingnuScenes official leaderboard (test)
minADE (5s)1.22
21
Motion PredictionArgoverse 2 Single Agent Track (test)
Min FDE1.73
18
Trajectory PredictionArgoverse 2 (val)
Miss Rate19.76
11
Multi-agent motion forecastingArgoverse 2 (test (leaderboard))
Avg Brier Min FDE61.93
8
Multi-agent motion forecastingArgoverse multi-agent 2 (test)
Average minFDE (K=1)2.78
5
Multi-agent Trajectory PredictionnuScenes (val)
AvgMinADE61.8843
5
Trajectory PredictionnuScenes (val)
minADE (5s)1.3137
5
Motion forecastingWaymo Open Motion Dataset (test)
minFDE (6s)1.59
4
Showing 10 of 10 rows

Other info

Code

Follow for update