CVLGROMar 15, 2022

Object Manipulation via Visual Target Localization

arXiv:2203.08141v19 citationsh-index: 77
Originality Incremental advance
AI Analysis

This addresses challenges like occlusion and noisy perception for Embodied AI agents, representing an incremental step by relaxing common assumptions in the field.

The paper tackles the problem of object manipulation in Embodied AI by proposing m-VOLE, which estimates 3D object locations even when objects are occluded or out of view, resulting in a 3x improvement in success rate compared to a baseline without this estimator.

Object manipulation is a critical skill required for Embodied AI agents interacting with the world around them. Training agents to manipulate objects, poses many challenges. These include occlusion of the target object by the agent's arm, noisy object detection and localization, and the target frequently going out of view as the agent moves around in the scene. We propose Manipulation via Visual Object Location Estimation (m-VOLE), an approach that explores the environment in search for target objects, computes their 3D coordinates once they are located, and then continues to estimate their 3D locations even when the objects are not visible, thus robustly aiding the task of manipulating these objects throughout the episode. Our evaluations show a massive 3x improvement in success rate over a model that has access to the same sensory suite but is trained without the object location estimator, and our analysis shows that our agent is robust to noise in depth perception and agent localization. Importantly, our proposed approach relaxes several assumptions about idealized localization and perception that are commonly employed by recent works in embodied AI -- an important step towards training agents for object manipulation in the real world.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes