paper-with-me

Papers

MaxViT: Multi-Axis Vision Transformer

2022-04-04 · Zhengzhong Tu, Hossein Talebi, Han Zhang, Feng Yang, Peyman Milanfar, Alan Bovik, Yinxiao Li

Transformers have recently gained significant attention in the computer vision community. However, the lack of scalability of self-attention mechanisms with respect to image size has limited their wide adoption in state-of-the-art vision backbones. In this paper we introduce an efficient and scalable attention model we call multi-axis attention, which consists of two aspects: blocked local and dilated global attention. These design choices allow global-local spatial interactions on arbitrary input resolutions with only linear complexity. We also present a new architectural element by effectively blending our proposed attention model with convolutions, and accordingly propose a simple hierarchical vision backbone, dubbed MaxViT, by simply repeating the basic building block over multiple stages. Notably, MaxViT is able to ''see'' globally throughout the entire network, even in earlier, high-resolution stages. We demonstrate the effectiveness of our model on a broad spectrum of vision tasks. On image classification, MaxViT achieves state-of-the-art performance under various settings: without extra data, MaxViT attains 86.5% ImageNet-1K top-1 accuracy; with ImageNet-21K pre-training, our model achieves 88.7% top-1 accuracy. For downstream tasks, MaxViT as a backbone delivers favorable performance on object detection as well as visual aesthetic assessment. We also show that our proposed model expresses strong generative modeling capability on ImageNet, demonstrating the superior potential of MaxViT blocks as a universal vision module. The source code and trained models will be available at https://github.com/google-research/maxvit.

📄 PDF Abstract BibTeX arXiv:2204.01697

Code (15)

google-research/maxvit 공식 구현 tf
2024-MindSpore-1/Code3/tree/main/MaxViT mindspore
ChristophReich1996/MaxViT pytorch
Mind23-2/MindCode-101/tree/main/NFNet mindspore
Mind23-2/MindCode-3/tree/main/NFNet mindspore
RooKichenn/pytorch-MaxViT pytorch
google-research/maxim jax
hankyul2/maxvit-pytorch pytorch
huggingface/pytorch-image-models/blob/main/timm/models/maxxvit.py pytorch
leondgarse/keras_cv_attention_models/tree/main/keras_cv_attention_models/maxvit tf
lucidrains/imagen-pytorch pytorch
lucidrains/vit-pytorch pytorch
qwopqwop200/MaxVIT-pytorch pytorch
towhee-io/towhee pytorch
https://gitlab.com/birder/birder pytorch

Tasks

image-classificationImage Classificationobject-detectionObject Detection

Similar Papers 제목 키워드 기반

MaxGlaViT: A novel lightweight vision transformer-based approach for early diagnosis of glaucoma stages from fundus images

2025-02-24 · Mustafa Yurdakul, Kubra Uyar, Sakir Tasdemir

Glaucoma is a prevalent eye disease that progresses silently without symptoms. If not detected and treated early, it can cause permanent vision loss. Computer-assisted diagnosis systems play a crucial role in timely and …

Classification

MaxViT-UNet: Multi-Axis Attention for Medical Image Segmentation

2023-05-15 · Abdul Rehman Khan, Asifullah Khan

Since their emergence, Convolutional Neural Networks (CNNs) have made significant strides in medical image analysis. However, the local nature of the convolution operator may pose a limitation for capturing global and lo…

DecoderFlood extent forecastingImage SegmentationInductive Bias+4

QMaxViT-Unet+: A Query-Based MaxViT-Unet with Edge Enhancement for Scribble-Supervised Segmentation of Medical Images

2025-02-14 · Thien B. Nguyen-Tat, Hoang-An Vo, Phuoc-Sang Dang

The deployment of advanced deep learning models for medical image segmentation is often constrained by the requirement for extensively annotated datasets. Weakly-supervised learning, which allows less precise labels, has…

DecoderImage SegmentationMedical Image AnalysisMedical Image Segmentation+2

MaxSR: Image Super-Resolution Using Improved MaxViT

2023-07-14 · Bincheng Yang, Gangshan Wu

While transformer models have been demonstrated to be effective for natural language processing tasks and high-level vision tasks, only a few attempts have been made to use powerful transformer models for single image su…

Image Super-ResolutionSuper-Resolution

DTF-AT: Decoupled Time-Frequency Audio Transformer for Event Classification

2024-03-24 · AAAI 2024 3 · Tony Alex, Sara Ahmed, Armin Mustafa, Muhammad Awais 외

Convolutional neural networks (CNNs) and Transformer-based networks have recently enjoyed significant attention for various audio classification and tagging tasks following their wide adoption in the computer vision doma…

Audio ClassificationInformation Retrieval