paper-with-me

Papers

Mixing and Shifting: Exploiting Global and Local Dependencies in Vision MLPs

2022-02-14 · Huangjie Zheng, Pengcheng He, Weizhu Chen, Mingyuan Zhou

Token-mixing multi-layer perceptron (MLP) models have shown competitive performance in computer vision tasks with a simple architecture and relatively small computational cost. Their success in maintaining computation efficiency is mainly attributed to avoiding the use of self-attention that is often computationally heavy, yet this is at the expense of not being able to mix tokens both globally and locally. In this paper, to exploit both global and local dependencies without self-attention, we present Mix-Shift-MLP (MS-MLP) which makes the size of the local receptive field used for mixing increase with respect to the amount of spatial shifting. In addition to conventional mixing and shifting techniques, MS-MLP mixes both neighboring and distant tokens from fine- to coarse-grained levels and then gathers them via a shifting operation. This directly contributes to the interactions between global and local tokens. Being simple to implement, MS-MLP achieves competitive performance in multiple vision benchmarks. For example, an MS-MLP with 85 million parameters achieves 83.8% top-1 classification accuracy on ImageNet-1K. Moreover, by combining MS-MLP with state-of-the-art Vision Transformers such as the Swin Transformer, we show MS-MLP achieves further improvements on three different model scales, e.g., by 0.5% on ImageNet-1K classification with Swin-B. The code is available at: https://github.com/JegZheng/MS-MLP.

📄 PDF Abstract BibTeX arXiv:2202.06510

Code (2)

jegzheng/ms-mlp 공식 구현 pytorch
liuruiyang98/Jittor-MLP jax

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
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…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Position-Wise Feed-Forward Layer 설명 없음
Adam 설명 없음
Stochastic Depth Stochastic Depth aims to shrink the depth of a network during training, while keeping it unchanged during testing. This is achieved by randomly dropping entire…

Similar Papers 제목 키워드 기반

Transformer-Guided Content-Adaptive Graph Learning for Hyperspectral Unmixing

2025-09-03 · Hui Chen, Liangyu Liu, Xianchao Xiu, Wanquan Liu arxiv

Hyperspectral unmixing (HU) targets to decompose each mixed pixel in remote sensing images into a set of endmembers and their corresponding abundances. Despite significant progress in this field using deep learning, most…

Graph Neural NetworkGraph Learning

Inverse Factorized Q-Learning for Cooperative Multi-agent Imitation Learning

2023-10-10 · The Viet Bui, Tien Mai, Thanh Hong Nguyen

This paper concerns imitation learning (IL) (i.e, the problem of learning to mimic expert behaviors from demonstrations) in cooperative multi-agent systems. The learning problem under consideration poses several challeng…

Imitation LearningQ-Learning

Balancing Image Compression and Generation with Bootstrapped Tokenization

2026-06-04 · Haozhe Chi, Jinghan Li, Hao Jiang, Wu Sheng 외 arxiv

Despite progress in image tokenization, standard methods encode redundant information by mixing all granularities within each token, thus redundancy persists between tokens. The mix of information of different granularit…

Representation LearningImage Compression

NPMixer: Hierarchical Neighboring Patch Mixing for Time Series Forecasting

2026-05-08 · Jung Min Choi, Vijaya Krishna Yalavarthi, Lars Schmidt-Thieme arxiv

Multivariate time series forecasting remains a challenge due to the complexity of local temporal dynamics and global dependencies across multiple variables. In this paper, we propose \textbf{N}eighboring \textbf{P}atchin…

Multivariate Time Series Forecasting

Exploiting Field Dependencies for Learning on Categorical Data

2023-07-18 · Zhibin Li, Piotr Koniusz, Lu Zhang, Daniel Edward Pagendam 외

Traditional approaches for learning on categorical data underexploit the dependencies between columns (\aka fields) in a dataset because they rely on the embedding of data points driven alone by the classification/regres…

Meta-Learning