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

CuriousAI/mean-teacher

A state-of-the-art semi-supervised method for image recognition observed · 2026-08-28

github.com/CuriousAI/mean-teacher · homepage · Python · NOASSERTION (other) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
CuriousAI/mean-teachermain32

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