CVIRLGMMAug 14, 2022

TL;DW? Summarizing Instructional Videos with Task Relevance & Cross-Modal Saliency

arXiv:2208.06773v143 citationsh-index: 156
Originality Incremental advance
AI Analysis

This work addresses the need for efficient video browsing for users seeking task instructions, though it is incremental as it builds on existing video summarization methods with a focus on instructional content.

The paper tackles the problem of summarizing instructional videos to reduce search time for users by automatically generating visual summaries using task relevance and cross-modal saliency, achieving superior performance over baselines and a state-of-the-art model on a new benchmark dataset.

YouTube users looking for instructions for a specific task may spend a long time browsing content trying to find the right video that matches their needs. Creating a visual summary (abridged version of a video) provides viewers with a quick overview and massively reduces search time. In this work, we focus on summarizing instructional videos, an under-explored area of video summarization. In comparison to generic videos, instructional videos can be parsed into semantically meaningful segments that correspond to important steps of the demonstrated task. Existing video summarization datasets rely on manual frame-level annotations, making them subjective and limited in size. To overcome this, we first automatically generate pseudo summaries for a corpus of instructional videos by exploiting two key assumptions: (i) relevant steps are likely to appear in multiple videos of the same task (Task Relevance), and (ii) they are more likely to be described by the demonstrator verbally (Cross-Modal Saliency). We propose an instructional video summarization network that combines a context-aware temporal video encoder and a segment scoring transformer. Using pseudo summaries as weak supervision, our network constructs a visual summary for an instructional video given only video and transcribed speech. To evaluate our model, we collect a high-quality test set, WikiHow Summaries, by scraping WikiHow articles that contain video demonstrations and visual depictions of steps allowing us to obtain the ground-truth summaries. We outperform several baselines and a state-of-the-art video summarization model on this new benchmark.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes