HierSum: A Global and Local Attention Mechanism for Video Summarization
Apoorva Beedu, Irfan Essa
TL;DR
HierSum tackles instructional video summarization by fusing fine-grained subtitle cues with global task descriptions in a hierarchical, two-stage training framework. It aligns video and text through cross-modal attention and a parent-child protocol, and exploits YouTube most-replayed statistics as an additional supervisory signal. Across TVSum, BLiSS, Mr.HiSum, and WikiHow, HierSum achieves improved rank correlations and cosine-based similarities, with notable gains when pre-trained on replay statistics and when leveraging both local and global text cues. The approach demonstrates robust cross-dataset transfer and provides a scalable dataset collection pipeline for instructional content. Overall, HierSum advances multi-modal hierarchical learning for task-focused video summarization with practical impact on search, retrieval, and educational video understanding.
Abstract
Video summarization creates an abridged version (i.e., a summary) that provides a quick overview of the video while retaining pertinent information. In this work, we focus on summarizing instructional videos and propose a method for breaking down a video into meaningful segments, each corresponding to essential steps in the video. We propose \textbf{HierSum}, a hierarchical approach that integrates fine-grained local cues from subtitles with global contextual information provided by video-level instructions. Our approach utilizes the ``most replayed" statistic as a supervisory signal to identify critical segments, thereby improving the effectiveness of the summary. We evaluate on benchmark datasets such as TVSum, BLiSS, Mr.HiSum, and the WikiHow test set, and show that HierSum consistently outperforms existing methods in key metrics such as F1-score and rank correlation. We also curate a new multi-modal dataset using WikiHow and EHow videos and associated articles containing step-by-step instructions. Through extensive ablation studies, we demonstrate that training on this dataset significantly enhances summarization on the target datasets.
