paper-with-me

Papers

MTR++: Multi-Agent Motion Prediction with Symmetric Scene Modeling and Guided Intention Querying

2023-06-30 · Shaoshuai Shi, Li Jiang, Dengxin Dai, Bernt Schiele

Motion prediction is crucial for autonomous driving systems to understand complex driving scenarios and make informed decisions. However, this task is challenging due to the diverse behaviors of traffic participants and complex environmental contexts. In this paper, we propose Motion TRansformer (MTR) frameworks to address these challenges. The initial MTR framework utilizes a transformer encoder-decoder structure with learnable intention queries, enabling efficient and accurate prediction of future trajectories. By customizing intention queries for distinct motion modalities, MTR improves multimodal motion prediction while reducing reliance on dense goal candidates. The framework comprises two essential processes: global intention localization, identifying the agent's intent to enhance overall efficiency, and local movement refinement, adaptively refining predicted trajectories for improved accuracy. Moreover, we introduce an advanced MTR++ framework, extending the capability of MTR to simultaneously predict multimodal motion for multiple agents. MTR++ incorporates symmetric context modeling and mutually-guided intention querying modules to facilitate future behavior interaction among multiple agents, resulting in scene-compliant future trajectories. Extensive experimental results demonstrate that the MTR framework achieves state-of-the-art performance on the highly-competitive motion prediction benchmarks, while the MTR++ framework surpasses its precursor, exhibiting enhanced performance and efficiency in predicting accurate multimodal future trajectories for multiple agents.

📄 PDF Abstract BibTeX arXiv:2306.17770

Code (1)

sshaoshuai/mtr 공식 구현 pytorch

Tasks

Autonomous DrivingDecodermotion predictionPrediction

Similar Papers 제목 키워드 기반

HiVT: Hierarchical Vector Transformer for Multi-Agent Motion Prediction

2022-01-01 · CVPR 2022 1 · Zikang Zhou, Luyao Ye, JianPing Wang, Kui Wu 외

Accurately predicting the future motions of surrounding traffic agents is critical for the safety of autonomous vehicles. Recently, vectorized approaches have dominated the motion prediction community due to their ca…

Autonomous DrivingAutonomous VehiclesMotion Forecastingmotion prediction+3

SIMPL: A Simple and Efficient Multi-agent Motion Prediction Baseline for Autonomous Driving

2024-02-04 · Lu Zhang, Peiliang Li, Sikang Liu, Shaojie Shen

This paper presents a Simple and effIcient Motion Prediction baseLine (SIMPL) for autonomous vehicles. Unlike conventional agent-centric methods with high accuracy but repetitive computations and scene-centric methods wi…

Autonomous DrivingAutonomous VehiclesMotion Forecastingmotion prediction

SIMMF: Semantics-aware Interactive Multiagent Motion Forecasting for Autonomous Vehicle Driving

2023-06-26 · Vidyaa Krishnan Nivash, Ahmed H. Qureshi

Autonomous vehicles require motion forecasting of their surrounding multiagents (pedestrians and vehicles) to make optimal decisions for navigation. The existing methods focus on techniques to utilize the positions and v…

Autonomous DrivingAutonomous VehiclesMotion Forecastingmotion prediction

Trajectory Prediction for Autonomous Driving based on Multi-Head Attention with Joint Agent-Map Representation

2020-05-06 · Kaouther Messaoud, Nachiket Deo, Mohan M. Trivedi, Fawzi Nashashibi

Predicting the trajectories of surrounding agents is an essential ability for autonomous vehicles navigating through complex traffic scenes. The future trajectories of agents can be inferred using two important cues: the…

Autonomous DrivingAutonomous VehiclesTrajectory Prediction

SceneMotion: From Agent-Centric Embeddings to Scene-Wide Forecasts

2024-08-02 · Royden Wagner, Ömer Sahin Tas, Marlon Steiner, Fabian Konstantinidis 외

Self-driving vehicles rely on multimodal motion forecasts to effectively interact with their environment and plan safe maneuvers. We introduce SceneMotion, an attention-based model for forecasting scene-wide motion modes…