Unsupervised Structured Learning of Human Activities for Robot Perception

Total Page:16

File Type:pdf, Size:1020Kb

Unsupervised Structured Learning of Human Activities for Robot Perception UNSUPERVISED STRUCTURED LEARNING OF HUMAN ACTIVITIES FOR ROBOT PERCEPTION A Dissertation Presented to the Faculty of the Graduate School of Cornell University in Partial Fulfillment of the Requirements for the Degree of Doctor of Philosophy by Chenxia Wu August 2016 © 2016 Chenxia Wu ALL RIGHTS RESERVED UNSUPERVISED STRUCTURED LEARNING OF HUMAN ACTIVITIES FOR ROBOT PERCEPTION Chenxia Wu, Ph.D. Cornell University 2016 Learning human activities and environments is important for robot perception. Human activities and environments comprise many aspects, including a wide variety of human actions and various objects that interact with humans, which make their modeling very challenging. We observe that these aspects are re- lated to each other spatially, temporally and semantically. They form sequen- tial, hierarchical or graph structures. Understanding these structures is key to the learning algorithms and systems of robot perception. Therefore, this thesis focuses on structured modeling of these complex hu- man activities and environments using unsupervised learning. Our unsupervised learning approaches can detect hidden structures from the data itself, without the need for human annotations. In this way, we enable more useful applica- tions, such as forgotten action detection and object co-segmentation. While structured models in supervised settings have been well-studied and widely used in various domains, discovering latent structures is still a chal- lenging problem in unsupervised learning. In this work, we propose unsuper- vised structured learning models, including causal topic models and fully con- nected Conditional Random Field (CRF) auto-encoders, which have the ability to model more complex relations with less independence. We also design effi- cient learning and inference optimizations that maintain the tractability of com- putations. As a result, we produce more flexible and accurate robot perceptions in more interesting applications. We first note that modeling the hierarchical semantic relations of objects and objects’ interactions with humans is very important for developing flexible and reliable robotic perception. We therefore propose a hierarchical semantic labeling algorithm to produce scene labels at different levels of abstraction for specific robot tasks. We also propose unsupervised learning algorithms to leverage the interactions between humans and objects, so that the machine can automatically discover the useful common object regions from a set of images. Second, we note that it is important for a robot to be able to detect not only what a human is currently doing, but also more complex relations, such as ac- tion temporal and human-object relations. Thus, the robot is able to achieve bet- ter perception performance and more flexible tasks. Thus, we propose a causal topic model to incorporate both short-term and long-term temporal relations between human actions, as well as human-object relations, and we develop a new robotic system that watches not only what a human is currently doing, but also what he has forgotten to do, and reminds the person of the latter where necessary. In the domain of human activities and environments, we show how to build models that can learn the semantic, spatial and temporal structures in the unsupervised setting. We show that these approaches are useful in mul- tiple domains, including robotics, object recognition, human activity model- ing, image/video data mining and visual summarization. Since our tech- niques are unsupervised and structured modeled, they are easily extended and scaled to other areas, such as natural language processing, robotic plan- ning/manipulation, multimedia analysis, etc. BIOGRAPHICAL SKETCH Chenxia Wu was born and grew up in Zhenjiang, a beautiful eastern city in China, which is sitting on the southern bank of the Yangtze River. Before joining the computer science PhD program at Cornell University, he obtained a Bache- lor’s degree in computer science from Southeast University, China and a master degree in computer science from Zhejiang University, China. He enjoys solv- ing challenging science problems such as machine learning, computer vision, robotics and game theory. He also likes to innovate solutions for breakthrough applications such as assistive robots, home automations, and self-driving cars. He loves cooking and photography in his free time. iii To my parents – Hui Wu and Xuemei Li, and my wife – Jiemi Zhang. iv ACKNOWLEDGEMENTS First and foremost, I would like to thank my advisor, Ashutosh Saxena, for his great guidance and support through the years. Besides the knowledge of com- puter science, especially he taught me how to always pursue breakthroughs in my research and how to solve the challenges step by step. He motivates me to work hard, and more importantly to work smart as well as to think in depth. I was also fortunate to collaborate with Silvio Savarese at Stanford AI Lab. I learned many valuable insights into computer vision research from him. I am very grateful to Bart Selman, who was very supportive to my research and PhD studies. I am very grateful to the other members of my thesis committee, Charles Van Loan and Thorsten Joachims for their insightful and constructive suggestions on my work. I would also like to thank my colleagues from Robot learning lab at Cor- nell: Yun Jiang, Hema Koppula, Ian Lenz, Jaeyong Sung, Ozan Sener, Ashesh Jain, Dipendra K Misra. I am grateful to the helps from members at Stanford CVGL group: Amir R. Zamir, David Held, Yu Xiang, Kevin Chen, Kuan Fang. I also thank to my friends and colleagues from Cornell: Xilun Chen and Pu Zhang. I would like to thank friends and colleagues at Brain of Things Inc: David Cheriton, Deng Deng, Lukas Kroc, Brendan Berman, Shane Soh, Jingjing Zhou, Pankaj Rajan, and Jeremy Mary. I am grateful to my colleagues at Google X: Ury Zhilinsky, Congcong Li, Zhaoyin Jia, Jiajun Zhu, and Junhua Mao. Finally, I thank my parents Hui Wu and Xuemei Li for the love and support. I especially thank my wife Jiemi Zhang, not only my best partner, but also my soulmate. v TABLE OF CONTENTS Biographical Sketch . iii Dedication . iv Acknowledgements . v Table of Contents . vi List of Tables . viii List of Figures . ix 1 Introduction 1 1.1 Human Environments Learning . 3 1.2 Human Activities Learning . 4 1.3 First Published Appearances of Described Contributions . 7 2 Hierarchical Semantic Labeling for Task-Relevant RGB-D Perception 8 2.1 Introduction . 8 2.2 Related Work . 11 2.3 Overview . 13 2.4 Preliminaries . 15 2.4.1 Unary term of a segment . 16 2.4.2 Labeling RGB-D Images with Flat Labels . 16 2.5 Hierarchical Semantic Labeling . 17 2.5.1 Labeling Segmentation Trees with Flat Labels . 18 2.5.2 Labeling Segmentation Trees with Hierarchical Labels . 18 2.6 Efficient Optimization . 22 2.7 Scene Labeling Experiments . 24 2.7.1 Results . 26 2.8 Robotic Experiments . 29 2.8.1 Object Search Experiments . 29 2.8.2 Object Retrieval Experiments . 31 2.8.3 Object Placement Experiments . 33 2.9 Summary . 33 3 Human Centered Object Co-Segmentation 34 3.1 Introduction . 34 3.2 Related Work . 37 3.3 Problem Formulation . 39 3.4 Model Representation . 40 3.4.1 Fully Connected CRF Encoding . 42 3.4.2 Reconstruction . 45 3.5 Model Learning and Inference . 45 3.5.1 Efficient Learning and Inference . 46 3.6 Experiments . 49 3.6.1 Compared Baselines . 49 vi 3.6.2 Evaluations . 49 3.6.3 Datasets . 50 3.6.4 Results . 52 3.7 Summary . 56 4 Unsupervised Learning of Human Actions and Relations 57 4.1 Introduction . 57 4.2 Related Work . 61 4.3 Overview . 62 4.4 Visual Features . 64 4.5 Learning Model . 65 4.6 Gibbs Sampling for Learning and Inference . 69 4.7 Applications . 71 4.7.1 Action Segmentation and Recognition . 71 4.7.2 Action Patching . 72 4.8 Experiments . 74 4.8.1 Dataset . 74 4.8.2 Experimental Setting and Compared Baselines . 75 4.8.3 Evaluation Metrics . 76 4.8.4 Results . 77 4.9 Summary . 81 5 Unsupervised Learning for Reminding Humans of Forgotten Actions 83 5.1 Introduction . 83 5.2 Related Work . 86 5.3 Watch-Bot System . 88 5.4 Learning Model . 90 5.4.1 Learning and Inference . 93 5.5 Forgotten Action Detection and Reminding . 95 5.6 Experiments . 98 5.6.1 Dataset . 98 5.6.2 Baselines . 99 5.6.3 Evaluation Metrics . 100 5.6.4 Results . 101 5.6.5 Robotic Experiments . 104 5.7 Summary . 105 6 Conclusion and Future Work 106 6.1 Conclusion . 106 6.2 Future Work . 107 6.2.1 Deep Structures in Feature Encoding and Decoding . 108 6.2.2 Extending to Semi-Supervised Learning . 108 6.2.3 Practical Robotic Applications . 109 vii LIST OF TABLES 2.1 Major notations in this chapter. 16 2.2 Major notations in hierarchical semantic labeling. 17 2.3 Average class recall of each class level on NYUD2 dataset. 26 2.4 Robotic experiment results. Success rates for perception (‘perch’) and actual robotic execution (‘exec’) of each task. 31 3.1 Co-Segmentation results on CAD-120 dataset (%). 52 3.2 Co-Segmentation results on Watch-n-Patch dataset (%). 52 3.3 Co-Segmentation results on PPMI dataset (%). 53 3.4 Co-Segmentation results on MS COCO + Watch-n-Patch dataset (%). 53 4.1 Notations in our model. 67 4.2 Results using the same number of topics as the ground-truth ac- tion classes. HMM-DTF, CaTM-DTF use DTF RGB features and others use our human skeleton and RGB-D features. 78 5.1 Notations in our model. 92 5.2 Action segmentation and cluster assignment results, and forgot- ten action/object detection results. 101 5.3 Robotic experiment results. The higher the better.
Recommended publications
  • HONGLAK LEE 2260 Hayward St, Beyster Building Room 3773, Ann Arbor, MI 48109 [email protected]
    HONGLAK LEE 2260 Hayward St, Beyster Building Room 3773, Ann Arbor, MI 48109 http://www.eecs.umich.edu/~honglak [email protected] EDUCATION 9/2010 Stanford University, Stanford, CA Ph.D. in Computer Science Thesis title: Unsupervised Feature Learning via Sparse Hierarchical Representations Thesis advisor: Professor Andrew Y. Ng 6/2006 Stanford University, Stanford, CA M.S. in Computer Science M.S. in Applied Physics 2/2003 Seoul National University, Seoul, Korea B.S. in Physics and Computer Science, GPA 4.14/4.30, Summa Cum Laude PROFESSIONAL EXPERIENCE 9/2010 – Present Assistant Professor, CSE division, EECS department, University of Michigan, Ann Arbor, MI 1/2005 – 8/2010 Research Assistant, Stanford AI Lab, Stanford University, Stanford, CA 8/1999 –1/2002 Software Engineer, ECO Co. Ltd., Seoul, Korea AWARDS & HONORS National Science Foundation CAREER Award, 2015 AI’s 10 to Watch, IEEE Intelligent Systems, 2013 Google Faculty Research Award, 2011 Research Highlights in Communications of the ACM, 2011 Best Paper Award: Best Application Paper, International Conference on Machine Learning (ICML), 2009 Best Student Paper Award, Conference on Email and Anti-Spam (CEAS), 2005 Stanford Graduate Fellowship, Stanford University, 2003–2006 Graduate Fellowship from Korea Foundation for Advanced Studies (KFAS), 2003–2008 College Student Scholarship from Korea Foundation for Advanced Studies (KFAS), 1997–2001 Honorable Mention in the 16th University Students Contest of Mathematics, 1997 Undergraduate Scholarship from Korea Science and Engineering Foundation (KOSEF), 1996–1999 The First Place in the Entrance Exam of College of Natural Sciences, Seoul National University, 1996 The 12th place out of 344,780 applicants in the College Scholastic Ability Test (CSAT), Korea, 1996 Silver Medal in the 26th International Physics Olympiad, Canberra, Australia, 1995 REFEREED CONFERENCE AND JOURNAL PUBLICATIONS 1.
    [Show full text]
  • Make3d: Learning 3D Scene Structure from a Single Still Image Ashutosh Saxena, Min Sun and Andrew Y
    1 Make3D: Learning 3D Scene Structure from a Single Still Image Ashutosh Saxena, Min Sun and Andrew Y. Ng Abstract— We consider the problem of estimating detailed 3-d structure from a single still image of an unstructured environment. Our goal is to create 3-d models which are both quantitatively accurate as well as visually pleasing. For each small homogeneous patch in the image, we use a Markov Random Field (MRF) to infer a set of “plane parame- ters” that capture both the 3-d location and 3-d orientation of the patch. The MRF, trained via supervised learning, models both image depth cues as well as the relationships between different parts of the image. Other than assuming that the environment is made up of a number of small planes, our model makes no explicit assumptions about the structure of the scene; this enables the algorithm to capture much more detailed 3-d structure than does prior art, and also give a much richer experience in the 3-d flythroughs created using image-based rendering, even for scenes with significant non-vertical structure. Using this approach, we have created qualitatively correct 3-d models for 64.9% of 588 images downloaded from the internet. We have also extended our model to produce large scale 3d models from a few images.1 Fig. 1. (a) An original image. (b) Oversegmentation of the image to obtain Index Terms— Machine learning, Monocular vision, Learning “superpixels”. (c) The 3-d model predicted by the algorithm. (d) A screenshot depth, Vision and Scene Understanding, Scene Analysis: Depth of the textured 3-d model.
    [Show full text]
  • AAAI-12 Conference Committees
    AAAI 2012 Conference Committees Chairs and Cochairs AAAI Conference Committee Chair Dieter Fox (University of Washington, USA) AAAI­12 Program Cochairs Jörg Hoffmann (Saarland University, Germany) Bart Selman (Cornell University, USA) IAAI­12 Conference Chair and Cochair Markus Fromherz (ACS, a Xerox Company, USA) Hector Munoz‐Avila (Lehigh University, USA) EAAI­12 Symposium Chair David Kauchak (Middlebury College, USA) Special Track on Artificial Intelligence and the Web Cochairs Denny Vrandecic (Institute of Applied Informatics and Formal Description Methods, Germany) Chris Welty (IBM Research, USA) Special Track on Cognitive Systems Cochairs Matthias Scheutz (Tufts University, USA) James Allen (University of Rochester, USA) Special Track on Computational Sustainability and Artificial Intelligence Cochairs Carla P. Gomes (Cornell University, USA) Brian C. Williams (Massachusetts Institute of Technology, USA) Special Track on Robotics Cochairs Kurt Konolige (Industrial Perception, Inc., USA) Siddhartha Srinivasa (Carnegie Mellon University, USA) Turing Centenary Events Chair Toby Walsh (NICTA and University of New South Wales, Australia) Tutorial Program Cochairs Carmel Domshlak (Technion Israel Institute of Technology, Israel) Patrick Pantel (Microsoft Research, USA) Workshop Program Cochairs Michael Beetz (University of Munich, Germany) Holger Hoos (University of British Columbia, Canada) Doctoral Consortium Cochairs Elizabeth Sklar (Brooklyn College, City University of New York, USA) Peter McBurney (King’s College London, United Kingdom)
    [Show full text]
  • Ashesh Jain 142 Gates Building, Stanford University, CA 94305 [email protected]
    Ashesh Jain 142 Gates Building, Stanford University, CA 94305 [email protected], www.cs.cornell.edu/~ashesh Interests My research interest lies at the intersection of machine learning, robotics and computer vision. Broadly, I build machine learning systems & algorithms for agents { such as robots, cars etc. { to learn from informative human signals at a large-scale. Most of my work has been in multi-modal sensor-rich robotic settings, for which I have developed sensory fusion deep learning architectures. I have developed and deployed algorithms on multiple robotic platforms (PR2, Baxter etc.), on cars, and crowd-sourcing systems. Education Cornell University, New York, USA (2012-2016 (Exptd)) Ph.D. student, Computer Science • PhD committee: Ashutosh Saxena (advisor), Thorsten Joachims, Doug James, Robert Kleinberg, and Bart Selman. • Learning from large-scale human signals for robots and assistive cars • First author papers in NIPS, ICCV, SIGKDD, ICRA, ISRR, and IJRR Indian Institute of Technology Delhi, India (2007-2012) B.Tech. Electrical Engineering & M.Tech. Information and Communication Technology • Advisor: Prof. Manik Varma and Prof. S.V.N. Vishwanathan • Thesis: Large-scale Algorithms for Multiple Kernel Learning Experience Stanford University, California, USA (2014-Present) Visiting Ph.D. student, Computer Science • Working with Prof. Ashutosh Saxena and Prof. Silvio Savarese • Leading Brain4Cars and Machine Learning lead on RoboBrain. Purdue University, Indiana, USA (Summer 2011) Research Intern, Statistics Department with Prof. S. V. N. Vishwanathan • Developed Multiple Kernel Learning algorithms to scale to Millions of kernels The Royal Bank of Scotland, India (Summer 2010) • Developed software to automate testing of web application GUI Software NeuralModels: A deep learning framework for quick prototyping of structures of Recurrent Neural Networks, Sensory-fusion architectures, and deep learning on graph structured data.
    [Show full text]
  • Ashesh Jain 142 Gates Building, Stanford University, CA 94305 [email protected]
    Ashesh Jain 142 Gates Building, Stanford University, CA 94305 [email protected], www.cs.cornell.edu/~ashesh Interests My research interest lies at the intersection of machine learning, robotics, and computer vision. Broadly, I build machine learning systems & algorithms for agents { such as robots, cars etc. { to learn from informative human signals at a large-scale. Most of my work has been in multi-modal sensor-rich robotic settings, for which I have developed sensory fusion deep learning architectures. I have developed and deployed algorithms on multiple robotic platforms (PR2, Baxter etc.), on cars, and crowd-sourcing systems. Education Cornell University, New York, USA (2012-2016) Ph.D. Computer Science • Specializing in Machine Learning, Robotics, and Computer Vision • Learning from large-scale human signals for robots and assistive cars • First author papers in NIPS, CVPR, ICCV, SIGKDD, ICRA, ISRR, and IJRR • PhD committee: Ashutosh Saxena, Bart Selman, Thorsten Joachims, Doug James, Robert Kleinberg. Indian Institute of Technology Delhi, India (2007-2012) B.Tech. Electrical Engineering & M.Tech. Information and Communication Technology • Advisor: Prof. Manik Varma and Prof. S.V.N. Vishwanathan • Thesis: Large-scale Algorithms for Multiple Kernel Learning Experience Stanford University, California, USA (2014-2016) Visiting Ph.D. Computer Science • Working with Prof. Ashutosh Saxena and Prof. Silvio Savarese • Leading Brain4Cars and Machine Learning lead on RoboBrain. Purdue University, Indiana, USA (Summer 2011) Research Intern, Statistics Department with Prof. S. V. N. Vishwanathan • Developed Multiple Kernel Learning algorithms to scale to Millions of kernels The Royal Bank of Scotland, India (Summer 2010) Software NeuralModels: A deep learning framework for quick prototyping of structures of Recurrent Neural Networks, Sensory-fusion architectures, and deep learning on graph structured data.
    [Show full text]
  • AAAI Organization
    AAAI Organization Officers AAAI President Eric Horvitz (Microsoft Corporation) AAAI President-Elect Martha E. Pollack (University of Michigan) Past President Alan Mackworth (University of British Columbia) Secretary-Treasurer Ted Senator (SAIC) Councilors (through 2008): Maria Gini (University of Minnesota) Kevin Knight (USC/Information Sciences Institute) Peter Stone (University of Texas at Austin) Sebastian Thrun (Stanford University) (through 2009): David Aha (U.S. Naval Research Laboratory) David Musliner (Honeywell Laboratories) Michael Pazzani (Rutgers University) Holly Yanco (University of Massachusetts Lowell) (through 2010): Sheila McIlraith (University of Toronto) Rich Sutton (University of Alberta) David E. Smith (NASA Ames Research Center) Cynthia Breazeal (Massachusetts Institute of Technology) Standing Committees Conference Chair Yolanda Gil (USC/Information Sciences Institute) Fellows and Nominating Chair Alan Mackworth (University of British Columbia) xxvi Finance Chair Ted Senator (SAIC) Conference Outreach Chair Peter Stone (University of Texas at Austin) Membership Chair Holly Yanco (University of Massachusetts Lowell) Publications Chair David Leake (Indiana University) Symposium Chair and Associate Chair Alan C. Schultz (Naval Research Laboratory) Marjorie Skubic (University of Missouri-Columbia) Symposium Associate Chair Holly Yanco (University of Massachusetts Lowell) AAAI Press Editor-in-Chief Anthony Cohn (University of Leeds) General Manager David M. Hamilton (The Live Oak Press, LLC) Press Editorial Board Aaron
    [Show full text]
  • Learning Based Visual Engagement and Self-Efficacy
    LEARNING BASED VISUAL ENGAGEMENT AND SELF-EFFICACY by SVATI DHAMIJA B.Tech., Electronics and Communications Engineering, Punjab Technical University, India 2007 M.Tech., Electronics and Communications Engineering, Guru Gobind Singh Indraprastha University, India 2011 A dissertation submitted to the Graduate Faculty of the University of Colorado Colorado Springs in partial fulfillment of the requirements for the degree of Doctor of Philosophy Department of Computer Science 2018 This dissertation for the Doctor of Philosophy degree by Svati Dhamija has been approved for the Department of Computer Science by Terrance E. Boult, Chair 1 Charles C. Benight 2 Manuel Gunther¨ 1 Rory A. Lewis 1 Jonathan Ventura 3 Walter J. Scheirer 4 Date: 12-03-2018 1 T.Boult, R.Lewis and M.Gunther¨ are with University of Colorado Colorado Springs 2 C.Benight is with Psychology Department in University of Colorado Colorado Springs 3 J.Ventura is with California Polytechnic State University 4 W.Scheirer is with University of Notre Dame ii Dhamija, Svati (Ph.D., Computer Science) Learning Based Visual Engagement and Self-Efficacy Dissertation directed by El Pomar Professor, Chair Terrance E. Boult Abstract With the advancements in the fields of Affective computing, Computer vision and Human-computer interaction, along with the exponential development of intelligent machines, the study of human mind and behavior is emerging as an unrivaled mystery. A plethora of experiments are being carried out each day to make machines capable enough to sense subtle verbal & non-verbal human behaviors and understand human needs in every sphere of life. Numerous applications ranging from virtual assistants for online-learning to socially-assistive robots for health care, are being designed.
    [Show full text]
  • Robobarista: Learning to Manipulate Novel Objects Via Deep Multimodal Embedding
    Robobarista: Learning to Manipulate Novel Objects via Deep Multimodal Embedding Jaeyong Sung, Seok Hyun Jin, Ian Lenz, and Ashutosh Saxena Abstract— There is a large variety of objects and appliances in human environments, such as stoves, coffee dispensers, juice extractors, and so on. It is challenging for a roboticist to program a robot for each of these object types and for each of their instantiations. In this work, we present a novel approach to manipulation planning based on the idea that many household objects share similarly-operated object parts. We formulate the manipulation planning as a structured prediction problem and learn to transfer manipulation strategy across different objects by embedding point-cloud, natural language, and manipulation trajectory data into a shared embedding space using a deep neural network. In order to learn semantically meaningful spaces throughout our network, we introduce a method for pre-training its lower layers for multimodal feature embedding and a method for fine-tuning this embedding space using a loss-based margin. In order to collect a large number of manipulation demonstrations for different objects, we develop a new crowd-sourcing platform called Robobarista. We test our model on our dataset consisting of 116 objects and appliances with 249 parts along with 250 language instructions, for which there are 1225 crowd-sourced manipulation demonstrations. We further show that our robot with our model can even prepare a cup of a latte with appliances it has never seen before.1 Fig. 1. First encounter of an espresso machine by our PR2 robot. Without ever having seen the machine before, given language instructions I.
    [Show full text]
  • Large-Scale Knowledge Base for Robots
    RoboBrain: Large-Scale Knowledge Engine for Robots Ashutosh Saxena, Ashesh Jain, Ozan Sener, Aditya Jami, Dipendra K Misra, Hema S Koppula Abstract In this paper we introduce a knowledge engine, which learns and shares knowledge representations, for robots to carry out a variety of tasks. Building such an engine brings with it the challenge of dealing with multiple data modalities including symbols, natural language, haptic senses, robot trajectories, visual features and many others. The knowledge stored in the engine comes from multiple sources including physical interactions that robots have while performing tasks (perception, planning and control), knowledge bases from the Internet and learned representations from several robotics research groups. We discuss various technical aspects and associated challenges such as modeling the correctness of knowledge, inferring latent information and formulating different robotic tasks as queries to the knowledge engine. We describe the system architecture and how it supports different mechanisms for users and robots to interact with the engine. Finally, we demonstrate its use in three important research areas: grounding natural language, perception, and planning, which are the key building blocks for many robotic tasks. This knowledge engine is a collaborative effort and we call it RoboBrain: http://www.robobrain.me Keywords—Cloud Robotics, Robot Learning, Systems, knowledge bases. 1 Introduction Over the last decade, we have seen many successful applications of large-scale knowledge systems. Examples include Google knowledge graph [13], IBM Wat- son [16], Wikipedia, and many others. These systems know answers to many of our day-to-day questions, and not crafted for a specific task, which makes them valuable for humans.
    [Show full text]
  • Avi Singh – Curriculum Vitae
    Avi Singh H +91-8853544535 B [email protected] Curriculum Vitae Í https://avisingh599.github.io Research Interests Computer Vision, Machine Learning, Robotics Education 2012–2016 Bachelor of Technology Indian Institute of Technology Kanpur GPA 9.4/10. Major: Electrical Engineering, Minor: Computer Science (Artifical Intelligence) Publications arXiv link Recurrent Neural Networks for Driver Activity Anticipation via Sensory- Fusion Architecture Ashesh Jain, Avi Singh, Hema Koppula, Shane Soh, Ashutosh Saxena. ICRA 2016 extended Brain4Cars: Sensory-Fusion Recurrent Neural Networks for Driver Activity abstract Anticipation Ashesh Jain, Shane Soh, Bharad Raghvan, Avi Singh, Hema Kopulla, Ashutosh Saxena. Full Oral at BayLearn 2015 Research Experience May-July 2015 Research Intern, Cornell University project page Brain4Cars: Anticipating Maneuvers via Learning Temporal Driving Models under Prof. Ashutosh Saxena, Department of Computer Science. Brain4Cars addresses the problem of anticipating driver maneuvers several seconds before they happen. It fuses the information from driver-facing and road-facing cameras with data from other sensors to make its predictions. These predictions can then be passed to driver assistance systems that can warn the driver if the maneuver is deemed to be dangerous. My contributions to the project are listed below: { The KLT face tracker in the project was replaced with a facial landmark localization pipeline based on Constrained Local Neural Fields. This provided robust tracking and allowed the computation of head pose, which then served as a strong feature for maneuver anticipation. { Implemented Gaussian Mixture Model-based initialization, and LBFGS optimization for training Autoregressive Input Output Hidden Markov Models (AIOHMM), which are a modification of HMMs and used for anticipation in Brain4Cars.
    [Show full text]
  • Dipendra Misra [email protected]
    Dipendra Misra [email protected] Address: Cornell Tech, 2 West Loop Road, New York, NY 10044, US Phone: (607)-793-7571 http://www.dipendramisra.com PhD Candidate, Cornell University (Computer Science). Research Interest I am interested in developing models and learning algorithms with emphasis on applications in natural language understanding. For example, building agents that can follow instructions, answer questions or hold a conversation. I am currently active in the following research areas: grounded natural language understanding, language and vision problems, semantic parsing, deep reinforcement learning, PAC reinforcement learning theory and model based reinforcement learning. Education • PhD (Computer Science), Cornell University (Aug 2013 - May 2019 Expected) Advisor: Yoav Artzi. Other committee members: Noah Snavely, Hadas Kress-Gazit. (GPA 4.0) • B-Tech (Computer Science and Engineering), IIT Kanpur (Aug 2009 - May 2013) Second Rank in Graduating Batch (CPI 9.8/10) Awards and Fellowships • Amazon AWS research grant (2014-2015). • Cornell University Fellowship (2013-2014). • Received OPJEMS Merit scholarship for 2011-12 and 2012-13 which is awarded to around 20 students in the same batch from all over India. • Academic Excellence Award for all years at IIT Kanpur. • Certificate of merit in National Standard Examination in Physics 2007. Publications • Towards a Simple Approach to Multi-step Model-based Reinforcement Learning. Kavosh Asadi, Evan Carter, Dipendra Misra, Michael Littman. (arXiv preprint), 2018. Preliminary version accepted at Deep RL workshop at NeurIPS 2018. • Touchdown: Natural Language Navigation and Spatial Reasoning in Visual Street Environments. Howard Chen, Alane Suhr, Dipendra Misra, Noah Snavely, Yoav Artzi. (arXiv preprint), 2018. Preliminary version accepted at VIGIL workshop at NeurIPS 2018.
    [Show full text]
  • CHAI 2020 Progress Report 9/30 2/38 Research Towards Solving the Problem of Control
    PROGRESS REPORT | 2020 Prof. Stuart J. Russell, CHAI Faculty Director and staff September 30, 2020 TABLE OF CONTENTS Research towards solving the problem of control 3 Organizational Chart 4 CHAI Research 5 Overview 5 Characteristics of the new model 5 Promoting the new model 6 Other research outputs 7 Specific outputs 7 CHAI alumni outputs 13 How CHAI contributes to student training in general 16 Other impacts on the AI research community 17 Other impacts 20 Contributions to Public Awareness of AI Existential Risk 20 Contributions to World Leaders’ Awareness 21 Connecting with China 22 Future plans 23 Basic AG theory 23 Theory of embedded agency 24 Cooperation with multiple AI systems 24 Making the new model practical 24 Social and human sciences: many humans, real humans 25 Training, field-building, policy, thought leadership 25 Appendix: Publications 26 CHAI 2020 Progress Report 9/30 2/38 Research towards solving the problem of control Founded in 2016, CHAI is a multi-site research center headquartered at UC Berkeley with branches at Michigan and Cornell. CHAI’s aim is to reorient AI research towards provably beneficial systems, over which humans can retain control even as they approach or exceed human-level decision-making capabilities. This document reports on CHAI’s activities and accomplishments in its first four years and its plans for the future. CHAI currently has 9 faculty investigators, 18 affiliate faculty, around 30 additional graduate and postdoctoral researchers (including roughly 25 PhD students), many undergraduate researchers and interns, and a staff of 5. CHAI’s primary support comes in the form of gifts from donor organizations and individuals.
    [Show full text]