2021/05/07 by Hugo Touvron, Piotr Bojanowski, Touvron, Hugo +19 · 14 citations
Computer Science · Medicine · Neuroscience · #Brain Tumor Detection and Classification #COVID-19 diagnosis using AI #Computer Vision and Pattern Recognition (cs.CV) #Digital Imaging for Blood Diseases #FOS: Computer and information sciences
paper · doi:10.48550/arxiv.2105.03404
openalex publication_date 2021/05/07 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28
We present ResMLP, 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. When trained with a modern training strategy using heavy data-augmentation and optionally distillation, it attains surprisingly good accuracy/complexity trade-offs on ImageNet. We also train ResMLP models in a self-supervised setup, to further remove priors from employing a labelled dataset. Finally, by adapting our model to machine translation we achieve surprisingly good results. We share pre-trained models and our code based on the Timm library.