OLIVE: Oblivious Federated Learning on Trusted Execution Environment against the risk of sparsification
Fumiyuki Kato, Yang Cao, Masatoshi Yoshikawa

TL;DR
This paper analyzes vulnerabilities of Trusted Execution Environments in federated learning, especially regarding gradient sparsification, and proposes an oblivious aggregation method to enhance privacy without sacrificing efficiency.
Contribution
It provides a theoretical analysis of memory access pattern leakage in TEE-based FL and introduces an oblivious aggregation algorithm to mitigate this privacy risk.
Findings
Memory access pattern leakage can reveal sensitive training data.
The proposed oblivious aggregation algorithm prevents access pattern leakage.
The method is efficient and scalable in real-world scenarios.
Abstract
Combining Federated Learning (FL) with a Trusted Execution Environment (TEE) is a promising approach for realizing privacy-preserving FL, which has garnered significant academic attention in recent years. Implementing the TEE on the server side enables each round of FL to proceed without exposing the client's gradient information to untrusted servers. This addresses usability gaps in existing secure aggregation schemes as well as utility gaps in differentially private FL. However, to address the issue using a TEE, the vulnerabilities of server-side TEEs need to be considered -- this has not been sufficiently investigated in the context of FL. The main technical contribution of this study is the analysis of the vulnerabilities of TEE in FL and the defense. First, we theoretically analyze the leakage of memory access patterns, revealing the risk of sparsified gradients, which are commonly…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Security and Verification in Computing · Cryptography and Data Security
