paper-with-me

Papers

Rethinking Token-Mixing MLP for MLP-based Vision Backbone

2021-06-28 · Tan Yu, Xu Li, Yunfeng Cai, Mingming Sun, Ping Li

In the past decade, we have witnessed rapid progress in the machine vision backbone. By introducing the inductive bias from the image processing, convolution neural network (CNN) has achieved excellent performance in numerous computer vision tasks and has been established as \emph{de facto} backbone. In recent years, inspired by the great success achieved by Transformer in NLP tasks, vision Transformer models emerge. Using much less inductive bias, they have achieved promising performance in computer vision tasks compared with their CNN counterparts. More recently, researchers investigate using the pure-MLP architecture to build the vision backbone to further reduce the inductive bias, achieving good performance. The pure-MLP backbone is built upon channel-mixing MLPs to fuse the channels and token-mixing MLPs for communications between patches. In this paper, we re-think the design of the token-mixing MLP. We discover that token-mixing MLPs in existing MLP-based backbones are spatial-specific, and thus it is sensitive to spatial translation. Meanwhile, the channel-agnostic property of the existing token-mixing MLPs limits their capability in mixing tokens. To overcome those limitations, we propose an improved structure termed as Circulant Channel-Specific (CCS) token-mixing MLP, which is spatial-invariant and channel-specific. It takes fewer parameters but achieves higher classification accuracy on ImageNet1K benchmark.

📄 PDF Abstract BibTeX arXiv:2106.14882

Code (0)

등록된 구현이 없습니다.

Tasks

Inductive Bias

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…
Position-Wise Feed-Forward Layer 설명 없음
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…
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Active Token Mixer

2022-03-11 · Guoqiang Wei, Zhizheng Zhang, Cuiling Lan, Yan Lu 외

The three existing dominant network families, i.e., CNNs, Transformers, and MLPs, differ from each other mainly in the ways of fusing spatial contextual information, leaving designing more effective token-mixing mechanis…

Image ClassificationInstance SegmentationObject DetectionSemantic Segmentation

TokenMix: Rethinking Image Mixing for Data Augmentation in Vision Transformers

2022-07-18 · Jihao Liu, Boxiao Liu, Hang Zhou, Hongsheng Li 외

CutMix is a popular augmentation technique commonly used for training modern convolutional and transformer vision networks. It was originally designed to encourage Convolution Neural Networks (CNNs) to focus more on an i…

Data Augmentation

Vision KAN: Towards an Attention-Free Backbone for Vision with Kolmogorov-Arnold Networks

2026-01-29 · Zhuoqin Yang, Jiansong Zhang, Xiaoling Luo, Xu Wu 외 arxiv

Attention mechanisms have become a key module in modern vision backbones due to their ability to model long-range dependencies. However, their quadratic complexity in sequence length and the difficulty of interpreting at…

Efficient Token Mixing for Transformers via Adaptive Fourier Neural Operators

2021-09-29 · ICLR 2022 4 · John Guibas, Morteza Mardani, Zongyi Li, Andrew Tao 외

Vision transformers have delivered tremendous success in representation learning. This is primarily due to effective token mixing through self attention. However, this scales quadratically with the number of pixels, whic…

Computational EfficiencyOperator learningRepresentation Learning

Adaptive Fourier Neural Operators: Efficient Token Mixers for Transformers

2021-11-24 · John Guibas, Morteza Mardani, Zongyi Li, Andrew Tao 외

Vision transformers have delivered tremendous success in representation learning. This is primarily due to effective token mixing through self attention. However, this scales quadratically with the number of pixels, whic…

Computational EfficiencyOperator learningRepresentation Learning