paper-with-me

홈 › Papers

Personalized Video Summarization using Text-Based Queries and Conditional Modeling

2024-08-27 · Jia-Hong Huang

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.

📄 PDF Abstract BibTeX arXiv:2408.14743

Code (0)

등록된 구현이 없습니다.

Tasks

Video SummarizationWord Embeddings

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Your Interest, Your Summaries: Query-Focused Long Video Summarization

2024-10-17 · Nirav Patel, Payal Prajapati, Maitrik Shah

Generating a concise and informative video summary from a long video is important, yet subjective due to varying scene importance. Users' ability to specify scene importance through text queries enhances the relevance of…

Query focused video summarizationVideo Summarization

IntentVizor: Towards Generic Query Guided Interactive Video Summarization

2021-09-30 · CVPR 2022 1 · Guande Wu, Jianzhe Lin, Claudio T. Silva

The target of automatic video summarization is to create a short skim of the original long video while preserving the major content/events. There is a growing interest in the integration of user queries into video summar…

Video SummarizationVideo Understanding

Text Summarization with Latent Queries

2021-05-31 · Yumo Xu, Mirella Lapata

The availability of large-scale datasets has driven the development of neural models that create summaries from single documents, for generic purposes. When using a summarization system, users often have specific intents…

Abstractive Text SummarizationLanguage ModelingLanguage ModellingQuery-focused Summarization+1

Multiple Pairwise Ranking Networks for Personalized Video Summarization

2021-01-01 · ICCV 2021 10 · Yassir Saquil, Da Chen, Yuan He, Chuan Li 외

In this paper, we investigate video summarization in the supervised setting. Since video summarization is subjective to the preference of the end-user, the design of a unique model is limited. In this work, we propos…

Video Summarization

Language-Guided Self-Supervised Video Summarization Using Text Semantic Matching Considering the Diversity of the Video

2024-05-14 · Tomoya Sugihara, Shuntaro Masuda, Ling Xiao, Toshihiko Yamasaki

Current video summarization methods rely heavily on supervised computer vision techniques, which demands time-consuming and subjective manual annotations. To overcome these limitations, we investigated self-supervised vi…

DiversitySupervised Video SummarizationVideo Summarization