paper-with-me

Papers

Probabilistic Perspectives on Error Minimization in Adversarial Reinforcement Learning

2024-06-07 · Roman Belaire, Arunesh Sinha, Pradeep Varakantham

Deep Reinforcement Learning (DRL) policies are highly susceptible to adversarial noise in observations, which poses significant risks in safety-critical scenarios. For instance, a self-driving car could experience catastrophic consequences if its sensory inputs about traffic signs are manipulated by an adversary. The core challenge in such situations is that the true state of the environment becomes only partially observable due to these adversarial manipulations. Two key strategies have so far been employed in the literature; the first set of methods focuses on increasing the likelihood that nearby states--those close to the true state--share the same robust actions. The second set of approaches maximize the value for the worst possible true state within the range of adversarially perturbed observations. Although these approaches provide strong robustness against attacks, they tend to be either overly conservative or not generalizable. We hypothesize that the shortcomings of these approaches stem from their failure to explicitly account for partial observability. By making decisions that directly consider this partial knowledge of the true state, we believe it is possible to achieve a better balance between robustness and performance, particularly in adversarial settings. To achieve this, we introduce a novel objective called Adversarial Counterfactual Error (ACoE), which is defined on the beliefs about the underlying true state and naturally balances value optimization with robustness against adversarial attacks, and a theoretically-grounded, scalable surrogate objective Cumulative-ACoE (C-ACoE). Our empirical evaluations demonstrate that our method significantly outperforms current state-of-the-art approaches for addressing adversarial RL challenges, offering a promising direction for better DRL under adversarial conditions.

📄 PDF Abstract BibTeX arXiv:2406.04724

Code (1)

romanbelaire/acoe-robust-rl 공식 구현 pytorch

Tasks

counterfactualDeep Reinforcement Learningreinforcement-learningReinforcement Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음

Similar Papers 제목 키워드 기반

Reparameterized Variational Divergence Minimization for Stable Imitation

2020-06-18 · Dilip Arumugam, Debadeepta Dey, Alekh Agarwal, Asli Celikyilmaz 외

While recent state-of-the-art results for adversarial imitation-learning algorithms are encouraging, recent works exploring the imitation learning from observation (ILO) setting, where trajectories \textit{only} contain …

continuous-controlContinuous ControlImitation Learning

Probabilistic Forecasting with Generative Networks via Scoring Rule Minimization

2021-12-15 · Lorenzo Pacchiardi, Rilwan Adewoyin, Peter Dueben, Ritabrata Dutta

Probabilistic forecasting relies on past observations to provide a probability distribution for a future outcome, which is often evaluated against the realization using a scoring rule. Here, we perform probabilistic fore…

scoring ruleUncertainty QuantificationWeather Forecasting

It begins with a boundary: A geometric view on probabilistically robust learning

2023-05-30 · Leon Bungert, Nicolás García Trillos, Matt Jacobs, Daniel Mckenzie 외

Although deep neural networks have achieved super-human performance on many classification tasks, they often exhibit a worrying lack of robustness towards adversarially generated examples. Thus, considerable effort has b…

Model-Based Offline Reinforcement Learning with Adversarial Data Augmentation

2025-03-26 · Hongye Cao, Fan Feng, Jing Huo, Shangdong Yang 외

Model-based offline Reinforcement Learning (RL) constructs environment models from offline datasets to perform conservative policy optimization. Existing approaches focus on learning state transitions through ensemble mo…

D4RLData AugmentationOffline RLreinforcement-learning+2

Reinforcement Learning and Control as Probabilistic Inference: Tutorial and Review

2018-05-02 · Sergey Levine

The framework of reinforcement learning or optimal control provides a mathematical formalization of intelligent decision making that is powerful and broadly applicable. While the general form of the reinforcement learnin…

Decision Makingreinforcement-learningReinforcement LearningReinforcement Learning (RL)+1