← Latest papers
💬 NLP

ReGATE: Learning Faster and Better with Fewer Tokens in MLLMs

ReGATE is a teacher-student framework that accelerates multimodal large language model training by adaptively pruning redundant tokens using guidance losses and difficulty estimates, achieving faster convergence and superior performance while significantly reducing total token consumption.

Original authors: Chaoyu Li, Yogesh Kulkarni, Pooyan Fazli

Published 2026-04-30
📖 4 min read☕ Coffee break read

Original authors: Chaoyu Li, Yogesh Kulkarni, Pooyan Fazli

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 very smart robot to understand videos. Right now, the standard way to do this is like forcing the robot to read every single word in a script, even the boring ones like "the," "is," or "and," while it watches a movie. This is incredibly slow, expensive, and wastes a lot of energy because the robot is doing unnecessary work.

The paper introduces a new method called REGATE (Reference-Guided Adaptive Token Elision). Think of REGATE as a super-efficient study coach that helps the robot learn faster by telling it exactly which words to focus on and which ones to skip.

Here is how it works, using simple analogies:

1. The Problem: Reading the Whole Script

In the old way (Standard Training), the robot processes every "token" (a chunk of text) in a video description.

  • The Analogy: Imagine you are trying to learn a new language by reading a book where every single word is highlighted in bright neon. You spend hours staring at common words like "the" and "a," which don't actually teach you much about the story. You get tired, and you learn slowly.

2. The Solution: The "Teacher" and the "Student"

REGATE uses a two-person team:

  • The Student: This is the main robot model we are trying to train. It looks at both the video and the text.
  • The Teacher: This is a "frozen" (unchanging) version of the robot that only sees the text. It cannot see the video.

How they work together:
The Teacher looks at a sentence and asks, "Can I guess what this word means just by reading the text, without seeing the video?"

  • If the word is "the" or "is," the Teacher says, "Easy! I know this."
  • If the word is "red," "spinning," or "mixing," the Teacher says, "Whoa, I can't guess this without seeing the picture! This word needs the video."

3. The "Difficulty Score"

REGATE combines the Teacher's guess with the Student's own history.

  • The Analogy: Imagine the Student is taking a practice test. REGATE keeps a log of which questions the Student keeps getting wrong.
  • If the Teacher says, "You need the video for this word," AND the Student has been struggling with similar words before, REGATE marks that word as "High Priority."
  • If the Teacher says, "I know this word," and the Student has already mastered it, REGATE marks it as "Skip."

4. The Result: The "Smart Skip"

During training, REGATE creates a mask. It tells the robot: "Read these important words, but skip the boring ones."

  • The Analogy: Instead of reading the whole book page-by-page, the robot now only reads the highlighted sentences that actually move the story forward. It ignores the filler words.
  • The Benefit: The robot does 40% less work (processes fewer tokens) but learns just as well, or even better, because it isn't wasting energy on things it already knows.

What the Paper Claims (The Results)

The authors tested this on three different types of video-learning robots:

  1. VideoChat2
  2. VideoLLaMA2
  3. InternVL3.5

They found that:

  • Speed: The robots reached their peak performance twice as fast as usual.
  • Efficiency: They used only 38% of the tokens (words/chunks) compared to the standard method.
  • Accuracy: In many cases, the robots trained with REGATE actually became smarter than the ones trained the old way, especially on complex video questions.
  • No Extra Cost: This method doesn't require building a new robot or adding extra parts; it just changes how the robot reads during training.

Summary

REGATE is like a smart filter for training AI. Instead of making the AI read every single word in a script, it uses a "text-only" expert to identify which words actually need the video context to be understood. By skipping the easy, redundant words, the AI learns faster, uses less electricity, and often ends up smarter than if it had read everything.

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 →