paper-with-me

Papers

AMUN: Adversarial Machine UNlearning

2025-03-02 · Ali Ebrahimpour-Boroojeny, Hari Sundaram, Varun Chandrasekaran

Machine unlearning, where users can request the deletion of a forget dataset, is becoming increasingly important because of numerous privacy regulations. Initial works on `exact'' unlearning (e.g., retraining) incur large computational overheads. However, while computationally inexpensive, `approximate'' methods have fallen short of reaching the effectiveness of exact unlearning: models produced fail to obtain comparable accuracy and prediction confidence on both the forget and test (i.e., unseen) dataset. Exploiting this observation, we propose a new unlearning method, Adversarial Machine UNlearning (AMUN), that outperforms prior state-of-the-art (SOTA) methods for image classification. AMUN lowers the confidence of the model on the forget samples by fine-tuning the model on their corresponding adversarial examples. Adversarial examples naturally belong to the distribution imposed by the model on the input space; fine-tuning the model on the adversarial examples closest to the corresponding forget samples (a) localizes the changes to the decision boundary of the model around each forget sample and (b) avoids drastic changes to the global behavior of the model, thereby preserving the model's accuracy on test samples. Using AMUN for unlearning a random $10\%$ of CIFAR-10 samples, we observe that even SOTA membership inference attacks cannot do better than random guessing.

📄 PDF Abstract BibTeX arXiv:2503.00917

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationMachine Unlearning

Similar Papers 제목 키워드 기반

Toward Reliable Machine Unlearning: Theory, Algorithms, and Evaluation

2025-12-07 · Ali Ebrahimpour-Boroojeny arxiv

We propose new methodologies for both unlearning random set of samples and class unlearning and show that they outperform existing methods. The main driver of our unlearning methods is the similarity of predictions to a …

Image Classification

Machine Learning-Based Jamun Leaf Disease Detection: A Comprehensive Review

2023-11-27 · Auvick Chandra Bhowmik, Dr. Md. Taimur Ahad, Yousuf Rayhan Emon

Jamun leaf diseases pose a significant threat to agricultural productivity, negatively impacting both yield and quality in the jamun industry. The advent of machine learning has opened up new avenues for tackling these d…

image-classificationImage ClassificationManagementTransfer Learning

RNAMunin: A Deep Machine Learning Model for Non-coding RNA Discovery

2025-07-16 · Lauren Lui, Torben Nielsen arxiv

Functional annotation of microbial genomes is often biased toward protein-coding genes, leaving a vast, unexplored landscape of non-coding RNAs (ncRNAs) that are critical for regulating bacterial and archaeal physiology,…

DiffDefense: Defending against Adversarial Attacks via Diffusion Models

2023-09-07 · Hondamunige Prasanna Silva, Lorenzo Seidenari, Alberto del Bimbo

This paper presents a novel reconstruction method that leverages Diffusion Models to protect machine learning classifiers against adversarial attacks, all without requiring any modifications to the classifiers themselves…

Adversarial Defense

Adversarial Machine Unlearning

2024-06-11 · Zonglin Di, Sixie Yu, Yevgeniy Vorobeychik, Yang Liu

This paper focuses on the challenge of machine unlearning, aiming to remove the influence of specific training data on machine learning models. Traditionally, the development of unlearning algorithms runs parallel with t…

Machine Unlearning