Skip to content
#

mean-teacher

Here are 11 public repositories matching this topic...

This repository contains the complete implementation of a semi-supervised instance segmentation pipeline using YOLOv11. The project explores FixMatch, MixMatch, and Mean Teacher methods and evaluates their effectiveness using limited labeled data and abundant unlabeled data as part of the CSE 438 Final Project.

  • Updated Dec 13, 2025
  • Jupyter Notebook

The Mean Teacher Model is a popular approach for semi-supervised learning, where a student model learns from a more stable teacher model that updates through Exponential Moving Average (EMA). It helps improve consistency between predictions and provides a smoother training signal.

  • Updated Jun 5, 2025
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the mean-teacher topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mean-teacher topic, visit your repo's landing page and select "manage topics."

Learn more