arXiv:2606.19129cs.CRcs.LG2026-06

提出可保护隐私且抗恶意节点的去中心化学习聚合协议

Giskard : Byzantine Robust and Confidential Aggregation for Large-Scale Decentralized Learning

论文配图:Giskard : Byzantine Robust and Confidential Aggregation for Large-Scale Decentralized Learning
图 1 · 摘自论文原文
  • 用树形委员会结构和分布式二分搜索实现安全聚合
  • 支持最多1/4恶意节点,通信复杂度更低
  • 适合大规模隐私保护机器学习场景

去中心化学习中同时保障隐私与抵抗恶意行为极具挑战。现有方法通常分别处理隐私保护与鲁棒性,而近期基于安全多方计算(MPC)的方案虽能兼顾二者,但存在扩展性差的问题:或需全连接通信,或由少数节点承担全部计算负载,其开销随网络规模线性增长。本文提出Giskard协议,将n个参与方组织成大小为O(log n)的树形委员会,通过委员会适配的分布式二分搜索,在值域上计算坐标式近似中位数,并在每个委员会内使用BGW风格的MPC。理论分析证明其安全性与保密性,实验验证了在高达一百万参与者下的有效性。相比最接近的竞品,Giskard在每方通信复杂度上实现渐进降低,且在最多n/4个恶意节点下仍保持相近模型性能。

原文摘要 · Abstract (English)

Dealing simultaneously with confidentiality and Byzantine behaviors in decentralized learning is a challenging problem. Indeed, in decentralized learning, clients train a machine learning model while keeping their data locally and share their model parameters or gradients with a set of neighbors. While enforcing confidentiality calls for hiding the exchanged model parameters/gradients (e.g., by using cryptographic techniques), dealing with Byzantine contributions often requires inspecting the latter. Hence, most research works address these objectives separately. A recent line of work proposes to employ secure multi-party computation (MPC) to implement robust aggregators against model poisoning, thereby enforcing both confidentiality and Byzantine resilience. However, these solutions scale badly: they either require all-to-all communication between participants or delegate the entire computation to a small subset, whose computational and communication load grows proportionally with the size of the network. In this paper, we present Giskard, a protocol for confidential and Byzantine-robust decentralized aggregation. Giskard organizes $n$ parties into a tree of committees of size $O(\log n)$ and evaluates a coordinate-wise approximate median via a committee-adapted distributed binary search over the value domain, using BGW-style MPC within each committee. We assess Giskard both theoretically by proving its security and confidentiality properties and experimentally through extensive experiments involving up to one million participants. Compared to its closest competitors, Giskard reduces per-party communication complexity asymptotically while exhibiting comparable model utility under up to $n/4$ Byzantine parties.

去中心化学习隐私保护抗恶意攻击安全计算

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。