Recovering Exact Support in Federated Lasso Without Optimization

Abstract

Federated learning provides a framework to address the challenges of distributed computing, data ownership, and privacy over a large number of distributed clients with low computational and communication capabilities. In this paper, we study the problem of learning the exact support of sparse linear regression in the federated learning setup. We provide a simple communication efficient algorithm that only needs one-shot communication with the centralized server to compute the exact support by majority voting. Our method does not require the clients to solve any optimization problem and thus, can be run on devices with low computational capabilities. Our method is naturally robust to the problems of client failure, model poisoning, and straggling clients. We formally prove that our method requires a number of samples per client that is polynomial with respect to the support size, but independent of the dimension of the problem. We require the number of distributed clients to be logarithmic in the dimension of the problem. For certain classes of predictor variables (e.g. mutually independent, correlated Gaussian, etc.), the overall sample complexity matches the optimal sample complexity of the non-federated centralized setting. Furthermore, our method is easy to implement and has an overall polynomial time complexity.

Cite

Text

Barik and Honorio. "Recovering Exact Support in Federated Lasso Without Optimization." Transactions on Machine Learning Research, 2024.

Markdown

[Barik and Honorio. "Recovering Exact Support in Federated Lasso Without Optimization." Transactions on Machine Learning Research, 2024.](https://mlanthology.org/tmlr/2024/barik2024tmlr-recovering/)

BibTeX

@article{barik2024tmlr-recovering,
  title     = {{Recovering Exact Support in Federated Lasso Without Optimization}},
  author    = {Barik, Adarsh and Honorio, Jean},
  journal   = {Transactions on Machine Learning Research},
  year      = {2024},
  url       = {https://mlanthology.org/tmlr/2024/barik2024tmlr-recovering/}
}