paper-with-me

홈 › Papers

Towards Differentially Private Reinforcement Learning with General Function Approximation

2026-05-07 · Yi He, Xingyu Zhou arxiv

We present the first theoretical guarantees for differentially private online reinforcement learning (RL) with general function approximation, extending beyond prior work restricted to tabular and linear settings. Our approach combines a batched policy update scheme with the exponential mechanism, together with a novel regret analysis. We show that, even under general function approximation, the regret in the model-free setting under differential privacy matches the state of the art for the linear case, scaling as $\widetilde{O}(K^{3/5})$, where $K$ denotes the number of episodes. As an important by-product, we also establish the first regret bound for online RL with batch update that depends on the standard complexity measure of coverability, complementing existing results based on a newly introduced Eluder-Condition class. In addition, we uncover fundamental gaps in recent results for private RL with linear function approximation, thereby clarifying its landscape.

📄 PDF Abstract BibTeX arXiv:2605.07049

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Differentially Private Reinforcement Learning with Linear Function Approximation

2022-01-18 · Xingyu Zhou

Motivated by the wide adoption of reinforcement learning (RL) in real-world personalized services, where users' sensitive and private information needs to be protected, we study regret minimization in finite-horizon Mark…

Privacy Preservingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Differentially Private Deep Model-Based Reinforcement Learning

2024-02-08 · Alexandre Rio, Merwan Barlier, Igor Colin, Albert Thomas

We address private deep offline reinforcement learning (RL), where the goal is to train a policy on standard control tasks that is differentially private (DP) with respect to individual trajectories in the dataset. To ac…

continuous-controlContinuous ControlmodelModel-based Reinforcement Learning+3

Nearly Tight Bounds For Differentially Private Multiway Cut

2023-09-21 · NeurIPS 2023 11

Finding min $s$-$t$ cuts in graphs is a basic algorithmic tool, with applications in image segmentation, community detection, reinforcement learning, and data clustering. In this problem, we are given two nodes as termin…

Differentially Private Decomposable Submodular Maximization

2020-05-29 · Anamay Chaturvedi, Huy Nguyen, Lydia Zakynthinou

We study the problem of differentially private constrained maximization of decomposable submodular functions. A submodular function is decomposable if it takes the form of a sum of submodular functions. The special case …

Differentially Private Clustering: Tight Approximation Ratios

2020-08-18 · NeurIPS 2020 12 · Badih Ghazi, Ravi Kumar, Pasin Manurangsi

We study the task of differentially private clustering. For several basic clustering problems, including Euclidean DensestBall, 1-Cluster, k-means, and k-median, we give efficient differentially private algorithms that a…

Clustering