paper-with-me

홈 › Papers

Temper-Then-Tilt: Principled Unlearning for Generative Models through Tempering and Classifier Guidance

2026-02-10 · Jacob L. Block, Mehryar Mohri, Aryan Mokhtari, Sanjay Shakkottai arxiv

We study machine unlearning in large generative models by framing the task as density ratio estimation to a target distribution rather than supervised fine-tuning. While classifier guidance is a standard approach for approximating this ratio and can succeed in general, we show it can fail to faithfully unlearn with finite samples when the forget set represents a sharp, concentrated data distribution. To address this, we introduce Temper-Then-Tilt Unlearning (T3-Unlearning), which freezes the base model and applies a two-step inference procedure: (i) tempering the base distribution to flatten high-confidence spikes, and (ii) tilting the tempered distribution using a lightweight classifier trained to distinguish retain from forget samples. Our theoretical analysis provides finite-sample guarantees linking the surrogate classifier's risk to unlearning error, proving that tempering is necessary to successfully unlearn for concentrated distributions. Empirical evaluations on the TOFU benchmark show that T3-Unlearning improves forget quality and generative utility over existing baselines, while training only a fraction of the parameters with a minimal runtime.

📄 PDF Abstract BibTeX arXiv:2602.10217

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TILDE: TILt-based Distributional Erasure for Concept Unlearning

2026-07-07 · Naveen George, Naoki Murata, Yuhta Takida, Konda Reddy Mopuri 외 arxiv

Concept unlearning in text-to-image diffusion models is critical for safe and practical deployment: with rising privacy concerns, copyright disputes, trademark constraints, and safety regulations, deployed systems must b…

Temper and Tilt Lead to SLOP: Reward Hacking Mitigation with Inference-Time Alignment

2026-05-13 · Ye Wang, Jing Liu, Toshiaki Koike-Akino arxiv

Inference-time alignment techniques offer a lightweight alternative or complement to costly reinforcement learning, while enabling continual adaptation as alignment objectives and reward targets evolve. Existing theoreti…

Reinforcement Learning

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

Attention Smoothing Is All You Need For Unlearning

2026-03-01 · Saleh Zare Zade, Xiangyu Zhou, Sijia Liu, Dongxiao Zhu arxiv

Large Language Models are prone to memorizing sensitive, copyrighted, or hazardous content, posing significant privacy and legal concerns. Retraining from scratch is computationally infeasible, whereas current unlearning…

Question Answering

How Neural Reward Models Learn Features for Policy Optimization: A Single-Index Analysis

2026-05-23 · Rei Higuchi, Ryotaro Kawata, Akifumi Wachi, Shokichi Takakura 외 arxiv

Reward modeling is not only a prediction problem: in KL-regularized policy optimization, the learned reward is exponentiated to define the deployed policy, so downstream value depends on errors in reward-tilted regions. …