Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Hiera: A Hierarchical Vision Transformer without the Bells-and-Whistles

About

Modern hierarchical vision transformers have added several vision-specific components in the pursuit of supervised classification performance. While these components lead to effective accuracies and attractive FLOP counts, the added complexity actually makes these transformers slower than their vanilla ViT counterparts. In this paper, we argue that this additional bulk is unnecessary. By pretraining with a strong visual pretext task (MAE), we can strip out all the bells-and-whistles from a state-of-the-art multi-stage vision transformer without losing accuracy. In the process, we create Hiera, an extremely simple hierarchical vision transformer that is more accurate than previous models while being significantly faster both at inference and during training. We evaluate Hiera on a variety of tasks for image and video recognition. Our code and models are available at https://github.com/facebookresearch/hiera.

Chaitanya Ryali, Yuan-Ting Hu, Daniel Bolya, Chen Wei, Haoqi Fan, Po-Yao Huang, Vaibhav Aggarwal, Arkabandhu Chowdhury, Omid Poursaeed, Judy Hoffman, Jitendra Malik, Yanghao Li, Christoph Feichtenhofer• 2023

Related benchmarks

TaskDatasetResultRank
Image ClassificationImageNet-1K
Top-1 Acc86.9
836
Object DetectionCOCO (val)--
613
Instance SegmentationCOCO (val)
APmk48.6
472
Action RecognitionSomething-Something v2
Top-1 Accuracy76.5
341
Image ClassificationiNaturalist 2018
Top-1 Accuracy87.3
287
Video ClassificationKinetics 400 (val)--
204
Video Action ClassificationSomething-Something v2
Top-1 Acc75.1
139
Action DetectionAVA v2.2 (val)
mAP43.3
99
Image ClassificationiNaturalist 2019
Top-1 Acc88.5
98
Video ClassificationKinetics-600 (val)
Accuracy88.8
84
Showing 10 of 25 rows

Other info

Code

Follow for update