TL;DR
Federated learning (FL) faces challenges with machine unlearning due to overlapping data, which can lead to ineffective removal of sensitive information. To address this, the authors developed Federated Memorization Pruning (FedMemPrune), a method that resets parameters linked to memorized data while preserving useful overlapping information.
✦ Why It Matters
Engineers can implement FedMemPrune to enhance privacy compliance in federated learning systems without sacrificing model performance.
Key Takeaways
How It Works
Grouped Memorization Evaluation distinguishes between unique memorized information and overlapping patterns in data. FedMemPrune then targets and resets the parameters associated with memorization, allowing for effective unlearning while retaining useful knowledge.
Related