Language-Guided Graph Representation Learning for Video Summarization
Wenrui Li, Wei Han, Hengyu Man, Wangmeng Zuo, Xiaopeng Fan, Yonghong Tian
TL;DR
This work tackles personalized video summarization by enabling language-guided, query-focused control while preserving global temporal and semantic dependencies. It introduces LGRLN, a lightweight graph-based framework that transforms video frames into forward, backward, and undirected graphs, applies a dual-threshold relational reasoning module, and fuses textual queries through a language-guided cross-modal embedding, trained with a mixture-of-Bernoulli EM objective. Empirical results on SumMe, TVSum, VideoXum, and QFVS demonstrate state-of-the-art or competitive performance with a fraction of large-language-model parameters, highlighting strong efficiency and scalability for resource-constrained settings. The approach offers practical impact for personalized, multimodal video summarization and sets a foundation for broader on-device, cross-modal video understanding with controlled fusion of language inputs.
Abstract
With the rapid growth of video content on social media, video summarization has become a crucial task in multimedia processing. However, existing methods face challenges in capturing global dependencies in video content and accommodating multimodal user customization. Moreover, temporal proximity between video frames does not always correspond to semantic proximity. To tackle these challenges, we propose a novel Language-guided Graph Representation Learning Network (LGRLN) for video summarization. Specifically, we introduce a video graph generator that converts video frames into a structured graph to preserve temporal order and contextual dependencies. By constructing forward, backward and undirected graphs, the video graph generator effectively preserves the sequentiality and contextual relationships of video content. We designed an intra-graph relational reasoning module with a dual-threshold graph convolution mechanism, which distinguishes semantically relevant frames from irrelevant ones between nodes. Additionally, our proposed language-guided cross-modal embedding module generates video summaries with specific textual descriptions. We model the summary generation output as a mixture of Bernoulli distribution and solve it with the EM algorithm. Experimental results show that our method outperforms existing approaches across multiple benchmarks. Moreover, we proposed LGRLN reduces inference time and model parameters by 87.8% and 91.7%, respectively. Our codes and pre-trained models are available at https://github.com/liwrui/LGRLN.
