paper-with-me

홈 › Papers

MaDi: Learning to Mask Distractions for Generalization in Visual Deep Reinforcement Learning

2023-12-23 · Bram Grooten, Tristan Tomilin, Gautham Vasan, Matthew E. Taylor, A. Rupam Mahmood, Meng Fang, Mykola Pechenizkiy, Decebal Constantin Mocanu

The visual world provides an abundance of information, but many input pixels received by agents often contain distracting stimuli. Autonomous agents need the ability to distinguish useful information from task-irrelevant perceptions, enabling them to generalize to unseen environments with new distractions. Existing works approach this problem using data augmentation or large auxiliary networks with additional loss functions. We introduce MaDi, a novel algorithm that learns to mask distractions by the reward signal only. In MaDi, the conventional actor-critic structure of deep reinforcement learning agents is complemented by a small third sibling, the Masker. This lightweight neural network generates a mask to determine what the actor and critic will receive, such that they can focus on learning the task. The masks are created dynamically, depending on the current input. We run experiments on the DeepMind Control Generalization Benchmark, the Distracting Control Suite, and a real UR5 Robotic Arm. Our algorithm improves the agent's focus with useful masks, while its efficient Masker network only adds 0.2% more parameters to the original structure, in contrast to previous work. MaDi consistently achieves generalization results better than or competitive to state-of-the-art methods.

📄 PDF Abstract BibTeX arXiv:2312.15339

Code (1)

bramgrooten/mask-distractions 공식 구현

Tasks

Data AugmentationDeep Reinforcement Learning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Generalization in Visual Reinforcement Learning with the Reward Sequence Distribution

2023-02-19 · Jie Wang, Rui Yang, Zijie Geng, Zhihao Shi 외

Generalization in partially observed markov decision processes (POMDPs) is critical for successful applications of visual reinforcement learning (VRL) in real scenarios. A widely used idea is to learn task-relevant repre…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Representation Learning

Learning Task-relevant Representations for Generalization via Characteristic Functions of Reward Sequence Distributions

2022-05-20 · Rui Yang, Jie Wang, Zijie Geng, Mingxuan Ye 외

Generalization across different environments with the same tasks is critical for successful applications of visual reinforcement learning (RL) in real scenarios. However, visual distractions -- which are common in real s…

Reinforcement Learning (RL)

Self-Consistent Model-based Adaptation for Visual Reinforcement Learning

2025-02-14 · Xinning Zhou, Chengyang Ying, Yao Feng, Hang Su 외

Visual reinforcement learning agents typically face serious performance declines in real-world applications caused by visual distractions. Existing methods rely on fine-tuning the policy's representations with hand-craft…

Denoisingreinforcement-learningReinforcement Learning

Sequential Action-Induced Invariant Representation for Reinforcement Learning

2023-09-22 · Dayang Liang, Qihang Chen, Yunlong Liu

How to accurately learn task-relevant state representations from high-dimensional observations with visual distractions is a realistic and challenging problem in visual reinforcement learning. Recently, unsupervised repr…

Autonomous Drivingreinforcement-learningReinforcement LearningRepresentation Learning

Make the Pertinent Salient: Task-Relevant Reconstruction for Visual Control with Distractions

2024-10-13 · KyungMin Kim, JB Lanier, Pierre Baldi, Charless Fowlkes 외

Recent advancements in Model-Based Reinforcement Learning (MBRL) have made it a powerful tool for visual control tasks. Despite improved data efficiency, it remains challenging to train MBRL agents with generalizable per…

Model-based Reinforcement LearningRepresentation Learning