Ross ROSS = Recommend OSS · open-source software intelligence for agents

lucidrains/mlp-mixer-pytorch

An All-MLP solution for Vision, from Google AI observed · 2026-08-28

github.com/lucidrains/mlp-mixer-pytorch · Python · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

48/100

  • Activity 30
  • Release rhythm 40
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.

  • gap_med: 0.5
  • age_days: 1946
  • days_rel: 422
  • days_push: 422
  • n_releases_24m: 5

Full methodology

Adoption not part of the score

1064 stars · 107 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A PyTorch implementation of Google AI's MLP-Mixer, an all-MLP architecture for image classification that uses neither convolutions nor attention. It also includes a 3D variant (MLPMixer3D) for video inputs.

Use cases

  • implement mlp-mixer architecture in pytorch
  • image classification without convolutions or attention
  • experiment with all-mlp vision models
  • classify video with an mlp-based model
  • reproduce the mlp-mixer paper results

When to choose

  • you want a simple, dependency-light PyTorch implementation of MLP-Mixer for research or experimentation
  • you need image or video classification models based purely on MLP layers
  • you want to benchmark MLP-only architectures against CNNs and vision transformers

When to avoid

  • you need pretrained production-ready vision models with state-of-the-art accuracy
  • you require architectures with attention or convolutions
  • you work outside PyTorch, e.g. TensorFlow or JAX

Facets

library · maturity active

machine-learning deep-learning image-processing deep-learning computer-vision machine-learning python pytorch mlp-mixer vision-transformer-alternative image-classification research-code

2 sources

Member repositories

RepositoryRoleHealth v2
lucidrains/mlp-mixer-pytorchmain48

For agents

markdown · JSON · MCP: product_card(name="lucidrains/mlp-mixer-pytorch")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem