Human De-Occlusion: Invisible Perception and Recovery for Humans

Total Page:16

File Type:pdf, Size:1020Kb

Human De-Occlusion: Invisible Perception and Recovery for Humans Human De-occlusion: Invisible Perception and Recovery for Humans Qiang Zhou1,* Shiyin Wang2, Yitong Wang2, Zilong Huang1, Xinggang Wang1† 1School of EIC, Huazhong University of Science and Technology 2ByteDance Inc. [email protected] [email protected] [email protected] [email protected] [email protected] Occlusion De-occlusion Abstract Human De-occlusion Model In this paper, we tackle the problem of human de- Mask Completion Content Recovery occlusion which reasons about occluded segmentation masks and invisible appearance content of humans. In par- (a) Pipeline ticular, a two-stage framework is proposed to estimate the invisible portions and recover the content inside. For the Portrait Editing 3D Mesh Generation Pose Estimation stage of mask completion, a stacked network structure is devised to refine inaccurate masks from a general instance segmentation model and predict integrated masks simulta- neously. Additionally, the guidance from human parsing (b) Demo Applications and typical pose masks are leveraged to bring prior infor- Figure 1. (a) The pipeline of our framework to tackle the task of mation. For the stage of content recovery, a novel parsing human de-occlusion, which contains two stages of mask comple- guided attention module is applied to isolate body parts and tion and content recovery. (b) Some applications which demon- capture context information across multiple scales. Besides, strate better results can be obtained after human de-occlusion. an Amodal Human Perception dataset (AHP) is collected to settle the task of human de-occlusion. AHP has advan- tages of providing annotations from real-world scenes and timating the invisible segmentation [25, 59, 37, 50, 54] and the number of humans is comparatively larger than other recovering the invisible content of objects [6, 50, 54]. amodal perception datasets. Based on this dataset, ex- In this paper, we aim at the problem of estimating the in- periments demonstrate that our method performs over the visible masks and the appearance content for humans. We state-of-the-art techniques in both tasks of mask comple- refer to such a task as human de-occlusion. Compared with tion and content recovery. Our AHP dataset is available at general amodal perception, human de-occlusion is a more https://sydney0zq.github.io/ahp/. special and important task, since completing human body plays key roles in many vision tasks, such as portrait edit- ing [1], 3D mesh generation [19], and pose estimation [11] 1. Introduction as illustrated in Fig1 (b). Different from common object arXiv:2103.11597v1 [cs.CV] 22 Mar 2021 de-occlusion task (e.g., vehicle, building, furniture), hu- Visual recognition tasks have witnessed significant ad- man de-occlusion presents new challenges in three aspects. vances driven by deep learning, such as classification [21, First, humans are non-rigid bodies and their poses vary dra- 14], detection [38, 10] and segmentation [28, 51]. De- matically. Second, the context relations between humans spite the achieved progress, amodal perception, i.e. to rea- and backgrounds are relatively inferior to common objects son about the occluded parts of objects, is still challeng- which are usually limited to specific scenes. Third, to seg- ing for vision models. In contrast, it is easy for humans ment and recover the invisible portions of humans, the algo- to interpolate the occluded portions with human visual sys- rithm should be able to recognize the occluded body parts tems [59, 34]. To reduce the recognition ability gap be- to be aware of symmetrical or interrelated patches. tween the models and humans, recent works have proposed methods to infer the occluded parts of objects, including es- To precisely generate the invisible masks and the appear- ance content of humans, we propose a two-stage framework *The work was mainly done during an internship at ByteDance Inc. to accomplish human de-occlusion as shown in Fig1 (a). †Corresponding author. The first stage segments the invisible portions of humans, 1 and the second stage recovers the content inside the regions • We propose a two-stage framework for precisely gen- obtained in the previous stage. In the testing phase, the two erating the invisible parts of humans. To the best of our stages are cascaded into an end-to-end manner. knowledge, this is the first study which both considers Previous methods [54,6, 50] adopt perfect modal 1 mask human mask completion and content recovery. as an extra input (e.g., ground-truth annotation or well- segmented mask), and expect to output amodal mask. How- • A stacked network structure is devised to do mask ever, obtaining ground-truth or accurate segmented masks completion progressively, which specifically refines is non-trivial in actual applications. To address the issue, inaccurate modal masks. Additionally, human parsing our first stage utilizes a stacked hourglass network [31] to and typical poses are introduced to bring prior cues. segment the invisible regions progressively. Specifically, • We propose a novel parsing guided attention (PGA) the network first applies a hourglass module to refine the module to capture body parts guidance and context in- inaccurate input modal mask, then a secondary hourglass formation across multiple scales. module is applied to estimate the integrated amodal mask. In addition, our network benefits from human parsing and • A dataset, namely AHP, is collected to settle the task typical pose masks. Inspired by [22, 50], human parsing of human de-occlusion. pseudo labels are served as auxiliary supervisions to bring prior cues and typical poses are introduced as references. 2. Related Work In the second stage, our model recovers the appearance Amodal Segmentation and De-occlusion. The task of content inside the invisible portions. Different from typical modal segmentation is to assign categorical or instance la- inpainting methods [36, 27, 52, 30, 49], the context infor- bel for each pixel in an image, including semantic segmen- mation inside humans should be sufficiently explored. To tation [28,4, 57, 33] and instance segmentation [38, 13,3]. this end, a novel parsing guided attention (PGA) module is Differently, amodal segmentation aims at segmenting the proposed to capture and consolidate the context informa- visible and estimating the invisible regions, which is equiv- tion from the visible portions to recover the missing content alent to the amodal mask, for each instance. Research across multiple scales. Briefly, the module contains two at- on amodal segmentation emerges from [25] which iter- tention streams. The first path isolates different body parts atively enlarges detected box and recomputes heatmap of to obtain relations of the missing parts with other parts. The each instance based on modally annotated data. After- second spatially calculates the relationship between the in- wards, AmodalMask [59], MLC [37], ORCNN [8] and PC- visible and the visible portions to capture contextual infor- Nets [54] push forward the field of amodal segmentation by mation. Then the two streams are fused by concatenation releasing datasets or techniques. and the module outputs an enhanced deep feature. The De-occlusion [54,6, 50] targets at predicting the invis- module works at different scales for stronger recovery ca- ible content of instances. It is different from general in- pability and better performance. painting [27, 52, 30, 49] which recovers the missing areas As most existing amodal perception datasets [59, 37, 16] (manual holes) to make the recovered images look reason- focus on amodal segmentation and few human images are able. At present, de-occlusion usually depends on the invis- involved, an amodal perception dataset specified for hu- ible masks predicted by amodal segmentation. SeGAN [6] man category is required to evaluate our method. On ac- studies amodal segmentation and de-occlusion of indoor ob- count of this, we introduce an Amodal Human Perception jects with synthetic data. Yan et al.[50] propose an it- dataset, namely AHP. There are three main advantages of erative framework to complete cars. Xu et al.[48] aim our dataset: at portrait completion without involving amodal segmenta- a) the number of humans in AHP is comparatively larger tion. Compared with them, we jointly tackle the tasks of hu- than other amodal perception datasets; b) the occlusion man amodal segmentation and de-occlusion. Not only that, cases synthesized from AHP own amodal segmentation and humans commonly have larger variations in shapes and tex- appearance content ground-truths from real-world scenes, ture details than rigid vehicles and furniture. hence subjective judgements and consistency of the invisi- Amodal Perception Datasets. Amodal perception is a ble portions from individual annotators are unnecessary; c) challenging task [8, 37, 59,6] aiming at recognizing oc- the occlusion cases with expected occlusion distribution can cluded parts of instances. Zhu et al.[59] point out that hu- be readily obtained. Existing amodal perception datasets mans are able to predict the occluded regions with high de- have fixed occlusion distributions but some scenarios may grees of consistency though the task is ill-posed. There are have gaps with them. some pioneers building amodal segmentation datasets. CO- Our contributions are summarized as follows: COA [59] elaborately annotates modal and amodal masks 1The terms ‘modal’ and ‘amodal’ are used to refer to the visible and of 5; 000 images in total which originates from COCO [26]. the integrated portions of an object respectively. To alleviate the problem that the data scale of COCOA is ⨁ :Concatenation :Convolution Layer Mt Dot Production Mt ⨀ : p … M̂ m M̂ m M̂ m ⨀ ⨀ Reweight Conv Pretrained Instseg Wm,t Network Ni M̂ a ⨁ Discriminator Dm Image I Initial Mask M Feature F s i m M̂ p hg hg a Hourglass Nm Hourglass Na Figure 2. Illustration of the refined mask completion network. A pretrained instance segmentation network Ni is applied to obtain the hg initial modal mask Mi from the input image Is which contains an occluded human.
Recommended publications
  • Embodied Visual Recognition: Learning to Move for Amodal Perception
    Embodied Visual Recognition Jianwei Yang1‹, Zhile Ren1‹, Mingze Xu2, Xinlei Chen3, David Crandall2, Devi Parikh1;3 Dhruv Batra1;3 1Georgia Institute of Technology, 2Indiana University, 3Facebook AI Research. https://www.cc.gatech.edu/˜jyang375/evr.html Abstract Passive visual systems typically fail to recognize objects in the amodal setting where they are heavily occluded. In contrast, humans and other embodied agents have the abil- ity to move in the environment, and actively control the viewing angle to better understand object shapes and se- mantics. In this work, we introduce the task of Embodied Visual Recognition (EVR): An agent is instantiated in a 3D Figure 1: The task of Embodied Visual Recognition: An environment close to an occluded target object, and is free agent is spawned close to an occluded target object in a 3D to move in the environment to perform object classification, environment, and asked for visual recognition, i.e., predict- amodal object localization, and amodal object segmenta- ing class label, amodal bounding box and amodal mask of tion. To address this, we develop a new model called Em- the target object. The agent is free to move around to aggre- bodied Mask R-CNN, for agents to learn to move strate- gate information for better visual recognition. gically to improve their visual recognition abilities. We conduct experiments using the House3D environment. Ex- perimental results show that: 1) agents with embodiment Recently, the dominant paradigm for object recognition (movement) achieve better visual recognition performance and amodal perception has been based on single image. than passive ones; 2) in order to improve visual recognition Though leveraging the advances of deep learning, visual abilities, agents can learn strategical moving paths that are systems still fail to recognize object and its shape from sin- different from shortest paths.
    [Show full text]
  • Autolay: Benchmarking Amodal Layout Estimation for Autonomous Driving
    2020 IEEE/RSJ International Conference on Intelligent Robots and Systems (IROS) October 25-29, 2020, Las Vegas, NV, USA (Virtual) AutoLay: Benchmarking amodal layout estimation for autonomous driving Kaustubh Mani∗1,2, N. Sai Shankar∗1, Krishna Murthy Jatavallabhula3,4, and K. Madhava Krishna1,2 1Robotics Research Center, KCIS, 2IIIT Hyderabad, 3Mila - Quebec AI Institute, Montreal, 4Université de Montréal Fig. 1: Amodal layout estimation is the task of estimating a semantic occupancy map in bird’s eye view, given a monocular image or video. The term amodal implies that we estimate occupancy and semantic labels even for parts of the world that are occluded in image space. In this work, we introduce AutoLay, a new dataset and benchmark for this task. AutoLay provides annotations in 3D, in bird’s eye view, and in image space. A sample annotated sequence (from the KITTI dataset [1]) is shown below. We provide high quality labels for sidewalks, vehicles, crosswalks, and lanes. We evaluate several approaches on sequences from the KITTI [1] and Argoverse [2] datasets. Abstract— Given an image or a video captured from a in [3]). Amodal perception, as studied by cognitive scientists, monocular camera, amodal layout estimation is the task of refers to the phenomenon of “imagining" or “hallucinating" predicting semantics and occupancy in bird’s eye view. The parts of the scene that do not result in sensory stimulation. In term amodal implies we also reason about entities in the scene that are occluded or truncated in image space. While the context of urban driving, we formulate the amodal layout several recent efforts have tackled this problem, there is a estimation task as predicting a bird’s eye view semantic map lack of standardization in task specification, datasets, and from monocular images that explicitly reasons about entities evaluation protocols.
    [Show full text]
  • Four Theories of Amodal Perception
    Four Theories of Amodal Perception Bence Nanay ([email protected]) Syracuse University, Department of Philosophy, 535 Hall of Languages Syracuse, NY 13244 USA Abstract perceive (Clarke, 1965; Strawson, 1979; Noë, 2004, p. 76). Do we perceive the entire cat? Or those parts of the cat that are visible, that is, a tailless cat? I do not intend to answer We are aware of those parts of a cat that are occluded behind any of these questions here. My question is not about what a fence. The question is how we represent these occluded we perceive but about the way in which we represent those parts of perceived objects: this is the problem of amodal parts of objects that are not visible to us. perception. I will consider four theories and compare their explanatory power: (i) we see them, (ii) we have non- Also, I need to emphasize that amodal perception is not a perceptual beliefs about them, (iii) we have immediate weird but rare subcase of our everyday awareness of the perceptual access to them and (iv) we visualize them. I point world. Almost all episodes of perception include an amodal out that the first three of these views face both empirical and component. For example, typically, only three sides of a conceptual objections. I argue for the fourth account, non-transparent cube are visible. The other three are not according to which we visualize the occluded parts of visible – we are aware of them ‘amodally’. The same goes perceived objects. Finally, I consider some important for houses or for any ordinary objects.
    [Show full text]
  • Anamorphosis Implications AMODAL PERCEPTION
    44 Amodal Perception Anamorphosis partly inspired by the “transactional approach” of philosopher John Dewey (who first saw the demon- The Ames demonstrations were not unprecedented, strations in 1946, and then corresponded with in the sense that they have much in common with Ames until 1951). Ames believed, as Dewey did, an historic artistic distortion technique called that we are not passive recipients of a given reality, anamorphosis, and to other perspective illusions but instead are active participants in a give-and-take employed in the design of theatrical sets. exchange (a “transaction”) in which split-second In anamorphic constructions, the image looks assumptions are made about the nature of reality. distorted when viewed frontally (as is customary) The demonstrations have also had lasting effects but correctly proportioned when seen from the on other aspects of culture. Even today, one or side (often indicated by a peephole). For example, more of the demonstrations are invariably men- Ames was well acquainted with the work of scien- tioned in textbooks on perception, and it is not tist and philosopher Hermann von Helmholtz, uncommon for one or more to appear in television who more than 50 years before had noted that an documentaries, video clips, cinematic special infinite variety of distorted rooms could be devised effects, or advertising commercials. that, from a monocular peephole, would nonethe- less seem to be normal. Roy R. Behrens Far in advance of Helmholtz, this same kind of visual distortion was used as early as 1485 by See also Magic and Perception; Object Perception; Leonardo da Vinci (and probably even earlier by Pictorial Depiction and Perception Chinese artists) as an offshoot of perspective.
    [Show full text]
  • Visual Perception Glossary
    Visual Perception Glossary Amodal perception The part of an object that is not visible because occlu- ded can be amodally perceived. Amodal perception is different and one step removed from modal percepti- on of real or illusory contours. Apparent motion When an object is presented at two different locati- ons after a brief time interval observers perceive mo- tion. The fi rst empirical investigation was carried out by Sigmund Exner . His aim, as well as the subsequent work by Max Wertheimer , was in establishing that motion was a basic sensation. Attention Refers to the selective processing of some aspect of information, while ignoring other information. The sudden onset of a stimulus can capture attention, but people can also exert some control on where they di- rect their attention. Bi-stable stimulus A particular stimulus that can produce two percepts over time, even though it is unchanged as a stimulus. An example is the Necker cube . Brightness Brightness refers to perception of how much light is coming from a given surface or object. A brighter objects refl ects more light than a less bright object. However perception of brightness is not fully deter- mined by luminance (see Illusory contours). 192 Visual Perception Glossary Cerebral lobe The cerebral cortex of the human brain is divided into four main lobes. Frontal (at the front), occipital (at the back), temporal (on the sides) and parietal (at the top). Consciousness Sorry this is too hard, your guess is as good as mine. Cortex The cortex is the outer layer of the brain . In most mammals the cortex is folded and this allows the surface to have a greater area given in the confi ned space available inside the skull.
    [Show full text]
  • Amodal Detection of 3D Objects: Inferring 3D Bounding Boxes from 2D Ones in RGB-Depth Images
    Amodal Detection of 3D Objects: Inferring 3D Bounding Boxes from 2D Ones in RGB-Depth Images Zhuo Deng Longin Jan Latecki Temple University, Philadelphia, USA [email protected], [email protected] Abstract localizations from monocular imagery [6, 13, 20, 3], and 3D object recognitions on CAD models [29, 27]. But these This paper addresses the problem of amodal perception works either rely on a huge number of ideal 3D graphics of 3D object detection. The task is to not only find object models by assuming the locations are known or are inclined localizations in the 3D world, but also estimate their phys- to fail in cluttered environments where occlusions are very ical sizes and poses, even if only parts of them are visible common while depth orders are uncertain. in the RGB-D image. Recent approaches have attempted The recent advent of Microsoft Kinect and similar sen- to harness point cloud from depth channel to exploit 3D sors alleviated some of these challenges, and thus enabled features directly in the 3D space and demonstrated the su- an exciting new direction of approaches to 3D object detec- periority over traditional 2.5D representation approaches. tion [18, 17, 12, 11, 19, 25, 24]. Equipped with an active We revisit the amodal 3D detection problem by sticking infrared structured light sensor, Kinect is able to provide to the 2.5D representation framework, and directly relate much more accurate depth locations of objects associated 2.5D visual appearance to 3D objects. We propose a novel with their visual appearances. The RGB-Depth detection 3D object detection system that simultaneously predicts ob- approaches can be roughly categorized into two groups ac- jects’ 3D locations, physical sizes, and orientations in in- cording to the way to formulate feature representations from door scenes.
    [Show full text]
  • Abstracts of the Psychonomic Society — Volume 14 — November 2009 50Th Annual Meeting — November 19–22, 2009 — Boston, Massachusetts
    Abstracts of the Psychonomic Society — Volume 14 — November 2009 50th Annual Meeting — November 19–22, 2009 — Boston, Massachusetts Papers 1–7 Friday Morning Scene Processing randomly positioned. When targets were systematically located within Grand Ballroom, Friday Morning, 8:00–9:35 scenes, search for them became progressively more efficient. Learning was abstracted away from bedrooms and transferred to a living room, Chaired by Carrick C. Williams, Mississippi State University where the target was on a sofa pillow. These contingencies were explicit and led to central tendency biases in memory for precise target positions. 8:00–8:15 (1) These results broaden the scope of conditions under which contextual Encoding and Visual Memory: Is Task Always Irrelevant? CAR- cuing operates and demonstrate for the first time that semantic memory RICK C. WILLIAMS, Mississippi State University—Although some plays a causal and independent role in the learning of associations be- aspects of encoding (e.g., presentation time) appear to have an effect tween objects in real-world scenes. on visual memories, viewing task (incidental or intentional encoding) does not. The present study investigated whether different encoding 9:20–9:35 (5) manipulations would impact visual memories equally for all objects Visual Memory: Confidence, Accuracy, and Recollection of Specific in a conjunction search (e.g., targets, color distractors, object category Details. GEOFFREY R. LOFTUS, University of Washington, MARK T. distractors, or distractors unrelated to the target).
    [Show full text]
  • Between Perception and Imagination Philosophical and Cognitive Dilemmas
    Between Perception and Imagination Philosophical and Cognitive Dilemmas By Edvard Avilés Meza Submitted to Central European University Department of Philosophy In partial fulfillment of the requirements for the degree of Master of Arts Supervisor: Tim Crane CEU eTD Collection Budapest, Hungary 2019 To my father, Jessie; my mother, Zoila and the memory of Dante Gazzolo CEU eTD Collection 2 Table of Contents Abstract .............................................................................................................................................................. 4 Introduction ...................................................................................................................................................... 5 Chapter 1. Imagining the External World ................................................................................................ 7 Constraining Imagination ............................................................................................................................. 8 Similarities and Differences between Perception and Mental Imagery ............................................... 11 Imagery-Perception Interaction ................................................................................................................. 14 Perceptual Incompleteness ......................................................................................................................... 16 Unconscious Imagination and ‘Mental Schimagery’ ..............................................................................
    [Show full text]
  • Embodied Amodal Recognition: Learning to Move to Perceive Objects
    Embodied Amodal Recognition: Learning to Move to Perceive Objects Jianwei Yang1‹ Zhile Ren1‹ Mingze Xu2 Xinlei Chen3 David J. Crandall2 Devi Parikh1,3 Dhruv Batra1,3 1Georgia Institute of Technology 2Indiana University 3Facebook AI Research Abstract Passive visual systems typically fail to recognize objects in the amodal setting where they are heavily occluded. In contrast, humans and other embodied agents have the abil- ity to move in the environment and actively control the view- ing angle to better understand object shapes and semantics. In this work, we introduce the task of Embodied Amodel Recognition (EAR): an agent is instantiated in a 3D envi- ronment close to an occluded target object, and is free to Figure 1: The task of Embodied Amodal Recognition: An move in the environment to perform object classification, agent is spawned close to an occluded target object in a amodal object localization, and amodal object segmenta- 3D environment, and performs amodal recognition, i.e., tion. To address this problem, we develop a new model predicting the category, amodal bounding box and amodal called Embodied Mask R-CNN for agents to learn to move mask of the target object. The agent is free to move around strategically to improve their visual recognition abilities. to aggregate information for better amodal recognition. We conduct experiments using a simulator for indoor en- vironments. Experimental results show that: 1) agents with embodiment (movement) achieve better visual recognition Recently, the dominant paradigm for object recognition performance than passive ones and 2) in order to improve and amodal perception has been based on single images.
    [Show full text]
  • Movement, Affect, Sensation Brian Massumi
    Movement, Affect, Sensation Brian Massumi l'HI LOSOPH y/,cu cw RA L sr.uDI ESj,sc I ENC E In Parablesfor 1/11: Virtual Brian Massumi views the body and media such as tclevision, film, and the Internet as proces.�� that operate on multiple registcrs of sensation beyond the reach of the reading techniques founded on the standard rhetorical and semiocic models. Rcnewing and assessing Wil­ liam James 's radical empiricism and Henri Berbrson's philosophy of perccption rhrough the filter of thc post war French philosophy ofDeleuze, Guattari, and Foucault, Massumi links a cultural logie of variati on to questions of movcment, affect, and sensation. lf such concepts are as fundamental as signs and significations, he ar6>ues, thcn a new ser of theoretical issues appear, and with them potential new paths for the wt:dding of scientific and cultural theory. "This is <lll extraordinary work of scholarship and thought, the most thorough going critique ami reformul.ition of the culture doctrine that l have read in years. Massumi 's prose has a dazzling and sometimes cutting clarity, and yet he bites into very big issues. People will be reading and talking about Pamblesfor thc Virtual for a loog time to come." -MEAGHAN MORRIS, L�11a11 U11i11ersity, I Ton)! Ko11g "Haw you been disappointed by books that promise to bring 'the body' or 'corporeality' back into nùture? Well, your luck i� about to changc. In this remarkabk book Bri:in Massumi transports us from the dicey intersection of movement and sens:ition,through insightful expJorations ofatTect and body image, to a creative reconfiguration of the 'nature-culture continuum.'The writing is cxperi­ mental and adventurous, a� one might expect from a writer who finds inventiveness to be the most distinctiw attribute of thinking.
    [Show full text]
  • Amodal Completion, Perception and Visual Imagery
    CLOTILDE CALABI Università degli Studi di Milano [email protected] Amodal Completion, Perception and Visual Imagery abstract Amodal completion typically occurs when we look at an object that is partially behind another object. Theorists often say that in such cases we are aware not only of the visible parts, but also, in some sense, of the occluded parts, because otherwise we could not have a perceptual experience of the object as continuing behind its occluder. Since no sense modality carries information about the occluded parts, this information is provided by other means. Amodal completion raises two questions. First, what is the mechanism involved? Second, what kind of experience do we have of the occluded parts? According to Nanay, the so-called Imagery Theory answers both questions. For this theory, information about the occluded parts is the product of a low level, vision specific, neural mechanism that takes place in the early vision processing areas of the brain. This mechanism provides a representation of the occluded parts and, as a result, the observer enjoys a quasi-sensory or quasi-perceptual conscious experience that is phenomenally similar to seeing those parts (as purportedly Perky has proved). In this paper I criticize Nanay’s answer to the second question. keywords Occlusion, amodal completion, visualization, mental imagery AmODAL COmplETION, PErcEPTION AND ViSUAL IMAGEry CLOTILDE CALABI Università degli Studi di Milano 1. Bence Nanay has recently brought back to our attention a famous experiment Amodal by Cheve West Perky, in which she tried to prove that perceiving and visualizing Completion and are phenomenally similar.1 The experiment consisted in the following.
    [Show full text]
  • Embodied Amodal Recognition: Learning to Move to Perceive Objects
    Embodied Amodal Recognition: Learning to Move to Perceive Objects Jianwei Yang1‹ Zhile Ren1‹ Mingze Xu2 Xinlei Chen3 David J. Crandall2 Devi Parikh1;3 Dhruv Batra1;3 1Georgia Institute of Technology 2Indiana University 3Facebook AI Research Abstract Passive visual systems typically fail to recognize objects in the amodal setting where they are heavily occluded. In contrast, humans and other embodied agents have the abil- ity to move in the environment and actively control the view- ing angle to better understand object shapes and semantics. In this work, we introduce the task of Embodied Amodel Recognition (EAR): an agent is instantiated in a 3D envi- ronment close to an occluded target object, and is free to Figure 1: The task of Embodied Amodal Recognition: An move in the environment to perform object classification, agent is spawned close to an occluded target object in a amodal object localization, and amodal object segmenta- 3D environment, and performs amodal recognition, i.e., tion. To address this problem, we develop a new model predicting the category, amodal bounding box and amodal called Embodied Mask R-CNN for agents to learn to move mask of the target object. The agent is free to move around strategically to improve their visual recognition abilities. to aggregate information for better amodal recognition. We conduct experiments using a simulator for indoor en- vironments. Experimental results show that: 1) agents with embodiment (movement) achieve better visual recognition Recently, the dominant paradigm for object recognition performance than passive ones and 2) in order to improve and amodal perception has been based on single images.
    [Show full text]