paper-with-me

홈 › Papers

Large-scale Robustness Analysis of Video Action Recognition Models

2022-07-04 · Madeline Chantry Schiappa, Naman Biyani, Prudvi Kamtam, Shruti Vyas, Hamid Palangi, Vibhav Vineet, Yogesh Rawat

We have seen a great progress in video action recognition in recent years. There are several models based on convolutional neural network (CNN) and some recent transformer based approaches which provide top performance on existing benchmarks. In this work, we perform a large-scale robustness analysis of these existing models for video action recognition. We focus on robustness against real-world distribution shift perturbations instead of adversarial perturbations. We propose four different benchmark datasets, HMDB51-P, UCF101-P, Kinetics400-P, and SSv2-P to perform this analysis. We study robustness of six state-of-the-art action recognition models against 90 different perturbations. The study reveals some interesting findings, 1) transformer based models are consistently more robust compared to CNN based models, 2) Pretraining improves robustness for Transformer based models more than CNN based models, and 3) All of the studied models are robust to temporal perturbations for all datasets but SSv2; suggesting the importance of temporal information for action recognition varies based on the dataset and activities. Next, we study the role of augmentations in model robustness and present a real-world dataset, UCF101-DS, which contains realistic distribution shifts, to further validate some of these findings. We believe this study will serve as a benchmark for future research in robust video action recognition.

📄 PDF Abstract BibTeX arXiv:2207.01398

Code (1)

Maddy12/ActionRecognitionRobustnessEval 공식 구현 pytorch

Tasks

Action RecognitionTemporal Action Localization

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Multi-Head Attention 설명 없음
Residual Connection 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

A Large-Scale Robustness Analysis of Video Action Recognition Models

2023-01-01 · CVPR 2023 1 · Madeline Chantry Schiappa, Naman Biyani, Prudvi Kamtam, Shruti Vyas 외

We have seen great progress in video action recognition in recent years. There are several models based on convolutional neural network (CNN) and some recent transformer based approaches which provide top performance…

Action RecognitionTemporal Action Localization

Robustness Analysis of Video-Language Models Against Visual and Language Perturbations

2022-07-05 · Madeline C. Schiappa, Shruti Vyas, Hamid Palangi, Yogesh S. Rawat 외

Joint visual and language modeling on large-scale datasets has recently shown good progress in multi-modal tasks when compared to single modal learning. However, robustness of these approaches against real-world perturba…

Language ModelingLanguage ModellingRetrievalText to Video Retrieval+1

OccludeNet: A Causal Journey into Mixed-View Actor-Centric Video Action Recognition under Occlusions

2024-11-24 · Guanyu Zhou, Wenxuan Liu, Wenxin Huang, Xuemei Jia 외

The lack of occlusion data in commonly used action recognition video datasets limits model robustness and impedes sustained performance improvements. We construct OccludeNet, a large-scale occluded video dataset that inc…

Action ClassificationAction RecognitionCausal Inferencecounterfactual+5

Segment-to-Act: Label-Noise-Robust Action-Prompted Video Segmentation Towards Embodied Intelligence

2025-09-20 · Wenxin Li, Kunyu Peng, Di Wen, Ruiping Liu 외 arxiv

Embodied intelligence relies on accurately segmenting objects actively involved in interactions. Action-based video object segmentation addresses this by linking segmentation with action semantics, but it depends on larg…

Video Object SegmentationVideo Segmentation

SIGMark: Scalable In-Generation Watermark with Blind Extraction for Video Diffusion

2026-03-03 · Xinjie Zhu, Zijing Zhao, Hui Jin, Qingxiao Guo 외 arxiv

Artificial Intelligence Generated Content (AIGC), particularly video generation with diffusion models, has been advanced rapidly. Invisible watermarking is a key technology for protecting AI-generated videos and tracing …

Video Generation