TL;DR
Machine learning models often retain unwanted influences from training data, necessitating a method for removing these effects without complete retraining. LoTUS is a new Machine Unlearning (MU) technique that reduces over-confidence in model predictions by smoothing output probabilities.
✦ Why It Matters
Engineers can implement LoTUS to efficiently remove unwanted data influences from models without retraining.
Key Takeaways
How It Works
LoTUS operates by adjusting the prediction probabilities of a model to mitigate over-confidence caused by memorizing specific training data. It achieves this by applying a smoothing technique that aligns with an information-theoretic bound, allowing the model to effectively forget certain samples without complete retraining.
Related