paper-with-me

홈 › 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 Markov decision processes (MDPs) under the constraints of differential privacy (DP). Compared to existing private RL algorithms that work only on tabular finite-state, finite-actions MDPs, we take the first step towards privacy-preserving learning in MDPs with large state and action spaces. Specifically, we consider MDPs with linear function approximation (in particular linear mixture MDPs) under the notion of joint differential privacy (JDP), where the RL agent is responsible for protecting users' sensitive data. We design two private RL algorithms that are based on value iteration and policy optimization, respectively, and show that they enjoy sub-linear regret performance while guaranteeing privacy protection. Moreover, the regret bounds are independent of the number of states, and scale at most logarithmically with the number of actions, making the algorithms suitable for privacy protection in nowadays large-scale personalized services. Our results are achieved via a general procedure for learning in linear mixture MDPs under changing regularizers, which not only generalizes previous results for non-private learning, but also serves as a building block for general private reinforcement learning.

📄 PDF Abstract BibTeX arXiv:2201.07052

Code (0)

등록된 구현이 없습니다.

Tasks

Privacy Preservingreinforcement-learningReinforcement LearningReinforcement Learning (RL)

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

Reinforcement Learning

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

Locally Differentially Private Reinforcement Learning for Linear Mixture Markov Decision Processes

2021-10-19 · Chonghua Liao, Jiafan He, Quanquan Gu

Reinforcement learning (RL) algorithms can be used to provide personalized services, which rely on users' private and sensitive data. To protect the users' privacy, privacy-preserving RL algorithms are in demand. In this…

Privacy Preservingreinforcement-learningReinforcement Learning (RL)

A Framework for Private Matrix Analysis

2020-09-06 · Jalaj Upadhyay, Sarvagya Upadhyay

We study private matrix analysis in the sliding window model where only the last $W$ updates to matrices are considered useful for analysis. We give first efficient $o(W)$ space differentially private algorithms for spec…

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…