paper-with-me

Papers

ConvNets Match Vision Transformers at Scale

2023-10-25 · Samuel L. Smith, Andrew Brock, Leonard Berrada, Soham De

Many researchers believe that ConvNets perform well on small or moderately sized datasets, but are not competitive with Vision Transformers when given access to datasets on the web-scale. We challenge this belief by evaluating a performant ConvNet architecture pre-trained on JFT-4B, a large labelled dataset of images often used for training foundation models. We consider pre-training compute budgets between 0.4k and 110k TPU-v4 core compute hours, and train a series of networks of increasing depth and width from the NFNet model family. We observe a log-log scaling law between held out loss and compute budget. After fine-tuning on ImageNet, NFNets match the reported performance of Vision Transformers with comparable compute budgets. Our strongest fine-tuned model achieves a Top-1 accuracy of 90.4%.

📄 PDF Abstract BibTeX arXiv:2310.16764

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Interpret Vision Transformers as ConvNets with Dynamic Convolutions

2023-09-19 · Chong Zhou, Chen Change Loy, Bo Dai

There has been a debate about the superiority between vision Transformers and ConvNets, serving as the backbone of computer vision models. Although they are usually considered as two completely different architectures, i…

ConvNets vs. Transformers: Whose Visual Representations are More Transferable?

2021-08-11 · Hong-Yu Zhou, Chixiang Lu, Sibei Yang, Yizhou Yu

Vision transformers have attracted much attention from computer vision researchers as they are not restricted to the spatial inductive bias of ConvNets. However, although Transformer-based backbones have achieved much pr…

ClassificationDepth Estimationdomain classificationFace Recognition+4

Are Large Kernels Better Teachers than Transformers for ConvNets?

2023-05-30 · Tianjin Huang, Lu Yin, Zhenyu Zhang, Li Shen 외

This paper reveals a new appeal of the recently emerged large-kernel Convolutional Neural Networks (ConvNets): as the teacher in Knowledge Distillation (KD) for small-kernel ConvNets. While Transformers have led state-of…

Knowledge Distillation

Alias-Free ViT: Fractional Shift Invariance via Linear Attention

2025-10-26 · Hagay Michaeli, Daniel Soudry arxiv

Transformers have emerged as a competitive alternative to convnets in vision tasks, yet they lack the architectural inductive bias of convnets, which may hinder their potential performance. Specifically, Vision Transform…

Image Classification

Stabilizing Deep Q-Learning with ConvNets and Vision Transformers under Data Augmentation

2021-07-01 · NeurIPS 2021 12 · Nicklas Hansen, Hao Su, Xiaolong Wang

While agents trained by Reinforcement Learning (RL) can solve increasingly challenging tasks directly from visual observations, generalizing learned skills to novel environments remains very challenging. Extensive use of…

Data AugmentationQ-LearningReinforcement Learning (RL)