Stable Mean Teacher for Semi-supervised Video Action Detection
Akash Kumar, Sirshapan Mitra, Yogesh Singh Rawat
TL;DR
This work tackles the challenge of semi-supervised video action detection by extending the Mean Teacher paradigm with two novel components. The Stable Mean Teacher framework introduces an Error Recovery (EoR) module that learns from the student’s mistakes on labeled data and refines the teacher’s pseudo-labels, and a Difference of Pixels (DoP) constraint that enforces temporal coherence in spatio-temporal predictions. The approach yields substantial gains over supervised baselines across four benchmarks (UCF101-24, JHMDB21, AVA, YouTube-VOS), including strong performance in low-label regimes and demonstrated generalization to video object segmentation. The combination of EMA-based teacher updates, class-agnostic error refinement, and temporal consistency constraints produces high-quality pseudo-labels and robust action localization in challenging video data, with public code and models provided for reproducibility.
Abstract
In this work, we focus on semi-supervised learning for video action detection. Video action detection requires spatiotemporal localization in addition to classification, and a limited amount of labels makes the model prone to unreliable predictions. We present Stable Mean Teacher, a simple end-to-end teacher-based framework that benefits from improved and temporally consistent pseudo labels. It relies on a novel Error Recovery (EoR) module, which learns from students' mistakes on labeled samples and transfers this knowledge to the teacher to improve pseudo labels for unlabeled samples. Moreover, existing spatiotemporal losses do not take temporal coherency into account and are prone to temporal inconsistencies. To address this, we present Difference of Pixels (DoP), a simple and novel constraint focused on temporal consistency, leading to coherent temporal detections. We evaluate our approach on four different spatiotemporal detection benchmarks: UCF101-24, JHMDB21, AVA, and YouTube-VOS. Our approach outperforms the supervised baselines for action detection by an average margin of 23.5% on UCF101-24, 16% on JHMDB21, and 3.3% on AVA. Using merely 10% and 20% of data, it provides competitive performance compared to the supervised baseline trained on 100% annotations on UCF101-24 and JHMDB21, respectively. We further evaluate its effectiveness on AVA for scaling to large-scale datasets and YouTube-VOS for video object segmentation, demonstrating its generalization capability to other tasks in the video domain. Code and models are publicly available.
