paper-with-me

홈 › Papers

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 content summarization. The resulting photos are used for automated works (e.g. summarizing security footage, detecting different scenes used in music clips) in different industries. In addition, processing high-volume videos in advanced machine learning methods also creates resource costs. Keyframes obtained; It can be used as an input feature to the methods and models to be used. In this study; We propose a deep learning-based approach for keyframe detection using a deep auto-encoder model with an attention layer. The proposed method first extracts the features from the video frames using the encoder part of the autoencoder and applies segmentation using the k-means clustering algorithm to group these features and similar frames together. Then, keyframes are selected from each cluster by selecting the frames closest to the center of the clusters. The method was evaluated on the TVSUM video dataset and achieved a classification accuracy of 0.77, indicating a higher success rate than many existing methods. The proposed method offers a promising solution for key frame extraction in video analysis and can be applied to various applications such as video summarization and video retrieval.

📄 PDF Abstract BibTeX arXiv:2306.13176

Code (0)

등록된 구현이 없습니다.

Tasks

Video RetrievalVideo Summarization

Methods 이 논문이 사용한 방법론

k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…

Similar Papers 제목 키워드 기반

Neural Relation Extraction with Multi-lingual Attention

2017-07-01 · ACL 2017 7 · Yankai Lin, Zhiyuan Liu, Maosong Sun

Relation extraction has been widely used for finding unknown relational facts from plain text. Most existing methods focus on exploiting mono-lingual data for relation extraction, ignoring massive information from the te…

Information RetrievalQuestion AnsweringRelationRelation Extraction

Span-based Joint Entity and Relation Extraction with Attention-based Span-specific and Contextual Semantic Representations

2020-12-01 · COLING 2020 8 · Bin Ji, Jie Yu, Shasha Li, Jun Ma 외

Span-based joint extraction models have shown their efficiency on entity recognition and relation extraction. These models regard text spans as candidate entities and span tuples as candidate relation tuples. Span semant…

Joint Entity and Relation ExtractionRelationRelation Extraction

ClusTop: An unsupervised and integrated text clustering and topic extraction framework

2023-01-03 · Zhongtao Chen, Chenghu Mi, Siwei Duo, Jingfei He 외

Text clustering and topic extraction are two important tasks in text mining. Usually, these two tasks are performed separately. For topic extraction to facilitate clustering, we can first project texts into a topic space…

ClusteringDimensionality ReductionLanguage ModelingLanguage Modelling+1

Attention-Based Capsule Networks with Dynamic Routing for Relation Extraction

2018-12-29 · EMNLP 2018 10 · Ningyu Zhang, Shumin Deng, Zhanlin Sun, Xi Chen 외

A capsule is a group of neurons, whose activity vector represents the instantiation parameters of a specific type of entity. In this paper, we explore the capsule networks used for relation extraction in a multi-instance…

Multi-Label LearningRelationRelation Extraction

Deep Neural Networks for Relation Extraction

2021-04-05 · Tapas Nayak

Relation extraction from text is an important task for automatic knowledge base population. In this thesis, we first propose a syntax-focused multi-factor attention network model for finding the relation between two enti…

DecoderJoint Entity and Relation ExtractionKnowledge Base PopulationRelation+1