paper-with-me

Papers

How the level sampling process impacts zero-shot generalisation in deep reinforcement learning

2023-10-05 · Samuel Garcin, James Doran, Shangmin Guo, Christopher G. Lucas, Stefano V. Albrecht

A key limitation preventing the wider adoption of autonomous agents trained via deep reinforcement learning (RL) is their limited ability to generalise to new environments, even when these share similar characteristics with environments encountered during training. In this work, we investigate how a non-uniform sampling strategy of individual environment instances, or levels, affects the zero-shot generalisation (ZSG) ability of RL agents, considering two failure modes: overfitting and over-generalisation. As a first step, we measure the mutual information (MI) between the agent's internal representation and the set of training levels, which we find to be well-correlated to instance overfitting. In contrast to uniform sampling, adaptive sampling strategies prioritising levels based on their value loss are more effective at maintaining lower MI, which provides a novel theoretical justification for this class of techniques. We then turn our attention to unsupervised environment design (UED) methods, which adaptively generate new training levels and minimise MI more effectively than methods sampling from a fixed set. However, we find UED methods significantly shift the training distribution, resulting in over-generalisation and worse ZSG performance over the distribution of interest. To prevent both instance overfitting and over-generalisation, we introduce self-supervised environment design (SSED). SSED generates levels using a variational autoencoder, effectively reducing MI while minimising the shift with the distribution of interest, and leads to statistically significant improvements in ZSG over fixed-set level sampling strategies and UED methods.

📄 PDF Abstract BibTeX arXiv:2310.03494

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Rethinking Task Sampling for Few-shot Vision-Language Transfer Learning

2022-03-09 · MMMPIE (COLING) 2022 10 · Zhenhailong Wang, Hang Yu, Manling Li, Han Zhao 외

Despite achieving state-of-the-art zero-shot performance, existing vision-language models still fall short of few-shot transfer ability on domain-specific problems. Classical fine-tuning often fails to prevent highly exp…

Few-Shot LearningMeta-LearningTransfer Learning

Zero-Shot Action Recognition in Surveillance Videos

2024-10-28 · Joao Pereira, Vasco Lopes, David Semedo, Joao Neves

The growing demand for surveillance in public spaces presents significant challenges due to the shortage of human resources. Current AI-based video surveillance systems heavily rely on core computer vision models that re…

Action RecognitionVideo UnderstandingZero-Shot Action Recognition

Zero-Shot Learning by Generating Pseudo Feature Representations

2017-03-19 · Jiang Lu, Jin Li, Ziang Yan, Chang-Shui Zhang

Zero-shot learning (ZSL) is a challenging task aiming at recognizing novel classes without any training instances. In this paper we present a simple but high-performance ZSL approach by generating pseudo feature represen…

AttributeNovel ConceptsRetrievalZero-Shot Learning

Task-adaptive Spatial-Temporal Video Sampler for Few-shot Action Recognition

2022-07-20 · Huabin Liu, Weixian Lv, John See, Weiyao Lin

A primary challenge faced in few-shot action recognition is inadequate video data for training. To address this issue, current methods in this field mainly focus on devising algorithms at the feature level while little a…

Action RecognitionFew-Shot action recognitionFew Shot Action Recognition

Improving Zero-Shot Offline RL via Behavioral Task Sampling

2026-04-28 · Nazim Bendib, Nicolas Perrin-Gilbert, Olivier Sigaud arxiv

Offline zero-shot reinforcement learning (RL) aims to learn agents that optimize unseen reward functions without additional environment interaction. The standard approach to this problem trains task-conditioned policies …

Zero-shot GeneralizationReinforcement LearningOffline RL