paper-with-me

Papers

CoAtNet: Marrying Convolution and Attention for All Data Sizes

2021-06-09 · NeurIPS 2021 12 · Zihang Dai, Hanxiao Liu, Quoc V. Le, Mingxing Tan

Transformers have attracted increasing interests in computer vision, but they still fall behind state-of-the-art convolutional networks. In this work, we show that while Transformers tend to have larger model capacity, their generalization can be worse than convolutional networks due to the lack of the right inductive bias. To effectively combine the strengths from both architectures, we present CoAtNets(pronounced "coat" nets), a family of hybrid models built from two key insights: (1) depthwise Convolution and self-Attention can be naturally unified via simple relative attention; (2) vertically stacking convolution layers and attention layers in a principled way is surprisingly effective in improving generalization, capacity and efficiency. Experiments show that our CoAtNets achieve state-of-the-art performance under different resource constraints across various datasets: Without extra data, CoAtNet achieves 86.0% ImageNet top-1 accuracy; When pre-trained with 13M images from ImageNet-21K, our CoAtNet achieves 88.56% top-1 accuracy, matching ViT-huge pre-trained with 300M images from JFT-300M while using 23x less data; Notably, when we further scale up CoAtNet with JFT-3B, it achieves 90.88% top-1 accuracy on ImageNet, establishing a new state-of-the-art result.

📄 PDF Abstract BibTeX arXiv:2106.04803

Code (14)

Burf/CoAtNet-Tensorflow2 tf
LongLeCE/CoAtNet-PyTorch pytorch
MS-Mind/MS-Code-02/tree/main/configs/coat mindspore
Mind23-2/MindCode-19 mindspore
canturan10/satellighte pytorch
chinhsuanwu/coatnet-pytorch pytorch
hw666666666666/CoAtNet mindspore
leondgarse/keras_cv_attention_models/tree/main/keras_cv_attention_models/coatnet tf
mindspore-courses/External-Attention-MindSpore/blob/main/model/attention/CoAtNet.py mindspore
nqt228/CoAtNet-tensorflow tf
pranavsinghps1/dedl pytorch
rwightman/pytorch-image-models pytorch
tyeso/Image_Classification_with_CoAtNet_and_ResNet18 pytorch
xmu-xiaoma666/External-Attention-pytorch/blob/master/model/attention/CoAtNet.py pytorch

Tasks

AllImage ClassificationInductive Bias

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…

Similar Papers 제목 키워드 기반

DFCon: Attention-Driven Supervised Contrastive Learning for Robust Deepfake Detection

2025-01-28 · MD Sadik Hossain Shanto, Mahir Labib Dihan, Souvik Ghosh, Riad Ahmed Anonto 외

This report presents our approach for the IEEE SP Cup 2025: Deepfake Face Detection in the Wild (DFWild-Cup), focusing on detecting deepfakes across diverse datasets. Our methodology employs advanced backbone models, inc…

Contrastive LearningDeepFake DetectionFace DetectionFace Swapping

Visualizing CoAtNet Predictions for Aiding Melanoma Detection

2022-05-21 · Daniel Kvak

Melanoma is considered to be the most aggressive form of skin cancer. Due to the similar shape of malignant and benign cancerous lesions, doctors spend considerably more time when diagnosing these findings. At present, t…

Multi-class Classification

Comparative Analysis of Vision Transformer, Convolutional, and Hybrid Architectures for Mental Health Classification Using Actigraphy-Derived Images

2025-11-27 · Ifeanyi Okala arxiv

This work examines how three different image-based methods, VGG16, ViT-B/16, and CoAtNet-Tiny, perform in identifying depression, schizophrenia, and healthy controls using daily actigraphy records. Wrist-worn activity si…

Asca: less audio data is more insightful

2023-09-23 · Xiang Li, JunHao Chen, Chao Li, Hongwu Lv

Audio recognition in specialized areas such as birdsong and submarine acoustics faces challenges in large-scale pre-training due to the limitations in available samples imposed by sampling environments and specificity re…

Specificity

EVCC: Enhanced Vision Transformer-ConvNeXt-CoAtNet Fusion for Classification

2025-11-24 · Kazi Reyazul Hasan, Md Nafiu Rahman, Wasif Jalal, Sadif Ahmed 외 arxiv

Hybrid vision architectures combining Transformers and CNNs have significantly advanced image classification, but they usually do so at significant computational cost. We introduce EVCC (Enhanced Vision Transformer-ConvN…

Image ClassificationMulti-Task Learning