paper-with-me

Papers

Adversarial Unlearning: Reducing Confidence Along Adversarial Directions

2022-06-03 · Amrith Setlur, Benjamin Eysenbach, Virginia Smith, Sergey Levine

Supervised learning methods trained with maximum likelihood objectives often overfit on training data. Most regularizers that prevent overfitting look to increase confidence on additional examples (e.g., data augmentation, adversarial training), or reduce it on training data (e.g., label smoothing). In this work we propose a complementary regularization strategy that reduces confidence on self-generated examples. The method, which we call RCAD (Reducing Confidence along Adversarial Directions), aims to reduce confidence on out-of-distribution examples lying along directions adversarially chosen to increase training loss. In contrast to adversarial training, RCAD does not try to robustify the model to output the original label, but rather regularizes it to have reduced confidence on points generated using much larger perturbations than in conventional adversarial training. RCAD can be easily integrated into training pipelines with a few lines of code. Despite its simplicity, we find on many classification benchmarks that RCAD can be added to existing techniques (e.g., label smoothing, MixUp training) to increase test accuracy by 1-3% in absolute value, with more significant gains in the low data regime. We also provide a theoretical analysis that helps to explain these benefits in simplified settings, showing that RCAD can provably help the model unlearn spurious features in the training data.

📄 PDF Abstract BibTeX arXiv:2206.01367

Code (0)

등록된 구현이 없습니다.

Tasks

Data Augmentation

Methods 이 논문이 사용한 방법론

Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar 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 lar…

image-classificationImage ClassificationMachine Unlearning

Towards Robust Knowledge Unlearning: An Adversarial Framework for Assessing and Improving Unlearning Robustness in Large Language Models

2024-08-20 · Hongbang Yuan, Zhuoran Jin, Pengfei Cao, Yubo Chen 외

LLM have achieved success in many fields but still troubled by problematic content in the training corpora. LLM unlearning aims at reducing their influence and avoid undesirable behaviours. However, existing unlearning m…

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

A Survey of Graph Unlearning

2023-08-23 · Anwar Said, Yuying Zhao, Tyler Derr, Mudassir Shabbir 외

Graph unlearning emerges as a crucial advancement in the pursuit of responsible AI, providing the means to remove sensitive data traces from trained models, thereby upholding the right to be forgotten. It is evident that…

Privacy PreservingRecommendation SystemsSurvey

Generative Adversarial Networks Unlearning

2023-08-19 · Hui Sun, Tianqing Zhu, Wenhan Chang, Wanlei Zhou

As machine learning continues to develop, and data misuse scandals become more prevalent, individuals are becoming increasingly concerned about their personal information and are advocating for the right to remove their …

Machine Unlearning