paper-with-me

Papers

MPViT: Multi-Path Vision Transformer for Dense Prediction

2021-12-21 · CVPR 2022 1 · Youngwan Lee, Jonghee Kim, Jeff Willette, Sung Ju Hwang

Dense computer vision tasks such as object detection and segmentation require effective multi-scale feature representation for detecting or classifying objects or regions with varying sizes. While Convolutional Neural Networks (CNNs) have been the dominant architectures for such tasks, recently introduced Vision Transformers (ViTs) aim to replace them as a backbone. Similar to CNNs, ViTs build a simple multi-stage structure (i.e., fine-to-coarse) for multi-scale representation with single-scale patches. In this work, with a different perspective from existing Transformers, we explore multi-scale patch embedding and multi-path structure, constructing the Multi-Path Vision Transformer (MPViT). MPViT embeds features of the same size~(i.e., sequence length) with patches of different scales simultaneously by using overlapping convolutional patch embedding. Tokens of different scales are then independently fed into the Transformer encoders via multiple paths and the resulting features are aggregated, enabling both fine and coarse feature representations at the same feature level. Thanks to the diverse, multi-scale feature representations, our MPViTs scaling from tiny~(5M) to base~(73M) consistently achieve superior performance over state-of-the-art Vision Transformers on ImageNet classification, object detection, instance segmentation, and semantic segmentation. These extensive results demonstrate that MPViT can serve as a versatile backbone network for various vision tasks. Code will be made publicly available at \url{https://git.io/MPViT}.

📄 PDF Abstract BibTeX arXiv:2112.11010

Code (3)

youngwanLEE/MPViT 공식 구현 pytorch
DarshanDeshpande/jax-models jax
towhee-io/towhee pytorch

Tasks

Instance Segmentationobject-detectionObject DetectionPredictionSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

Dual Path Transformer with Partition Attention

2023-05-24 · Zhengkai Jiang, Liang Liu, Jiangning Zhang, Yabiao Wang 외

This paper introduces a novel attention mechanism, called dual attention, which is both efficient and effective. The dual attention mechanism consists of two parallel components: local attention generated by Convolutiona…

image-classificationImage Classificationobject-detectionObject Detection+1

EATFormer: Improving Vision Transformer Inspired by Evolutionary Algorithm

2022-06-19 · Jiangning Zhang, Xiangtai Li, Yabiao Wang, Chengjie Wang 외

Motivated by biological evolution, this paper explains the rationality of Vision Transformer by analogy with the proven practical evolutionary algorithm (EA) and derives that both have consistent mathematical formulation…

image-classificationImage Classification

The Information Pathways Hypothesis: Transformers are Dynamic Self-Ensembles

2023-06-02 · Md Shamim Hussain, Mohammed J. Zaki, Dharmashankar Subramanian

Transformers use the dense self-attention mechanism which gives a lot of flexibility for long-range connectivity. Over multiple layers of a deep transformer, the number of possible connectivity patterns increases exponen…

Graph LearningGraph RegressionImage ClassificationImage Generation+1

Local-to-Global Self-Attention in Vision Transformers

2021-07-10 · Jinpeng Li, Yichao Yan, Shengcai Liao, Xiaokang Yang 외

Transformers have demonstrated great potential in computer vision tasks. To avoid dense computations of self-attentions in high-resolution visual data, some recent Transformer models adopt a hierarchical design, where se…

image-classificationImage ClassificationSemantic Segmentation

DSVTLA: Deep Swin Vision Transformer-Based Transfer Learning Architecture for Multi-Type Cancer Histopathological Cancer Image Classification

2026-04-10 · Muazzem Hussain Khan, Tasdid Hasnain, Md. Jamil khan, Ruhul Amin 외 arxiv

In this study, we proposed a deep Swin-Vision Transformer-based transfer learning architecture for robust multi-cancer histopathological image classification. The proposed framework integrates a hierarchical Swin Transfo…

Cancer ClassificationImage ClassificationTransfer Learning