paper-with-me

홈 › Papers

PPAD: Iterative Interactions of Prediction and Planning for End-to-end Autonomous Driving

2023-11-14 · Zhili Chen, Maosheng Ye, Shuangjie Xu, Tongyi Cao, Qifeng Chen

We present a new interaction mechanism of prediction and planning for end-to-end autonomous driving, called PPAD (Iterative Interaction of Prediction and Planning Autonomous Driving), which considers the timestep-wise interaction to better integrate prediction and planning. An ego vehicle performs motion planning at each timestep based on the trajectory prediction of surrounding agents (e.g., vehicles and pedestrians) and its local road conditions. Unlike existing end-to-end autonomous driving frameworks, PPAD models the interactions among ego, agents, and the dynamic environment in an autoregressive manner by interleaving the Prediction and Planning processes at every timestep, instead of a single sequential process of prediction followed by planning. Specifically, we design ego-to-agent, ego-to-map, and ego-to-BEV interaction mechanisms with hierarchical dynamic key objects attention to better model the interactions. The experiments on the nuScenes benchmark show that our approach outperforms state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2311.08100

Code (1)

zlichen/ppad 공식 구현

Tasks

Autonomous DrivingMotion PlanningPredictionTrajectory Prediction

Similar Papers 제목 키워드 기반

RMT-PPAD: Real-time Multi-task Learning for Panoptic Perception in Autonomous Driving

2025-08-02 · Jiayuan Wang, Q. M. Jonathan Wu, Katsuya Suto, Ning Zhang arxiv

Autonomous driving systems rely on panoptic driving perception that requires both precision and real-time performance. In this work, we propose RMT-PPAD, a real-time, transformer-based multi-task model that jointly perfo…

Multi-Task LearningAutonomous DrivingObject Detection

The Complexity of Gradient Descent: CLS = PPAD $\cap$ PLS

2020-11-03 · John Fearnley, Paul W. Goldberg, Alexandros Hollender, Rahul Savani

We study search problems that can be solved by performing Gradient Descent on a bounded convex polytopal domain and show that this class is equal to the intersection of two well-known classes: PPAD and PLS. As our main u…

Repeated Padding for Sequential Recommendation

2024-03-11 · Yizhou Dang, YuTing Liu, Enneng Yang, Guibing Guo 외

Sequential recommendation aims to provide users with personalized suggestions based on their historical interactions. When training sequential models, padding is a widely adopted technique for two main reasons: 1) The va…

Common Sense ReasoningData AugmentationSequential Recommendation

SGTP: Sampling-based Game-Theoretic Planning for Real-Time Multi-Vehicle Autonomous Racing

2026-07-28 · Zhouheng Li, Fangguo Zhao, Mattia Piccinini, Baha Zarrouki 외 arxiv

Autonomous multi-vehicle racing requires real-time planning of diverse competitive behaviors in intense interactions. Existing planners often struggle to balance strategic diversity and computational efficiency. To addre…

Computational Efficiency

Driving is a Game: Combining Planning and Prediction with Bayesian Iterative Best Response

2025-12-03 · Aron Distelzweig, Yiwei Wang, Faris Janjoš, Marcel Hallgarten 외 arxiv

Autonomous driving planning systems perform nearly perfectly in routine scenarios using lightweight, rule-based methods but still struggle in dense urban traffic, where lane changes and merges require anticipating and in…

Autonomous Driving