paper-with-me

홈 › Papers

RaViTT: Random Vision Transformer Tokens

2023-06-19 · Felipe A. Quezada, Carlos F. Navarro, Cristian Muñoz, Manuel Zamorano, Jorge Jara-Wilde, Violeta Chang, Cristóbal A. Navarro, Mauricio Cerda

Vision Transformers (ViTs) have successfully been applied to image classification problems where large annotated datasets are available. On the other hand, when fewer annotations are available, such as in biomedical applications, image augmentation techniques like introducing image variations or combinations have been proposed. However, regarding ViT patch sampling, less has been explored outside grid-based strategies. In this work, we propose Random Vision Transformer Tokens (RaViTT), a random patch sampling strategy that can be incorporated into existing ViTs. We experimentally evaluated RaViTT for image classification, comparing it with a baseline ViT and state-of-the-art (SOTA) augmentation techniques in 4 datasets, including ImageNet-1k and CIFAR-100. Results show that RaViTT increases the accuracy of the baseline in all datasets and outperforms the SOTA augmentation techniques in 3 out of 4 datasets by a significant margin +1.23% to +4.32%. Interestingly, RaViTT accuracy improvements can be achieved even with fewer tokens, thus reducing the computational load of any ViT model for a given accuracy value.

📄 PDF Abstract BibTeX arXiv:2306.10959

Code (0)

등록된 구현이 없습니다.

Tasks

Image Augmentationimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

Random Entangled Tokens for Adversarially Robust Vision Transformer

2024-01-01 · CVPR 2024 1 · Huihui Gong, Minjing Dong, Siqi Ma, Seyit Camtepe 외

Vision Transformers (ViTs) have emerged as a compelling alternative to Convolutional Neural Networks (CNNs) in the realm of computer vision showcasing tremendous potential. However recent research has unveiled a susc…

Adversarial Robustness

Random Wins All: Rethinking Grouping Strategies for Vision Tokens

2026-02-28 · Qihang Fan, Yuang Ai, Huaibo Huang, Ran He arxiv

Since Transformers are introduced into vision architectures, their quadratic complexity has always been a significant issue that many research efforts aim to address. A representative approach involves grouping tokens, p…

Object Detection

LT-ViT: A Vision Transformer for multi-label Chest X-ray classification

2023-11-13 · Umar Marikkar, Sara Atito, Muhammad Awais, Adam Mahdi

Vision Transformers (ViTs) are widely adopted in medical imaging tasks, and some existing efforts have been directed towards vision-language training for Chest X-rays (CXRs). However, we envision that there still exists …

X-ray Classification

MixMAE: Mixed and Masked Autoencoder for Efficient Pretraining of Hierarchical Vision Transformers

2022-05-26 · CVPR 2023 1 · Jihao Liu, Xin Huang, Jinliang Zheng, Yu Liu 외

In this paper, we propose Mixed and Masked AutoEncoder (MixMAE), a simple but efficient pretraining method that is applicable to various hierarchical Vision Transformers. Existing masked image modeling (MIM) methods for …

Image ClassificationObject DetectionRepresentation LearningSemantic Segmentation

What to Hide from Your Students: Attention-Guided Masked Image Modeling

2022-03-23 · Ioannis Kakogeorgiou, Spyros Gidaris, Bill Psomas, Yannis Avrithis 외

Transformers and masked language modeling are quickly being adopted and explored in computer vision as vision transformers and masked image modeling (MIM). In this work, we argue that image token masking differs from tok…

Language ModelingLanguage ModellingMasked Language ModelingSelf-Supervised Learning