paper-with-me

홈 › Papers

MF2Summ: Multimodal Fusion for Video Summarization with Temporal Alignment

2025-06-12 · Shuo Wang, Jihao Zhang

The rapid proliferation of online video content necessitates effective video summarization techniques. Traditional methods, often relying on a single modality (typically visual), struggle to capture the full semantic richness of videos. This paper introduces MF2Summ, a novel video summarization model based on multimodal content understanding, integrating both visual and auditory information. MF2Summ employs a five-stage process: feature extraction, cross-modal attention interaction, feature fusion, segment prediction, and key shot selection. Visual features are extracted using a pre-trained GoogLeNet model, while auditory features are derived using SoundNet. The core of our fusion mechanism involves a cross-modal Transformer and an alignment-guided self-attention Transformer, designed to effectively model inter-modal dependencies and temporal correspondences. Segment importance, location, and center-ness are predicted, followed by key shot selection using Non-Maximum Suppression (NMS) and the Kernel Temporal Segmentation (KTS) algorithm. Experimental results on the SumMe and TVSum datasets demonstrate that MF2Summ achieves competitive performance, notably improving F1-scores by 1.9\% and 0.6\% respectively over the DSNet model, and performing favorably against other state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2506.10430

Code (0)

등록된 구현이 없습니다.

Tasks

Video Summarization

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Auxiliary Classifier Auxiliary Classifiers are type of architectural component that seek to improve the convergence of very deep networks. They are classifier heads we attach to layers before the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Local Response Normalization Local Response Normalization is a normalization layer that implements the idea of lateral inhibition. Lateral inhibition is a concept in neurobiology that refers to the…
Inception Module An Inception Module is an image model block that aims to approximate an optimal local sparse structure in a CNN. Put simply, it allows for us to use multiple types of filter…

Similar Papers 제목 키워드 기반

V2Xum-LLM: Cross-Modal Video Summarization with Temporal Prompt Instruction Tuning

2024-04-18 · Hang Hua, Yunlong Tang, Chenliang Xu, Jiebo Luo

Video summarization aims to create short, accurate, and cohesive summaries of longer videos. Despite the existence of various video summarization datasets, a notable limitation is their limited amount of source videos, w…

Text SummarizationVideo Summarization

Align and Attend: Multimodal Summarization with Dual Contrastive Losses

2023-03-13 · CVPR 2023 1 · Bo He, Jun Wang, JieLin Qiu, Trung Bui 외

The goal of multimodal summarization is to extract the most important information from different modalities to form output summaries. Unlike the unimodal summarization, the multimodal summarization task explicitly levera…

Extractive Text SummarizationSupervised Video SummarizationVideo Summarization

AudioVisual Video Summarization

2021-05-17 · Bin Zhao, Maoguo Gong, Xuelong Li

Audio and vision are two main modalities in video data. Multimodal learning, especially for audiovisual learning, has drawn considerable attention recently, which can boost the performance of various computer vision task…

Video Summarization

TripleSumm: Adaptive Triple-Modality Fusion for Video Summarization

2026-03-01 · Sumin Kim, Hyemin Jeong, Mingu Kang, Yejin Kim 외 arxiv

The exponential growth of video content necessitates effective video summarization to efficiently extract key information from long videos. However, current approaches struggle to fully comprehend complex videos, primari…

Video Summarization

Multimodal Abstractive Summarization of Instructional Videos with Vision-Language Models

2026-05-12 · Maham Nazir, Muhammad Aqeel, Richong Zhang, Francesco Setti arxiv

Multimodal video summarization requires visual features that align semantically with language generation. Traditional approaches rely on CNN features trained for object classification, which represent visual concepts as …

Video Summarization