paper-with-me

Papers

Mitigating Adversarial Perturbations for Deep Reinforcement Learning via Vector Quantization

2024-10-04 · Tung M. Luu, Thanh Nguyen, Tee Joshua Tian Jin, Sungwoon Kim, Chang D. Yoo

Recent studies reveal that well-performing reinforcement learning (RL) agents in training often lack resilience against adversarial perturbations during deployment. This highlights the importance of building a robust agent before deploying it in the real world. Most prior works focus on developing robust training-based procedures to tackle this problem, including enhancing the robustness of the deep neural network component itself or adversarially training the agent on strong attacks. In this work, we instead study an input transformation-based defense for RL. Specifically, we propose using a variant of vector quantization (VQ) as a transformation for input observations, which is then used to reduce the space of adversarial attacks during testing, resulting in the transformed observations being less affected by attacks. Our method is computationally efficient and seamlessly integrates with adversarial training, further enhancing the robustness of RL agents against adversarial attacks. Through extensive experiments in multiple environments, we demonstrate that using VQ as the input transformation effectively defends against adversarial attacks on the agent's observations.

📄 PDF Abstract BibTeX arXiv:2410.03376

Code (1)

tunglm2203/vq_robust_rl 공식 구현 pytorch

Tasks

Deep Reinforcement LearningQuantizationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Quantum Adversarial Learning for Kernel Methods

2024-04-08 · Giuseppe Montalbano, Leonardo Banchi

We show that hybrid quantum classifiers based on quantum kernel methods and support vector machines are vulnerable against adversarial attacks, namely small engineered perturbations of the input data can deceive the clas…

Data Augmentation

Exploring Transferability of Perturbations in Deep Reinforcement Learning

2021-01-01 · Ezgi Korkmaz

The use of Deep Neural Networks (DNNs) as function approximators has led to striking progress for reinforcement learning algorithms and applications. At the same time, deep reinforcement learning agents have inherited th…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Adversarial Attack on Deep Product Quantization Network for Image Retrieval

2020-02-26 · Yan Feng, Bin Chen, Tao Dai, Shu-Tao Xia

Deep product quantization network (DPQN) has recently received much attention in fast image retrieval tasks due to its efficiency of encoding high-dimensional visual features especially when dealing with large-scale data…

Adversarial AttackImage RetrievalQuantizationRetrieval

NSVQ: Mitigating Codebook Collapse by Stabilizing Encoder Drift in Vector Quantization

2026-06-09 · Hao Lu, Yongxin Guo, Onur Koyun, Zhengjie Zhu 외 arxiv

Vector quantization is central to modern generative modeling pipelines, but large-codebook VQ models often suffer from codebook collapse. We identify encoder drift as a key driver of this failure: as the encoder moves th…

APPLE: Adversarial Privacy-aware Perturbations on Latent Embedding for Unfairness Mitigation

2024-03-08 · Zikang Xu, Fenghe Tang, Quan Quan, Qingsong Yao 외

Ensuring fairness in deep-learning-based segmentors is crucial for health equity. Much effort has been dedicated to mitigating unfairness in the training datasets or procedures. However, with the increasing prevalence of…

DecoderFairnessMedical Image Analysis