Cluster-based Video Summarization with Temporal Context Awareness
Hai-Dang Huynh-Lam, Ngoc-Phuong Ho-Thi, Minh-Triet Tran, Trung-Nghia Le
TL;DR
The paper targets unsupervised video summarization and the lack of temporal coherence in traditional cluster-based methods. It introduces TAC-SUM, a training-free pipeline that embeds temporal context into clustering by converting global contextual embeddings into temporally aware semantic partitions, followed by simple, rule-based keyframe selection and frame importance scoring. On SumMe, TAC-SUM outperforms existing unsupervised approaches and remains competitive with several supervised methods, highlighting a practical, interpretable alternative that avoids labeled data. By leveraging contextual embeddings from pre-trained models, hierarchical clustering, and partition-based scoring, TAC-SUM achieves efficient, scalable summarization with transparent decision processes.
Abstract
In this paper, we present TAC-SUM, a novel and efficient training-free approach for video summarization that addresses the limitations of existing cluster-based models by incorporating temporal context. Our method partitions the input video into temporally consecutive segments with clustering information, enabling the injection of temporal awareness into the clustering process, setting it apart from prior cluster-based summarization methods. The resulting temporal-aware clusters are then utilized to compute the final summary, using simple rules for keyframe selection and frame importance scoring. Experimental results on the SumMe dataset demonstrate the effectiveness of our proposed approach, outperforming existing unsupervised methods and achieving comparable performance to state-of-the-art supervised summarization techniques. Our source code is available for reference at \url{https://github.com/hcmus-thesis-gulu/TAC-SUM}.
