paper-with-me

홈 › Papers

rQdia: Regularizing Q-Value Distributions With Image Augmentation

2025-06-26 · Sam Lerman, Jing Bi

rQdia regularizes Q-value distributions with augmented images in pixel-based deep reinforcement learning. With a simple auxiliary loss, that equalizes these distributions via MSE, rQdia boosts DrQ and SAC on 9/12 and 10/12 tasks respectively in the MuJoCo Continuous Control Suite from pixels, and Data-Efficient Rainbow on 18/26 Atari Arcade environments. Gains are measured in both sample efficiency and longer-term training. Moreover, the addition of rQdia finally propels model-free continuous control from pixels over the state encoding baseline.

📄 PDF Abstract BibTeX arXiv:2506.21367

Code (0)

등록된 구현이 없습니다.

Tasks

continuous-controlContinuous ControlDeep Reinforcement LearningImage AugmentationMuJoCo

Similar Papers 제목 키워드 기반

Go Small and Similar: A Simple Output Decay Brings Better Performance

2021-06-12 · Xuan Cheng, Tianshu Xie, Xiaomin Wang, Jiali Deng 외

Regularization and data augmentation methods have been widely used and become increasingly indispensable in deep learning training. Researchers who devote themselves to this have considered various possibilities. But so …

Data Augmentation

Image Augmentation Is All You Need: Regularizing Deep Reinforcement Learning from Pixels

2020-04-28 · ICLR 2021 1 · Ilya Kostrikov, Denis Yarats, Rob Fergus

We propose a simple data augmentation technique that can be applied to standard model-free reinforcement learning algorithms, enabling robust learning directly from pixels without the need for auxiliary losses or pre-tra…

AllAtari Games 100kContinuous ControlContrastive Learning+6

Regularizing Neural Networks by Penalizing Confident Output Distributions

2017-01-23 · Gabriel Pereyra, George Tucker, Jan Chorowski, Łukasz Kaiser 외

We systematically explore regularizing neural networks by penalizing low entropy output distributions. We show that penalizing low entropy output distributions, which has been shown to improve exploration in reinforcemen…

General Classificationimage-classificationImage ClassificationLanguage Modeling+7

DisturbLabel: Regularizing CNN on the Loss Layer

2016-04-30 · CVPR 2016 6 · Lingxi Xie, Jingdong Wang, Zhen Wei, Meng Wang 외

During a long period of time we are combating over-fitting in the CNN training process with model regularization, including weight decay, model averaging, data augmentation, etc. In this paper, we present DisturbLabel, a…

Data Augmentation

SoftEdge: Regularizing Graph Classification with Random Soft Edges

2022-04-21 · Hongyu Guo, Sun Sun

Augmented graphs play a vital role in regularizing Graph Neural Networks (GNNs), which leverage information exchange along edges in graphs, in the form of message passing, for learning. Due to their effectiveness, simple…

ClassificationData AugmentationGraph Classification