Soft-Label Caching and Sharpening for Communication-Efficient Federated Distillation
Kitsuya Azuma, Takayuki Nishio, Yuichi Kitagawa, Wakako Nakano, Takahito Tanimura
TL;DR
This paper tackles the high communication cost and heterogeneity challenges in federated distillation by introducing SCARLET, a framework that caches soft-labels across rounds and uses Enhanced ERA for robust, entropy-conscious aggregation. The approach reduces redundant data transmission while maintaining competitive accuracy, outperforming state-of-the-art distillation-based FL methods in non-IID settings. Extensive experiments across CIFAR-10/100 and Tiny ImageNet demonstrate significant uplink savings and stable convergence, with ablations clarifying the roles of cache duration and the beta-controlled Enhanced ERA. The work also provides practical insights for partial participation and offers an open-source implementation to facilitate reproducibility and further research.
Abstract
Federated Learning (FL) enables collaborative model training across decentralized clients, enhancing privacy by keeping data local. Yet conventional FL, relying on frequent parameter-sharing, suffers from high communication overhead and limited model heterogeneity. Distillation-based FL approaches address these issues by sharing predictions (soft-labels, i.e., normalized probability distributions) instead, but they often involve redundant transmissions across communication rounds, reducing efficiency. We propose SCARLET, a novel framework integrating synchronized soft-label caching and an enhanced Entropy Reduction Aggregation (Enhanced ERA) mechanism. SCARLET minimizes redundant communication by reusing cached soft-labels, achieving up to 50% reduction in communication costs compared to existing methods while maintaining competitive accuracy. Enhanced ERA resolves the fundamental instability of conventional temperature-based aggregation, ensuring robust control and high performance in diverse client scenarios. Experimental evaluations demonstrate that SCARLET consistently outperforms state-of-the-art distillation-based FL methods in terms of accuracy and communication efficiency. The implementation of SCARLET is publicly available at https://github.com/kitsuyaazuma/SCARLET.
