paper-with-me

홈 › Papers

Selective Volume Mixup for Video Action Recognition

2023-09-18 · Yi Tan, Zhaofan Qiu, Yanbin Hao, Ting Yao, Tao Mei

The recent advances in Convolutional Neural Networks (CNNs) and Vision Transformers have convincingly demonstrated high learning capability for video action recognition on large datasets. Nevertheless, deep models often suffer from the overfitting effect on small-scale datasets with a limited number of training videos. A common solution is to exploit the existing image augmentation strategies for each frame individually including Mixup, Cutmix, and RandAugment, which are not particularly optimized for video data. In this paper, we propose a novel video augmentation strategy named Selective Volume Mixup (SV-Mix) to improve the generalization ability of deep models with limited training videos. SV-Mix devises a learnable selective module to choose the most informative volumes from two videos and mixes the volumes up to achieve a new training video. Technically, we propose two new modules, i.e., a spatial selective module to select the local patches for each spatial position, and a temporal selective module to mix the entire frames for each timestamp and maintain the spatial pattern. At each time, we randomly choose one of the two modules to expand the diversity of training samples. The selective modules are jointly optimized with the video action recognition framework to find the optimal augmentation strategy. We empirically demonstrate the merits of the SV-Mix augmentation on a wide range of video action recognition benchmarks and consistently boot the performances of both CNN-based and transformer-based models.

📄 PDF Abstract BibTeX arXiv:2309.09534

Code (1)

ty-97/seletive-volume-mix 공식 구현 pytorch

Tasks

Action RecognitionImage AugmentationTemporal Action Localization

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…
RandAugment 설명 없음

Similar Papers 제목 키워드 기반

Semi-Supervised Audio-Visual Video Action Recognition with Audio Source Localization Guided Mixup

2025-03-04 · Seokun Kang, Taehwan Kim

Video action recognition is a challenging but important task for understanding and discovering what the video does. However, acquiring annotations for a video is costly, and semi-supervised learning (SSL) has been studie…

Action RecognitionTemporal Action Localization

Temporal Consistency Constrained Transferable Adversarial Attacks with Background Mixup for Action Recognition

2025-05-23 · Ping Li, Jianan Ni, Bo Pang

Action recognition models using deep learning are vulnerable to adversarial examples, which are transferable across other models trained on the same data modality. Existing transferable attack methods face two major chal…

Action RecognitionAdversarial Attack

Mixup Helps Understanding Multimodal Video Better

2025-10-13 · Xiaoyu Ma, Ding Ding, Hao Chen arxiv

Multimodal video understanding plays a crucial role in tasks such as action recognition and emotion classification by combining information from different modalities. However, multimodal models are prone to overfitting s…

Emotion ClassificationAction Recognition

Selective Mixup Helps with Distribution Shifts, But Not (Only) because of Mixup

2023-05-26 · Damien Teney, Jindong Wang, Ehsan Abbasnejad

Mixup is a highly successful technique to improve generalization of neural networks by augmenting the training data with combinations of random pairs. Selective mixup is a family of methods that apply mixup to specific p…

Binary Classification

A Key Volume Mining Deep Framework for Action Recognition

2016-06-01 · CVPR 2016 6 · Wangjiang Zhu, Jie Hu, Gang Sun, Xudong Cao 외

Recently, deep learning approaches have demonstrated remarkable progresses for action recognition in videos. Most existing deep frameworks equally treat every volume i.e. spatial-temporal video clip, and directly assign …

Action RecognitionAction Recognition In VideosTemporal Action Localization