LGITSep 10, 2025

Perfectly-Private Analog Secure Aggregation in Federated Learning

arXiv:2509.08683v21 citationsh-index: 12ITW
Originality Incremental advance
AI Analysis

This addresses privacy risks for parties in federated learning by enabling secure aggregation without compromising model accuracy, though it is an incremental improvement over existing methods.

The paper tackles the problem of achieving perfect privacy in federated learning secure aggregation with real-valued data by proposing a novel method using the torus instead of finite fields, which avoids accuracy losses and performs similarly to non-secure models while guaranteeing perfect privacy.

In federated learning, multiple parties train models locally and share their parameters with a central server, which aggregates them to update a global model. To address the risk of exposing sensitive data through local models, secure aggregation via secure multiparty computation has been proposed to enhance privacy. At the same time, perfect privacy can only be achieved by a uniform distribution of the masked local models to be aggregated. This raises a problem when working with real valued data, as there is no measure on the reals that is invariant under the masking operation, and hence information leakage is bound to occur. Shifting the data to a finite field circumvents this problem, but as a downside runs into an inherent accuracy complexity tradeoff issue due to fixed point modular arithmetic as opposed to floating point numbers that can simultaneously handle numbers of varying magnitudes. In this paper, a novel secure parameter aggregation method is proposed that employs the torus rather than a finite field. This approach guarantees perfect privacy for each party's data by utilizing the uniform distribution on the torus, while avoiding accuracy losses. Experimental results show that the new protocol performs similarly to the model without secure aggregation while maintaining perfect privacy. Compared to the finite field secure aggregation, the torus-based protocol can in some cases significantly outperform it in terms of model accuracy and cosine similarity, hence making it a safer choice.

Foundations

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

Your Notes