← Latest papers
🤖 AI

How to Teach Large Multimodal Models New Skills

This paper demonstrates that selectively tuning specific components of Large Multimodal Models, such as self-attention projections or MLP gates, effectively mitigates catastrophic forgetting during sequential skill learning by controlling output distribution shifts, outperforming full fine-tuning and existing mitigation methods without requiring complex mechanisms like replay or auxiliary parameters.

Original authors: Zhen Zhu, Yiming Gong, Yao Xiao, Yaoyao Liu, Derek Hoiem

Published 2026-04-22
📖 5 min read🧠 Deep dive

Original authors: Zhen Zhu, Yiming Gong, Yao Xiao, Yaoyao Liu, Derek Hoiem

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 a brilliant, multi-talented assistant named "The Model." This assistant can describe photos, read medical scans, tell time, and identify birds. They are incredibly smart, but they were trained on a massive, general dataset. Now, you want to teach them a very specific new skill: counting objects in a picture.

The problem? When you try to teach them this new skill, they often start acting weird. They might get great at counting but suddenly forget how to describe a scene normally, or they might start answering every question with a number, even when you just asked for a description. This is called "Catastrophic Forgetting." It's like a student who studies so hard for a math test that they forget how to speak their native language.

This paper asks a simple question: How do we teach this assistant a new skill without making them forget everything else?

Here is the breakdown of their discovery, using some everyday analogies.

1. The Problem: The "Over-Writer"

The researchers found that when you try to teach the model a new skill by updating its entire brain (all its parameters), it's like handing a student a red marker and telling them to rewrite their entire textbook to learn one new chapter. They might learn the new chapter perfectly, but they accidentally scribble over the old chapters, making them unreadable.

In technical terms, the model starts to bias its output. If you teach it to count, it gets obsessed with numbers. It starts thinking, "Oh, you asked me a question? I must give you a number!" even if you asked for a description.

2. The Discovery: The "Specialized Tools"

The team realized the model's brain isn't a single blob; it's made of different tools. They tested updating different parts of the brain to see which one caused the least damage.

They found two "magic tools" that work perfectly:

Tool A: The "Traffic Director" (Self-Attention Projections)

  • The Analogy: Imagine the model is a busy airport. The Self-Attention layers are the air traffic controllers. They decide which plane (piece of information) talks to which other plane. They don't write the flight plans; they just route the traffic.
  • The Result: When the researchers only updated the "Traffic Controllers," the model learned the new skill (counting) very well. But because they didn't touch the "flight plan writers," the model didn't get obsessed with numbers. It could still fly its old routes perfectly.
  • The Catch: It learned the new skill well, but not quite as fast as if they had rewritten the whole book.

Tool B: The "Fact Writer" (MLP Gate & Up)

  • The Analogy: The MLP (Feed-Forward Network) is the part of the brain that actually stores facts and writes the answers. It's like a librarian who pulls books off the shelf.
  • The Problem: Usually, when you teach the librarian a new fact, they get so excited they start shouting that fact at everyone, even when you just want to ask for the weather.
  • The Fix: The researchers found a way to update the librarian's "search skills" (Gate & Up) but froze their "shouting skills" (the Down projection).
  • The Result: The librarian learned the new fact perfectly but didn't start screaming it at everyone. They could still answer normal questions normally. This was the best balance: they learned the new skill almost as well as the "full rewrite" method, but they forgot almost nothing.

3. The "Recovery" Phenomenon

One of the coolest findings was that forgetting isn't always permanent.

  • The Analogy: Imagine the model gets "stuck" in a mindset. After learning to count, it thinks, "Everything is a number!"
  • The Magic: If you then teach it a different skill, like reading a medical report (which requires words, not numbers), the model "wakes up." The obsession with numbers fades, and it remembers how to describe things again.
  • The Lesson: The information wasn't actually deleted; it was just temporarily buried under a new, narrow habit. Changing the task can dig it back up.

4. The Solution: "Selective Tuning"

Instead of trying to use complex, expensive methods to save the old data (like keeping a backup of every book the student ever read), the researchers suggest a simple rule:

Don't rewrite the whole book. Just update the specific pages that handle the new skill.

  • If you want stability: Update only the "Traffic Controllers" (Self-Attention).
  • If you want maximum learning with minimal damage: Update the "Search Skills" of the Librarian (MLP Gate & Up) but leave the "Shouting" part frozen.

Why This Matters

Teaching AI new skills is usually expensive and risky. You might spend millions of dollars training a model, only to have it forget how to be helpful in general.

This paper gives us a simple, cheap, and effective recipe: Be surgical. Don't change the whole brain. Just tweak the specific parts that handle the new task. This way, the AI can learn to count, read medical reports, or identify birds, all while remembering how to be a helpful, general assistant.

In short: To teach a super-intelligent AI a new trick without making it forget its old ones, don't force it to relearn everything. Just show it how to use its existing tools in a slightly new way.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →