Detours for Navigating Instructional Videos
Kumar Ashutosh, Zihui Xue, Tushar Nagarajan, Kristen Grauman
TL;DR
The paper tackles the challenge of navigating instructional videos by introducing the video detour problem, where a user seeks a detour video and a corresponding time window to modify a current task described in a source video. It proposes VidDetours, a two-stage video-language model that retrieves a detour video and localizes the relevant segment conditioned on the source video context and a natural language query, using a weakly supervised data generation pipeline based on HowTo100M narrations and LLMs. A large-scale gold-standard test set (4K videos, 16K questions) demonstrates superior performance over state-of-the-art video retrieval and localization baselines, with significant gains in recall and precise temporal localization. The work lays the groundwork for an interconnected how-to knowledge base and provides a benchmark for future research in personalized, query-driven navigation of instructional videos.
Abstract
We introduce the video detours problem for navigating instructional videos. Given a source video and a natural language query asking to alter the how-to video's current path of execution in a certain way, the goal is to find a related ''detour video'' that satisfies the requested alteration. To address this challenge, we propose VidDetours, a novel video-language approach that learns to retrieve the targeted temporal segments from a large repository of how-to's using video-and-text conditioned queries. Furthermore, we devise a language-based pipeline that exploits how-to video narration text to create weakly supervised training data. We demonstrate our idea applied to the domain of how-to cooking videos, where a user can detour from their current recipe to find steps with alternate ingredients, tools, and techniques. Validating on a ground truth annotated dataset of 16K samples, we show our model's significant improvements over best available methods for video retrieval and question answering, with recall rates exceeding the state of the art by 35%.
