OPTED: On-Policy Fine-Tuning for End-to-End Driving using a Render-Free Teacher

TL;DR

OPTED fine-tunes end-to-end driving policies using a render-free teacher, improving driving scores by 1.6x and 9.5x.

cs.RO 🔴 Advanced 2026-09-18 12 views
Damiano Da Col Maximilian Igl Peter Karkus Kashyap Chitta Boris Ivanovic Marco Pavone Konrad Schindler Christos Sakaridis
reinforcement learning end-to-end driving policy fine-tuning closed-loop training artificial intelligence

Key Findings

Methodology

OPTED decouples reinforcement learning from post-training by using a render-free teacher trained on vectorized inputs to supervise pre-trained students during closed-loop fine-tuning. Applied to TransFuser and VaVAM models, it significantly enhances driving performance.

Key Results

  • In AlpaSim, TransFuser's driving score increased by 1.6x, while VaVAM improved by 9.5x, demonstrating significant performance enhancement.
  • OPTED matches closed-loop performance with direct RL fine-tuning but uses three orders of magnitude fewer simulator interactions.
  • Experiments show OPTED significantly improves closed-loop driving performance while staying closer to human priors.

Significance

By introducing a render-free teacher, the study addresses safety issues in end-to-end driving policies during closed-loop deployment. OPTED not only improves driving performance but also reduces simulator interaction costs, offering a new solution for autonomous driving.

Technical Contribution

OPTED separates teacher and student into different simulators, avoiding high rendering costs and providing a more efficient closed-loop fine-tuning method. It allows pre-training on large, unpaired data collections, enhancing scalability and applicability.

Novelty

OPTED is the first to apply a render-free teacher for closed-loop fine-tuning of end-to-end driving policies, offering a more efficient training method compared to existing single-simulator distillation approaches.

Limitations

  • OPTED relies on the accuracy of the teacher, and errors in the teacher may lead to deviations in student policies.
  • In complex scenarios, the teacher may not provide sufficient supervisory information.

Future Work

Future research could explore improvements in the teacher model and applications in more driving scenarios to further enhance OPTED's performance and applicability.

AI Executive Summary

As scaling pre-training data alone yields diminishing returns, post-training becomes increasingly important in physical AI domains like autonomous driving. End-to-end driving policies are pre-trained in open loop with behavior cloning, but compounding errors during closed-loop deployment can take the vehicle outside the training data distribution, increasing safety risks. OPTED addresses this issue by using a render-free teacher for closed-loop fine-tuning. The teacher is trained using reinforcement learning on vectorized inputs and then supervises the pre-trained student during closed-loop post-training. Experimental results show OPTED significantly improves driving performance while reducing simulator interaction costs. This method not only enhances driving performance but also offers a new solution for autonomous driving by reducing simulator interaction costs.

Deep Analysis

Background

Research in autonomous driving has focused on improving the safety and efficiency of driving policies. Traditional end-to-end driving policies are pre-trained with behavior cloning, but during closed-loop deployment, errors can compound, leading to deviations from the training data distribution and increased safety risks. Closed-loop post-training can mitigate this risk but requires costly sensor simulation.

Core Problem

End-to-end driving policies may experience compounding errors during closed-loop deployment, leading to deviations from the training data distribution and increased safety risks. How to improve closed-loop driving performance without increasing simulator interaction costs is a critical issue.

Innovation

OPTED addresses safety issues in end-to-end driving policies during closed-loop deployment by using a render-free teacher for closed-loop fine-tuning. The teacher is trained using reinforcement learning on vectorized inputs and supervises the pre-trained student during closed-loop post-training.

Methodology

  • �� The teacher is trained using reinforcement learning on vectorized inputs, avoiding costly rendering.
  • �� The student receives supervision from the teacher during closed-loop fine-tuning, reducing simulator interactions.
  • �� OPTED allows pre-training on large, unpaired data collections, enhancing scalability and applicability.

Experiments

