Federated Learning with Only Positive Labels
Felix X. Yu, Ankit Singh Rawat, Aditya Krishna Menon, Sanjiv Kumar

TL;DR
This paper introduces FedAwS, a federated learning framework that effectively trains multi-class classifiers using only positive labels by encouraging class separation in the embedding space, overcoming challenges of limited label information.
Contribution
The paper proposes FedAwS, a novel federated learning method with a geometric regularizer for positive-only labels, extending to large output spaces, and providing theoretical and empirical validation.
Findings
FedAwS achieves near performance of traditional methods with negative labels.
The geometric regularizer prevents class embedding collapse.
The method extends effectively to large output spaces.
Abstract
We consider learning a multi-class classification model in the federated setting, where each user has access to the positive data associated with only a single class. As a result, during each federated learning round, the users need to locally update the classifier without having access to the features and the model parameters for the negative classes. Thus, naively employing conventional decentralized learning such as the distributed SGD or Federated Averaging may lead to trivial or extremely poor classifiers. In particular, for the embedding based classifiers, all the class embeddings might collapse to a single point. To address this problem, we propose a generic framework for training with only positive labels, namely Federated Averaging with Spreadout (FedAwS), where the server imposes a geometric regularizer after each round to encourage classes to be spreadout in the embedding…
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
Taxonomy
TopicsPrivacy-Preserving Technologies in Data · Internet Traffic Analysis and Secure E-voting · Mobile Crowdsensing and Crowdsourcing
MethodsStochastic Gradient Descent
