paper-with-me

홈 › Papers

MVFNet: Multi-View Fusion Network for Efficient Video Recognition

2020-12-13 · Wenhao Wu, Dongliang He, Tianwei Lin, Fu Li, Chuang Gan, Errui Ding

Conventionally, spatiotemporal modeling network and its complexity are the two most concentrated research topics in video action recognition. Existing state-of-the-art methods have achieved excellent accuracy regardless of the complexity meanwhile efficient spatiotemporal modeling solutions are slightly inferior in performance. In this paper, we attempt to acquire both efficiency and effectiveness simultaneously. First of all, besides traditionally treating H x W x T video frames as space-time signal (viewing from the Height-Width spatial plane), we propose to also model video from the other two Height-Time and Width-Time planes, to capture the dynamics of video thoroughly. Secondly, our model is designed based on 2D CNN backbones and model complexity is well kept in mind by design. Specifically, we introduce a novel multi-view fusion (MVF) module to exploit video dynamics using separable convolution for efficiency. It is a plug-and-play module and can be inserted into off-the-shelf 2D CNNs to form a simple yet effective model called MVFNet. Moreover, MVFNet can be thought of as a generalized video modeling framework and it can specialize to be existing methods such as C2D, SlowOnly, and TSM under different settings. Extensive experiments are conducted on popular benchmarks (i.e., Something-Something V1 & V2, Kinetics, UCF-101, and HMDB-51) to show its superiority. The proposed MVFNet can achieve state-of-the-art performance with 2D CNN's complexity.

📄 PDF Abstract BibTeX arXiv:2012.06977

Code (3)

whwu95/MVFNet 공식 구현 pytorch
txyugood/PaddleMVF pytorch
whwu95/DSANet pytorch

Tasks

Action ClassificationAction RecognitionTemporal Action LocalizationVideo Recognition

Methods 이 논문이 사용한 방법론

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…

Similar Papers 제목 키워드 기반

MVFNet: Multipurpose Video Forensics Network using Multiple Forms of Forensic Evidence

2025-03-26 · Tai D. Nguyen, Matthew C. Stamm

While videos can be falsified in many different ways, most existing forensic networks are specialized to detect only a single manipulation type (e.g. deepfake, inpainting). This poses a significant issue as the manipulat…

Face SwappingVideo Forensics

Capturing Temporal Information in a Single Frame: Channel Sampling Strategies for Action Recognition

2022-01-25 · Kiyoon Kim, Shreyank N Gowda, Oisin Mac Aodha, Laura Sevilla-Lara

We address the problem of capturing temporal information for video classification in 2D networks, without increasing their computational cost. Existing approaches focus on modifying the architecture of 2D networks (e.g. …

Action RecognitionOptical Flow EstimationVideo ClassificationVideo Understanding

FLOW: Fusing and Shuffling Global and Local Views for Cross-User Human Activity Recognition with IMUs

2024-06-03 · Qi Qiu, Tao Zhu, Furong Duan, Kevin I-Kai Wang 외

Inertial Measurement Unit (IMU) sensors are widely employed for Human Activity Recognition (HAR) due to their portability, energy efficiency, and growing research interest. However, a significant challenge for IMU-HAR mo…

Activity RecognitionHuman Activity Recognition

Action Selection Learning for Multi-label Multi-view Action Recognition

2024-10-04 · Trung Thanh Nguyen, Yasutomo Kawanishi, Takahiro Komamizu, Ichiro Ide

Multi-label multi-view action recognition aims to recognize multiple concurrent or sequential actions from untrimmed videos captured by multiple cameras. Existing work has focused on multi-view action recognition in a na…

Action Recognition

Affective Video Content Analysis: Decade Review and New Perspectives

2023-10-26 · Junxiao Xue, Jie Wang, Xuecheng Wu, Qian Zhang

Video content is rich in semantics and has the ability to evoke various emotions in viewers. In recent years, with the rapid development of affective computing and the explosive growth of visual data, affective video con…

Emotional IntelligenceEmotion RecognitionFacial Expression RecognitionVideo Emotion Recognition