OneDrive: Unified Multi-Paradigm Driving with Vision-Language-Action Models
OneDrive presents a unified autonomous driving framework that leverages a pretrained Vision-Language Model with a single transformer decoder to seamlessly integrate heterogeneous tasks like perception, language generation, and trajectory planning, achieving state-of-the-art performance on benchmarks while reducing inference latency.
Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer
Imagine you are trying to teach a brilliant, world-class chef (the AI) how to run a busy restaurant kitchen.
The Problem:
The chef is already famous for writing beautiful, complex recipes and describing food in poetry (this is the Vision-Language Model or VLM). They are great at talking and understanding images.
However, running a kitchen requires more than just talking. You need the chef to:
- Look around and instantly spot where the knives, pots, and ingredients are (Perception).
- Move the pots and chop vegetables in perfect sync with other chefs (Planning/Action).
- Talk to the customers about the menu (Text Generation).
The Old Way (The Fragmented Kitchen):
Previously, to get a chef to do all three things, engineers built a "Frankenstein" kitchen. They kept the chef's head for talking, but attached a separate, robotic arm for chopping, and a different set of eyes for spotting knives.
- The Issue: These parts didn't talk to each other well. The chef had to finish a sentence, stop, hand a note to the robot arm, wait for it to move, and then start talking again. It was slow, clunky, and the chef couldn't use their natural intuition to coordinate everything at once.
The New Solution: OneDrive (The Unified Kitchen)
The paper introduces OneDrive, a new way to train the chef so they can do everything in one smooth, natural flow, using a single brain.
Here is how it works, using simple analogies:
1. The "One Brain" Concept
Instead of building separate brains for talking, seeing, and moving, OneDrive puts everything into the same single brain (a Transformer decoder).
- The Magic Trick: The researchers realized that the part of the chef's brain responsible for connecting ideas (Attention) is incredibly smart and flexible. It can connect a picture of a car to the word "stop."
- The Insight: They found that while the part of the brain that writes the words (the Feed-Forward network) is too rigid for driving tasks, the part that connects the dots (the Attention mechanism) is perfect. So, they kept the "connector" part exactly as it was, but gave it new tools to handle driving tasks.
2. The "Unified Menu" (Token Sequence)
Imagine the chef is looking at a long scroll of instructions.
- Old Way: The scroll had a section for "Look at the road," a separate section for "Plan the turn," and another for "Say hello."
- OneDrive Way: They mix everything into one single scroll.
- First, the chef sees the images of the road (like a photo album).
- Right after that, they see questions like "Where is the red car?" or "Where should I turn?"
- Finally, they write the answer or the story.
Because everything is on the same scroll, the "Where should I turn?" question can instantly look back at the "Photo of the road" and say, "Oh, I see a car there, so I should turn left." They happen at the same time, in the same thought process.
3. The "Training Camp" (Multi-Stage Learning)
You can't just throw a poetry chef into a race car and expect them to win. The paper uses a smart three-step training camp:
- Phase 1 (The Basics): Teach the chef to look at pictures and describe them, while also learning to spot cars and lanes. They get comfortable with the "visual" part of the brain.
- Phase 2 (The Driver): Now, introduce the "steering wheel." Teach the chef to predict the path of the car based on what they just saw.
- Phase 3 (The Grandmaster): Put it all together. The chef now looks, plans the drive, and talks about it all in one go.
Why is this a Big Deal?
- Speed: Because the chef doesn't have to stop and switch between different "modes" (talking vs. driving), the car reacts much faster. The paper says it's about 40% faster than previous methods.
- Safety: The chef understands the connection between "seeing a pedestrian" and "braking" much better because it's all one continuous thought, not two separate steps.
- Versatility: The chef can still write a poem about the sunset while driving, or explain why they made a turn, without losing their driving skills.
In Summary:
OneDrive takes a smart AI that is good at talking and seeing, and teaches it to drive without breaking its brain into pieces. It creates a unified system where seeing, thinking, and acting happen simultaneously, just like a human driver does, but with the super-speed of a computer.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.