Experiments are conducted in AlpaSim using neural reconstructions of real driving logs. TransFuser and VaVAM models are fine-tuned and compared with direct RL fine-tuning. Results show OPTED matches closed-loop performance with direct RL fine-tuning but uses three orders of magnitude fewer simulator interactions.

Results

Experimental results show OPTED significantly improves driving performance, with TransFuser's driving score increased by 1.6x and VaVAM improved by 9.5x. OPTED significantly improves closed-loop driving performance while staying closer to human priors.

Applications

OPTED can be applied in the autonomous driving domain to improve the safety and efficiency of driving policies. This method reduces simulator interaction costs, offering a new solution for autonomous driving.

Limitations & Outlook

OPTED relies on the accuracy of the teacher, and errors in the teacher may lead to deviations in student policies. In complex scenarios, the teacher may not provide sufficient supervisory information. Future research could explore improvements in the teacher model to further enhance OPTED's performance and applicability.

Plain Language Accessible to non-experts

Imagine you're driving a car with an experienced driving coach who guides you by observing maps and traffic conditions rather than looking out the window. This is how OPTED works. The coach is trained using maps and traffic information and then provides guidance while you drive, helping you avoid mistakes. This way, you can drive more safely while reducing the use of simulators.

ELI14 Explained like you're 14

Imagine playing a racing game with a super-smart AI assistant that guides you by observing maps and traffic conditions instead of the game screen. That's how OPTED works. The AI assistant is trained using maps and traffic information and then provides guidance while you play, helping you avoid mistakes. This way, you can play more safely while reducing game loading times.

Glossary

Reinforcement Learning

A machine learning method that trains models through rewards and penalties to make optimal decisions in a given environment.

Used in OPTED to train the teacher model.

Behavior Cloning

A machine learning method that trains models by mimicking human demonstrations to make similar decisions in similar environments.

Used for open-loop pre-training of end-to-end driving policies.

Closed-loop Training

A training method where the model's output affects its next input, simulating continuous decision-making in real environments.

Used in OPTED to fine-tune the student model.

Vectorized Input

A data representation method that simplifies complex environmental information into vector form for easier model processing.

Used for training the teacher model.

Simulator Interaction

The process of a model interacting with a simulated environment for training and testing performance.

OPTED reduces simulator interactions to improve training efficiency.

Open Questions Unanswered questions from this research

  • 1 How can the accuracy of the teacher model be further improved to reduce deviations in student policies?
  • 2 In complex driving scenarios, how can we ensure the teacher provides sufficient supervisory information?

Applications

Immediate Applications

Autonomous Driving Testing

OPTED can be used for testing autonomous vehicles, improving testing efficiency and safety. Requires high-quality driving logs and map data.

Long-term Vision

Intelligent Traffic Systems

OPTED can be used for developing intelligent traffic systems, improving traffic management efficiency. Requires solving data synchronization and real-time processing issues.

Abstract

As scaling pre-training data alone yields diminishing returns, post-training is becoming increasingly important across physical AI domains such as autonomous driving. End-to-end driving policies are pre-trained in open loop with behavior cloning on human demonstrations. However, compounding errors during closed-loop deployment can take the vehicle outside the training data distribution, increasing the risk of safety-critical incidents. Closed-loop post-training can mitigate this risk but requires costly simulation for sensor-based policies. We propose OPTED (on-policy fine-tuning for end-to-end driving) which decouples reinforcement learning from the post-training of the end-to-end policy: a privileged teacher is trained using RL on vectorized inputs (HD-map and bounding boxes). This teacher then provides supervision to the pre-trained student during closed-loop post-training. We apply OPTED to two camera-based models, TransFuser and VaVAM, and fine-tune them in AlpaSim, using neural reconstructions (3DGS) of real driving logs. Driving scores increase by factors of 1.6$\times$ and 9.5$\times$, respectively. In controlled experiments OPTED matches closed-loop performance with approximately three orders of magnitude fewer simulator interactions than direct RL post-training, while staying closer to the human prior. Project page: https://01dami23.github.io/opted/

cs.RO cs.CV cs.LG