paper-with-me

홈 › Papers

Does DQN really learn? Exploring adversarial training schemes in Pong

2022-03-20 · Bowen He, Sreehari Rammohan, Jessica Forde, Michael Littman

In this work, we study two self-play training schemes, Chainer and Pool, and show they lead to improved agent performance in Atari Pong compared to a standard DQN agent -- trained against the built-in Atari opponent. To measure agent performance, we define a robustness metric that captures how difficult it is to learn a strategy that beats the agent's learned policy. Through playing past versions of themselves, Chainer and Pool are able to target weaknesses in their policies and improve their resistance to attack. Agents trained using these methods score well on our robustness metric and can easily defeat the standard DQN agent. We conclude by using linear probing to illuminate what internal structures the different agents develop to play the game. We show that training agents with Chainer or Pool leads to richer network activations with greater predictive power to estimate critical game-state features compared to the standard DQN agent.

📄 PDF Abstract BibTeX arXiv:2203.10614

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…
DQN A DQN, or Deep Q-Network, approximates a state-value function in a Q-Learning framework with a neural network. In the Atari…

Similar Papers 제목 키워드 기반

Does Adversarial Robustness Really Imply Backdoor Vulnerability?

2021-09-29 · Yinghua Gao, Dongxian Wu, Jingfeng Zhang, Shu-Tao Xia 외

Recent research has revealed a trade-off between the robustness against adversarial attacks and backdoor attacks. Specifically, with the increasing adversarial robustness obtained through adversarial training, the model …

Adversarial Robustness

Adversarial Incremental Learning

2020-01-30 · Ankur Singh

Although deep learning performs really well in a wide variety of tasks, it still suffers from catastrophic forgetting -- the tendency of neural networks to forget previously learned information upon learning new tasks wh…

class-incremental learningClass Incremental Learningimage-classificationImage Classification+1

MT Quality Estimation for Computer-assisted Translation: Does it Really Help?

2015-07-01 · IJCNLP 2015 7 · Marco Turchi, Matteo Negri, Marcello Federico
Machine TranslationTranslation

What Do We Really Need? Degenerating U-Net on Retinal Vessel Segmentation

2019-11-06 · Weilin Fu, Katharina Breininger, Zhaoya Pan, Andreas Maier

Retinal vessel segmentation is an essential step for fundus image analysis. With the recent advances of deep learning technologies, many convolutional neural networks have been applied in this field, including the succes…

Retinal Vessel SegmentationSegmentation

This Person (Probably) Exists. Identity Membership Attacks Against GAN Generated Faces

2021-07-13 · Ryan Webster, Julien Rabin, Loic Simon, Frederic Jurie

Recently, generative adversarial networks (GANs) have achieved stunning realism, fooling even human observers. Indeed, the popular tongue-in-cheek website {\small \url{ http://thispersondoesnotexist.com}}, taunts users w…

Diversity