Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.11 KB

File metadata and controls

27 lines (19 loc) · 1.11 KB

Libra

Repo for preprint paper "Understanding Generalization of Federated Learning: the Trade-off between Model Stability and Optimization".

Supplementary experiments: train TinyBert on Federated AGNews

Figure 1 : Using same $\eta_g$, large local update steps K make FL early over-fitting. We observe that TinyBert failed to converge when $K=1, 20$.

Figure 2 : Stablizing federated optimization (K=15) with global learning rate decay $\eta_g^t = \eta_g \cdot \epsilon^{t}$.

Figure 3: FOSM (K=3) - large momentum $\beta$ enlarges generalization gap, indicating worsen stability.

Reference

Please cite our paper if you find its insights helpful.

@article{zeng2024understanding,
  title={Understanding generalization of federated learning: The trade-off between model stability and optimization},
  author={Zeng, Dun and Wu, Zheshun and Liu, Shiyu and Pan, Yu and Tang, Xiaoying and Xu, Zenglin},
  journal={arXiv preprint arXiv:2411.16303},
  year={2024}
}