paper-with-me

홈 › Papers

FasterViT: Fast Vision Transformers with Hierarchical Attention

2023-06-09 · Ali Hatamizadeh, Greg Heinrich, Hongxu Yin, Andrew Tao, Jose M. Alvarez, Jan Kautz, Pavlo Molchanov

We design a new family of hybrid CNN-ViT neural networks, named FasterViT, with a focus on high image throughput for computer vision (CV) applications. FasterViT combines the benefits of fast local representation learning in CNNs and global modeling properties in ViT. Our newly introduced Hierarchical Attention (HAT) approach decomposes global self-attention with quadratic complexity into a multi-level attention with reduced computational costs. We benefit from efficient window-based self-attention. Each window has access to dedicated carrier tokens that participate in local and global representation learning. At a high level, global self-attentions enable the efficient cross-window communication at lower costs. FasterViT achieves a SOTA Pareto-front in terms of accuracy and image throughput. We have extensively validated its effectiveness on various CV tasks including classification, object detection and segmentation. We also show that HAT can be used as a plug-and-play module for existing networks and enhance them. We further demonstrate significantly faster and more accurate performance than competitive counterparts for images with high resolution. Code is available at https://github.com/NVlabs/FasterViT.

📄 PDF Abstract BibTeX arXiv:2306.06189

Code (2)

NVlabs/FasterViT 공식 구현 pytorch
leondgarse/keras_cv_attention_models/tree/main/keras_cv_attention_models/fastervit tf

Tasks

Image Classificationobject-detectionObject DetectionRepresentation Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

TurboViT: Generating Fast Vision Transformers via Generative Architecture Search

2023-08-22 · Alexander Wong, Saad Abbasi, Saeejith Nair

Vision transformers have shown unprecedented levels of performance in tackling various visual perception tasks in recent years. However, the architectural and computational complexity of such network architectures have m…

Computational Efficiency

Atlas: Multi-Scale Attention Improves Long Context Image Modeling

2025-03-16 · Kumar Krishna Agrawal, Long Lian, Longchao Liu, Natalia Harguindeguy 외

Efficiently modeling massive images is a long-standing challenge in machine learning. To this end, we introduce Multi-Scale Attention (MSA). MSA relies on two key ideas, (i) multi-scale representations (ii) bi-directiona…

Learned Queries for Efficient Local Attention

2021-12-21 · CVPR 2022 1 · Moab Arar, Ariel Shamir, Amit H. Bermano

Vision Transformers (ViT) serve as powerful vision models. Unlike convolutional neural networks, which dominated vision research in previous years, vision transformers enjoy the ability to capture long-range dependencies…

Image ClassificationObject Detection

Medical Image Segmentation via Cascaded Attention Decoding

2023-01-03 · Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision (WACV) 2023 1 · Md Mostafijur Rahman, Radu Marculescu

Transformers have shown great promise in medical image segmentation due to their ability to capture long-range dependencies through self-attention. However, they lack the ability to learn the local (contextual) relations…

DecoderImage SegmentationMedical Image SegmentationPolyp Segmentation+1

Dilated Neighborhood Attention Transformer

2022-09-29 · Ali Hassani, Humphrey Shi

Transformers are quickly becoming one of the most heavily applied deep learning architectures across modalities, domains, and tasks. In vision, on top of ongoing efforts into plain transformers, hierarchical transformers…

Image ClassificationInstance SegmentationObject DetectionPanoptic Segmentation+2