CORTEXA
← Browse
arxivcs.LG2026-06-30

TallyTrain: Communication-Efficient Federated Distillation

Radhakrishna Achanta, Will Reed

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.

View free PDFSource page

Related papers

arxivcs.LGcs.NI2026-07-23

Three-Pronged Spectral Control for Federated Parameter Efficient Fine Tuning

Shiva Raj Pokhrel, Dipsan Bhattarai, Anwar Walid

Federated parameter-efficient fine-tuning (PEFT) enables communication-efficient adaptation of large pretrained models on decentralized edge data, but it remains fragile under non-IID client heterogeneity. In low-rank adaptation (LoRA), different clients may learn locally useful…

View free PDFSource page
arxivcs.LG2026-06-29

Discovering Collaboration from Novelty: Random Network Distillation for Clustered Federated Learning

Davide Domini, Gianluca Aguzzi, Ivana Dusparic, Danilo Pianini, Mirko Viroli

Federated Learning often suffers under non-independently and identically distributed data, where a single global model may fail to represent the diversity of client distributions. Clustered Federated Learning mitigates this issue by training specialized models for groups of simil…

View free PDFSource page
arxivcs.CVcs.AIcs.LG2026-07-07

Dynamic-in-Few-Step: Unifying Dynamic Computation and Few-Step Distillation for Efficient Video Generation

Yu Cheng, Siyue Yao, Zhongang Qi, Shanyan Guan, Wei Li, Fajie Yuan

Video Diffusion Models (VDMs) have demonstrated superior generation quality but suffer from prohibitive computational costs. While recent few-step distillation techniques significantly accelerate inference, they typically enforce a static model architecture across all denoising s…

View free PDFSource page
arxivcs.LGcs.DC2026-07-02

SCAPE: Accurate and Efficient LLM Training with Extreme Sparse Communication

Mingkai Zheng, Junlin Chen, Haotian Xie, Zhao Zhang

Communication increasingly dominates the cost of Large Language Model (LLM) pre-training, especially under data-parallel and sharded training schemes, where gradient synchronization and parameter reconstruction overhead increase with model size and system scale. Existing communic…

View free PDFSource page
arxivcs.GRcs.AIcs.CVcs.DCcs.LG2026-06-30

Benchmarking Federated Learning and Knowledge Distillation for Point Cloud Classification

Aizierjiang Aiersilan

Deploying 3D point cloud analysis in privacy-sensitive, resource-constrained settings faces two barriers: data cannot be centralized, and models must run on limited edge hardware. We present a multi-seed benchmark jointly evaluating federated learning (FL) and knowledge distillat…

View free PDFSource page
arxivcs.LGcs.AIcs.DCcs.MAcs.NI2026-07-13

PFAdapter: Hierarchical LoRA Decomposition for Personalized Federated MLLMs

Jing Liu, Kun Yang, Yan Wang, Dingkang Yang, Xiaoshuai Hao, Wei Zhang, et al.

Agentic AI systems are reshaping communications and networking by deploying autonomous intelligent agents capable of collaborative learning while maintaining data privacy at network edges. Within distributed network environments, Multimodal Large Language Models (MLLMs) serve as…

View free PDFSource page