LGCRFeb 15, 2022

OLIVE: Oblivious Federated Learning on Trusted Execution Environment against the risk of sparsification

arXiv:2202.07165v514 citations
Originality Incremental advance
AI Analysis

This addresses a critical privacy gap in privacy-preserving Federated Learning for users and organizations, though it is incremental as it builds on existing TEE-based FL approaches.

The study tackled the vulnerability of memory access pattern leakage in server-side Trusted Execution Environments (TEEs) used for Federated Learning, particularly with sparsified gradients, by proposing an oblivious aggregation algorithm that prevents such leakage while maintaining efficiency in real-world data experiments.

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 used in FL to enhance communication efficiency and model accuracy. Second, we devise an inference attack to link memory access patterns to sensitive information in the training dataset. Finally, we propose an oblivious yet efficient aggregation algorithm to prevent memory access pattern leakage. Our experiments on real-world data demonstrate that the proposed method functions efficiently in practical scales.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes