paper-with-me

Papers

Post-interactive Multimodal Trajectory Prediction for Autonomous Driving

2025-03-12 · Ziyi Huang, Yang Li, Dushuai Li, Yao Mu, Hongmao Qin, Nan Zheng

Modeling the interactions among agents for trajectory prediction of autonomous driving has been challenging due to the inherent uncertainty in agents' behavior. The interactions involved in the predicted trajectories of agents, also called post-interactions, have rarely been considered in trajectory prediction models. To this end, we propose a coarse-to-fine Transformer for multimodal trajectory prediction, i.e., Pioformer, which explicitly extracts the post-interaction features to enhance the prediction accuracy. Specifically, we first build a Coarse Trajectory Network to generate coarse trajectories based on the observed trajectories and lane segments, in which the low-order interaction features are extracted with the graph neural networks. Next, we build a hypergraph neural network-based Trajectory Proposal Network to generate trajectory proposals, where the high-order interaction features are learned by the hypergraphs. Finally, the trajectory proposals are sent to the Proposal Refinement Network for further refinement. The observed trajectories and trajectory proposals are concatenated together as the inputs of the Proposal Refinement Network, in which the post-interaction features are learned by combining the previous interaction features and trajectory consistency features. Moreover, we propose a three-stage training scheme to facilitate the learning process. Extensive experiments on the Argoverse 1 dataset demonstrate the superiority of our method. Compared with the baseline HiVT-64, our model has reduced the prediction errors by 4.4%, 8.4%, 14.4%, 5.7% regarding metrics minADE6, minFDE6, MR6, and brier-minFDE6, respectively.

📄 PDF Abstract BibTeX arXiv:2503.09366

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingPredictionTrajectory Prediction

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$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Domain Knowledge Driven Pseudo Labels for Interpretable Goal-Conditioned Interactive Trajectory Prediction

2022-03-28 · Lingfeng Sun, Chen Tang, Yaru Niu, Enna Sachdeva 외

Motion forecasting in highly interactive scenarios is a challenging problem in autonomous driving. In such scenarios, we need to accurately predict the joint behavior of interacting agents to ensure the safe and efficien…

Autonomous DrivingAutonomous VehiclesMotion ForecastingTrajectory Prediction

MotionLM: Multi-Agent Motion Forecasting as Language Modeling

2023-09-28 · ICCV 2023 1 · Ari Seff, Brian Cera, Dian Chen, Mason Ng 외

Reliable forecasting of the future behavior of road agents is a critical component to safe planning in autonomous vehicles. Here, we represent continuous trajectories as sequences of discrete motion tokens and cast multi…

Autonomous VehiclesLanguage ModelingLanguage ModellingMotion Forecasting+1

CoPlanner: An Interactive Motion Planner with Contingency-Aware Diffusion for Autonomous Driving

2025-09-21 · Ruiguo Zhong, Ruoyu Yao, Pei Liu, Xiaolong Chen 외 arxiv

Accurate trajectory prediction and motion planning are crucial for autonomous driving systems to navigate safely in complex, interactive environments characterized by multimodal uncertainties. However, current generation…

Trajectory PredictionAutonomous DrivingMotion Planning

Interventional Behavior Prediction: Avoiding Overly Confident Anticipation in Interactive Prediction

2022-04-19 · Chen Tang, Wei Zhan, Masayoshi Tomizuka

Conditional behavior prediction (CBP) builds up the foundation for a coherent interactive prediction and planning framework that can enable more efficient and less conservative maneuvers in interactive scenarios. In CBP …

Prediction

ModeSeq: Taming Sparse Multimodal Motion Prediction with Sequential Mode Modeling

2024-11-17 · CVPR 2025 1 · Zikang Zhou, Hengjian Zhou, Haibo Hu, Zihao Wen 외

Anticipating the multimodality of future events lays the foundation for safe autonomous driving. However, multimodal motion prediction for traffic agents has been clouded by the lack of multimodal ground truth. Existing …

Autonomous DrivingDiversityInductive Biasmotion prediction+1