Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
arXiv Machine Learning · 2026/7/30 15:04:59

Encryption-Compatible Clustered Federated Learning via Distributed Expectation-Maximization over Metadata

AI 中文解读
核心亮点:这项研究首次让联邦学习在加密保护下也能高效完成用户分组,破解了AI隐私、速度和成本三者难兼得的困局。 通俗解读:想象很多用户一起训练一个AI,但每个人的数据习惯不同。过去要想把习惯相似的人分到一组,AI服务器就得先“看一眼”大家的资料,可这又侵犯隐私;想保密,就得牺牲效率。新方法FLAMECHE的妙处在于,它让服务器只做“加法运算”,既能悄悄完成分组,又不用看到任何原始数据,还能配合上加密技术,就像把大家的信息都装进信封里,服务器只数信封数量,不拆信封。 实际影响:这项技术让手机输入法、医疗影像诊断等场景的AI训练变得更聪明又更安全。比如多家医院想联合训练一个疾病筛查模型,平时数据不能出医院,用这个方法既能互相学习,又保护了患者隐私,还能应对不同医院的数据差异。未来用AI推荐内容时,系统也能更精准地把你和兴趣相近的人分在一起,同时你的个人数据始终锁在保险箱里,体验提升和隐私保护终于可以同时实现了。
Clustered Federated Learning (CFL) addresses data heterogeneity in federated settings by grouping clients with similar data distributions to enable effective training. Existing methods face a trade-off between privacy preservation, communication cost, and computational efficiency. We formalize this as the CFL trilemma, according to which improving two of these dimensions comes at the expense of the third. A prominent paradigm relies on metadata (i.e., low-dimensional representations of client datasets shared with the server) to enable communication- and computation-efficient clustering. However, such approaches are not compatible with standard FL privacy-preserving mechanisms. To address this limitation, we propose FLAMECHE, which reformulates metadata-based CFL as a distributed Expectation-Maximization (EM) procedure, restricting server updates to additive operations while preserving efficiency. This design enables compatibility with practical secure FL schemes. We conducted extensive experiments on multiple datasets under various heterogeneous scenarios. Results show that FLAMECHE improves the effectiveness of client models. It enables encryption-compatible metadata-based clustering, enhancing its positioning within the CFL trilemma.
分享
阅读原文