CVCLMar 21, 2023

VideoXum: Cross-modal Visual and Textural Summarization of Videos

arXiv:2303.12060v363 citationsh-index: 104
Originality Incremental advance
AI Analysis

This work addresses the need for semantically aligned video and text summaries, which could benefit applications in video indexing and accessibility, though it is incremental as it builds on existing summarization tasks.

The paper tackles the problem of jointly generating both a shortened video clip and a corresponding textual summary from long videos, proposing a new cross-modal summarization task. It introduces a large-scale dataset (VideoXum with 14,001 videos) and a model (VTSUM-BILP) that achieves promising performance, establishing a benchmark for future research.

Video summarization aims to distill the most important information from a source video to produce either an abridged clip or a textual narrative. Traditionally, different methods have been proposed depending on whether the output is a video or text, thus ignoring the correlation between the two semantically related tasks of visual summarization and textual summarization. We propose a new joint video and text summarization task. The goal is to generate both a shortened video clip along with the corresponding textual summary from a long video, collectively referred to as a cross-modal summary. The generated shortened video clip and text narratives should be semantically well aligned. To this end, we first build a large-scale human-annotated dataset -- VideoXum (X refers to different modalities). The dataset is reannotated based on ActivityNet. After we filter out the videos that do not meet the length requirements, 14,001 long videos remain in our new dataset. Each video in our reannotated dataset has human-annotated video summaries and the corresponding narrative summaries. We then design a novel end-to-end model -- VTSUM-BILP to address the challenges of our proposed task. Moreover, we propose a new metric called VT-CLIPScore to help evaluate the semantic consistency of cross-modality summary. The proposed model achieves promising performance on this new task and establishes a benchmark for future research.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes