paper-with-me

Papers

No Fear of Heterogeneity: Classifier Calibration for Federated Learning with Non-IID Data

2021-06-09 · NeurIPS 2021 12 · Mi Luo, Fei Chen, Dapeng Hu, Yifan Zhang, Jian Liang, Jiashi Feng

A central challenge in training classification models in the real-world federated system is learning with non-IID data. To cope with this, most of the existing works involve enforcing regularization in local optimization or improving the model aggregation scheme at the server. Other works also share public datasets or synthesized samples to supplement the training of under-represented classes or introduce a certain level of personalization. Though effective, they lack a deep understanding of how the data heterogeneity affects each layer of a deep classification model. In this paper, we bridge this gap by performing an experimental analysis of the representations learned by different layers. Our observations are surprising: (1) there exists a greater bias in the classifier than other layers, and (2) the classification performance can be significantly improved by post-calibrating the classifier after federated training. Motivated by the above findings, we propose a novel and simple algorithm called Classifier Calibration with Virtual Representations (CCVR), which adjusts the classifier using virtual representations sampled from an approximated gaussian mixture model. Experimental results demonstrate that CCVR achieves state-of-the-art performance on popular federated learning benchmarks including CIFAR-10, CIFAR-100, and CINIC-10. We hope that our simple yet effective method can shed some light on the future research of federated learning with non-IID data.

📄 PDF Abstract BibTeX arXiv:2106.05001

Code (2)

KarhouTam/FL-bench pytorch
krumpguo/fedvls pytorch

Tasks

Classifier calibrationFederated Learning

Similar Papers 제목 키워드 기반

No Fear of Classifier Biases: Neural Collapse Inspired Federated Learning with Synthetic and Fixed Classifier

2023-03-17 · ICCV 2023 1 · Zexi Li, Xinyi Shang, Rui He, Tao Lin 외

Data heterogeneity is an inherent challenge that hinders the performance of federated learning (FL). Recent studies have identified the biased classifiers of local models as the key bottleneck. Previous attempts have use…

Classifier calibrationFederated Learning

Private Federated Multiclass Post-hoc Calibration

2025-10-02 · Samuel Maddock, Graham Cormode, Carsten Maple arxiv

Calibrating machine learning models so that predicted probabilities better reflect the true outcome frequencies is crucial for reliable decision-making across many applications. In Federated Learning (FL), the goal is to…

Federated Learning

Beyond Rigid Alignment: Graph Federated Learning via Dual Manifold Calibration

2026-05-07 · Wentao Yu, Bo Han, Jie Yang, Chen Gong arxiv

Graph Federated Learning (GFL) enables collaborative representation learning across distributed subgraphs while preserving privacy. However, heterogeneity remains a critical challenge, as subgraphs across clients typical…

Representation LearningFederated Learning

FedSA: A Unified Representation Learning via Semantic Anchors for Prototype-based Federated Learning

2025-01-09 · Yanbing Zhou, Xiangmou Qu, Chenlong You, Jiyang Zhou 외

Prototype-based federated learning has emerged as a promising approach that shares lightweight prototypes to transfer knowledge among clients with data heterogeneity in a model-agnostic manner. However, existing methods …

Classifier calibrationContrastive LearningFederated LearningRepresentation Learning

Conformalized Neural Networks for Federated Uncertainty Quantification under Dual Heterogeneity

2026-02-26 · Quang-Huy Nguyen, Jiaqi Wang, Wei-Shinn Ku arxiv

Federated learning (FL) faces challenges in uncertainty quantification (UQ). Without reliable UQ, FL systems risk deploying overconfident models at under-resourced agents, leading to silent local failures despite seeming…

Federated Learning