Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

TallyTrain: Communication-Efficient Federated Distillation

About

Federated learning is bandwidth-bound on two orthogonal axes: model size, which limits how often parameter-averaging methods can afford to merge, and class count, which makes per-probe soft-label distillation prohibitive at large vocabularies. Both ceilings tighten as modern systems scale. We collapse the class-count axis to $\lceil \log_2 C \rceil$ bits per probe by transmitting only each peer's $\arg\max$ class index, where $C$ is the number of output classes. The resulting protocol, TallyTrain, is not merely compressed: under non-IID training it can be preferable to soft-label distillation, because under-trained peers are confidently wrong and majority voting filters this noise where soft-label averaging amplifies it. Across standard benchmarks, TallyTrain matches or beats soft-label distillation at up to three orders of magnitude less communication. We also relax the model-size axis: we compose the cheap hard-label consensus with sparse parameter merges to obtain a bandwidth-bridge variant, which Pareto-dominates every tested operating point of the standard FedAvg, FedProx and FedDF baselines.

Radhakrishna Achanta, Will Reed• 2026

Related benchmarks

TaskDatasetResultRank
Image ClassificationCIFAR-10 non-IID (test)
Tail Accuracy71.92
9
Next-token predictionWikiText-2 BPE-2048 (val)
Tail Accuracy22.97
5
Image ClassificationCIFAR-100 non-IID hybrid
Tail Accuracy33.16
3
Showing 3 of 3 rows

Other info

Follow for update