paper-with-me

홈 › Papers

DeMo: Decoupling Motion Forecasting into Directional Intentions and Dynamic States

2024-10-08 · Bozhou Zhang, Nan Song, Li Zhang

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.

📄 PDF Abstract BibTeX arXiv:2410.05982

Code (1)

fudan-zvg/demo 공식 구현 pytorch

Tasks

Autonomous DrivingMambaMotion Forecasting

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Mamba Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module.…

Similar Papers 제목 키워드 기반

Temporal Dynamics Decoupling with Inverse Processing for Enhancing Human Motion Prediction

2024-12-31 · Jiexin Wang, Yiju Guo, Bing Su

Exploring the bridge between historical and future motion behaviors remains a central challenge in human motion prediction. While most existing methods incorporate a reconstruction task as an auxiliary task into the deco…

DecoderHuman motion predictionmotion predictionPrediction

TrackNetV5: Residual-Driven Spatio-Temporal Refinement and Motion Direction Decoupling for Fast Object Tracking

2025-12-02 · Haonan Tang, Yanjun Chen, Lezhi Jiang, Qianfei Li 외 arxiv

The TrackNet series has established a strong baseline for fast-moving small object tracking in sports. However, existing iterations face significant limitations: V1-V3 struggle with occlusions due to a reliance on purely…

Object Tracking

GEM: Gaussian Evolution Model for Occupancy Forecasting and Motion Planning

2026-05-17 · Cheng Chen, Hao Huang, Saurabh Bagchi arxiv

Future 3D semantic occupancy forecasting and motion planning are central to autonomous driving, as they require models to reason about how surrounding scenes evolve and how the ego vehicle should act. Existing occupancy …

Autonomous DrivingMotion Planning

DeMo++: Motion Decoupling for Autonomous Driving

2025-07-23 · Bozhou Zhang, Nan Song, Xiatian Zhu, Li Zhang arxiv

Motion forecasting and planning are tasked with estimating the trajectories of traffic agents and the ego vehicle, respectively, to ensure the safety and efficiency of autonomous driving systems in dynamically changing e…

Autonomous DrivingMotion ForecastingMotion Planning

Breaking the Passive Learning Trap: An Active Perception Strategy for Human Motion Prediction

2025-11-18 · Juncheng Hu, Zijian Zhang, Zeyu Wang, Guoyu Wang 외 arxiv

Forecasting 3D human motion is an important embodiment of fine-grained understanding and cognition of human behavior by artificial agents. Current approaches excessively rely on implicit network modeling of spatiotempora…