LGDCMay 1, 2021

FedProto: Federated Prototype Learning across Heterogeneous Clients

arXiv:2105.00243v4879 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of heterogeneity in federated learning for applications like distributed AI, though it is an incremental improvement over gradient-based methods.

The paper tackles the problem of client heterogeneity hindering convergence and generalization in federated learning by proposing FedProto, a framework that communicates class prototypes instead of gradients, resulting in improved performance over existing methods on multiple datasets.

Heterogeneity across clients in federated learning (FL) usually hinders the optimization convergence and generalization performance when the aggregation of clients' knowledge occurs in the gradient space. For example, clients may differ in terms of data distribution, network latency, input/output space, and/or model architecture, which can easily lead to the misalignment of their local gradients. To improve the tolerance to heterogeneity, we propose a novel federated prototype learning (FedProto) framework in which the clients and server communicate the abstract class prototypes instead of the gradients. FedProto aggregates the local prototypes collected from different clients, and then sends the global prototypes back to all clients to regularize the training of local models. The training on each client aims to minimize the classification error on the local data while keeping the resulting local prototypes sufficiently close to the corresponding global ones. Moreover, we provide a theoretical analysis to the convergence rate of FedProto under non-convex objectives. In experiments, we propose a benchmark setting tailored for heterogeneous FL, with FedProto outperforming several recent FL approaches on multiple datasets.

Code Implementations4 repos
Foundations

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

Your Notes