Federated Semi-Supervised Learning with Prototypical Networks
Woojung Kim, Keondo Park, Kihyuk Sohn, Raphael Shu, Hyung-Sin Kim

TL;DR
ProtoFSSL introduces a prototype-based federated semi-supervised learning method that enhances accuracy while reducing communication costs, effectively utilizing unlabeled data across edge devices.
Contribution
This work proposes ProtoFSSL, a novel federated semi-supervised learning approach using prototypes to improve accuracy and efficiency over existing methods.
Findings
ProtoFSSL achieves higher accuracy than recent FSSL methods.
ProtoFSSL reduces communication and computation costs.
On SVHN, ProtoFSSL matches fully supervised FL performance.
Abstract
With the increasing computing power of edge devices, Federated Learning (FL) emerges to enable model training without privacy concerns. The majority of existing studies assume the data are fully labeled on the client side. In practice, however, the amount of labeled data is often limited. Recently, federated semi-supervised learning (FSSL) is explored as a way to effectively utilize unlabeled data during training. In this work, we propose ProtoFSSL, a novel FSSL approach based on prototypical networks. In ProtoFSSL, clients share knowledge with each other via lightweight prototypes, which prevents the local models from diverging. For computing loss on unlabeled data, each client creates accurate pseudo-labels based on shared prototypes. Jointly with labeled data, the pseudo-labels provide training signals for local prototypes. Compared to a FSSL approach based on weight sharing, the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsPrivacy-Preserving Technologies in Data
MethodsFixMatch
