The reviewed record of science sign in
Pith

arxiv: 2203.02645 · v1 · pith:GM3RGD5M · submitted 2022-03-05 · cs.LG · cs.AI

Acceleration of Federated Learning with Alleviated Forgetting in Local Training

Reviewed by Pith T0 review T1 audit T2 compute T3 formal T4 kernel pith:GM3RGD5Mrecord.jsonopen to challenge →

classification cs.LG cs.AI
keywords trainingdatalocalclientsfedregforgettinglearningalleviated
0
0 comments X
read the original abstract

Federated learning (FL) enables distributed optimization of machine learning models while protecting privacy by independently training local models on each client and then aggregating parameters on a central server, thereby producing an effective global model. Although a variety of FL algorithms have been proposed, their training efficiency remains low when the data are not independently and identically distributed (non-i.i.d.) across different clients. We observe that the slow convergence rates of the existing methods are (at least partially) caused by the catastrophic forgetting issue during the local training stage on each individual client, which leads to a large increase in the loss function concerning the previous training data at the other clients. Here, we propose FedReg, an algorithm to accelerate FL with alleviated knowledge forgetting in the local training stage by regularizing locally trained parameters with the loss on generated pseudo data, which encode the knowledge of previous training data learned by the global model. Our comprehensive experiments demonstrate that FedReg not only significantly improves the convergence rate of FL, especially when the neural network architecture is deep and the clients' data are extremely non-i.i.d., but is also able to protect privacy better in classification problems and more robust against gradient inversion attacks. The code is available at: https://github.com/Zoesgithub/FedReg.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. FlashbackCL: Mitigating Temporal Forgetting in Federated Learning

    cs.LG 2026-06 unverdicted novelty 6.0

    FlashbackCL adds time-decayed label counts, class-balanced replay, and coreset curation to Flashback, yielding 6.9-10% gains and up to 68% less temporal forgetting on CIFAR-10 under controlled shifts.