Training a Resilient Q-Network against Observational Interference
Chao-Han Huck Yang, I-Te Danny Hung, Yi Ouyang, Pin-Yu Chen

TL;DR
This paper introduces CIQ, a causal inference-based deep Q-network designed to enhance resilience against observational interferences like noise and blackouts, improving robustness in reinforcement learning tasks.
Contribution
The paper proposes a novel CIQ algorithm that incorporates causal inference to improve DRL resilience against observational interferences, a previously underexplored challenge.
Findings
CIQ outperforms standard DQN under interference conditions
CIQ demonstrates higher robustness and stability in benchmark environments
Experimental results confirm effectiveness against various interference types
Abstract
Deep reinforcement learning (DRL) has demonstrated impressive performance in various gaming simulators and real-world applications. In practice, however, a DRL agent may receive faulty observation by abrupt interferences such as black-out, frozen-screen, and adversarial perturbation. How to design a resilient DRL algorithm against these rare but mission-critical and safety-crucial scenarios is an essential yet challenging task. In this paper, we consider a deep q-network (DQN) framework training with an auxiliary task of observational interferences such as artificial noises. Inspired by causal inference for observational interference, we propose a causal inference based DQN algorithm called causal inference Q-network (CIQ). We evaluate the performance of CIQ in several benchmark DQN environments with different types of interferences as auxiliary labels. Our experimental results show…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Anomaly Detection Techniques and Applications · Reinforcement Learning in Robotics
MethodsQ-Learning · Dense Connections · Convolution · Deep Q-Network · Causal inference
