paper-with-me

Papers

Aggregated Pyramid Vision Transformer: Split-transform-merge Strategy for Image Recognition without Convolutions

2022-03-02 · Rui-Yang Ju, Ting-Yu Lin, Jen-Shiun Chiang, Jia-Hao Jian, Yu-Shian Lin, Liu-Rui-Yi Huang

With the achievements of Transformer in the field of natural language processing, the encoder-decoder and the attention mechanism in Transformer have been applied to computer vision. Recently, in multiple tasks of computer vision (image classification, object detection, semantic segmentation, etc.), state-of-the-art convolutional neural networks have introduced some concepts of Transformer. This proves that Transformer has a good prospect in the field of image recognition. After Vision Transformer was proposed, more and more works began to use self-attention to completely replace the convolutional layer. This work is based on Vision Transformer, combined with the pyramid architecture, using Split-transform-merge to propose the group encoder and name the network architecture Aggregated Pyramid Vision Transformer (APVT). We perform image classification tasks on the CIFAR-10 dataset and object detection tasks on the COCO 2017 dataset. Compared with other network architectures that use Transformer as the backbone, APVT has excellent results while reducing the computational cost. We hope this improved strategy can provide a reference for future Transformer research in computer vision.

📄 PDF Abstract BibTeX arXiv:2203.00960

Code (0)

등록된 구현이 없습니다.

Tasks

Decoderimage-classificationImage Classificationobject-detectionObject DetectionSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Multi-direction and Multi-scale Pyramid in Transformer for Video-based Pedestrian Retrieval

2022-02-12 · Xianghao Zang, Ge Li, Wei Gao

In video surveillance, pedestrian retrieval (also called person re-identification) is a critical task. This task aims to retrieve the pedestrian of interest from non-overlapping cameras. Recently, transformer-based model…

Person Re-IdentificationRetrieval

Multi-direction and Multi-scale Pyramid in Transformer for Video-based Pedestrian Retrieval

2022-02-12 · IEEE Transactions on Industrial Informatics 2022 2 · Xianghao Zang; Ge Li; Wei Gao

In video surveillance, pedestrian retrieval (also called person re-identification) is a critical task. This task aims to retrieve the pedestrian of interest from non-overlapping cameras. Recently, transformer-based model…

Person Re-IdentificationRetrieval

PyramidTNT: Improved Transformer-in-Transformer Baselines with Pyramid Architecture

2022-01-04 · Kai Han, Jianyuan Guo, Yehui Tang, Yunhe Wang

Transformer networks have achieved great progress for computer vision tasks. Transformer-in-Transformer (TNT) architecture utilizes inner transformer and outer transformer to extract both local and global representations…

S$^2$-MLPv2: Improved Spatial-Shift MLP Architecture for Vision

2021-08-02 · Tan Yu, Xu Li, Yunfeng Cai, Mingming Sun 외

Recently, MLP-based vision backbones emerge. MLP-based vision architectures with less inductive bias achieve competitive performance in image recognition compared with CNNs and vision Transformers. Among them, spatial-sh…

Inductive Bias

RePFormer: Refinement Pyramid Transformer for Robust Facial Landmark Detection

2022-07-08 · Jinpeng Li, Haibo Jin, Shengcai Liao, Ling Shao 외

This paper presents a Refinement Pyramid Transformer (RePFormer) for robust facial landmark detection. Most facial landmark detectors focus on learning representative image features. However, these CNN-based feature repr…

Facial Landmark Detection