Methods › Computer Vision › Image Models › ResMLP

Residual Multi-Layer Perceptrons

ResMLP

10 papers tagged archive 2025-07-28

Introduced by Hugo Touvron et al. in ResMLP: Feedforward networks for image classification with data-efficient training

archive 2025-07-28 Description, source and code snippet are the archive's method entry.

Residual Multi-Layer Perceptrons, or ResMLP, is an architecture built entirely upon multi-layer perceptrons for image classification. It is a simple residual network that alternates (i) a linear layer in which image patches interact, independently and identically across channels, and (ii) a two-layer feed-forward network in which channels interact independently per patch. At the end of the network, the patch representations are average pooled, and fed to a linear classifier.

Layer normalization is replaced with a simpler affine transformation, thanks to the absence of self-attention layers which makes training more stable. The affine operator is applied at the beginning ("pre-normalization") and end ("post-normalization") of each residual block. As a pre-normalization, Aff replaces LayerNorm without using channel-wise statistics. Initialization is achieved as α=1, and β=0. As a post-normalization, Aff is similar to LayerScale and α is initialized with the same small value.

PaperSource

Papers archive 2025-07-28

10 shown of 10, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.

Tasks archive 2025-07-28

20 shown of 24 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.

TaskPapers
Image Classification4
Semantic Segmentation3
image-classification3
Object Detection2
Segmentation2
object-detection2
Adversarial Attack1
Color Manipulation1
Data Augmentation1
Fine-Grained Image Classification1
GPU1
General Classification1
Image Enhancement1
Image Segmentation1
Inductive Bias1
Instance Segmentation1
Machine Translation1
Medical Image Segmentation1
Photo Retouching1
Prediction1

Usage over time archive 2025-07-28

Papers per year tagged with ResMLP: 2021 to 2024, peak 4 4 0 2021: 4 papers 2021 2022: 2 papers 2022 2023: 2 papers 2023 2024: 2 papers 2024
Papers per year the archive tags with this method, by the paper's archive date (10 dated). Bars are counts, not a trend claim.

Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).

Categories archive 2025-07-28

Image Models

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections