提出轻量级单轮安全聚合协议,解决物联网联邦学习通信瓶颈
One-Shot Secure Aggregation: A Hybrid Cryptographic Protocol for Private Federated Learning in IoT
- 结合同态加密与椭圆曲线掩码,实现单次传输完成安全聚合
- 每客户端通信量恒定,仅需12倍明文大小开销,执行时间低于1秒
- 适合资源受限的物联网设备,抗服务器与多数客户端合谋攻击
联邦学习(FL)可在不集中原始数据的前提下协同训练模型,但其可扩展性常受通信开销制约。在物联网(IoT)环境中,设备面临带宽、延迟和能耗的严苛限制。传统安全聚合协议通常需要多轮交互、大报文尺寸及每个客户端的独立开销,难以适用于边缘部署。本文提出 Hyb-Agg 协议,融合多密钥 CKKS 同态加密(MK-CKKS)与基于椭圆曲线迪菲-赫尔曼(ECDH)的加法掩码,将安全聚合简化为每轮一次非交互式客户端到服务器传输,使每个客户端的通信量不随参与方数量增加而变化。该设计避免了部分解密交换,在 RLWE、CDH 和随机预言机假设下保持强隐私性,并能抵御服务器与最多 N-2 个客户端的合谋攻击。我们在高性能与资源受限设备(包括 Raspberry Pi 4)上实现并评估该协议,结果表明其执行时间小于1秒,通信膨胀因子稳定在约12倍明文大小。通过直接解决通信瓶颈,Hyb-Agg 实现了面向真实物联网场景的可扩展、隐私保护联邦学习。
原文摘要 · Abstract (English)
Federated Learning (FL) offers a promising approach to collaboratively train machine learning models without centralizing raw data, yet its scalability is often throttled by excessive communication overhead. This challenge is magnified in Internet of Things (IoT) environments, where devices face stringent bandwidth, latency, and energy constraints. Conventional secure aggregation protocols, while essential for protecting model updates, frequently require multiple interaction rounds, large payload sizes, and per-client costs rendering them impractical for many edge deployments. In this work, we present Hyb-Agg, a lightweight and communication-efficient secure aggregation protocol that integrates Multi-Key CKKS (MK-CKKS) homomorphic encryption with Elliptic Curve Diffie-Hellman (ECDH)-based additive masking. Hyb-Agg reduces the secure aggregation process to a single, non-interactive client-to-server transmission per round, ensuring that per-client communication remains constant regardless of the number of participants. This design eliminates partial decryption exchanges, preserves strong privacy under the RLWE, CDH, and random oracle assumptions, and maintains robustness against collusion by the server and up to $N-2$ clients. We implement and evaluate Hyb-Agg on both high-performance and resource-constrained devices, including a Raspberry Pi 4, demonstrating that it delivers sub-second execution times while achieving a constant communication expansion factor of approximately 12x over plaintext size. By directly addressing the communication bottleneck, Hyb-Agg enables scalable, privacy-preserving federated learning that is practical for real-world IoT deployments.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。