Search papers, labs, and topics across Lattice.
This paper introduces Image Feature Fusion-based Federated Client Unlearning (IFF-FCU) to mitigate catastrophic forgetting in federated unlearning. IFF-FCU employs a Mixup-based image feature fusion mechanism to generate mixed samples, effectively bridging the gap between forget and retain distributions. Experiments on medical imaging datasets (RSNA-ICH and ISIC2018) demonstrate that IFF-FCU achieves improved unlearning effectiveness with minimal impact on global generalization, showing competitive error deviation from retrained models.
Forget specific medical images in federated learning without trashing your whole model: fuse features to widen the unlearning boundary.
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.