FedAvg โ€” McMahan et al. (2017)

Established the core FL training loop: iterative client-side training with model averaging dramatically reduces communication relative to synchronised SGD, while handling non-IID and unbalanced data.

Relates to: Federated learning.