FedLog: Personalized Federated Classification with Less Communication and More Flexibility
Abstract
Federated representation learning (FRL) aims to learn personalized federated models with effective feature extraction from local data. FRL algorithms that share the majority of the model parameters face significant challenges with huge communication overhead. This overhead stems from the millions of neural network parameters and slow aggregation progress of the averaging heuristic. To reduce the overhead, we propose FedLog, which shares sufficient data summaries instead of raw model parameters. The data summaries encode minimal sufficient statistics of an exponential family, and Bayesian inference is utilized for global aggregation. FedLog helps reduce message sizes and communication frequency. We prove that the shared messages are minimal sufficient statistics and theoretically analyze the convergence rate of FedLog. To further ensure formal privacy guarantees, we extend FedLog with the differential privacy framework. Empirical results demonstrate high learning accuracy with low communication overhead of our method.
Cite
Text
Yu et al. "FedLog: Personalized Federated Classification with Less Communication and More Flexibility." Transactions on Machine Learning Research, 2026.Markdown
[Yu et al. "FedLog: Personalized Federated Classification with Less Communication and More Flexibility." Transactions on Machine Learning Research, 2026.](https://mlanthology.org/tmlr/2026/yu2026tmlr-fedlog/)BibTeX
@article{yu2026tmlr-fedlog,
title = {{FedLog: Personalized Federated Classification with Less Communication and More Flexibility}},
author = {Yu, Haolin and Zhang, Guojun and Li, Hongliang and Poupart, Pascal},
journal = {Transactions on Machine Learning Research},
year = {2026},
url = {https://mlanthology.org/tmlr/2026/yu2026tmlr-fedlog/}
}