paper-with-me

홈 › Papers

Exact Unlearning in Reinforcement Learning

2026-06-02 · Thanh Nguyen-Tang, Raman Arora arxiv

We formulate the problem of \emph{exact unlearning} in reinforcement learning, where the goal is to design an efficient framework that enables the removal of any user's data upon deletion request, i.e., the online learner's output after unlearning is \emph{indistinguishable} from what would have been produced had the deleted user never interacted with the learner. For any $ρ>0$, we show that there exists a reinforcement learning (RL) algorithm that is $ρ$-TV-stable and supports an exact unlearning procedure whose expected computational cost is only a $ρ\sqrt{\ln T}$ fraction of the computational cost of retraining from scratch. We construct such a $ρ$-TV-stable RL algorithm for tabular Markov decision processes (MDPs), which achieves a regret bound of $\mathcal{O}(H^2 \sqrt{SAT} + H^3 S^2 A + {H^{2.5} S^2 A}/ρ)$, where $S, A, H$, and $T$ denote the number of states, the number of actions, the episode horizon, and the number of episodes, respectively. We also establish a lower bound of $Ω(H\sqrt{\!SAT}\! +\! {SAH}/ρ)$ for $ρ$-TV-stable RL algorithms, showing that our algorithm is nearly minimax optimal.

📄 PDF Abstract BibTeX arXiv:2606.04182

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

On the Necessity of Auditable Algorithmic Definitions for Machine Unlearning

2021-10-22 · Anvith Thudi, Hengrui Jia, Ilia Shumailov, Nicolas Papernot

Machine unlearning, i.e. having a model forget about some of its training data, has become increasingly more important as privacy legislation promotes variants of the right-to-be-forgotten. In the context of deep learnin…

Machine Unlearning

Communication Efficient and Provable Federated Unlearning

2024-01-19 · Youming Tao, Cheng-Long Wang, Miao Pan, Dongxiao Yu 외

We study federated unlearning, a novel problem to eliminate the impact of specific clients or data points on the global model learned via federated learning (FL). This problem is driven by the right to be forgotten and t…

Federated Learning

Edge Unlearning is Not "on Edge"! An Adaptive Exact Unlearning System on Resource-Constrained Devices

2024-10-14 · Xiaoyu Xia, Ziqi Wang, Ruoxi Sun, Bowen Liu 외

The right to be forgotten mandates that machine learning models enable the erasure of a data owner's data and information from a trained model. Removing data from the dataset alone is inadequate, as machine learning mode…

Machine Unlearning

UnUnlearning: Unlearning is not sufficient for content regulation in advanced generative AI

2024-06-27 · Ilia Shumailov, Jamie Hayes, Eleni Triantafillou, Guillermo Ortiz-Jimenez 외

Exact unlearning was first introduced as a privacy mechanism that allowed a user to retract their data from machine learning models on request. Shortly after, inexact schemes were proposed to mitigate the impractical cos…

In-Context Learning

Breaking the Gold Standard: Extracting Forgotten Data under Exact Unlearning in Large Language Models

2025-05-30 · Xiaoyu Wu, Yifei Pang, Terrance Liu, Zhiwei Steven Wu

Large language models are typically trained on datasets collected from the web, which may inadvertently contain harmful or sensitive personal information. To address growing privacy concerns, unlearning methods have been…

Medical Diagnosis