iPad: Iterative Proposal-centric End-to-End Autonomous Driving
Ke Guo, Haochen Liu, Xiaojun Wu, Jia Pan, Chen Lv
TL;DR
iPad introduces an iterative, proposal-centric end-to-end driving framework that centers planning around sparse BEV proposals. The ProFormer BEV encoder refines these proposals via proposal-anchored attention, while two lightweight auxiliary tasks—mapping and prediction—tighten planning relevance without heavy computation. A scoring module selects the best proposal, and training optimizes a joint loss that directly ties perception and representation learning to planning quality. Empirical results on NAVSIM and Bench2Drive demonstrate state-of-the-art performance and substantial efficiency gains over prior dense BEV-based methods, with strong scalability and interpretability benefits.
Abstract
End-to-end (E2E) autonomous driving systems offer a promising alternative to traditional modular pipelines by reducing information loss and error accumulation, with significant potential to enhance both mobility and safety. However, most existing E2E approaches directly generate plans based on dense bird's-eye view (BEV) grid features, leading to inefficiency and limited planning awareness. To address these limitations, we propose iterative Proposal-centric autonomous driving (iPad), a novel framework that places proposals - a set of candidate future plans - at the center of feature extraction and auxiliary tasks. Central to iPad is ProFormer, a BEV encoder that iteratively refines proposals and their associated features through proposal-anchored attention, effectively fusing multi-view image data. Additionally, we introduce two lightweight, proposal-centric auxiliary tasks - mapping and prediction - that improve planning quality with minimal computational overhead. Extensive experiments on the NAVSIM and CARLA Bench2Drive benchmarks demonstrate that iPad achieves state-of-the-art performance while being significantly more efficient than prior leading methods.
