Daily Tech Briefing
AI 科技速览
每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。
arXiv Machine Learning · 2026/7/30 13:28:39
Secure Aggregation for Privacy-Preserving Federated Learning on Clinical EEG Data
AI 中文解读
医院的数据隐私有了新解法!这项研究让多家医疗机构可以合作训练AI,又不用担心病人脑电波数据被泄露。以前联邦学习虽然不用直接交换原始数据,但黑客仍能从模型更新中倒推出敏感信息,这次科学家用“加密锁”技术把每次更新都保护起来,服务器只能看到整体结果,看不清任何一家医院的单独数据。用大白话说,就像多家医院各出一份食材共同熬汤,大家都用“防窥罩”下锅,外面的大厨虽能尝到汤味,却看不出谁放了什么料。研究中还设计了“掉线自动补位”和“防作弊验证”机制,即使某家医院断网也不影响合作,有人搞小动作也会被发现。对普通人而言,最大的好处是未来看病时脑电检查数据能放心交给AI辅助诊断,既让机器越用越聪明,又守住个人医疗隐私的红线。虽然防作弊模式会拖慢训练速度,但普通加密模式成本很低,已经扫清了跨医院数据合作的关键障碍。
Federated learning enables multiple institutions to train shared models without exchanging raw clinical EEG data, but it does not fully prevent privacy leakage from individual model updates. This paper presents a privacy-preserving federated learning framework for clinical EEG data using masking-based secure aggregation as the core protection mechanism. The framework combines graph-based communication, threshold secret sharing, dropout-resilient aggregation, local update clipping, an optional Bloom filter-based privacy-preserving record-linkage initialization module, and auxiliary-notary-based verifiability. It supports both semi-honest and malicious aggregation settings and is implemented using the Flower federated learning framework. The secure-aggregation variants are evaluated in a simulated cross-silo healthcare setting using TUH EEG-derived data under different client configurations. Under the stated assumptions, the secure variants hide individual updates from the aggregation server. The results show that these variants remain compatible with federated model training, although malicious-setting safeguards and lightweight consistency-checking mechanisms introduce additional computation, communication, and round-duration overhead. The semi-honest variant provides the lowest overhead among the secure configurations, while malicious and auxiliary-notary variants offer stronger consistency, integrity, and lightweight verification support at higher cost.
分享
阅读原文 ↗