paper-with-me

Papers

Self-Supervised Exploration via Disagreement

2019-06-10 · Deepak Pathak, Dhiraj Gandhi, Abhinav Gupta

Efficient exploration is a long-standing problem in sensorimotor learning. Major advances have been demonstrated in noise-free, non-stochastic domains such as video games and simulation. However, most of these formulations either get stuck in environments with stochastic dynamics or are too inefficient to be scalable to real robotics setups. In this paper, we propose a formulation for exploration inspired by the work in active learning literature. Specifically, we train an ensemble of dynamics models and incentivize the agent to explore such that the disagreement of those ensembles is maximized. This allows the agent to learn skills by exploring in a self-supervised manner without any external reward. Notably, we further leverage the disagreement objective to optimize the agent's policy in a differentiable manner, without using reinforcement learning, which results in a sample-efficient exploration. We demonstrate the efficacy of this formulation across a variety of benchmark environments including stochastic-Atari, Mujoco and Unity. Finally, we implement our differentiable exploration on a real robot which learns to interact with objects completely from scratch. Project videos and code are at https://pathak22.github.io/exploration-by-disagreement/

📄 PDF Abstract BibTeX arXiv:1906.04161

Code (2)

pathak22/exploration-by-disagreement 공식 구현 tf
rle-foundation/rlexplore jax

Tasks

Active LearningEfficient ExplorationMuJoCoReinforcement LearningUnityUnsupervised Reinforcement Learning

Similar Papers 제목 키워드 기반

Look Around and Learn: Self-Training Object Detection by Exploration

2023-02-07 · Gianluca Scarpellini, Stefano Rosa, Pietro Morerio, Lorenzo Natale 외

When an object detector is deployed in a novel setting it often experiences a drop in performance. This paper studies how an embodied agent can automatically fine-tune a pre-existing object detector while exploring and a…

Objectobject-detectionObject Detection

Planning to Explore via Latent Disagreement

2020-01-01 · ICML 2020 1 · Ramanan Sekar, Oleh Rybkin, Kostas Daniilidis, Pieter Abbeel 외

To solve complex tasks, intelligent agents first need to explore their environments. However, providing manual feedback to agents during exploration can be challenging. This work focuses on task-agnostic exploration, whe…

CrossRectify: Leveraging Disagreement for Semi-supervised Object Detection

2022-01-26 · Chengcheng Ma, Xingjia Pan, Qixiang Ye, Fan Tang 외

Semi-supervised object detection has recently achieved substantial progress. As a mainstream solution, the self-labeling-based methods train the detector on both labeled data and unlabeled data with pseudo labels predict…

Objectobject-detectionObject DetectionPseudo Label+1

DMT: Dynamic Mutual Training for Semi-Supervised Learning

2020-04-18 · Zhengyang Feng, Qianyu Zhou, Qiqi Gu, Xin Tan 외

Recent semi-supervised learning methods use pseudo supervision as core idea, especially self-training methods that generate pseudo labels. However, pseudo labels are unreliable. Self-training methods usually rely on sing…

image-classificationImage ClassificationPseudo LabelSemantic Segmentation+2

Active World Model Learning with Progress Curiosity

2020-07-15 · Kuno Kim, Megumi Sano, Julian De Freitas, Nick Haber 외

World models are self-supervised predictive models of how the world evolves. Humans learn world models by curiously exploring their environment, in the process acquiring compact abstractions of high bandwidth sensory inp…

model