paper-with-me

Papers

Reconstructive Sequence-Graph Network for Video Summarization

2021-05-10 · Bin Zhao, Haopeng Li, Xiaoqiang Lu, Xuelong Li

Exploiting the inner-shot and inter-shot dependencies is essential for key-shot based video summarization. Current approaches mainly devote to modeling the video as a frame sequence by recurrent neural networks. However, one potential limitation of the sequence models is that they focus on capturing local neighborhood dependencies while the high-order dependencies in long distance are not fully exploited. In general, the frames in each shot record a certain activity and vary smoothly over time, but the multi-hop relationships occur frequently among shots. In this case, both the local and global dependencies are important for understanding the video content. Motivated by this point, we propose a Reconstructive Sequence-Graph Network (RSGN) to encode the frames and shots as sequence and graph hierarchically, where the frame-level dependencies are encoded by Long Short-Term Memory (LSTM), and the shot-level dependencies are captured by the Graph Convolutional Network (GCN). Then, the videos are summarized by exploiting both the local and global dependencies among shots. Besides, a reconstructor is developed to reward the summary generator, so that the generator can be optimized in an unsupervised manner, which can avert the lack of annotated data in video summarization. Furthermore, under the guidance of reconstruction loss, the predicted summary can better preserve the main video content and shot-level dependencies. Practically, the experimental results on three popular datasets i.e., SumMe, TVsum and VTW) have demonstrated the superiority of our proposed approach to the summarization task.

📄 PDF Abstract BibTeX arXiv:2105.04066

Code (0)

등록된 구현이 없습니다.

Tasks

Video Summarization

Similar Papers 제목 키워드 기반

Video Summarization Using Fully Convolutional Sequence Networks

2018-05-26 · ECCV 2018 9 · Mrigank Rochan, Linwei Ye, Yang Wang

This paper addresses the problem of video summarization. Given an input video, the goal is to select a subset of the frames to create a summary video that optimally captures the important information of the input video. …

RetrievalSegmentationSemantic SegmentationVideo Summarization

Video Summarization with Attention-Based Encoder-Decoder Networks

2017-08-31 · Zhong Ji, Kailin Xiong, Yanwei Pang, Xuelong. Li

This paper addresses the problem of supervised video summarization by formulating it as a sequence-to-sequence learning problem, where the input is a sequence of original video frames, the output is a keyshot sequence. O…

DecoderSupervised Video SummarizationVideo Summarization

Video-XL-Pro: Reconstructive Token Compression for Extremely Long Video Understanding

2025-03-24 · Xiangrui Liu, Yan Shu, Zheng Liu, Ao Li 외

Despite advanced token compression techniques, existing multimodal large language models (MLLMs) still struggle with hour-long video understanding. In this work, we propose Video-XL-Pro, an efficient method for extremely…

8kGPUSelf-Supervised LearningVideo Understanding

SumGraph: Video Summarization via Recursive Graph Modeling

2020-07-17 · ECCV 2020 8 · Jungin Park, Jiyoung Lee, Ig-Jae Kim, Kwanghoon Sohn

The goal of video summarization is to select keyframes that are visually diverse and can represent a whole story of an input video. State-of-the-art approaches for video summarization have mostly regarded the task as a f…

Video Summarization

A Novel Approach for Robust Multi Human Action Recognition and Summarization based on 3D Convolutional Neural Networks

2019-07-25 · Noor Almaadeed, Omar Elharrouss, Somaya Al-Maadeed, Ahmed Bouridane 외

Human actions in videos are 3D signals. However, there are a few methods available for multiple human action recognition. For long videos, it's difficult to search within a video for a specific action and/or person. For …

Action DetectionAction RecognitionTemporal Action LocalizationVideo Summarization