paper-with-me

홈 › Papers

Understanding when Dynamics-Invariant Data Augmentations Benefit Model-Free Reinforcement Learning Updates

2023-10-26 · Nicholas E. Corrado, Josiah P. Hanna

Recently, data augmentation (DA) has emerged as a method for leveraging domain knowledge to inexpensively generate additional data in reinforcement learning (RL) tasks, often yielding substantial improvements in data efficiency. While prior work has demonstrated the utility of incorporating augmented data directly into model-free RL updates, it is not well-understood when a particular DA strategy will improve data efficiency. In this paper, we seek to identify general aspects of DA responsible for observed learning improvements. Our study focuses on sparse-reward tasks with dynamics-invariant data augmentation functions, serving as an initial step towards a more general understanding of DA and its integration into RL training. Experimentally, we isolate three relevant aspects of DA: state-action coverage, reward density, and the number of augmented transitions generated per update (the augmented replay ratio). From our experiments, we draw two conclusions: (1) increasing state-action coverage often has a much greater impact on data efficiency than increasing reward density, and (2) decreasing the augmented replay ratio substantially improves data efficiency. In fact, certain tasks in our empirical study are solvable only when the replay ratio is sufficiently low.

📄 PDF Abstract BibTeX arXiv:2310.17786

Code (1)

badger-rl/understandingdataaugmentationforrl 공식 구현 pytorch

Tasks

Data Augmentationreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Representation Learning via Invariant Causal Mechanisms

2020-10-15 · Jovana Mitrovic, Brian McWilliams, Jacob Walker, Lars Buesing 외

Self-supervised learning has emerged as a strategy to reduce the reliance on costly supervised signal by pretraining representations only using unlabeled data. These methods combine heuristic proxy classification tasks w…

Contrastive LearningOut-of-Distribution GeneralizationRepresentation LearningSelf-Supervised Image Classification+1

An Analysis of Self-supervised Pre-training with Dependent Samples

2026-09-04 · Maximilian Fleissner, Debarghya Ghoshdastidar, Samory Kpotufe arxiv

Self-supervised learning relies on so-called data augmentations $φ(x)$ of unlabeled datapoints $x$ --- for example, masking random pixels in an image $x$ --- that should leave the label of $x$ invariant and are often use…

Self-Supervised Learning

Automated Data Augmentations for Graph Classification

2022-02-26 · Youzhi Luo, Michael McThrow, Wing Yee Au, Tao Komikado 외

Data augmentations are effective in improving the invariance of learning machines. We argue that the core challenge of data augmentations lies in designing data transformations that preserve labels. This is relatively st…

ClassificationData AugmentationGraph Classification

Adversarial Label Invariant Graph Data Augmentations for Out-of-Distribution Generalization

2026-04-09 · Simon Zhang, Ryan P. DeMilt, Kun Jin, Cathy H. Xia arxiv

Out-of-distribution (OoD) generalization occurs when representation learning encounters a distribution shift. This occurs frequently in practice when training and testing data come from different environments. Covariate …

Representation LearningGraph Classification

Out-of-Domain Robustness via Targeted Augmentations

2023-02-23 · Irena Gao, Shiori Sagawa, Pang Wei Koh, Tatsunori Hashimoto 외

Models trained on one set of domains often suffer performance drops on unseen domains, e.g., when wildlife monitoring models are deployed in new camera locations. In this work, we study principles for designing data augm…