Personalized Video Summarization using Text-Based Queries and Conditional Modeling
Jia-Hong Huang
TL;DR
This work addresses the challenge of efficiently navigating long video content by enabling personalized, text-guided video summarization. It advances the field through four interrelated strands: (1) query-dependent summaries using a multi-modal end-to-end model that fuses text and visual data, (2) GPT-2–based contextualized encoding and attention mechanisms for improved cross-modal understanding, (3) a conditional modeling framework that explicitly accounts for human-like non-visual factors and introduces helper distributions and a conditional attention module for explainability, and (4) a pseudo-label supervision strategy with segment-level pretext tasks and a semantics booster to mitigate data scarcity. Across multiple benchmarks (TVSum, SumMe, QueryVS), the methods achieve state-of-the-art performance in accuracy and F1-score, demonstrating improved control, interpretability, and robustness. The practical impact lies in more efficient video exploration, personalized content curation, and scalable evaluation pipelines for query-based video summarization.
Abstract
The proliferation of video content on platforms like YouTube and Vimeo presents significant challenges in efficiently locating relevant information. Automatic video summarization aims to address this by extracting and presenting key content in a condensed form. This thesis explores enhancing video summarization by integrating text-based queries and conditional modeling to tailor summaries to user needs. Traditional methods often produce fixed summaries that may not align with individual requirements. To overcome this, we propose a multi-modal deep learning approach that incorporates both textual queries and visual information, fusing them at different levels of the model architecture. Evaluation metrics such as accuracy and F1-score assess the quality of the generated summaries. The thesis also investigates improving text-based query representations using contextualized word embeddings and specialized attention networks. This enhances the semantic understanding of queries, leading to better video summaries. To emulate human-like summarization, which accounts for both visual coherence and abstract factors like storyline consistency, we introduce a conditional modeling approach. This method uses multiple random variables and joint distributions to capture key summarization components, resulting in more human-like and explainable summaries. Addressing data scarcity in fully supervised learning, the thesis proposes a segment-level pseudo-labeling approach. This self-supervised method generates additional data, improving model performance even with limited human-labeled datasets. In summary, this research aims to enhance automatic video summarization by incorporating text-based queries, improving query representations, introducing conditional modeling, and addressing data scarcity, thereby creating more effective and personalized video summaries.
