paper-with-me

Papers

Vision Transformers are Robust Learners

2021-05-17 · Sayak Paul, Pin-Yu Chen

Transformers, composed of multiple self-attention layers, hold strong promises toward a generic learning primitive applicable to different data modalities, including the recent breakthroughs in computer vision achieving state-of-the-art (SOTA) standard accuracy. What remains largely unexplored is their robustness evaluation and attribution. In this work, we study the robustness of the Vision Transformer (ViT) against common corruptions and perturbations, distribution shifts, and natural adversarial examples. We use six different diverse ImageNet datasets concerning robust classification to conduct a comprehensive performance comparison of ViT models and SOTA convolutional neural networks (CNNs), Big-Transfer. Through a series of six systematically designed experiments, we then present analyses that provide both quantitative and qualitative indications to explain why ViTs are indeed more robust learners. For example, with fewer parameters and similar dataset and pre-training combinations, ViT gives a top-1 accuracy of 28.10% on ImageNet-A which is 4.3x higher than a comparable variant of BiT. Our analyses on image masking, Fourier spectrum sensitivity, and spread on discrete cosine energy spectrum reveal intriguing properties of ViT attributing to improved robustness. Code for reproducing our experiments is available at https://git.io/J3VO0.

📄 PDF Abstract BibTeX arXiv:2105.07581

Code (1)

sayakpaul/robustness-vit 공식 구현 pytorch

Tasks

Anomaly DetectionImage ClassificationRobust classification

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
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…

Similar Papers 제목 키워드 기반

Exploring Vision Transformers as Diffusion Learners

2022-12-28 · He Cao, Jianan Wang, Tianhe Ren, Xianbiao Qi 외

Score-based diffusion models have captured widespread attention and funded fast progress of recent vision generative tasks. In this paper, we focus on diffusion model backbone which has been much neglected before. We sys…

Decoder

Pre-trained Vision and Language Transformers Are Few-Shot Incremental Learners

2024-04-02 · CVPR 2024 1 · Keon-Hee Park, Kyungwoo Song, Gyeong-Moon Park

Few-Shot Class Incremental Learning (FSCIL) is a task that requires a model to learn new classes incrementally without forgetting when only a few samples for each class are given. FSCIL encounters two significant challen…

class-incremental learningClass Incremental LearningFew-Shot Class-Incremental LearningIncremental Learning+2

Self-Supervised Vision Transformers Are Efficient Segmentation Learners for Imperfect Labels

2024-01-23 · Seungho Lee, Seoungyoon Kang, Hyunjung Shim

This study demonstrates a cost-effective approach to semantic segmentation using self-supervised vision transformers (SSVT). By freezing the SSVT backbone and training a lightweight segmentation head, our approach effect…

Language ModelingLanguage ModellingSegmentationSemantic Segmentation

Masked Autoencoders as Image Processors

2023-03-30 · Huiyu Duan, Wei Shen, Xiongkuo Min, Danyang Tu 외

Transformers have shown significant effectiveness for various vision tasks including both high-level vision and low-level vision. Recently, masked autoencoders (MAE) for feature pre-training have further unleashed the po…

DeblurringDenoisingImage Defocus DeblurringImage Denoising+1

Vision Transformers are Parameter-Efficient Audio-Visual Learners

2022-12-15 · CVPR 2023 1 · Yan-Bo Lin, Yi-Lin Sung, Jie Lei, Mohit Bansal 외

Vision transformers (ViTs) have achieved impressive results on various computer vision tasks in the last several years. In this work, we study the capability of frozen ViTs, pretrained only on visual data, to generalize …

Audio-visual Question AnsweringAUDIO-VISUAL QUESTION ANSWERING (MUSIC-AVQA-v2.0)