LGOct 30, 2024

(FL)$^2$: Overcoming Few Labels in Federated Semi-Supervised Learning

arXiv:2410.23227v210 citationsh-index: 6NIPS
Originality Incremental advance
AI Analysis

This addresses label deficiency in federated learning for privacy-sensitive applications, but it is incremental as it builds on existing federated semi-supervised learning methods.

The paper tackled the performance gap between centralized and federated semi-supervised learning due to confirmation bias, proposing a method that significantly improves performance and bridges this gap, especially with scarce labeled data.

Federated Learning (FL) is a distributed machine learning framework that trains accurate global models while preserving clients' privacy-sensitive data. However, most FL approaches assume that clients possess labeled data, which is often not the case in practice. Federated Semi-Supervised Learning (FSSL) addresses this label deficiency problem, targeting situations where only the server has a small amount of labeled data while clients do not. However, a significant performance gap exists between Centralized Semi-Supervised Learning (SSL) and FSSL. This gap arises from confirmation bias, which is more pronounced in FSSL due to multiple local training epochs and the separation of labeled and unlabeled data. We propose $(FL)^2$, a robust training method for unlabeled clients using sharpness-aware consistency regularization. We show that regularizing the original pseudo-labeling loss is suboptimal, and hence we carefully select unlabeled samples for regularization. We further introduce client-specific adaptive thresholding and learning status-aware aggregation to adjust the training process based on the learning progress of each client. Our experiments on three benchmark datasets demonstrate that our approach significantly improves performance and bridges the gap with SSL, particularly in scenarios with scarce labeled data.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes