paper-with-me

Papers

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

2023-02-07 · Gianluca Scarpellini, Stefano Rosa, Pietro Morerio, Lorenzo Natale, Alessio Del Bue

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 acquiring images in a new environment without relying on human intervention, i.e., a fully self-supervised approach. In our setting, an agent initially learns to explore the environment using a pre-trained off-the-shelf detector to locate objects and associate pseudo-labels. By assuming that pseudo-labels for the same object must be consistent across different views, we learn the exploration policy Look Around to mine hard samples, and we devise a novel mechanism called Disagreement Reconciliation for producing refined pseudo-labels from the consensus among observations. We implement a unified benchmark of the current state-of-the-art and compare our approach with pre-existing exploration policies and perception mechanisms. Our method is shown to outperform existing approaches, improving the object detector by 6.2% in a simulated scenario, a 3.59% advancement over other state-of-the-art methods, and by 9.97% in the real robotic test without relying on ground-truth. Code for the proposed approach and baselines are available at https://iit-pavis.github.io/Look_Around_And_Learn/.

📄 PDF Abstract BibTeX arXiv:2302.03566

Code (1)

iit-pavis/look_around_and_learn 공식 구현 pytorch

Tasks

Objectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

Learning to Look Around: Intelligently Exploring Unseen Environments for Unknown Tasks

2017-09-01 · CVPR 2018 6 · Dinesh Jayaraman, Kristen Grauman

It is common to implicitly assume access to intelligently captured inputs (e.g., photos from a human photographer), yet autonomously capturing good observations is itself a major challenge. We address the problem of lear…

Reinforcement Learning

Look Ahead or Look Around? A Theoretical Comparison Between Autoregressive and Masked Pretraining

2024-07-01 · Qi Zhang, Tianqi Du, Haotian Huang, Yifei Wang 외

In recent years, the rise of generative self-supervised learning (SSL) paradigms has exhibited impressive performance across visual, language, and multi-modal domains. While the varied designs of generative SSL objective…

Self-Supervised Learning

Emergence of Exploratory Look-Around Behaviors through Active Observation Completion

2019-06-27 · Science Robotics 2019 5 · Santhosh K. Ramakrishnan, Dinesh Jayaraman, Kristen Grauman

Standard computer vision systems assume access to intelligently captured inputs (e.g., photos from a human photographer), yet autonomously capturing good observations is a major challenge in itself. We address the proble…

Active Observation CompletionObservation CompletionReinforcement Learning

Tracking Emerges by Looking Around Static Scenes, with Neural 3D Mapping

2020-08-04 · ECCV 2020 8 · Adam W. Harley, Shrinidhi K. Lakshmikanth, Paul Schydlo, Katerina Fragkiadaki

We hypothesize that an agent that can look around in static scenes can learn rich visual representations applicable to 3D object tracking in complex dynamic scenes. We are motivated in this pursuit by the fact that the p…

3D Object TrackingObjectObject Tracking

$A^2$: Smaller Self-Supervised ViTs Localize Better than Larger Ones

2026-06-02 · Sreehari Rammohan, Huy Ha, Carl Vondrick arxiv

Robust visual classification often depends on localizing the main foreground objects in an image while ignoring contextual distractors. Surprisingly, we find that the attention maps of smaller self-supervised ViTs locali…