LGSep 18, 2024

FedLF: Adaptive Logit Adjustment and Feature Optimization in Federated Long-Tailed Learning

arXiv:2409.12105v16 citationsh-index: 2Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of class-wise bias in federated long-tailed learning, which is an incremental improvement over existing methods that focus only on data heterogeneity.

The paper tackles the problem of model performance degradation in federated learning due to data heterogeneity and long-tailed class distributions, proposing FedLF with adaptive logit adjustment and feature optimization, which outperforms seven state-of-the-art methods on CIFAR-10-LT and CIFAR-100-LT datasets.

Federated learning offers a paradigm to the challenge of preserving privacy in distributed machine learning. However, datasets distributed across each client in the real world are inevitably heterogeneous, and if the datasets can be globally aggregated, they tend to be long-tailed distributed, which greatly affects the performance of the model. The traditional approach to federated learning primarily addresses the heterogeneity of data among clients, yet it fails to address the phenomenon of class-wise bias in global long-tailed data. This results in the trained model focusing on the head classes while neglecting the equally important tail classes. Consequently, it is essential to develop a methodology that considers classes holistically. To address the above problems, we propose a new method FedLF, which introduces three modifications in the local training phase: adaptive logit adjustment, continuous class centred optimization, and feature decorrelation. We compare seven state-of-the-art methods with varying degrees of data heterogeneity and long-tailed distribution. Extensive experiments on benchmark datasets CIFAR-10-LT and CIFAR-100-LT demonstrate that our approach effectively mitigates the problem of model performance degradation due to data heterogeneity and long-tailed distribution. our code is available at https://github.com/18sym/FedLF.

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