CALM: Class-wise Agreement and Label-gated Disagreement Modulation for Decentralized Federated Learning

📅 2026-09-05
📈 Citations: 0
Influential: 0
📄 PDF
📝 Abstract
Conventional federated learning relies on parameter averaging, which forces clients to be doubly homogeneous: all must run an identical architecture, and accuracy degrades when local data are non-IID. Decentralized federated distillation sidesteps both: each client runs its peers'model snapshots as teachers on its own local data and distills from their soft predictions, with no server, no public data, and no shared architecture. Under severe non-IID skew, however, the trustworthiness of the aggregated teacher target is a matter of degree, yet existing pipelines make hard, all-or-nothing decisions: outlier teachers are discarded by threshold, and whatever target survives is trusted in full. We propose CALM, which replaces every hard decision with a smooth trust gate at three levels: per class, teachers are weighted by agreement with the peer consensus; per sample, distillation is scaled by the teachers'divergence from that target; and a label gate scales it by how strongly the target supports the sample's true label. None of this adds communication or auxiliary data. On CIFAR-10, SVHN, OrganAMNIST, and Google Speech Commands with heterogeneous client architectures under Dirichlet label skew, CALM consistently outperforms uniform and hard-filtered distillation and matches or exceeds competing heterogeneous-FL methods.
Problem

Research questions and friction points this paper is trying to address.

federated learning
non-IID data
decentralized federated distillation
teacher target trustworthiness
heterogeneous architectures
Innovation

Methods, ideas, or system contributions that make the work stand out.

Class-wise Agreement
Label-gated Disagreement Modulation
Decentralized Federated Learning
Non-IID Data
🔎 Similar Papers
No similar papers found.