DARPA's Explainable Artificial Intelligence Program

Total Page:16

File Type:pdf, Size:1020Kb

DARPA's Explainable Artificial Intelligence Program Deep Learning and Security DARPA’s Explainable Artificial Intelligence Program David Gunning, David W. Aha n Dramatic success in machine learning dvances in machine learning (ML) techniques promise has led to a new wave of AI applications (for to produce AI systems that perceive, learn, decide, and example, transportation, security, medicine, act on their own. However, they will be unable to finance, defense) that offer tremendous A explain their decisions and actions to human users. This lack benefits but cannot explain their decisions is especially important for the Department of Defense, whose and actions to human users. DARPA’s explainable artificial intelligence (XAI) challenges require developing more intelligent, autonomous, program endeavors to create AI systems and symbiotic systems. Explainable AI will be essential if whose learned models and decisions users are to understand, appropriately trust, and effectively can be understood and appropriately manage these artificially intelligent partners. To address this, trusted by end users. Realizing this goal DARPA launched its explainable artificial intelligence (XAI) requires methods for learning more program in May 2017. DARPA defines explainable AI as AI explainable models, designing effective systems that can explain their rationale to a human user, explanation interfaces, and understanding characterize their strengths and weaknesses, and convey an the psychologic requirements for effective understanding of how they will behave in the future. Naming explanations. The XAI developer teams are fi this program explainable AI (rather than interpretable, addressing the rst two challenges by fl creating ML techniques and developing comprehensible, or transparent AI, for example) re ects ’ principles, strategies, and human-computer DARPA s objective to create more human-understandable AI interaction techniques for generating effec- systems through the use of effective explanations. It also tive explanations. Another XAI team is reflects the XAI team’s interest in the human psychology of addressing the third challenge by summa- explanation, which draws on the vast body of research and rizing, extending, and applying psychologic expertise in the social sciences. theories of explanation to help the XAI evaluator define a suitable evaluation framework, which the developer teams will use to test their systems. The XAI teams completed the first of this 4-year program in May 2018. In a series of ongoing evaluations, the developer teams are assessing how well their XAM systems’ explanations improve user un- derstanding, user trust, and user task performance. 44 AI MAGAZINE Copyright © 2019, Association for the Advancement of Artificial Intelligence. All rights reserved. ISSN 0738-4602 Deep Learning and Security Early AI systems were predominantly logical and Model induction refers to techniques that experi- symbolic; they performed some form of logical in- ment with any given ML model— such as a black ference and could provide a trace of their inference box— to infer an approximate explainable model. For steps, which became the basis for explanation. There example, the model-agnostic explanation system of was substantial work on making these systems more Ribeiro et al. (2016) inferred explanations by ob- explainable, but they fell short of user needs for serving and analyzing the input-output behavior of a comprehension (for example, simply summarizing black box model. the inner workings of a system does not yield a suf- DARPA used these strategies to categorize a portfolio ficient explanation) and proved too brittle against of new ML techniques and provide future practitioners real-world complexities. with a wider range of design options covering the Recent AI success is due largely to new ML tech- performance-explainability trade space. niques that construct models in their internal repre- sentations. These include support vector machines, random forests, probabilistic graphical models, re- XAI Concept and Approach inforcement learning (RL), and deep learning (DL) neural networks. Although these models exhibit high The XAI program’s goal is to create a suite of new or performance, they are opaque. As their use has in- modified ML techniques that produce explainable creased, so has research on explainability from the models that, when combined with effective explanation perspectives of ML (Chakraborty et al. 2017; Ras et al. techniques, enable end users to understand, appropri- 2018) and cognitive psychology (Miller 2017). Simi- ately trust, and effectively manage the emerging gen- larly, many XAI-related workshops have been held re- eration of AI systems. The target of XAI is an end user cently on ML (for example, the International Conference who depends on decisions or recommendations pro- on Machine Learning, the Conference on Neural In- duced by an AI system, or actions taken by it, and formation Processing Systems), AI (for example, the In- therefore needs to understand the system’s rationale. ternational Joint Conference on Artificial Intelligence), For example, an intelligence analyst who receives rec- and HCI (for example, the Conference on Human- ommendations from a big data analytics system needs Computer Interaction, Intelligent User Interfaces) con- to understand why it recommended certain activity for ferences, as have special topic meetings related to XAI. further investigation. Similarly, an operator who tasks There seems to be an inherent tension between ML an autonomous vehicle to drive a route needs to un- performance (for example, predictive accuracy) and derstand the system’s decision-making model to ap- explainability; often the highest-performing methods propriately use it in future missions. Figure 3 illustrates (for example, DL) are the least explainable, and the the XAI concept: provide users with explanations that most explainable (for example, decision trees) are the enable them to understand the system’s overall least accurate. Figure 1 illustrates this with a notional strengths and weaknesses, convey an understanding of graph of the performance-explainability trade-off for how it will behave in future or different situations, and various ML techniques. perhaps permit users to correct the system’smistakes. When DARPA formulated the XAI program, it envi- This user-centered concept poses interrelated re- sioned three broad strategies to improve explainability, search challenges: (1) how to produce more explain- while maintaining a high level of learning performance, able models, (2) how to design explanation interfaces, based on promising research at the time (figure 2): deep and (3) how to understand the psychologic require- explanation, interpretable models, and model induction. ments for effective explanations. The first two chal- Deep explanation refers to modified or hybrid DL lenges are being addressed by the 11 XAI research techniques that learn more explainable features or teams, which are developing new ML techniques to representations or that include explanation genera- produce explainable models, and new principles, tion facilities. Several design choices might produce strategies, and HCI techniques (for example, visuali- more explainable representations (for example, training zation, language understanding, language generation) data selection, architectural layers, loss functions, to generate effective explanations. The third challenge regularization, optimization techniques, training is the focus of another XAI research team that is sequences). Researchers have used deconvolutional summarizing, extending, and applying psychologic networks to visualize convolutional network layers, and theories of explanation. techniques existed for associating semantic concepts The XAI program addresses two operationally rel- with deep network nodes. Approaches for generating evant challenge problem areas (figure 4): data analytics image captions could be extended to train a second deep (classification of events of interest in heterogeneous network that generates explanations without explicitly multimedia data) and autonomy (decision policies identifying the original network’s semantic features. for autonomous systems). These areas represent Interpretable models are ML techniques that learn two important ML problem categories (supervised more structured, interpretable, or causal models. Early learning and RL) and Department of Defense in- examples included Bayesian rule lists (Letham et al. terests (intelligence analysis and autonomous systems). 2015), Bayesian program learning, learning models of The data analytics challenge was motivated by a causal relationships, and use of stochastic grammars common problem: intelligence analysts are presented to learn more interpretable structure. with decisions and recommendations from big data SUMMER 2019 45 Deep Learning and Security Learning Techniques Performance vs. Explainability Neural Nets Graphical Models Deep Ensemble Learning Bayesian Methods Belief Nets SRL Random CRFs HBNs Forests AOGs Statistical MLNs Decision Learning Performance Models Markov Trees Explainability SVMs Models Figure 1. Learning Performance Versus Explainability Trade-Off for Several Categories of Learning Techniques. analytics algorithms and must decide which to report as consists of two phases. Phase 1 (18 months) com- supporting evidence in their analyses and which to menced in May 2017 and includes initial technology pursue further. These algorithms often produce false demonstrations of XAI systems. Phase 2 (30 months) alarms that must be pruned and
Recommended publications
  • CVPR 2019 Outstanding Reviewers We Are Pleased to Recognize the Following Researchers As “CVPR 2019 Outstanding Reviewers”
    CVPR 2019 Cover Page CVPR 2019 Organizing Committee Message from the General and Program Chairs Welcome to the 32nd meeting of the IEEE/CVF Conference on papers, which allowed them to be free of conflict in the paper review Computer Vision and Pattern Recognition (CVPR 2019) at Long process. To accommodate the growing number of papers and Beach, CA. CVPR continues to be one of the best venues for attendees while maintaining the three-day length of the conference, researchers in our community to present their most exciting we run oral sessions in three parallel tracks and devote the entire advances in computer vision, pattern recognition, machine learning, technical program to accepted papers. robotics, and artificial intelligence. With oral and poster We would like to thank everyone involved in making CVPR 2019 a presentations, tutorials, workshops, demos, an ever-growing success. This includes the organizing committee, the area chairs, the number of exhibitions, and numerous social events, this is a week reviewers, authors, demo session participants, donors, exhibitors, that everyone will enjoy. The co-location with ICML 2019 this year and everyone else without whom this meeting would not be brings opportunity for more exchanges between the communities. possible. The program chairs particularly thank a few unsung heroes Accelerating a multi-year trend, CVPR continued its rapid growth that helped us tremendously: Eric Mortensen for mentoring the with a record number of 5165 submissions. After three months’ publication chairs and managing camera-ready and program efforts; diligent work from the 132 area chairs and 2887 reviewers, including Ming-Ming Cheng for quickly updating the website; Hao Su for those reviewers who kindly helped in the last minutes serving as working overtime as both area chair and AC meeting chair; Walter emergency reviewers, 1300 papers were accepted, yielding 1294 Scheirer for managing finances and serving as the true memory of papers in the final program after a few withdrawals.
    [Show full text]
  • Dinesh Jayaraman Education Positions Held Academic Honors
    Dinesh Jayaraman Assistant Professor of Computer and Information Science, University of Pennsylvania web:https://www.seas.upenn.edu/ dineshj/ email:[email protected] Education Last updated: June 20, 2021 Aug 2011 - Aug 2017 Doctor of Philosophy Electrical and Computer Engineering, UT Austin Aug 2007 - Jun 2011 Bachelor of Technology Electrical Engineering, IIT Madras, India. Positions Held Jan 2020 - now Assistant Professor at Department of Computer and Informa- tion Science (CIS), University of Pennsylvania Aug 2019 - Dec 2019 Visiting Research Scientist at Facebook Artificial Intelligence Research, Facebook Sep 2017 - Aug 2019 Postdoctoral Scholar at Berkeley Artificial Intelligence Re- search Laboratory, UC Berkeley Jan 2013 - Aug 2017 Research Assistant at Computer Vision Laboratory, UT Austin Jul 2014 - Sep 2014 Visiting student researcher, UC Berkeley Jun 2012 - Aug 2012 Research internship at Intel Labs, Santa Clara Aug 2011 -Dec 2012 Research Assistant at Laboratory for Image and Video Engi- neering, UT Austin May 2010 - Jul 2010 Research internship at Marvell Semiconductors, Bangalore Academic honors and Awards Feb 2021 Selected for the AAAI New Faculty Highlights Program. May 2019 2018 Best Paper Award Runner-Up, IEEE Robotics and Automation-Letters (RA-L). May 2019 Work Featured on Cover Page of Science Robotics Issue. Oct 2017 University Nominee for ACM Best Dissertation Award, UT Austin 2017. Nov 2016 Best Application Paper Award at ACCV 2016, Taipei. Jul 2016 Graduate Dean’s Prestigious Fellowship Supplement, UT Austin, 2016-17. Jun 2016 Outstanding Reviewer Award at CVPR 2016, Las Vegas, Nevada. Apr 2016 Samsung PhD Fellowship, 2016-17. Mar 2016 Invited paper for IJCV Special Issue of Best Papers from ICCV 2015.
    [Show full text]
  • Language-Driven Video Understanding
    Language-Driven Video Understanding by Luowei Zhou A dissertation submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy (Robotics) in The University of Michigan 2020 Doctoral Committee: Professor Jason J. Corso, Chair Professor Joyce Y. Chai Assistant Professor David F. Fouhey Professor Rada Mihalcea Dr. Marcus Rohrbach, Facebook AI Research Luowei Zhou [email protected] ORCID iD: 0000-0003-1197-0101 c Luowei Zhou 2020 All Rights Reserved To my family ii ACKNOWLEDGEMENTS First and foremost, I would like to thank my advisor Dr. Jason J. Corso for all his support and advices throughout my Ph.D. journey. Neither did I enter school as a Ph.D. student, nor was my initial research focus computer vision. I still remember the winter of 2016, it was he and his computer vision class that opened a new gate to my career. I had never seen anything as engaging as computer vision and it made me always eager to learn more. Dr. Corso generously offered me to work with him in the following summer and without notice, four years flew by just like day one. The journey was full of curiosity, joy, sometimes stress, and of course appreciation. In addition, I would like to thank my thesis committee members Dr. Rada Mihalcea, Dr. Joyce Y. Chai, Dr. David Fouhey, and Dr. Marcus Rohrbach for their support and feedback during my thesis proposal and oral defense. My sincere thanks also go to all my summer intern mentors Dr. Caiming Xiong, Dr. Marcus Rohrbach, Dr. Hamid Palangi, Dr. Jianfeng Gao, and Dr.
    [Show full text]
  • The Pyramid Match Kernel: Discriminative Classification With
    The Pyramid Match Kernel: Discriminative Classification with Sets of Image Features Kristen Grauman and Trevor Darrell Massachusetts Institute of Technology Computer Science and Artificial Intelligence Laboratory Cambridge, MA, USA Abstract Discriminative learning is challenging when examples are sets of features, and the sets vary in cardinality and lack any sort of meaningful ordering. Kernel-based classifica- tion methods can learn complex decision boundaries, but a kernel over unordered set inputs must somehow solve for correspondences – generally a computationally expen- sive task that becomes impractical for large set sizes. We present a new fast kernel function which maps unordered feature sets to multi-resolution histograms and computes a Figure 1: The pyramid match kernel intersects histogram pyra- weighted histogram intersection in this space. This “pyra- mids formed over local features, approximating the optimal corre- mid match” computation is linear in the number of features, spondences between the sets’ features. and it implicitly finds correspondences based on the finest resolution histogram cell where a matched pair first appears. criminative methods are known to represent complex deci- Since the kernel does not penalize the presence of extra fea- sion boundaries very efficiently and generalize well to un- tures, it is robust to clutter. We show the kernel function seen data [24, 21]. For example, the Support Vector Ma- is positive-definite, making it valid for use in learning al- chine (SVM) is a widely used approach to discriminative gorithms whose optimal solutions are guaranteed only for classification that finds the optimal separating hyperplane Mercer kernels. We demonstrate our algorithm on object between two classes.
    [Show full text]
  • 92 a Survey on Deep Learning: Algorithms, Techniques, And
    A Survey on Deep Learning: Algorithms, Techniques, and Applications SAMIRA POUYANFAR, Florida International University SAAD SADIQ and YILIN YAN, University of Miami HAIMAN TIAN, Florida International University YUDONG TAO, University of Miami MARIA PRESA REYES, Florida International University MEI-LING SHYU, University of Miami SHU-CHING CHEN and S. S. IYENGAR, Florida International University The field of machine learning is witnessing its golden era as deep learning slowly becomes the leaderin this domain. Deep learning uses multiple layers to represent the abstractions of data to build computational models. Some key enabler deep learning algorithms such as generative adversarial networks, convolutional neural networks, and model transfers have completely changed our perception of information processing. However, there exists an aperture of understanding behind this tremendously fast-paced domain, because it was never previously represented from a multiscope perspective. The lack of core understanding renders these powerful methods as black-box machines that inhibit development at a fundamental level. Moreover, deep learning has repeatedly been perceived as a silver bullet to all stumbling blocks in machine learning, which is far from the truth. This article presents a comprehensive review of historical and recent state-of-the- art approaches in visual, audio, and text processing; social network analysis; and natural language processing, followed by the in-depth analysis on pivoting and groundbreaking advances in deep learning applications.
    [Show full text]
  • Long-Term Recurrent Convolutional Networks for Visual Recognition and Description
    1 Long-term Recurrent Convolutional Networks for Visual Recognition and Description Jeff Donahue, Lisa Anne Hendricks, Marcus Rohrbach, Subhashini Venugopalan, Sergio Guadarrama, Kate Saenko, Trevor Darrell Abstract— Models based on deep convolutional networks have dominated recent image interpretation tasks; we investigate whether models which are also recurrent are effective for tasks involving sequences, visual and otherwise. We describe a class of recurrent convolutional architectures which is end-to-end trainable and suitable for large-scale visual understanding tasks, and demonstrate the value of these models for activity recognition, image captioning, and video description. In contrast to previous models which assume a fixed visual representation or perform simple temporal averaging for sequential processing, recurrent convolutional models are “doubly deep” in that they learn compositional representations in space and time. Learning long-term dependencies is possible when nonlinearities are incorporated into the network state updates. Differentiable recurrent models are appealing in that they can directly map variable-length inputs (e.g., videos) to variable-length outputs (e.g., natural language text) and can model complex temporal dynamics; yet they can be optimized with backpropagation. Our recurrent sequence models are directly connected to modern visual convolutional network models and can be jointly trained to learn temporal dynamics and convolutional perceptual representations. Our results show that such models have distinct advantages over state-of-the-art models for recognition or generation which are separately defined or optimized. F 1 INTRODUCTION Recognition and description of images and videos is Input Visual Sequence Output a fundamental challenge of computer vision. Dramatic Features Learning progress has been achieved by supervised convolutional neural network (CNN) models on image recognition tasks, and a number of extensions to process video have been CNN LSTM y recently proposed.
    [Show full text]
  • Saenkocv.Pdf
    KATE SAENKO [email protected] http://ai.bu.edu/ksaenko.html Research Interests: adaptive machine learning, learning for vision and language understanding EDUCATION University of British Columbia, Vancouver, Canada Computer Science B.Sc., 2000 Massachusetts Institute of Technology, Cambridge, USA EECS M.Sc., 2004 Massachusetts Institute of Technology, Cambridge, USA EECS Ph.D., 2009 ACADEMIC APPOINTMENTS Boston University Associate Professor 2017- Boston University Assistant Professor 2016-2017 University of Massachusetts, Lowell Assistant Professor 2012-2016 Harvard University, SEAS Associate in Computer Science 2012-2016 UC Berkeley EECS Visiting Scholar 2009-2012 International Computer Sciences Institute Postdoctoral Researcher 2009-2012 Harvard University, SEAS Postdoctoral Fellow 2009-2012 MIT CSAIL Graduate Research Assistant 2002-2009 MIT EECS Graduate Teaching Assistant 2007 University of British Columbia Undergraduate Research Assistant 1998 GRANTS Total funding as PI: $4,150,000 . NSF: S&AS: FND: COLLAB: Learning Manipulation Skills Using Deep Reinforcement Learning with Domain Transfer, PI at Boston University, 2017-2020, Award Amount: 300,000. IARPA: Deep Intermodal Video Analytics (DIVA), PI at Boston University, 2017-2021, Award Amount: $1,200,000. DARPA: Deeply Explainable Artificial Intelligence, PI at Boston University, 2017-2021, Award Amount: $800,000. Israeli DoD: Generating Natural Language Descriptions for Video Using Deep Neural Networks, PI at Boston University, 2017-2018, Award Amount: $120,000. NSF: CI-New: COVE – Computer Vision Exchange for Data, Annotations and Tools. PI at UML: 2016-2019; $205,000 . DARPA: Natural Language Video Description using Deep Recurrent Neural Networks, PI at UML, 2016, Award Amount: $75,000. Google Research Award: Natural Language Video Description using Deep Recurrent Neural Networks, PI at UML, 2015, Award Amount: $23,500.
    [Show full text]
  • Explainable Artificial Intelligence: a Systematic Review
    Explainable Artificial Intelligence: a Systematic Review Giulia Vilone, Luca Longo School of Computer Science, College of Science and Health, Technological University Dublin, Dublin, Republic of Ireland Abstract Explainable Artificial Intelligence (XAI) has experienced a significant growth over the last few years. This is due to the widespread application of machine learning, particularly deep learn- ing, that has led to the development of highly accurate models but lack explainability and in- terpretability. A plethora of methods to tackle this problem have been proposed, developed and tested. This systematic review contributes to the body of knowledge by clustering these meth- ods with a hierarchical classification system with four main clusters: review articles, theories and notions, methods and their evaluation. It also summarises the state-of-the-art in XAI and recommends future research directions. Keywords: Explainable artificial intelligence, method classification, survey, systematic literature review 1. Introduction The number of scientific articles, conferences and symposia around the world in eXplainable Artificial Intelligence (XAI) has significantly increased over the last decade [1, 2]. This has led to the development of a plethora of domain-dependent and context-specific methods for dealing with the interpretation of machine learning (ML) models and the formation of explanations for humans. Unfortunately, this trend is far from being over, with an abundance of knowledge in the field which is scattered and needs organisation. The goal of this article is to systematically review research works in the field of XAI and to try to define some boundaries in the field. From several hundreds of research articles focused on the concept of explainability, about 350 have been considered for review by using the following search methodology.
    [Show full text]
  • The Pyramid Match Kernel: Efficient Learning with Sets of Features
    Journal of Machine Learning Research 8 (2007) 725-760 Submitted 9/05; Revised 1/07; Published 4/07 The Pyramid Match Kernel: Efficient Learning with Sets of Features Kristen Grauman [email protected] Department of Computer Sciences University of Texas at Austin Austin, TX 78712, USA Trevor Darrell [email protected] Computer Science and Artificial Intelligence Laboratory Massachusetts Institute of Technology Cambridge, MA 02139, USA Editor: Pietro Perona Abstract In numerous domains it is useful to represent a single example by the set of the local features or parts that comprise it. However, this representation poses a challenge to many conventional machine learning techniques, since sets may vary in cardinality and elements lack a meaningful ordering. Kernel methods can learn complex functions, but a kernel over unordered set inputs must somehow solve for correspondences—generally a computationally expensive task that becomes impractical for large set sizes. We present a new fast kernel function called the pyramid match that measures partial match similarity in time linear in the number of features. The pyramid match maps unordered feature sets to multi-resolution histograms and computes a weighted histogram intersection in order to find implicit correspondences based on the finest resolution histogram cell where a matched pair first appears. We show the pyramid match yields a Mercer kernel, and we prove bounds on its error relative to the optimal partial matching cost. We demonstrate our algorithm on both classification and regression tasks, including object recognition, 3-D human pose inference, and time of publication estimation for documents, and we show that the proposed method is accurate and significantly more efficient than current approaches.
    [Show full text]
  • Deepak Pathak
    Deepak Pathak Contact Carnegie Mellon University E-mail: [email protected] Information Robotics Institute Website: https://www.cs.cmu.edu/∼dpathak/ Pittsburgh, PA Google Scholar Education University of California, Berkeley Aug 2014 { Aug 2019 PhD Candidate in Computer Science Advised by Prof. Alexei A. Efros and Prof. Trevor Darrell CGPA : 4.0/4.0 Indian Institute of Technology, Kanpur Aug 2010 { June 2014 BTech. in Computer Science and Engineering Gold Medal in Computer Science CGPA : 9.9/10 Appointments Carnegie Mellon University Pittsburgh, PA Sept 2020 { Present Assistant Professor Facebook AI Research Menlo Park, CA Sept 2019 { Aug 2020 Researcher University of California, Berkeley Berkeley, CA Sept 2019 { Aug 2020 Visiting Researcher with Prof. Pieter Abbeel Facebook AI Research Pittsburgh, PA May 2018 { Jan 2019 Research Intern Facebook AI Research Seattle, WA May 2016 { Nov 2016 Research Intern Microsoft Research New York City, NY May 2013 { Aug 2013 Research Intern Indian Institute of Technology, Kanpur Kanpur, India Aug 2013 { May 2014 Undergraduate Researcher Industry Co-Founder of VisageMap Inc. Founded 2014 Experience Later acquired by FaceFirst Inc., Los Angeles, CA VisageMap (now, FaceFirst) offers person identification solution that outperform alternative identi- fication methods, including fingerprints, iris scans, and other biometric recognition systems. Honors And Best Paper Award Finalist in Cognitive Robotics at ICRA'21 2021 Awards Sony Faculty Research Award 2020-21 GoodAI Faculty Research Award 2020-21 Google Faculty Research Award 2019-20 Winner of Virtual Creatures Competition at GECCO 2019 Facebook Graduate Fellowship 2018-20 Nvidia Graduate Fellowship 2017-18 Snapchat Inc. Graduate Fellowship 2017 ICCV Outstanding Reviewer Award 2017 Gold Medal for the highest academic performance in the department.
    [Show full text]
  • Speaker Bios
    2016 AIPR: Keynote and Invited Talks Schedule Tuesday, October 18 - Deep Learning & Artificial Intelligence 9:00 AM - 9:45 AM - Jason Matheny, Director, IARPA 11:25 AM - Noon - Trevor Darrell. EECS, University of California-Berkeley 1:30 PM - 2:15 PM - Christopher Rigano, Office of Science and Technology, National Institute of Justice 3:30 PM - 4:05 PM - John Kaufhold, Deep Learning Analytics Wednesday, October 19 - HPC & Biomedical 8:45 AM - 9:30 AM - Richard Linderman, SES, Office of the Assistant Secretary of Defense, Research and Engineering 11:45 AM - 12:30 AM - Vijayakumar Bhagavatula, Associate Dean, Carnegie Mellon University 2:00 PM - 2:45 PM - Patricia Brennan, Director, National Library of Medicine, National Institutes of Health 4:00 PM - 4:45 PM - Nick Petrick, Center for Devices and Radiological Health, Food and Drug Administration 7:15 PM - 9:15 PM - Terry Sejnowski, Salk Institute & UCSD, Banquet Speaker - Deep Learning II Thursday, October 20 - Big 3D Data & Image Quality 8:45 AM - 9:30 AM - Joe Mundy, Brown University & Vision Systems 1:00 PM - 1:45 PM - Steven Brumby, Descartes Labs Biographies and Abstracts (where available) Banquet Talk: Deep Learning II Deep Learning is based on the architecture of the primate visual system, which has a hierarchy of visual maps with increasingly abstract representations. This architecture is based on what we knew about the properties of neurons in the visual cortex in the 1960s. The next generation of deep learning based on more recent understanding of the visual system will be more energy efficient and have much higher temporal resolution.
    [Show full text]
  • [email protected] [email protected]
    Using Cross-Model EgoSupervision to Learn Cooperative Basketball Intention Gedas Bertasius Jianbo Shi University of Pennsylvania University of Pennsylvania [email protected] [email protected] Abstract We present a first-person method for cooperative basket- ball intention prediction: we predict with whom the cam- era wearer will cooperate in the near future from unlabeled first-person images. This is a challenging task that requires inferring the camera wearer’s visual attention, and decod- ing the social cues of other players. Our key observation is that a first-person view provides strong cues to infer the camera wearer’s momentary visual attention, and his/her intentions. We exploit this observation by proposing a new cross-model EgoSupervision learning scheme that allows us to predict with whom the camera wearer will cooper- ate in the near future, without using manually labeled in- tention labels. Our cross-model EgoSupervision operates First-Person Predicted Cooperative Ground Truth by transforming the outputs of a pretrained pose-estimation Input Image Intention Cooperative Intention network, into pseudo ground truth labels, which are then used as a supervisory signal to train a new network for a Figure 1: With whom will I cooperate after 2-3 seconds? cooperative intention task. We evaluate our method, and Given an unlabeled set of first-person basketball images, show that it achieves similar or even better accuracy than we predict with whom the camera wearer will cooperate 2 the fully supervised methods do. seconds from now. We refer to this problem as a cooperative basketball intention prediction. 1. Introduction Consider a dynamic scene such as Figure 1, where you, forms.
    [Show full text]