← Latest papers
🤖 machine learning

LookWhen? Fast Video Recognition by Learning When, Where, and What to Compute

LookWhen is an efficient video recognition framework that employs a shallow selector to identify and process only the most informative tokens, thereby achieving superior accuracy-computation trade-offs compared to existing models by learning when, where, and what to compute.

Original authors: Ali Salamatian, Anthony Fuller, Pritam Sarkar, James R. Green, Leonid Sigal, Evan Shelhamer

Published 2026-05-11
📖 4 min read☕ Coffee break read

Original authors: Ali Salamatian, Anthony Fuller, Pritam Sarkar, James R. Green, Leonid Sigal, Evan Shelhamer

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 watching a 10-minute video of a dog playing in a park. A standard AI model trying to understand this video is like a very diligent but exhausted student who tries to read every single word of the script, even the parts where the dog is just sitting still or the camera is panning across empty grass. This student reads every word, takes notes on every word, and then tries to summarize the story. It's accurate, but it takes forever and uses up a massive amount of brainpower (computing power).

The paper introduces a new method called LookWhen. Think of LookWhen as a smart editor who knows exactly when to pay attention, where to look, and what to write down, so they can understand the whole story without reading every single word.

Here is how it works, broken down into three simple parts:

1. The "Quick Glance" Editor (The Selector)

First, LookWhen has a "shallow" editor. This editor is fast and doesn't have a huge memory. They get a tiny, blurry, downsized version of the video.

  • What they do: They quickly scan the whole video and give every little piece (called a "token") a score based on how unique it is.
  • The Analogy: Imagine you are looking at a crowd of people. Most people are wearing the same blue shirt (redundant). But one person is wearing a bright red hat and juggling. The "Quick Glance" editor ignores the sea of blue shirts and points only at the person with the red hat.
  • The Goal: To find the "unique" moments that actually tell the story, rather than the boring, repetitive parts.

2. The "Deep Thinker" (The Extractor)

Next, LookWhen has a "deep" expert. This expert is very smart and has a huge memory, but they are lazy about doing unnecessary work.

  • What they do: They only look at the specific pieces the "Quick Glance" editor pointed to (the top-K unique tokens).
  • The Analogy: The expert only studies the person with the red hat and the few people immediately around them. They ignore the rest of the crowd. Even though they didn't look at everyone, they can still tell you exactly what happened in the video because they focused on the most important details.

3. Learning from Two Teachers

How does the system learn to be this smart? It trains using two different "teachers" (pre-trained AI models) during a practice phase:

  • The Video Teacher: Teaches the system how to understand the whole video as a story.
  • The Image Teacher: Teaches the system how to spot changes. Since videos are just a series of images, this teacher helps the system learn what changes from one frame to the next.
  • The "Top1-Distance" Trick: To teach the "Quick Glance" editor what is unique, the system uses a clever math trick. It asks: "How far away is this piece of the video from everything else?" If a piece of the video looks very different from its neighbors (like a wolf running in a field of grass), it gets a high score. If it looks just like the grass next to it, it gets a low score. This helps the system ignore the boring, repetitive parts.

Why is this a big deal?

The paper claims that LookWhen is much faster and uses less energy than current top models, without losing accuracy.

  • The Result: In tests on six different video datasets (like recognizing people diving, cooking, or doing hand gestures), LookWhen was often 6.7 times faster than a leading model called InternVideo2 while getting the same accuracy.
  • The Trade-off: It's like getting a high-quality summary of a book in 10 minutes instead of reading the whole book in 10 hours.

What the paper doesn't claim

The authors are careful to say this is a general video recognition tool. They do not claim it can be used for medical diagnosis, self-driving cars, or security surveillance yet. They also admit that their current version works best on standard-sized videos and that they need to find better "teachers" in the future to handle even longer or more complex videos.

In short: LookWhen is a video AI that learns to ignore the boring stuff. It quickly spots the unique, important moments and ignores the rest, allowing it to understand videos much faster and cheaper than previous methods.

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 →