Skip to content
#

mean-teacher

Here are 15 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

Official codebase for my Year 3 dissertation on 3D pulmonary nodule segmentation using LUNA16 dataset. Compares a supervised 3D U-Net baseline vs. semi-supervised Mean Teacher architecture (peak validation Dice: 0.6617). Includes model definitions, metadata, and key NIfTI qualitative visual result files.

  • Updated Aug 7, 2026
  • Python

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

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