paper-with-me

Papers

Semantic Curiosity for Active Visual Learning

2020-06-16 · ECCV 2020 8 · Devendra Singh Chaplot, Helen Jiang, Saurabh Gupta, Abhinav Gupta

In this paper, we study the task of embodied interactive learning for object detection. Given a set of environments (and some labeling budget), our goal is to learn an object detector by having an agent select what data to obtain labels for. How should an exploration policy decide which trajectory should be labeled? One possibility is to use a trained object detector's failure cases as an external reward. However, this will require labeling millions of frames required for training RL policies, which is infeasible. Instead, we explore a self-supervised approach for training our exploration policy by introducing a notion of semantic curiosity. Our semantic curiosity policy is based on a simple observation -- the detection outputs should be consistent. Therefore, our semantic curiosity rewards trajectories with inconsistent labeling behavior and encourages the exploration policy to explore such areas. The exploration policy trained via semantic curiosity generalizes to novel scenes and helps train an object detector that outperforms baselines trained with other possible alternatives such as random exploration, prediction-error curiosity, and coverage-maximizing exploration.

📄 PDF Abstract BibTeX arXiv:2006.09367

Code (0)

등록된 구현이 없습니다.

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

What You Think is What You See: Driving Exploration in VLM Agents via Visual-Linguistic Curiosity

2026-05-05 · Haoxi Li, Qinglin Hou, Jianfei Ma, Jinxiang Lai 외 arxiv

To navigate partially observable visual environments, recent VLM agents increasingly internalize world modeling capabilities into their policies via explicit CoT reasoning, enabling them to mentally simulate futures befo…

Reinforcement Learning

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

An Adversarial Objective for Scalable Exploration

2020-03-13 · Bernadette Bucher, Karl Schmeckpeper, Nikolai Matni, Kostas Daniilidis

Model-based curiosity combines active learning approaches to optimal sampling with the information gain based incentives for exploration presented in the curiosity literature. Existing model-based curiosity methods look …

Active LearningPrediction

Active World Model Learning in Agent-rich Environments with Progress Curiosity

2020-01-01 · ICML 2020 1 · Kuno Kim, Megumi Sano, Julian De Freitas, Nick Haber 외

World models are a family of predictive models that solve self-supervised problems on how the world evolves. Humans learn world models by curiously exploring their environment, in the process acquiring compact abstractio…

Why Did Apple Fall: Evaluating Curiosity in Large Language Models

2025-10-23 · Haoyu Wang, Sihang Jiang, Yuyan Chen, Xiaojun Meng 외 arxiv

Curiosity serves as a pivotal conduit for human beings to discover and learn new knowledge. Recent advancements of large language models (LLMs) in natural language processing have sparked discussions regarding whether th…

Active Learning