PINE: Efficient Norm-Bound Verification for Secret-Shared Vectors
Guy N. Rothblum, Eran Omri, Junye Chen, Kunal Talwar
TL;DR
The paper tackles secure aggregation across two non-colluding servers by enforcing that each secret-shared vector contribution has a bounded $\ell_2$-norm, mitigating poisoning attacks. It introduces PINE, a protocol for exact norm verification with distributed zero-knowledge and no offline setup, achieving a practical $\tilde{O}(\sqrt{d})$ communication overhead via a distributed Fiat-Shamir transform. The construction combines a range-check subprotocol, a wraparound-detection test, and quadratic-constraint verification to certify $\sum_i X_i^2 \le B$ while preserving ZK properties; it also offers a differentially private variant. Empirical results show substantial communication and runtime improvements over prior work, making exact norm verification feasible for very high-dimensional vectors in federated settings.
Abstract
Secure aggregation of high-dimensional vectors is a fundamental primitive in federated statistics and learning. A two-server system such as PRIO allows for scalable aggregation of secret-shared vectors. Adversarial clients might try to manipulate the aggregate, so it is important to ensure that each (secret-shared) contribution is well-formed. In this work, we focus on the important and well-studied goal of ensuring that each contribution vector has bounded Euclidean norm. Existing protocols for ensuring bounded-norm contributions either incur a large communication overhead, or only allow for approximate verification of the norm bound. We propose Private Inexpensive Norm Enforcement (PINE): a new protocol that allows exact norm verification with little communication overhead. For high-dimensional vectors, our approach has a communication overhead of a few percent, compared to the 16-32x overhead of previous approaches.
