paper-with-me

홈 › Papers

When does the student surpass the teacher? Federated Semi-supervised Learning with Teacher-Student EMA

2023-01-24 · Jessica Zhao, Sayan Ghosh, Akash Bharadwaj, Chih-Yao Ma

Semi-Supervised Learning (SSL) has received extensive attention in the domain of computer vision, leading to development of promising approaches such as FixMatch. In scenarios where training data is decentralized and resides on client devices, SSL must be integrated with privacy-aware training techniques such as Federated Learning. We consider the problem of federated image classification and study the performance and privacy challenges with existing federated SSL (FSSL) approaches. Firstly, we note that even state-of-the-art FSSL algorithms can trivially compromise client privacy and other real-world constraints such as client statelessness and communication cost. Secondly, we observe that it is challenging to integrate EMA (Exponential Moving Average) updates into the federated setting, which comes at a trade-off between performance and communication cost. We propose a novel approach FedSwitch, that improves privacy as well as generalization performance through Exponential Moving Average (EMA) updates. FedSwitch utilizes a federated semi-supervised teacher-student EMA framework with two features - local teacher adaptation and adaptive switching between teacher and student for pseudo-label generation. Our proposed approach outperforms the state-of-the-art on federated image classification, can be adapted to real-world constraints, and achieves good generalization performance with minimal communication cost overhead.

📄 PDF Abstract BibTeX arXiv:2301.10114

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learningimage-classificationImage ClassificationPseudo Label

Methods 이 논문이 사용한 방법론

FixMatch FixMatch is an algorithm that first generates pseudo-labels using the model's predictions on weakly-augmented unlabeled images. For a given image, the pseudo-label is only…

Similar Papers 제목 키워드 기반

Benchmarking Federated Learning and Knowledge Distillation for Point Cloud Classification

2026-06-30 · Aizierjiang Aiersilan arxiv

Deploying 3D point cloud analysis in privacy-sensitive, resource-constrained settings faces two barriers: data cannot be centralized, and models must run on limited edge hardware. We present a multi-seed benchmark jointl…

3D Point Cloud ClassificationKnowledge DistillationFederated Learning

Does Knowledge Distillation Really Work?

2021-06-10 · NeurIPS 2021 12 · Samuel Stanton, Pavel Izmailov, Polina Kirichenko, Alexander A. Alemi 외

Knowledge distillation is a popular technique for training a small student network to emulate a larger teacher model, such as an ensemble of networks. We show that while knowledge distillation can improve student general…

Knowledge Distillation

OPOD: On-Policy Omni Distillation

2026-07-23 · Tong Zhao, Yuyang Hu, Reed Li, Yu Lu 외 arxiv

Omni-modal models provide a unified interface for text, images, and audio. However, improving these abilities together remains difficult, as post-training on pooled multimodal data often fails to preserve the strengths o…

Weak-to-Strong Generalization is Nearly Inevitable (in Linear Models)

2026-05-07 · Scott Geng, Dutch Hansen, Jerry Li arxiv

Weak-to-strong generalization is a phenomenon in post-training whereby a strong student model, when finetuned solely with feedback from a weaker teacher, can not only surpass the teacher, but can improve upon its own cap…

Why does Knowledge Distillation Work? Rethink its Attention and Fidelity Mechanism

2024-04-30 · Chenqi Guo, Shiwei Zhong, Xiaofeng Liu, Qianli Feng 외

Does Knowledge Distillation (KD) really work? Conventional wisdom viewed it as a knowledge transfer procedure where a perfect mimicry of the student to its teacher is desired. However, paradoxical studies indicate that c…

Data AugmentationDiversityKnowledge DistillationTransfer Learning