EarlyTom: Early Token Compression Completes Fast Video Understanding
The paper proposes EarlyTom, a training-free framework that performs early-stage visual token compression inside the vision encoder to significantly reduce time-to-first-token latency and computational costs while maintaining accuracy comparable to full-token baselines.
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 describe a 30-minute movie to a very smart, but very busy, friend (the AI). Your friend needs to watch the whole movie first before they can answer your questions.
The Problem: The "Slow Start"
Currently, when AI tries to understand a video, it acts like a student who insists on reading every single page of a textbook before answering a single question.
- The Old Way: The AI watches every single frame of the video, breaks it down into thousands of tiny pieces (tokens), and then hands that massive pile to its "brain" (the Large Language Model) to process.
- The Bottleneck: The paper discovered that the biggest delay isn't the AI's thinking time; it's the time spent just watching and organizing the video in the first place. It's like spending 40 minutes sorting a deck of cards before you even start playing the game. Even when other methods tried to throw away some cards later, the initial sorting was still slow.
The Solution: EarlyTom (The "Smart Editor")
The authors created a new method called EarlyTom. Think of EarlyTom as a super-efficient film editor who steps in while the video is being watched, not after.
Instead of waiting until the video is fully processed to decide what to keep, EarlyTom edits the video during the viewing process. It uses two main tricks:
1. The "Merge" Trick (Time Compression)
Imagine watching a video where a person is standing still talking for 10 seconds. The video has 300 frames of that same person.
- Old Way: The AI processes all 300 frames individually.
- EarlyTom: It notices, "Hey, these 300 frames are almost identical." Instead of processing them all, it merges them into one single, high-quality summary frame. It's like summarizing a 10-minute monologue into a single sentence before passing it on. This happens inside the camera lens (the vision encoder), so the heavy lifting is done much faster.
2. The "Spotlight" Trick (Space Selection)
Now imagine the AI has to look at a crowd of people in a video.
- The Trap: The paper found that AI has a weird habit called "Attention Sinking." It's like a spotlight that gets stuck on a few specific spots (like a blank wall or a logo) and shines too brightly on them, ignoring the actual action happening elsewhere. If you just pick the "brightest" spots, you might miss the important action.
- EarlyTom's Fix: It splits the crowd into two groups:
- The "Moving" Group: For parts of the video where things are changing (action), it picks the most important details globally.
- The "Still" Group: For parts where things are static, it uses a local "window" approach to make sure it doesn't get distracted by the stuck spotlight. It ensures the AI sees a balanced view of the scene without getting biased by those stuck spots.
The Result: Speed Without Losing Smarts
By doing this editing early in the process, EarlyTom achieves two amazing things:
- Super Fast Start: It cuts the time it takes to get the first answer (Time-to-First-Token) by up to 2.65 times. If the old way took 900 milliseconds, this takes about 336 milliseconds.
- Less Work: It reduces the total computing power needed by up to 61%.
The Bottom Line
The paper claims that EarlyTom allows video AI to be incredibly fast and efficient without needing to be retrained or losing its ability to understand the video accurately. It proves that you don't need to watch every single frame to understand the story; you just need to know when to stop watching and start thinking.
In short: EarlyTom is a training-free tool that edits the video while it's being watched, making video AI faster and cheaper to run, while keeping its answers just as smart.
Drowning in papers in your field?
Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.