Semantic-Guided Unsupervised Video Summarization
Haizhou Liu, Haodong Jin, Yiming Wang, Hui Yu
TL;DR
The paper tackles unsupervised video summarization by incorporating semantic information into frame selection through a frame-level semantic-alignment attention mechanism. It leverages cross-modal cosine similarity between visual and semantic frame representations extracted via a CLIP encoder to guide a Transformer-based generator within an adversarial framework, with an incremental training strategy to stabilize GAN optimization. The approach achieves state-of-the-art performance on SumMe and TVSum, with ablations confirming the contribution of semantic guidance and cross-modal interactions to summary quality. This work advances unsupervised video summarization by integrating semantic cues to improve representativeness and coherence while addressing training instability, with potential extensions to audio-visual modalities.
Abstract
Video summarization is a crucial technique for social understanding, enabling efficient browsing of massive multimedia content and extraction of key information from social platforms. Most existing unsupervised summarization methods rely on Generative Adversarial Networks (GANs) to enhance keyframe selection and generate coherent, video summaries through adversarial training. However, such approaches primarily exploit unimodal features, overlooking the guiding role of semantic information in keyframe selection, and often suffer from unstable training. To address these limitations, we propose a novel Semantic-Guided Unsupervised Video Summarization method. Specifically, we design a novel frame-level semantic alignment attention mechanism and integrate it into a keyframe selector, which guides the Transformer-based generator within the adversarial framework to better reconstruct videos. In addition, we adopt an incremental training strategy to progressively update the model components, effectively mitigating the instability of GAN training. Experimental results demonstrate that our approach achieves superior performance on multiple benchmark datasets.
