paper-with-me

홈 › Papers

Large Model based Sequential Keyframe Extraction for Video Summarization

2024-01-10 · Kailong Tan, Yuxiang Zhou, Qianchen Xia, Rui Liu, Yong Chen

Keyframe extraction aims to sum up a video's semantics with the minimum number of its frames. This paper puts forward a Large Model based Sequential Keyframe Extraction for video summarization, dubbed LMSKE, which contains three stages as below. First, we use the large model "TransNetV21" to cut the video into consecutive shots, and employ the large model "CLIP2" to generate each frame's visual feature within each shot; Second, we develop an adaptive clustering algorithm to yield candidate keyframes for each shot, with each candidate keyframe locating nearest to a cluster center; Third, we further reduce the above candidate keyframes via redundancy elimination within each shot, and finally concatenate them in accordance with the sequence of shots as the final sequential keyframes. To evaluate LMSKE, we curate a benchmark dataset and conduct rich experiments, whose results exhibit that LMSKE performs much better than quite a few SOTA competitors with average F1 of 0.5311, average fidelity of 0.8141, and average compression ratio of 0.9922.

📄 PDF Abstract BibTeX arXiv:2401.04962

Code (0)

등록된 구현이 없습니다.

Tasks

Video Summarization

Similar Papers 제목 키워드 기반

Online Learnable Keyframe Extraction in Videos and its Application with Semantic Word Vector in Action Recognition

2020-09-25 · G M Mashrur E Elahi, Yee-Hong Yang

Video processing has become a popular research direction in computer vision due to its various applications such as video summarization, action recognition, etc. Recently, deep learning-based methods have achieved impres…

Action RecognitionGeneral ClassificationVideo Summarization

Semantic-Guided Unsupervised Video Summarization

2026-01-21 · Haizhou Liu, Haodong Jin, Yiming Wang, Hui Yu arxiv

Video summarization is a crucial technique for social understanding, enabling efficient browsing of massive multimedia content and extraction of key information from social platforms. Most existing unsupervised summariza…

Unsupervised Video Summarization

Key Frame Extraction with Attention Based Deep Neural Networks

2023-06-21 · Samed Arslan, Senem Tanberk

Automatic keyframe detection from videos is an exercise in selecting scenes that can best summarize the content for long videos. Providing a summary of the video is an important task to facilitate quick browsing and cont…

Video RetrievalVideo Summarization

Unsupervised video summarization framework using keyframe extraction and video skimming

2019-10-10 · Shruti Jadon, Mahmood Jasim

Video is one of the robust sources of information and the consumption of online and offline videos has reached an unprecedented level in the last few years. A fundamental challenge of extracting information from videos i…

ClusteringUnsupervised Video SummarizationVideo Summarization

Video Summarization with Long Short-term Memory

2016-05-26 · Ke Zhang, Wei-Lun Chao, Fei Sha, Kristen Grauman

We propose a novel supervised learning technique for summarizing videos by automatically selecting keyframes or key subshots. Casting the problem as a structured prediction problem on sequential data, our main idea is to…

Domain AdaptationStructured PredictionVideo Summarization