English

PPFL: Privacy-preserving Federated Learning with Trusted Execution Environments

Cryptography and Security 2021-06-30 v2 Distributed, Parallel, and Cluster Computing Machine Learning

Abstract

We propose and implement a Privacy-preserving Federated Learning (PPFLPPFL) framework for mobile systems to limit privacy leakages in federated learning. Leveraging the widespread presence of Trusted Execution Environments (TEEs) in high-end and mobile devices, we utilize TEEs on clients for local training, and on servers for secure aggregation, so that model/gradient updates are hidden from adversaries. Challenged by the limited memory size of current TEEs, we leverage greedy layer-wise training to train each model's layer inside the trusted area until its convergence. The performance evaluation of our implementation shows that PPFLPPFL can significantly improve privacy while incurring small system overheads at the client-side. In particular, PPFLPPFL can successfully defend the trained model against data reconstruction, property inference, and membership inference attacks. Furthermore, it can achieve comparable model utility with fewer communication rounds (0.54×\times) and a similar amount of network traffic (1.002×\times) compared to the standard federated learning of a complete model. This is achieved while only introducing up to ~15% CPU time, ~18% memory usage, and ~21% energy consumption overhead in PPFLPPFL's client-side.

Keywords

Cite

@article{arxiv.2104.14380,
  title  = {PPFL: Privacy-preserving Federated Learning with Trusted Execution Environments},
  author = {Fan Mo and Hamed Haddadi and Kleomenis Katevas and Eduard Marin and Diego Perino and Nicolas Kourtellis},
  journal= {arXiv preprint arXiv:2104.14380},
  year   = {2021}
}

Comments

15 pages, 8 figures, accepted to MobiSys 2021

R2 v1 2026-06-24T01:38:07.865Z