paper-with-me

Papers

Evaluating Transformers for Lightweight Action Recognition

2021-11-18 · Raivo Koot, Markus Hennerbichler, Haiping Lu

In video action recognition, transformers consistently reach state-of-the-art accuracy. However, many models are too heavyweight for the average researcher with limited hardware resources. In this work, we explore the limitations of video transformers for lightweight action recognition. We benchmark 13 video transformers and baselines across 3 large-scale datasets and 10 hardware devices. Our study is the first to evaluate the efficiency of action recognition models in depth across multiple devices and train a wide range of video transformers under the same conditions. We categorize current methods into three classes and show that composite transformers that augment convolutional backbones are best at lightweight action recognition, despite lacking accuracy. Meanwhile, attention-only models need more motion modeling capabilities and stand-alone attention block models currently incur too much latency overhead. Our experiments conclude that current video transformers are not yet capable of lightweight action recognition on par with traditional convolutional baselines, and that the previously mentioned shortcomings need to be addressed to bridge this gap. Code to reproduce our experiments will be made publicly available.

📄 PDF Abstract BibTeX arXiv:2111.09641

Code (0)

등록된 구현이 없습니다.

Tasks

Action RecognitionTemporal Action Localization

Similar Papers 제목 키워드 기반

VideoLightFormer: Lightweight Action Recognition using Transformers

2021-07-01 · Raivo Koot, Haiping Lu

Efficient video action recognition remains a challenging problem. One large model after another takes the place of the state-of-the-art on the Kinetics dataset, but real-world efficiency evaluations are often lacking. In…

Action RecognitionTemporal Action Localization

Image Recognition with Online Lightweight Vision Transformer: A Survey

2025-05-06 · Zherui Zhang, Rongtao Xu, Jie zhou, Changwei Wang 외

The Transformer architecture has achieved significant success in natural language processing, motivating its adaptation to computer vision tasks. Unlike convolutional neural networks, vision transformers inherently captu…

Knowledge DistillationSurvey

SkelVIT: Consensus of Vision Transformers for a Lightweight Skeleton-Based Action Recognition System

2023-11-14 · Ozge Oztimur Karadag

Skeleton-based action recognition receives the attention of many researchers as it is robust to viewpoint and illumination changes, and its processing is much more efficient than the processing of video frames. With the …

Action RecognitionSkeleton Based Action Recognition

Video Mobile-Former: Video Recognition with Efficient Global Spatial-temporal Modeling

2022-08-25 · Rui Wang, Zuxuan Wu, Dongdong Chen, Yinpeng Chen 외

Transformer-based models have achieved top performance on major video recognition benchmarks. Benefiting from the self-attention mechanism, these models show stronger ability of modeling long-range dependencies compared …

Video Recognition

Exploring Transformers in Emotion Recognition: a comparison of BERT, DistillBERT, RoBERTa, XLNet and ELECTRA

2021-04-05 · Diogo Cortiz

This paper investigates how Natural Language Understanding (NLU) could be applied in Emotion Recognition, a specific task in affective computing. We finetuned different transformers language models (BERT, DistilBERT, RoB…

Emotion RecognitionNatural Language Understanding