fc8df377f60f6a9b.tex
1: \begin{abstract}
2: Federated learning allows distributed devices to collectively train a model without sharing or disclosing the local dataset with a central server.
3: The global model is optimized by training and averaging the model parameters of all local participants.
4: However, the improved privacy of federated learning also introduces challenges including higher computation and communication costs.
5: In particular, federated learning converges slower than centralized training.
6: We propose the server averaging algorithm to accelerate convergence.
7: Sever averaging constructs the shared global model by periodically averaging a set of previous global models.
8: Our experiments indicate that server averaging not only converges faster, to a target accuracy, than federated averaging (FedAvg), but also reduces the computation costs on the client-level through epoch decay.
9: 
10: \end{abstract}
11: