paper-with-me

Papers

Bridging Past and Future: End-to-End Autonomous Driving with Historical Prediction and Planning

2025-03-18 · CVPR 2025 1 · Bozhou Zhang, Nan Song, Xin Jin, Li Zhang

End-to-end autonomous driving unifies tasks in a differentiable framework, enabling planning-oriented optimization and attracting growing attention. Current methods aggregate historical information either through dense historical bird's-eye-view (BEV) features or by querying a sparse memory bank, following paradigms inherited from detection. However, we argue that these paradigms either omit historical information in motion planning or fail to align with its multi-step nature, which requires predicting or planning multiple future time steps. In line with the philosophy of future is a continuation of past, we propose BridgeAD, which reformulates motion and planning queries as multi-step queries to differentiate the queries for each future time step. This design enables the effective use of historical prediction and planning by applying them to the appropriate parts of the end-to-end system based on the time steps, which improves both perception and motion planning. Specifically, historical queries for the current frame are combined with perception, while queries for future frames are integrated with motion planning. In this way, we bridge the gap between past and future by aggregating historical insights at every time step, enhancing the overall coherence and accuracy of the end-to-end autonomous driving pipeline. Extensive experiments on the nuScenes dataset in both open-loop and closed-loop settings demonstrate that BridgeAD achieves state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2503.14182

Code (1)

fudan-zvg/bridgead 공식 구현 pytorch

Tasks

Autonomous DrivingMotion PlanningPhilosophy

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

LHPF: Look back the History and Plan for the Future in Autonomous Driving

2024-11-26 · Sheng Wang, Yao Tian, Xiaodong Mei, Ge Sun 외

Decision-making and planning in autonomous driving critically reflect the safety of the system, making effective planning imperative. Current imitation learning-based planning algorithms often merge historical trajectori…

Autonomous DrivingDecision MakingImitation Learning

SpanVLA: Efficient Action Bridging and Learning from Negative-Recovery Samples for Vision-Language-Action Model

2026-04-21 · Zewei Zhou, Ruining Yang, Xuewei, Qi 외 arxiv

Vision-Language-Action (VLA) models offer a promising autonomous driving paradigm for leveraging world knowledge and reasoning capabilities, especially in long-tail scenarios. However, existing VLA models often struggle …

Autonomous Driving

Bridging Past and Future: Distribution-Aware Alignment for Time Series Forecasting

2025-09-17 · Yifan Hu, Jie Yang, Tian Zhou, Peiyuan Liu 외 arxiv

Although contrastive and other representation-learning methods have long been explored in vision and NLP, their adoption in modern time series forecasters remains limited. We believe they hold strong promise for this dom…

Time Series ForecastingContrastive Learning

Visual Point Cloud Forecasting enables Scalable Autonomous Driving

2023-12-29 · CVPR 2024 1 · Zetong Yang, Li Chen, Yanan sun, Hongyang Li

In contrast to extensive studies on general vision, pre-training for scalable visual autonomous driving remains seldom explored. Visual autonomous driving applications require features encompassing semantics, 3D geometry…

3D geometryAutonomous DrivingMotion Forecasting

Predictive Maneuver Planning with Deep Reinforcement Learning (PMP-DRL) for comfortable and safe autonomous driving

2023-06-15 · Jayabrata Chowdhury, Vishruth Veerendranath, Suresh Sundaram, Narasimhan Sundararajan

This paper presents a Predictive Maneuver Planning with Deep Reinforcement Learning (PMP-DRL) model for maneuver planning. Traditional rule-based maneuver planning approaches often have to improve their abilities to hand…

Autonomous DrivingDeep Reinforcement LearningImitation Learningreinforcement-learning+1