paper-with-me

Papers

Three things everyone should know about Vision Transformers

2022-03-18 · Hugo Touvron, Matthieu Cord, Alaaeldin El-Nouby, Jakob Verbeek, Hervé Jégou

After their initial success in natural language processing, transformer architectures have rapidly gained traction in computer vision, providing state-of-the-art results for tasks such as image classification, detection, segmentation, and video analysis. We offer three insights based on simple and easy to implement variants of vision transformers. (1) The residual layers of vision transformers, which are usually processed sequentially, can to some extent be processed efficiently in parallel without noticeably affecting the accuracy. (2) Fine-tuning the weights of the attention layers is sufficient to adapt vision transformers to a higher resolution and to other classification tasks. This saves compute, reduces the peak memory consumption at fine-tuning time, and allows sharing the majority of weights across tasks. (3) Adding MLP-based patch pre-processing layers improves Bert-like self-supervised training based on patch masking. We evaluate the impact of these design choices using the ImageNet-1k dataset, and confirm our findings on the ImageNet-v2 test set. Transfer performance is measured across six smaller datasets.

📄 PDF Abstract BibTeX arXiv:2203.09795

Code (8)

facebookresearch/deit 공식 구현 pytorch
code-implementation1/Code6/tree/main/NFNet mindspore
code-implementation1/Code9/tree/main/regnet mindspore
conceptofmind/Parallel-ViT-flax jax
lucidrains/vit-pytorch pytorch
rwightman/pytorch-image-models pytorch
yangyucheng000/University/tree/main/model-3/regnet mindspore
https://gitlab.com/birder/birder pytorch

Tasks

Fine-Grained Image Classificationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

FixRes FixRes is an image scaling strategy that seeks to optimize classifier performance. It is motivated by the observation that data augmentations induce a significant discrepancy…
LayerScale LayerScale is a method used for vision transformer architectures to help improve training dynamics. It adds a…

Similar Papers 제목 키워드 기반

Three things everyone should know to improve object retrieval

2012-06-16 · CVPR 2012 6 · Relja Arandjelović, Andrew Zisserman

The objective of this work is object retrieval in large scale image datasets, where the object is specified by an image query and retrieval should be immediate at run time in the manner of Video Google [28]. We make the …

Image AugmentationImage MatchingObjectRetrieval

Four Things People Should Know About Migraines

2025-03-26 · Mohammad S. Parsa, Lukasz Golab

Migraine literacy among the public is known to be low, and this lack of understanding has a negative impact on migraineurs' quality of life. To understand this impact, we use text mining methods to study migraine discuss…

Four Things Everyone Should Know to Improve Batch Normalization

2019-06-09 · ICLR 2020 1 · Cecilia Summers, Michael J. Dinneen

A key component of most neural network architectures is the use of normalization layers, such as Batch Normalization. Despite its common use and large utility in optimizing deep architectures, it has been challenging bot…

The Definitive Guide to Automated Regression Testing

2022-03-03 · bqurious 2022 3 · Govind

Software testing is one of the most important things you can do to protect your software from bugs and improve conversion rates. I’ve been using automated regression testing for several years and wanted to share these tr…

regressionsoftware testing

Big Bang, Low Bar -- Risk Assessment in the Public Arena

2023-07-23 · Huw Price

One of the basic principles of risk management is that we should always keep an eye on ways that things could go badly wrong, even if they seem unlikely. The more disastrous a potential failure, the more improbable it ne…

Management