LGCRDCITMLOct 5, 2021

Secure Aggregation for Buffered Asynchronous Federated Learning

arXiv:2110.02177v132 citations
Originality Incremental advance
AI Analysis

This work addresses privacy and efficiency issues in federated learning for distributed systems, representing an incremental improvement over prior buffered asynchronous methods.

The paper tackles the problem of privacy in asynchronous federated learning by developing a buffered asynchronous secure aggregation protocol that eliminates the need for trusted execution environments, achieving convergence guarantees similar to existing methods without hardware constraints.

Federated learning (FL) typically relies on synchronous training, which is slow due to stragglers. While asynchronous training handles stragglers efficiently, it does not ensure privacy due to the incompatibility with the secure aggregation protocols. A buffered asynchronous training protocol known as FedBuff has been proposed recently which bridges the gap between synchronous and asynchronous training to mitigate stragglers and to also ensure privacy simultaneously. FedBuff allows the users to send their updates asynchronously while ensuring privacy by storing the updates in a trusted execution environment (TEE) enabled private buffer. TEEs, however, have limited memory which limits the buffer size. Motivated by this limitation, we develop a buffered asynchronous secure aggregation (BASecAgg) protocol that does not rely on TEEs. The conventional secure aggregation protocols cannot be applied in the buffered asynchronous setting since the buffer may have local models corresponding to different rounds and hence the masks that the users use to protect their models may not cancel out. BASecAgg addresses this challenge by carefully designing the masks such that they cancel out even if they correspond to different rounds. Our convergence analysis and experiments show that BASecAgg almost has the same convergence guarantees as FedBuff without relying on TEEs.

Foundations

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

Your Notes