arXiv:2606.12679cs.LGcs.CR2026-06

Fed-FBD让联邦学习可隔离恶意用户、保护隐私并快速删除成员贡献。

Fed-FBD: Federated Functional Block Diversification for Isolation, Privacy, and Surgical Unlearning

  • 将ResNet拆成6个功能模块,每个客户端贡献独立区块并打标
  • 恶意攻击仅影响自身模块,干净模型不受污染,准确率波动≤0.01 AUC
  • 无需重训,亚秒级完成成员删除,适合医疗等高敏感场景

联邦学习(FL)可在不共享原始患者数据的情况下协同训练模型,但标准方法如FedAvg将各客户端视为黑箱,无法隔离恶意参与者、审计单个客户端影响,也无法满足已退出者被遗忘的权利。本文提出Fed-FBD(联邦功能块多样化),一种模块化联邦架构,将ResNet主干网络分解为六个功能块(茎干、四个残差组和分类头),并维护包含N种颜色变体的仓库,每种由独立追踪且带有贡献者标识的块组装而成。Fed-FBD提供三项在FedAvg中缺失的能力:(i) 架构级保证的块级隔离,使恶意或误标注客户端无法污染干净模型;(ii) 隐私优先设计,即使未应用任何隐私机制,成员推断优势也接近随机水平;(iii) 以亚秒级成本无须重训即可实现对离开参与者的精确机器遗忘。在六个MedMNIST-2D数据集、224×224分辨率的PathMNIST及CIFAR-10上的实验表明,Fed-FBD在足够大的数据集上仅损失0.3%-3.1%的IID准确率,于Dirichlet alpha=1.0时在四组数据中的三组与FedAvg相差不超过0.8%-4.0%,且所有六种攻击均被限制在受污染客户端自身的块内,对干净模型的准确率影响最大仅为±0.01 AUC。

原文摘要 · Abstract (English)

Federated learning (FL) enables collaborative model training without sharing raw patient data, but standard approaches such as FedAvg treat each client as a black box and provide no mechanism for isolating an adversarial contributor, auditing per-client influence, or honoring a departed participant's right to be forgotten. We present Fed-FBD (Federated Functional Block Diversification), a modular federated architecture that decomposes a ResNet backbone into six functional blocks (the stem, four residual groups, and the classification head) and maintains a warehouse of N color variants, each assembled from independently tracked and contributor-stamped blocks. Fed-FBD provides three capabilities absent in FedAvg: (i) architecturally guaranteed block-level isolation, so that an adversarial or mislabelled client cannot contaminate the clean colous; (ii) privacy-by-design, where membership inference advantage is already indistinguishable from chance before any privacy mechanism is applied; and (iii) surgical machine unlearning of a departed participant's contribution at sub-second cost and without retraining. Experiments on six MedMNIST-2D datasets, PathMNIST at 224x224, and CIFAR-10 show that Fed-FBD trades a modest 0.3%-3.1% IID accuracy gap on the adequately sized datasets for these guarantees, remains within 0.8%-4.0% of FedAvg at Dirichlet alpha=1.0 on three of four datasets, and confines all six adversarial attacks we study to the poisoned client's own blocks with at most +/-0.01 AUC drift on the clean colors.

联邦学习隐私保护安全审计机器遗忘

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