← Latest papers
🤖 AI

AdaptToken: Entropy-based Adaptive Token Selection for MLLM Long Video Understanding

AdaptToken is a training-free framework that leverages an MLLM's self-uncertainty and cross-modal attention to dynamically allocate token budgets across video groups and enable early stopping, thereby significantly improving long-video understanding accuracy and efficiency across various benchmarks and model sizes.

Original authors: Haozhe Qi, Kevin Qu, Mahdi Rad, Rui Wang, Alexander Mathis, Marc Pollefeys

Published 2026-03-31
📖 4 min read☕ Coffee break read

Original authors: Haozhe Qi, Kevin Qu, Mahdi Rad, Rui Wang, Alexander Mathis, Marc Pollefeys

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 a detective trying to solve a mystery, but instead of a short 5-minute video, you are handed a 10-hour surveillance tape of a busy city.

Your job is to answer a specific question: "What was the person in the red hat doing at 3:00 PM?"

If you try to watch the entire 10-hour tape at once, your brain (or in this case, the computer's memory) will explode. You'll get tired, forget the beginning by the time you reach the end, and likely miss the crucial clue because it was buried under hours of boring footage of traffic and clouds.

This is the exact problem AdaptToken solves for AI models trying to understand long videos. Here is how it works, broken down into simple concepts:

1. The Problem: The "Haystack" Issue

Current AI models are like detectives who try to read every single word in a library to find one specific sentence.

  • The Limit: They have a short attention span (memory limits).
  • The Waste: If you feed them a 10-hour video, they waste huge amounts of energy watching boring parts (like a static shot of a wall) that have nothing to do with your question.
  • The Old Way: Previous methods tried to pick "important" frames, but they were like picking random pages from a book without reading the context. They often missed the big picture or got stuck in local details.

2. The Solution: The "Smart Detective" (AdaptToken)

AdaptToken is a new strategy that acts like a super-smart, self-aware detective. It doesn't just scan the video; it constantly asks itself, "Do I know enough to solve this yet?"

It works in three clever steps:

Step A: The "Confidence Check" (Entropy)

Imagine the detective is looking at a small clip of the video.

  • If the clip shows a boring street, the detective says, "I have no idea what the red hat guy is doing. I'm very uncertain." (High "Entropy").
  • If the clip shows the red hat guy stealing a bag, the detective says, "Aha! I see it clearly! I am very certain." (Low "Entropy").

AdaptToken uses this feeling of certainty as a signal. It treats "high certainty" as a green light saying, "This part of the video is gold! Keep more details from here." It treats "low certainty" as a red light saying, "This is just noise. Throw most of it away."

Step B: The "Budget Manager"

The AI has a limited "token budget" (a limit on how much information it can process).

  • Old Method: Give every part of the video an equal slice of the budget.
  • AdaptToken Method: It looks at the "Confidence Check" results. If Group A of the video made the AI very certain, it gives Group A 90% of the budget. If Group B made the AI confused, it gives Group B only 10%.
  • The Result: The AI focuses its energy only on the parts of the video that actually help answer the question.

Step C: The "Early Exit" (AdaptToken-Lite)

This is the coolest part.
Imagine the detective is watching the video. After watching just 20 minutes, they find the red hat guy stealing the bag. They are 100% sure.

  • Old AI: "I must watch the remaining 9 hours and 40 minutes to be thorough!" (Wastes time).
  • AdaptToken-Lite: "I'm confident! I'm done. Let's stop watching and give the answer."

It stops processing the rest of the video entirely, cutting the time in half without losing accuracy.

3. Why is this a big deal?

  • It's Training-Free: You don't need to teach the AI a new skill. It just uses its own "gut feeling" (uncertainty) to make smarter decisions.
  • It Scales: It works on videos that are 10,000 frames long (hours of footage), which was previously impossible for these models.
  • It's Fast: By skipping the boring parts and stopping early, it solves problems twice as fast.

The Analogy Summary

Think of watching a long video like reading a 1,000-page mystery novel to find one specific clue.

  • The Old Way: You read every single page, word by word, hoping you don't miss the clue. You get exhausted and tired.
  • AdaptToken: You skim the pages. When you hit a chapter that feels "familiar" and makes sense, you read it closely. When you hit a chapter that feels confusing or irrelevant, you skip it. And the moment you find the clue, you close the book and shout, "I solved it!"

AdaptToken turns the AI from a slow, exhausted reader into a fast, intuitive detective.

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 →