CVDec 27, 2021

Video Joint Modelling Based on Hierarchical Transformer for Co-summarization

arXiv:2112.13478v250 citations
Originality Incremental advance
AI Analysis

This addresses the problem of generating more informative video summaries for large-scale video retrieval and browsing by incorporating cross-video dependencies, though it is incremental as it builds on existing Transformer-based approaches.

The paper tackles video summarization by proposing a hierarchical Transformer method (VJMHT) that leverages correlations across similar videos to improve individual video summaries, achieving superior performance in F-measure and rank-based evaluations.

Video summarization aims to automatically generate a summary (storyboard or video skim) of a video, which can facilitate large-scale video retrieval and browsing. Most of the existing methods perform video summarization on individual videos, which neglects the correlations among similar videos. Such correlations, however, are also informative for video understanding and video summarization. To address this limitation, we propose Video Joint Modelling based on Hierarchical Transformer (VJMHT) for co-summarization, which takes into consideration the semantic dependencies across videos. Specifically, VJMHT consists of two layers of Transformer: the first layer extracts semantic representation from individual shots of similar videos, while the second layer performs shot-level video joint modelling to aggregate cross-video semantic information. By this means, complete cross-video high-level patterns are explicitly modelled and learned for the summarization of individual videos. Moreover, Transformer-based video representation reconstruction is introduced to maximize the high-level similarity between the summary and the original video. Extensive experiments are conducted to verify the effectiveness of the proposed modules and the superiority of VJMHT in terms of F-measure and rank-based evaluation.

Code Implementations2 repos
Foundations

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

Your Notes