paper-with-me

홈 › Papers

LoRD: Adapting Differentiable Driving Policies to Distribution Shifts

2024-10-13 · Christopher Diehl, Peter Karkus, Sushant Veer, Marco Pavone, Torsten Bertram

Distribution shifts between operational domains can severely affect the performance of learned models in self-driving vehicles (SDVs). While this is a well-established problem, prior work has mostly explored naive solutions such as fine-tuning, focusing on the motion prediction task. In this work, we explore novel adaptation strategies for differentiable autonomy stacks consisting of prediction, planning, and control, perform evaluation in closed-loop, and investigate the often-overlooked issue of catastrophic forgetting. Specifically, we introduce two simple yet effective techniques: a low-rank residual decoder (LoRD) and multi-task fine-tuning. Through experiments across three models conducted on two real-world autonomous driving datasets (nuPlan, exiD), we demonstrate the effectiveness of our methods and highlight a significant performance gap between open-loop and closed-loop evaluation in prior approaches. Our approach improves forgetting by up to 23.33% and the closed-loop OOD driving score by 9.93% in comparison to standard fine-tuning.

📄 PDF Abstract BibTeX arXiv:2410.09681

Code (1)

rst-tu-dortmund/lord 공식 구현 pytorch

Tasks

Autonomous DrivingDecodermotion prediction

Similar Papers 제목 키워드 기반

LORD: Low Rank Decomposition Of Monolingual Code LLMs For One-Shot Compression

2023-09-25 · Ayush Kaushal, Tejas Vaidhya, Irina Rish

Low Rank Decomposition of matrix - splitting a large matrix into a product of two smaller matrix offers a means for compression that reduces the parameters of a model without sparsification, and hence delivering more spe…

Code GenerationHumanEvalparameter-efficient fine-tuningQuantization

Quick Learner Automated Vehicle Adapting its Roadmanship to Varying Traffic Cultures with Meta Reinforcement Learning

2021-04-18 · Songan Zhang, Lu Wen, Huei Peng, H. Eric Tseng

It is essential for an automated vehicle in the field to perform discretionary lane changes with appropriate roadmanship - driving safely and efficiently without annoying or endangering other road users - under a wide ra…

Deep Reinforcement LearningMeta Reinforcement Learningreinforcement-learningReinforcement Learning+1

Diffusion-ES: Gradient-free Planning with Diffusion for Autonomous and Instruction-guided Driving

2024-01-01 · CVPR 2024 1 · Brian Yang, Huangyuan Su, Nikolaos Gkanatsios, Tsung-Wei Ke 외

Diffusion models excel at modeling complex and multimodal trajectory distributions for decision-making and control. Reward-gradient guided denoising has been recently proposed to generate trajectories that maximize b…

Autonomous DrivingDenoisingEfficient Exploration

Diffusion-ES: Gradient-free Planning with Diffusion for Autonomous Driving and Zero-Shot Instruction Following

2024-02-09 · Brian Yang, Huangyuan Su, Nikolaos Gkanatsios, Tsung-Wei Ke 외

Diffusion models excel at modeling complex and multimodal trajectory distributions for decision-making and control. Reward-gradient guided denoising has been recently proposed to generate trajectories that maximize both …

Autonomous DrivingDenoisingEfficient ExplorationInstruction Following

LORD: Large Models based Opposite Reward Design for Autonomous Driving

2024-03-27 · Xin Ye, Feng Tao, Abhirup Mallik, Burhaneddin Yaman 외

Reinforcement learning (RL) based autonomous driving has emerged as a promising alternative to data-driven imitation learning approaches. However, crafting effective reward functions for RL poses challenges due to the co…

Autonomous DrivingImitation LearningReinforcement Learning (RL)