paper-with-me

홈 › Papers

Training with Worst-Case Distributional Shift causes Overestimation and Inaccuracies in State-Action Value Functions

2021-09-29 · Ezgi Korkmaz

The utilization of deep neural networks as function approximators for the state-action value function created a new research area for self learning systems, and made it possible to learn optimal policies from high dimensional state representations. While this initial success led deep neural policies to be employed in many diverse disciplines with manifold applications, the issues related to their resilience with respect to specifically crafted imperceptible adversarial perturbations remains a concern. To eliminate these concerns several studies have focused on building deep neural policies resilient towards these perturbations via training with the presence of such perturbations (i.e. adversarial training). In this paper we focus on conducting an investigation on the state-action value function learned by state-of-the-art adversarially trained deep neural policies and vanilla trained deep neural policies. We theoretically motivate that the idea behind the state-of-the-art adversarial training method causes overestimation bias and inaccuracies in the state-action value function. We perform several experiments in the Arcade Learning Environment (ALE) and show that indeed adversarially trained deep neural policies suffer from overestimation bias. Furthermore, the state-action value functions learned by vanilla trained deep neural policies have more accurate estimates for the non-optimal actions than state-of-the-art adversarially trained deep neural policies. We believe our study lays out intriguing properties of adversarial training and could be a critical step towards obtaining robust and reliable policies.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Atari GamesSelf-Learning

Similar Papers 제목 키워드 기반

RoCourseNet: Distributionally Robust Training of a Prediction Aware Recourse Model

2022-06-01 · Hangzhi Guo, Feiran Jia, Jinghui Chen, Anna Squicciarini 외

Counterfactual (CF) explanations for machine learning (ML) models are preferred by end-users, as they explain the predictions of ML models by providing a recourse (or contrastive) case to individuals who are adversely im…

counterfactual

Distributionally Robust Coreset Selection under Covariate Shift

2025-01-24 · Tomonari Tanaka, Hiroyuki Hanada, Hanting Yang, Tatsuya Aoyama 외

Coreset selection, which involves selecting a small subset from an existing training dataset, is an approach to reducing training data, and various approaches have been proposed for this method. In practical situations w…

Distributionally Robust Neural Networks for Group Shifts: On the Importance of Regularization for Worst-Case Generalization

2019-11-20 · Shiori Sagawa, Pang Wei Koh, Tatsunori B. Hashimoto, Percy Liang

Overparameterized neural networks can be highly accurate on average on an i.i.d. test set yet consistently fail on atypical groups of the data (e.g., by learning spurious correlations that hold on average but not in such…

Domain GeneralizationNatural Language InferenceOut-of-Distribution GeneralizationStochastic Optimization

DISTRIBUTIONALLY ROBUST NEURAL NETWORKS FOR GROUP SHIFTS ON THE IMPORTANCE OF REGULARIZATION FOR WORST-CASE GENERALIZATION

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

Overparameterized neural networks can be highly accurate on average on an i.i.d. test set yet consistently fail on atypical groups of the data (e.g., by learning spurious correlations that hold on average but not in such…

Natural Language InferenceStochastic Optimization

Distributionally Robust Bayesian Optimization

2020-02-20 · Johannes Kirschner, Ilija Bogunovic, Stefanie Jegelka, Andreas Krause

Robustness to distributional shift is one of the key challenges of contemporary machine learning. Attaining such robustness is the goal of distributionally robust optimization, which seeks a solution to an optimization p…

Bayesian Optimization