← Latest papers
💻 computer science

Bridging VideoQA and Video-Guided Agentic Tasks via Generalized Keyframe Extraction

This paper introduces VG-GUIBench, a new benchmark for evaluating MLLM-based GUI agents' ability to follow video tutorials, and proposes TASKER, a task-driven and scene-aware keyframe extraction algorithm that significantly improves performance on both VideoQA and video-guided agentic tasks.

Original authors: Sunqi Fan, Qingle Liu, Runqi Yin, Meng-Hao Guo, Shuojin Yang

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

Original authors: Sunqi Fan, Qingle Liu, Runqi Yin, Meng-Hao Guo, Shuojin Yang

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 learn how to fix a complex machine or play a new video game, but the only instruction manual you have is a three-hour long video.

If you try to watch the whole thing from start to finish, you'll get bored, and you'll likely miss the one crucial second where the mechanic shows you how to unscrew the bolt. If you just pick random seconds to look at, you might only see the mechanic walking around or staring at a wall, which doesn't help you solve the problem.

This paper introduces a new way to teach computers how to watch these long videos efficiently, and it does so in two main parts: a new "test" and a new "smart viewer."

Part 1: The New Test (VG-GUI-Bench)

The authors noticed that current tests for AI video understanding are like asking, "How many red cars did you see?" or "What color was the shirt?" These are simple, shallow questions. They don't test if the AI can actually learn a skill from a video and use it later.

So, they built a new test called VG-GUI-Bench.

  • The Analogy: Imagine showing an AI a video tutorial on "How to change a password on a phone app." Then, instead of asking a trivia question, you ask the AI to actually go into a different phone app and change the password for you.
  • The Goal: This tests if the AI can watch a video, understand the step-by-step procedure, and then act like a human agent to perform that same task on a computer screen.

Part 2: The Smart Viewer (TASKER)

The biggest problem with these tasks is that long videos are full of "fluff" (redundant frames) and the important parts are hidden in the middle. If you feed the AI too many frames, it gets confused. If you feed it too few, it misses the point.

The authors created a tool called TASKER (Task-driven And Scene-aware Keyframe searchER). Think of TASKER not as a camera, but as a very smart detective or a hiker with a map.

Here is how TASKER works, using a few analogies:

1. The "Tree" of the Video
Instead of watching the video linearly (second by second), TASKER treats the video like a tree.

  • It starts with the whole video as the trunk.
  • It splits the video into big chunks (branches).
  • It keeps splitting those chunks into smaller and smaller pieces until it finds the exact "leaves" (frames) that hold the answer.

2. The Two Types of "Smart" Search
TASKER uses a special AI brain (an MLLM) to decide which branch to explore next. It uses two different strategies, like a detective using two different clues:

  • The "What am I looking for?" Strategy (Task-Driven): The AI asks, "I need to find the part where the person types the password. Which part of the video looks most like that?" It zooms in on the most relevant section.
  • The "What changed?" Strategy (Scene-Aware): The AI asks, "Where did the scene change the most?" If the video goes from a kitchen to a living room, that's a big change. TASKER knows that big changes usually mean something important is happening, so it investigates those spots.

3. The "Stop When You Know" Rule
Most search algorithms run until they hit a hard limit. TASKER is smarter. It has an internal "confidence meter."

  • After looking at a few key frames, the AI asks itself: "Do I have enough information to answer the question?"
  • If it says "Yes, I'm 100% sure," it stops searching immediately.
  • If it says "I'm not sure yet," it digs deeper.
  • The Benefit: This means TASKER often finds the answer using only 15% of the video's frames, whereas other methods might waste time looking at 100% of the video.

The Results

When the authors tested this "Smart Detective" (TASKER) on both simple video questions and the complex "learn-a-skill" tasks (VG-GUI-Bench):

  • It got better scores than the previous best methods.
  • It did this while looking at far fewer frames, making it much faster and cheaper to run.

Summary

In short, this paper says: "Current AI video watchers are either too dumb (missing the point) or too slow (watching everything). We built a new test to see if AI can actually learn skills from videos, and we built a new 'Smart Detective' (TASKER) that knows exactly which parts of a video to look at to solve the problem, ignoring the boring stuff in between."

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 →