Haibo Yang, Chaosheng Dong, Zhe Li, Zidong Liu
We lifted 1 functions out of this paper's own repositories and ran 1 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| ZidongLiu/DeComFL | canonical | 1 of 1 |
| Function | Status | Where it lives |
|---|---|---|
| get_warmup_lr | Ran | ZidongLiu/DeComFL/zo_rge_main.py code served (permissive licence) · get_code("946f87e367f942e4") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Federated Learning (FL) offers a promising framework for collaborative and privacy-preserving machine learning across distributed data sources. However, the substantial communication costs associated with FL significantly challenge its efficiency. Specifically, in each communication round, the communication costs scale linearly with the model's dimension, which presents a formidable obstacle, especially in large model scenarios. Despite various communication-efficient strategies, the intrinsic dimension-dependent communication cost remains a major bottleneck for current FL implementations. This paper proposes a novel dimension-free communication algorithm -DeComFL, which leverages the zeroth-order optimization techniques and reduces the communication cost from O(d) to O(1) by transmitting only a constant number of scalar values between clients and the server in each round, regardless of the dimension d of the model parameters. Theoretically, in nonconvex functions, we prove that our algorithm achieves state-of-the-art rates, which show a linear speedup of the number of clients and local steps under standard assumptions. With additional low effective rank assumption, we can further show that the convergence rate is independent of the model dimension d as well. Empirical evaluations, encompassing both classic deep learning training and large language model fine-tuning, demonstrate significant reductions in communication overhead. Notably, DeComFL achieves this by transmitting only around 1MB of data in total between the server and a client to fine-tune a model with billions of parameters. The code is available at https://github.com/ZidongLiu/DeComFL.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2405.15861")
get_code_for_paper("2405.15861")
have("2405.15861")
Connect an agent — have() is free.