Skip to content

Official codes for ACM CIKM '22 full paper: Towards Federated Learning against Noisy Labels via Local Self-Regularization

Notifications You must be signed in to change notification settings

Sprinter1999/FedLSR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7e3b875 · Jan 30, 2025

History

29 Commits
Sep 24, 2022
Aug 16, 2022
Sep 19, 2022
Jan 30, 2025

Repository files navigation

FedLSR

This repository is the official Pytorch implementation DEMO of FedLSR framework in this paper: Towards Federated Learning against Noisy Labels via Local Self-Regularization (CIKM 2022 full paper track).

In this work, we provide a simple yet effective method FedLSR to tackle the distributed label noise issue when the total class number is not high. The slide for the oral presentation link is here. Meanwhile, we provide an implementation code to experiment on Clothing1M in this link. Note that, for experiments on clothing1M, it is suggested to raise the learning rate to 0.1 for FedLSR's implementation.


Main Baselines


Requirements

  • Python: 3.8
  • Pytorch: 1.7.1
  • torchvision: 0.8.2
  • Other dependencies

Special Thanks

  • Girum & IAMjmj give some valuable comments in the Github Issue part, and I just clarify some missed points of this paper. Please visit there for more information.

Citing this work

 @inproceedings{jiang2022towards,
  title={Towards federated learning against noisy labels via local self-regularization},
  author={Jiang, Xuefeng and Sun, Sheng and Wang, Yuwei and Liu, Min},
  booktitle={Proceedings of the 31st ACM International Conference on Information \& Knowledge Management},
  pages={862--873},
  year={2022}
}

About

Official codes for ACM CIKM '22 full paper: Towards Federated Learning against Noisy Labels via Local Self-Regularization

Topics

Resources

Stars

Watchers

Forks