CVSep 25, 2023

Masked Image Residual Learning for Scaling Deeper Vision Transformers

arXiv:2309.14136v310 citationsh-index: 29
Originality Highly original
AI Analysis

This addresses a key bottleneck in scaling ViTs for computer vision, offering a more efficient training method that could benefit researchers and practitioners in deep learning.

The paper tackles the degradation problem in training deeper Vision Transformers (ViTs) with masked image modeling by introducing Masked Image Residual Learning (MIRL), which enables scaling ViTs to greater depths, achieving up to 86.2% top-1 accuracy on ImageNet and competitive performance on downstream tasks with reduced computational cost.

Deeper Vision Transformers (ViTs) are more challenging to train. We expose a degradation problem in deeper layers of ViT when using masked image modeling (MIM) for pre-training. To ease the training of deeper ViTs, we introduce a self-supervised learning framework called Masked Image Residual Learning (MIRL), which significantly alleviates the degradation problem, making scaling ViT along depth a promising direction for performance upgrade. We reformulate the pre-training objective for deeper layers of ViT as learning to recover the residual of the masked image. We provide extensive empirical evidence showing that deeper ViTs can be effectively optimized using MIRL and easily gain accuracy from increased depth. With the same level of computational complexity as ViT-Base and ViT-Large, we instantiate 4.5$\times$ and 2$\times$ deeper ViTs, dubbed ViT-S-54 and ViT-B-48. The deeper ViT-S-54, costing 3$\times$ less than ViT-Large, achieves performance on par with ViT-Large. ViT-B-48 achieves 86.2% top-1 accuracy on ImageNet. On one hand, deeper ViTs pre-trained with MIRL exhibit excellent generalization capabilities on downstream tasks, such as object detection and semantic segmentation. On the other hand, MIRL demonstrates high pre-training efficiency. With less pre-training time, MIRL yields competitive performance compared to other approaches.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes