基于图像特征融合的联邦客户端遗忘方法 / Image Feature Fusion-based Federated Client Unlearning (FCU)
1️⃣ 一句话总结
针对联邦学习中删除用户数据后模型容易丢失其他重要知识(灾难性遗忘)的问题,本论文提出了一种名为IFF-FCU的方法,通过引入图像特征融合机制(Mixup)动态生成混合样本,在遗忘特定数据和保留模型全局能力之间取得了更好的平衡,并在医学影像数据集上验证了其有效性。
Major data protection regulations all mention the "right to be forgotten," and that's what pushed federated unlearning (FU) techniques forward. But one stubborn issue remains: catastrophic forgetting--you erase the target knowledge, yet somehow you also end up throwing out essential retained knowledge, which then hurts the model's global generalization. To get a better balance between unlearning effectiveness and generalization ability, we propose something called Image Feature Fusion-based Federated Client Unlearning (IFF-FCU). The idea is to bring in a linear Image Feature Fusion mechanism (Mixup) that dynamically creates mixed samples, bridging the gap between forget-distribution and retain-distribution. What this strategy does isn't just deleting a few discrete data points--it theoretically widens and regularizes the forgetting boundary. We ran extensive experiments on medical imaging benchmarks (RSNA-ICH and ISIC2018), and the results show that our approach achieves reasonably good unlearning. For instance, on the ICH dataset, IFF-FCU achieves a highly competitive Error deviation from the retrained gold standard, demonstrating robust improvements over existing baselines.
基于图像特征融合的联邦客户端遗忘方法 / Image Feature Fusion-based Federated Client Unlearning (FCU)
针对联邦学习中删除用户数据后模型容易丢失其他重要知识(灾难性遗忘)的问题,本论文提出了一种名为IFF-FCU的方法,通过引入图像特征融合机制(Mixup)动态生成混合样本,在遗忘特定数据和保留模型全局能力之间取得了更好的平衡,并在医学影像数据集上验证了其有效性。
源自 arXiv: 2605.26715