DRIFT: Transferring Reasoning Priors for Efficient MLLM Fine-Tuning
The paper proposes DRIFT, a lightweight fine-tuning method that efficiently transfers reasoning capabilities from text-only LLMs to multimodal models by injecting a precomputed reasoning prior into the gradient space, thereby overcoming the instability of naive parameter merging while achieving superior performance with significantly lower computational costs.
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 have two very different experts:
- The Text Wizard: A brilliant mathematician who can solve complex logic puzzles and write out step-by-step solutions, but has never seen a picture in their life.
- The Visual Artist: A talented artist who can describe a photo perfectly, identify objects, and understand charts, but struggles to solve the math problems hidden inside those images.
The goal of this paper is to teach the Visual Artist how to think like the Text Wizard without having to send them back to school for years of expensive training.
The Problem: The "Bad Marriage" Attempt
Previously, researchers tried to combine these two experts by simply "merging" their brains (their computer weights) together. They thought, "If we mix 50% of the Math Wizard's brain with 50% of the Artist's brain, we'll get a perfect Math-Artist."
The paper calls this naive merging. The authors found that this usually fails. It's like trying to glue a jet engine onto a bicycle. Sometimes it works a little, but often it breaks the bicycle entirely. The "Math" part gets confused by the "Art" part, and the "Art" part forgets how to see. The result is a model that is worse at math and worse at seeing than before.
The Solution: DRIFT (The Compass)
The authors propose a new method called DRIFT (Directional Reasoning Injection for Fine-Tuning). Instead of physically gluing the two brains together, they use a compass.
Here is how the analogy works:
- Mapping the Difference: First, the researchers look at the difference between the Text Wizard and the Visual Artist. They calculate a "vector" (a direction arrow) that points exactly from "How the Artist thinks" to "How the Wizard thinks." This arrow represents the Reasoning Prior.
- The Training Trip: They take the Visual Artist and start teaching them with a small set of picture-math problems (just 4,000 examples, which is tiny compared to the millions usually needed).
- The Compass Guidance: As the Artist learns, the computer calculates the normal way to update the Artist's brain. But, before making the update, it looks at the Compass (the Reasoning Prior). It gently nudges the Artist's learning direction toward the Wizard's way of thinking.
- It doesn't force the Artist to become the Wizard.
- It just says, "Hey, when you are solving this, try to think in this specific direction that the Wizard uses."
Why This is a Big Deal
- Speed: Traditional methods to teach an AI to reason require massive amounts of data and take days or weeks of supercomputer training. DRIFT does this in about two hours.
- Efficiency: It doesn't need a huge library of picture-math problems. It only needs a small, high-quality set because the "Compass" (the pre-calculated direction) does most of the heavy lifting.
- Safety: Unlike the "gluing" method, DRIFT doesn't break the Artist's ability to see. The paper shows that the model gets better at math without forgetting how to describe images.
The Result
By using this "compass" to guide the training, the Visual Artist learns to chain information together logically, just like the Text Wizard. The paper proves that this method works better than trying to glue the models together and is much faster and cheaper than training from scratch with massive datasets.
In short: Instead of forcing two different brains to merge into one messy blob, DRIFT gently steers one brain in the right direction using a map created from the other.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.