paper-with-me

홈 › Papers

Generalization in Reinforcement Learning with Selective Noise Injection and Information Bottleneck

2019-10-28 · NeurIPS 2019 12 · Maximilian Igl, Kamil Ciosek, Yingzhen Li, Sebastian Tschiatschek, Cheng Zhang, Sam Devlin, Katja Hofmann

The ability for policies to generalize to new environments is key to the broad application of RL agents. A promising approach to prevent an agent's policy from overfitting to a limited set of training environments is to apply regularization techniques originally developed for supervised learning. However, there are stark differences between supervised learning and RL. We discuss those differences and propose modifications to existing regularization techniques in order to better adapt them to RL. In particular, we focus on regularization techniques relying on the injection of noise into the learned function, a family that includes some of the most widely used approaches such as Dropout and Batch Normalization. To adapt them to RL, we propose Selective Noise Injection (SNI), which maintains the regularizing effect the injected noise has, while mitigating the adverse effects it has on the gradient quality. Furthermore, we demonstrate that the Information Bottleneck (IB) is a particularly well suited regularization technique for RL as it is effective in the low-data regime encountered early on in training RL agents. Combining the IB with SNI, we significantly outperform current state of the art results, including on the recently proposed generalization benchmark Coinrun.

📄 PDF Abstract BibTeX arXiv:1910.12911

Code (1)

microsoft/IBAC-SNI 공식 구현 pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Batch Normalization 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Introducing Noise in Decentralized Training of Neural Networks

2018-09-27 · Linara Adilova, Nathalie Paul, Peter Schlicht

It has been shown that injecting noise into the neural network weights during the training process leads to a better generalization of the resulting model. Noise injection in the distributed setup is a straightforward te…

Offline Reinforcement Learning with Penalized Action Noise Injection

2025-07-03 · JunHyeok Oh, Byung-Jun Lee arxiv

Offline reinforcement learning (RL) optimizes a policy using only a fixed dataset, making it a practical approach in scenarios where interaction with the environment is costly. Due to this limitation, generalization abil…

Reinforcement LearningOffline RL

Progressive Generalization Augmentation with Deeply Coupled RND-PPO and Domain-Prioritized Noise Injection for Robust Crop Management Reinforcement Learning

2026-05-17 · Wu Yang arxiv

Our preliminary experiments on gym-DSSAT maize irrigation tasks revealed that +/-2 degrees C temperature noise causes an 11.9% reduction in economic returns for PPO policies trained under clean conditions - a systematic …

Reinforcement Learning

VISP: Volatility Informed Stochastic Projection for Adaptive Regularization

2025-09-02 · Tanvir Islam arxiv

We propose VISP: Volatility Informed Stochastic Projection, an adaptive regularization method that leverages gradient volatility to guide stochastic noise injection in deep neural networks. Unlike conventional techniques…

Reinforcement Learning for Large Language Model Selective Evidence Adoption from Contaminated Retrieval Results

2026-07-22 · Yanyu Chen, Yue Li, Yongyi Cui, Dongsheng Shi 외 arxiv

Retrieval-augmented large language models frequently face contexts that interleave useful evidence with misleading statements or instruction-like content. Blanket refusal discards valid evidence, whereas uncritical adopt…

Reinforcement Learning