CuriousAI/mean-teacher
A state-of-the-art semi-supervised method for image recognition observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
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: n/a
- age_days: 3397
- days_rel: n/a
- days_push: 2155
- n_releases_24m: 0
Adoption not part of the score
1678 stars · 342 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Reference implementations (TensorFlow and PyTorch) of the Mean Teacher semi-supervised learning method from the NIPS 2017 paper by Tarvainen and Valpola. It trains a student model alongside a weight-averaged (EMA) teacher model with a consistency cost, achieving state-of-the-art semi-supervised image classification results on CIFAR-10, SVHN, and ImageNet.
Use cases
- train an image classifier with only a small fraction of labeled data
- reproduce the NIPS 2017 Mean Teacher paper results on CIFAR-10 or ImageNet
- apply semi-supervised learning with EMA teacher weights to my own model
- compare semi-supervised methods like temporal ensembling vs mean teacher
- adapt a ResNet to learn from 4000 labels on CIFAR-10
- add a consistency cost between student and teacher outputs in PyTorch
When to choose
- you have limited labeled data for an image classification task
- you want to reproduce or build on the Mean Teacher paper
- you prefer a simple, well-known semi-supervised baseline with PyTorch or TensorFlow code
When to avoid
- you need actively maintained code with recent framework versions
- your task is not image classification or requires heavy customization
- you need the latest state-of-the-art semi-supervised methods (newer techniques exist)
Facets
library · maturity maintenance
machine-learning deep-learning machine-learning deep-learning computer-vision python semi-supervised-learning mean-teacher nips-2017 tensorflow pytorch image-classification research-code gpu
6 sources
- readme: https://github.com/CuriousAI/mean-teacher · fetched 2026-08-28 · 3e089248444a
- homepage: https://arxiv.org/abs/1703.01780 · fetched 2026-08-29 · 37ab6db34110
- site_page: https://info.arxiv.org/about/donate.html · fetched 2026-08-29 · cca9c3a11c56
- site_page: https://info.arxiv.org/about/ourmembers.html · fetched 2026-08-29 · 47cbc55ff1de
- site_page: https://info.arxiv.org/about · fetched 2026-08-29 · a1f16f915a9a
- site_page: https://info.arxiv.org/labs/index.html · fetched 2026-08-29 · b14a8d05a0ec
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| CuriousAI/mean-teacher | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="CuriousAI/mean-teacher")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem