paper-with-me

Papers

DiffStack: A Differentiable and Modular Control Stack for Autonomous Vehicles

2022-12-13 · Peter Karkus, Boris Ivanovic, Shie Mannor, Marco Pavone

Autonomous vehicle (AV) stacks are typically built in a modular fashion, with explicit components performing detection, tracking, prediction, planning, control, etc. While modularity improves reusability, interpretability, and generalizability, it also suffers from compounding errors, information bottlenecks, and integration challenges. To overcome these challenges, a prominent approach is to convert the AV stack into an end-to-end neural network and train it with data. While such approaches have achieved impressive results, they typically lack interpretability and reusability, and they eschew principled analytical components, such as planning and control, in favor of deep neural networks. To enable the joint optimization of AV stacks while retaining modularity, we present DiffStack, a differentiable and modular stack for prediction, planning, and control. Crucially, our model-based planning and control algorithms leverage recent advancements in differentiable optimization to produce gradients, enabling optimization of upstream components, such as prediction, via backpropagation through planning and control. Our results on the nuScenes dataset indicate that end-to-end training with DiffStack yields substantial improvements in open-loop and closed-loop planning metrics by, e.g., learning to make fewer prediction errors that would affect planning. Beyond these immediate benefits, DiffStack opens up new opportunities for fully data-driven yet modular and interpretable AV architectures. Project website: https://sites.google.com/view/diffstack

📄 PDF Abstract BibTeX arXiv:2212.06437

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous VehiclesPrediction

Similar Papers 제목 키워드 기반

MIND-Stack: Modular, Interpretable, End-to-End Differentiability for Autonomous Navigation

2025-05-27 · Felix Jahncke, Johannes Betz

Developing robust, efficient navigation algorithms is challenging. Rule-based methods offer interpretability and modularity but struggle with learning from large datasets, while end-to-end neural networks excel in learni…

Autonomous NavigationState Estimation

VERDI: VLM-Embedded Reasoning for Autonomous Driving

2025-05-21 · Bowen Feng, Zhiting Mei, Baiang Li, Julian Ost 외

While autonomous driving (AD) stacks struggle with decision making under partial observability and real-world complexity, human drivers are capable of commonsense reasoning to make near-optimal decisions with limited inf…

Autonomous DrivingTrajectory Planning

Fast and Modular Autonomy Software for Autonomous Racing Vehicles

2024-08-27 · Andrew Saba, Aderotimi Adetunji, Adam Johnson, Aadi Kothari 외

Autonomous motorsports aim to replicate the human racecar driver with software and sensors. As in traditional motorsports, Autonomous Racing Vehicles (ARVs) are pushed to their handling limits in multi-agent scenarios at…

Autonomous RacingMotion Planning

From Zero to High-Speed Racing: An Autonomous Racing Stack

2025-12-07 · Hassan Jardali, Durgakant Pushp, Youwei Yu, Mahmoud Ali 외 arxiv

High-speed, head-to-head autonomous racing presents substantial technical and logistical challenges, including precise localization, rapid perception, dynamic planning, and real-time control-compounded by limited track a…

DDRprog: A CLEVR Differentiable Dynamic Reasoning Programmer

2018-03-30 · ICLR 2018 1 · Joseph Suarez, Justin Johnson, Fei-Fei Li

We present a novel Dynamic Differentiable Reasoning (DDR) framework for jointly learning branching programs and the functions composing them; this resolves a significant nondifferentiability inhibiting recent dynamic arc…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)