paper-with-me

Papers

Emergent Complexity and Zero-shot Transfer via Unsupervised Environment Design

2020-12-03 · NeurIPS 2020 12 · Michael Dennis, Natasha Jaques, Eugene Vinitsky, Alexandre Bayen, Stuart Russell, Andrew Critch, Sergey Levine

A wide range of reinforcement learning (RL) problems - including robustness, transfer learning, unsupervised RL, and emergent complexity - require specifying a distribution of tasks or environments in which a policy will be trained. However, creating a useful distribution of environments is error prone, and takes a significant amount of developer time and effort. We propose Unsupervised Environment Design (UED) as an alternative paradigm, where developers provide environments with unknown parameters, and these parameters are used to automatically produce a distribution over valid, solvable environments. Existing approaches to automatically generating environments suffer from common failure modes: domain randomization cannot generate structure or adapt the difficulty of the environment to the agent's learning progress, and minimax adversarial training leads to worst-case environments that are often unsolvable. To generate structured, solvable environments for our protagonist agent, we introduce a second, antagonist agent that is allied with the environment-generating adversary. The adversary is motivated to generate environments which maximize regret, defined as the difference between the protagonist and antagonist agent's return. We call our technique Protagonist Antagonist Induced Regret Environment Design (PAIRED). Our experiments demonstrate that PAIRED produces a natural curriculum of increasingly complex environments, and PAIRED agents achieve higher zero-shot transfer performance when tested in highly novel environments.

📄 PDF Abstract BibTeX arXiv:2012.02096

Code (6)

google-research/google-research/tree/master/social_rl 공식 구현 tf
clutr/clutr pytorch
facebookresearch/dcd pytorch
facebookresearch/minihack pytorch
facebookresearch/minimax jax
fictivename/dcd_mujoco pytorch

Tasks

Reinforcement Learning (RL)Transfer Learningvalid

Methods 이 논문이 사용한 방법론

Protagonist Antagonist Induced Regret Environment Design Protagonist Antagonist Induced Regret Environment Design, or PAIRED, is an adversarial method for approximate minimax regret to generate environments for reinforcement…

Similar Papers 제목 키워드 기반

EmergentBridge: Improving Zero-Shot Cross-Modal Transfer in Unified Multimodal Embedding Models

2026-04-13 · Jincheng Xie, Xingchen Xiao, Runheng Liu, Zhongyi Huang 외 arxiv

Unified multimodal embedding spaces underpin practical applications such as cross-modal retrieval and zero-shot recognition. In many real deployments, however, supervision is available only for a small subset of modality…

Cross-Modal Retrieval

Let Go of Your Labels with Unsupervised Transfer

2024-06-11 · International Conference on Machine Learning 2024 6 · Artyom Gadetsky, Yulun Jiang, Maria Brbic

Foundation vision-language models have enabled remarkable zero-shot transferability of the pre-trained representations to a wide range of downstream tasks. However, to solve a new task, zero-shot transfer still necessita…

Image ClusteringUnsupervised Image Classification

Investigating the Emergent Audio Classification Ability of ASR Foundation Models

2023-11-15 · Rao Ma, Adian Liusie, Mark J. F. Gales, Kate M. Knill

Text and vision foundation models can perform many tasks in a zero-shot setting, a desirable property that enables these systems to be applied in general and low-resource settings. There has been far less work, however, …

Audio ClassificationDecoderspeech-recognitionSpeech Recognition+3

Zero-Shot Language Transfer vs Iterative Back Translation for Unsupervised Machine Translation

2021-03-31 · Aviral Joshi, Chengzhi Huang, Har Simrat Singh

This work focuses on comparing different solutions for machine translation on low resource language pairs, namely, with zero-shot transfer learning and unsupervised machine translation. We discuss how the data size affec…

Machine TranslationTransfer LearningTranslationUnsupervised Machine Translation

Zero-shot Unsupervised Transfer Instance Segmentation

2023-04-27 · Gyungin Shin, Samuel Albanie, Weidi Xie

Segmentation is a core computer vision competency, with applications spanning a broad range of scientifically and economically valuable domains. To date, however, the prohibitive cost of annotation has limited the deploy…

Instance SegmentationSegmentationSemantic Segmentation