Episode

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

Podcast
Daily Paper Cast
Published
Jul 1, 2026
Duration seconds
1370
Processing state
not_requested
Canonical source
https://share.transistor.fm/s/19acb893
Audio
https://media.transistor.fm/19acb893/0b26da1d.mp3
JSON
/v1/public/podcasts/daily-paper-cast-7079649/episodes/bridging-videoqa-and-video-guided-agentic-tasks-via-generalized-keyframe-extraction
Markdown
/podcast/daily-paper-cast-7079649/bridging-videoqa-and-video-guided-agentic-tasks-via-generalized-keyframe-extraction.md

Actions

  • POST https://stenobird.com/v1/public/podcasts/daily-paper-cast-7079649/episodes/bridging-videoqa-and-video-guided-agentic-tasks-via-generalized-keyframe-extraction/transcription-requests
    Idempotently request low-priority transcript generation for this episode.
  • GET https://stenobird.com/podcast/daily-paper-cast-7079649/bridging-videoqa-and-video-guided-agentic-tasks-via-generalized-keyframe-extraction.md
    Read the agent-friendly Markdown representation of this episode resource.

Summary

🤗 Upvotes: 22 | cs.CV, cs.AI Authors: Sunqi Fan, Qingle Liu, Runqi Yin, Meng-Hao Guo, Shuojin Yang Title: Bridging VideoQA and Video-Guided Agentic Tasks via Generalized Keyframe Extraction Arxiv: http://arxiv.org/abs/2606.29445v1 Abstract: Video understanding is a fundamental capability for multimodal intelligence, and recent Multimodal Large Language Models (MLLMs) have achieved remarkable performance on Video Question Answering (VideoQA) benchmarks. However, existing benchmarks primarily evaluate whether models can perceive shallow visual cues, while rarely examining whether MLLMs can learn deeper knowledge or procedural skills from video tutorials and generalize them to downstream long-horizon agentic tasks. To address this gap, we introduce VG-GUIBench (Video-Guided GUI Benchmark), a new benchmark designed to evaluate whether MLLM-based GUI agents can follow video tutorials to complete corresponding GUI interactive tasks. Furthermore, we observe that the performance of models on both VideoQA and video-guided agentic tasks critically depends on effective keyframe extraction. Based on this observation, we propose TASKER (Task-driven And Scene-aware Keyframe searchER), a keyframe extraction algorithm that jointly considers task relevance and scene dynamics to identify informative frames. Experimental results demonstrate that TASKER achieves significant performance improvements on both VideoQA and video-guided agentic task benchmarks, outperforming the best baseline by 2.0% on the EgoSchema fullset and 1.8% on the NExT-QA dataset, respectively. These results further highlight the potential of generalized keyframe extraction methods for video understanding tasks. Our code and data are available at https://github.com/VG-GUI-TASKER/VG-GUI-TASKER.