paper-with-me

Papers

Detecting Worst-case Corruptions via Loss Landscape Curvature in Deep Reinforcement Learning

2021-09-29 · Ezgi Korkmaz, Jonah Brown-Cohen

The non-robustness of neural network policies to adversarial examples poses a challenge for deep reinforcement learning. One natural approach to mitigate the impact of adversarial examples is to develop methods to detect when a given input is adversarial. In this work we introduce a novel approach for detecting adversarial examples that is computationally efficient, is agnostic to the method used to generate adversarial examples, and theoretically well-motivated. Our method is based on a measure of the local curvature of the neural network policy, which we show differs between adversarial and clean examples. We empirically demonstrate the effectiveness of our method in the Atari environment against a large set of state-of-the-art algorithms for generating adversarial examples. Furthermore, we exhibit the effectiveness of our detection algorithm with the presence of multiple strong detection-aware adversaries.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Robust Generalization against Photon-Limited Corruptions via Worst-Case Sharpness Minimization

2023-03-23 · CVPR 2023 1 · Zhuo Huang, Miaoxi Zhu, Xiaobo Xia, Li Shen 외

Robust generalization aims to tackle the most challenging data distributions which are rare in the training set and contain severe noises, i.e., photon-limited corruptions. Common solutions such as distributionally robus…

Robust Generalization against Corruptions via Worst-Case Sharp ness Minimization

2023-02-14 · journal 2023 2 · Zhuo Huang, Xiaobo Xia, Li Shen, Jun Yu 외

Robust generalization aims to deal with the most challenging data distributions which are rarely presented in training set and contain severe noise corruptions. Common solutions such as distributionally robust optimizati…

Defending Against Image Corruptions Through Adversarial Augmentations

2021-04-02 · ICLR 2022 4 · Dan A. Calian, Florian Stimberg, Olivia Wiles, Sylvestre-Alvise Rebuffi 외

Modern neural networks excel at image classification, yet they remain vulnerable to common image corruptions such as blur, speckle noise or fog. Recent methods that focus on this problem, such as AugMix and DeepAugment, …

image-classificationImage Classification

Hessian-aware Training for Enhancing DNNs Resilience to Parameter Corruptions

2025-04-02 · Tahmid Hasan Prato, Seijoon Kim, Lizhong Chen, Sanghyun Hong

Deep neural networks are not resilient to parameter corruptions: even a single-bitwise error in their parameters in memory can cause an accuracy drop of over 10%, and in the worst cases, up to 99%. This susceptibility po…

Loss Landscape Matters: Training Certifiably Robust Models with Favorable Loss Landscape

2021-01-01 · Sungyoon Lee, Woojin Lee, Jinseong Park, Jaewook Lee

In this paper, we study the problem of training certifiably robust models. Certifiable training minimizes an upper bound on the worst-case loss over the allowed perturbation, and thus the tightness of the upper bound is …