paper-with-me

Papers

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

2024-09-18 · Xiuhua Lu, Peng Li, Xuefeng Jiang

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.

📄 PDF Abstract BibTeX arXiv:2409.12105

Code (1)

18sym/fedlf 공식 구현 pytorch

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Adaptive Logit Adjustment Loss for Long-Tailed Visual Recognition

2021-04-13 · Yan Zhao, Weicong Chen, Xu Tan, Kai Huang 외

Data in the real world tends to exhibit a long-tailed label distribution, which poses great challenges for the training of neural networks in visual recognition. Existing methods tackle this problem mainly from the persp…

General ClassificationSemantic SimilaritySemantic Textual Similarity

Local and Global Logit Adjustments for Long-Tailed Learning

2023-01-01 · ICCV 2023 1 · Yingfan Tao, Jingna Sun, Hao Yang, Li Chen 외

Multi-expert ensemble models for long-tailed learning typically either learn diverse generalists from the whole dataset or aggregate specialists on different subsets. However, the former is insufficient for tail clas…

Adaptive Adversarial Logits Pairing

2020-05-25 · Shangxi Wu, Jitao Sang, Kaiyuan Xu, Guanhua Zheng 외

Adversarial examples provide an opportunity as well as impose a challenge for understanding image classification systems. Based on the analysis of the adversarial training solution Adversarial Logits Pairing (ALP), we ob…

ClassificationGeneral Classificationimage-classificationImage Classification

Angular Gaussian Supervised Contrastive Learning for Long-Tailed Electrocardiogram Arrhythmia Diagnosis

2026-07-16 · Jin Dai, Qiuzhen Zhang, Chenyun Dai, Danmei Lan 외 arxiv

Long-tailed label distributions reduce the reliability of deep learning for electrocardiogram (ECG) arrhythmia diagnosis, particularly for clinically important but rare abnormalities. Existing rebalancing and logit adjus…

Representation LearningContrastive Learning

Multiplicative Logit Adjustment Approximates Neural-Collapse-Aware Decision Boundary Adjustment

2024-09-26 · Naoya Hasegawa, Issei Sato

Real-world data distributions are often highly skewed. This has spurred a growing body of research on long-tailed recognition, aimed at addressing the imbalance in training classification models. Among the methods studie…