paper-with-me

Papers

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 with compromised accuracy and generalizability, SIMPL delivers real-time, accurate motion predictions for all relevant traffic participants. To achieve improvements in both accuracy and inference speed, we propose a compact and efficient global feature fusion module that performs directed message passing in a symmetric manner, enabling the network to forecast future motion for all road users in a single feed-forward pass and mitigating accuracy loss caused by viewpoint shifting. Additionally, we investigate the continuous trajectory parameterization using Bernstein basis polynomials in trajectory decoding, allowing evaluations of states and their higher-order derivatives at any desired time point, which is valuable for downstream planning tasks. As a strong baseline, SIMPL exhibits highly competitive performance on Argoverse 1 & 2 motion forecasting benchmarks compared with other state-of-the-art methods. Furthermore, its lightweight design and low inference latency make SIMPL highly extensible and promising for real-world onboard deployment. We open-source the code at https://github.com/HKUST-Aerial-Robotics/SIMPL.

📄 PDF Abstract BibTeX arXiv:2402.02519

Code (1)

hkust-aerial-robotics/simpl 공식 구현 pytorch

Tasks

Autonomous DrivingAutonomous VehiclesMotion Forecastingmotion prediction

Similar Papers 제목 키워드 기반

MotionCNN: A Strong Baseline for Motion Prediction in Autonomous Driving

2022-06-05 · Stepan Konev, Kirill Brodt, Artsiom Sanakoyeu

To plan a safe and efficient route, an autonomous vehicle should anticipate future motions of other agents around it. Motion prediction is an extremely challenging task that recently gained significant attention within t…

Autonomous Drivingmotion predictionPrediction

MotionDiffuser: Controllable Multi-Agent Motion Prediction using Diffusion

2023-06-05 · CVPR 2023 1 · Chiyu Max Jiang, Andre Cornman, Cheolho Park, Ben Sapp 외

We present MotionDiffuser, a diffusion based representation for the joint distribution of future trajectories over multiple agents. Such representation has several key advantages: first, our model learns a highly multimo…

Motion Forecastingmotion predictionPrediction

M2I: From Factored Marginal Trajectory Prediction to Interactive Prediction

2022-02-24 · CVPR 2022 1 · Qiao Sun, Xin Huang, Junru Gu, Brian C. Williams 외

Predicting future motions of road participants is an important task for driving autonomously in urban scenes. Existing models excel at predicting marginal trajectories for single agents, yet it remains an open question t…

Open-Ended Question AnsweringPredictionTrajectory Prediction

Multi-agent Long-term 3D Human Pose Forecasting via Interaction-aware Trajectory Conditioning

2024-04-08 · CVPR 2024 1 · Jaewoo Jeong, Daehee Park, Kuk-Jin Yoon

Human pose forecasting garners attention for its diverse applications. However, challenges in modeling the multi-modal nature of human motion and intricate interactions among agents persist, particularly with longer time…

Human Pose Forecasting

PredictionNet: Real-Time Joint Probabilistic Traffic Prediction for Planning, Control, and Simulation

2021-09-23 · Alexey Kamenev, Lirui Wang, Ollin Boer Bohan, Ishwar Kulkarni 외

Predicting the future motion of traffic agents is crucial for safe and efficient autonomous driving. To this end, we present PredictionNet, a deep neural network (DNN) that predicts the motion of all surrounding traffic …

Autonomous DrivingGPUMotion PlanningReinforcement Learning (RL)+1