How Preferred Networks has Defined Their Values: The Promise and Challenge of Deep Learning in Domains of Physical Control

Size: px
Start display at page:

Download "How Preferred Networks has Defined Their Values: The Promise and Challenge of Deep Learning in Domains of Physical Control"

Transcription

1 How Preferred Networks has Defined Their Values: The Promise and Challenge of Deep Learning in Domains of Physical Control Hiroshi Maruyama PFN Fellow

2 About Myself : IBM Research, Tokyo Research Laboratory Worked on Natural Language Processing, Hand-Writing Recognition, XML, Distributed Middleware, Security IBM Consulting Services Director of the lab : Canon, Inc. Deputy Group Executive of Digital Platform Dev. HQ Institute of Statistical Mathematics (a government research institute) Preferred Networks, Inc. 2

3 Preferred Networks, Inc. (PFN) Founded: March 2014 (Spin-off from Preferred Infrastructure) Located: Tokyo, Japan Berkeley, CA. US (PFN America) Number of Employees: >180, mostly Engineers & Researchers Investors: NTT (2014), Fanuc (2015), Toyota (2015, 2017), Hakohodo, Hitachi, Mizuho Bank, Mitsui&Co., Chugai Phermaceutical, Tokyo Electron Our focus: Distributed Deep Learning applied to transportation, manufacturing, and healthcare industries 3

4 Agenda 1. What is AI? 2. What is Deep Learning? 3. Our Values 4

5 Agenda 1. What is AI? 2. What is Deep Learning? 3. Our Values 5

6 Approaches to Intelligence Neuroscience Brain Science Psychology Observe brain activities Computer Science (a.k.a. AI) Mimic human intelligence Observe human behavior Economics Mathematical model - Game theory - Optimization Mechanical Engineering Differential equation Control theory 6

7 Intelligence = Do Complex Math? Computer Algebra System MACSYMA, Richard Pavelle and Paul S. Wang MACSYMA from F to G. J. Symb. Comput. 1, 1 (March 1985),

8 Intelligence = Understanding Language? Natural Language Understanding System SHRDLU, 1971 Pick up a big red block

9 Intelligence = Play Games? IBM Deep Blue, 1997 Google AlphaGo,

10 Hiroshi Maruyama Technology Focus of AI Research has Changed Over Time 1 st Wave of A. I. ( ) Symbol Processing (LISP) Means-End Analysis Language Parsing 2 nd Wave of A. I. ( ) Knowledge Representation Expert System Ontology 3 rd Wave of A. I. (2008- ) Statistical Machine Learning Deep Learning - Garbage Collection - Search Algorithms - Formal Language Theory - : - Object-Oriented Language - Modeling - Semantic Web - : Inductive Programming 10

11 Artificial Intelligence is an Overloaded Term 1. For researchers, AI is a research activity (or field) to study intelligence by simulating it by machine Search, Inference, Optimization, Recognition, NLP, 2. For AI vendors, AI is ANY information system that utilizes ANY of above research results 3. For general public, AI is a human-like machine intelligence HAL 9000, Terminator, Cylon, Astroboy, 11

12 Hiroshi Maruyama Please make clear distinction between generalized AI and specialized AI There s a distinction, which is probably familiar to a lot of your readers, between generalized AI and specialized AI. GAI is Sci-Fi 12

13 Agenda 1. What is AI? 2. What is Deep Learning? 3. Our Values 13

14 What is Deep Learning? A (Stateless) Function Low-dimensional for classification, very high-dimensional for generation X Very highdimensional, any combination of continuous and categorial variables Y = f(x) Y 14

15 Hiroshi Maruyama Example: Converting Celsius to Fahrenheit Requirements Input: C Output: F Where F is Fahrenheit equivalent of C in Celsius A Priori Knowledge Model F = 1.8 * C + 32 Algorithm double c2f(double c) { return 1.8*c ; } Model must be known in advance, and Algorithm must be constructible 15

16 Hiroshi Maruyama Alternative Approach Data-Driven, Inductive Programming Find a model that represents this data set 16

17 Hiroshi Maruyama Machine Learning (aka Statistical Modeling) does this! Estimated Model F = 1.8 * C e e ~ N(0,10) 17

18 Hiroshi Maruyama In traditional Statistical Modeling, the Model Family must be fixed in advance What is the function that represents this data? Too many parameters result in overfitting! Choosing the right model family is difficult 18

19 Deep Learning can approximate a function without too much overfitting (in many cases) Mean-square error is backpropagated Ramp function as activation function 2-layers of 10- node hidden layers Output Total 141 parameters Input Good approximation without too much overfitting 19

20 Deep Neural Net as a Universal Computing Mechanism Output Very large number of parameters Can approximate ANY highdimensional function* Pseudo Turing Complete! Input * G. Cybenko. Approximations by superpositions of sigmoidal functions. Mathematics of Control, Signals, and Systems, 2(4): ,

21 How Deep Learning Works by Yann LeCun 21

22 Model is Unkown (1): Image Segmentation for autonomous driving 22

23 Model is unknown (2): Image Segmentation for Picking Robot 2 nd Place in the Picking Task in Amazon Picking Challenge 23

24 Model is unknown (3): Flexible Voice Control of Robot 24

25 Algorithm is unknown (1): Auto Coloring Line Drawings

26 Algorithm is unknown (2): Reinforcement Learning for Autonomous Driving Consumer Electronics Show (CES) 2016

27 27

28 28

29 Deep Learning Requires lots of Computation Image Video Rec. Life Science P:Peta E:Exa F:Flops 10P(Image) 10E(Video) Flops 100P 1E Flops 100million images, 10M SNPs per person. 100PF for 1million, 1EF for100 million. Speech Rec. Autonomous Driving Robotics/Drone 10P Flops 5K hours of 10K people of audio data 100K hours of synthetic audio data for training [Baidu 2015] 1E 100E Flops 1TB/day/autonomous cars 10~1000 cars, 100 days of data 1E 100E Flops 1TB/car/year Data from 1~100M cars Machine generated data is much bigger than human generated data These estimation is based on; To finish training using 1GB within 1day require 1Tflops 10PF 100PF 1EF 10EF 100EF 29

30 Chainer: Scalable Deep Learning Framework Open source Flexible Dynamic NN by Define-by-run Supported by major platforms Multi-node scalability 30

31 31 We Demonstrated World Fastest ImageNet Training Chainer MN broke the world record of DL training speed in Dec PFN s in-house supercomputer MN-1 is ranked at 91 st in WW Supercomputer Top-500, Nov. 2017

32 2 nd Place at Google AI Open Image Challenge (Aug. 2018) Difference with the leader was 0.023% 2 nd Place 32

33 with MN1b Cluster MN-1b GPU Cluster SW: ChainerMN V100 (32GB) x512 Infiniband Scalability Results 16-epoch training in 33 hours Scalability: 83% (compare to 8-GPU performance)

34 Fundamental Limitation of ML (1) Data is sampled at some point in the past Training data set Training Model Inference (i.e., prediction) based on the trained model Timeline Statistical Machine Learning works only if the future is similar to the past

35 Fundamental Limitation of ML (2) Powerless on data in unseen regions?? Extrapolation Interpolation Training Data Set

36 Fundamental Limitation of ML (3) Always works statistically Random Sampling!! Original Distribution i. i. d. Training Data Set Trained Model No guarantee of 100% correctness 36

37 What is Deep Learning Recap A new way of programming No prior knowledge on model or algorithm Preparing training dataset is the key Creative teacher signal allows innovative applications Requires a lot of computation New workload opens opportunities for new architectures It s statistical modeling Assume i. i. d. (independent and identically-distributed) Approximation only (no exact answers) 37

38 Agenda 1. What is AI? 2. What is Deep Learning? 3. Our Values 38

39 PFN s Business Domains (as of 2018) Cyber Speech Text Game Photo Consumer Healthcare B2B 39 Humanoid Robot Automotive Infrastructure Physical 39 Factory Robot Industrial IoT

40 Business Challenges Most deep learning technologies (incl. Chainer) are open-sourced Hard to monetize Consulting / system integration services are easy money but do not scale Grows only proportional to # of deep learning experts Many engagements require common technologies only Difficult to differentiate PFN from other AI vendors Time spent on engagements prevents our researchers / engineers to learn new technologies 40

41 Our Strategy Technologies speak themselves Demonstrating cutting-edge technologies is the best marketing tool Also best way to attract the best talent WW ~50% of new applicants to PFN are from outside of Japan Heavy investment on human and computational resources Keep today s healthy business to maintain freedom of operation Joint Research and Development with strategic partners New joint businesses that are only possible by cutting-edge technologies Capture the best business opportunity whenever it arises How to make us ready for this? 41

42 We organize ourselves as Motivation-Driven PFN s organizational culture is motivation-driven. Being motivated means we are serious about the output of our work. It also means teamwork, because everybody in PFN wants to contribute in one way or another. This culture is the key to enable an extremely flat, flexible, and highperformance organization. 42

43 No organizational structure, heavy use of IT 43

44 Individually, we have to Learn or Die Everybody at PFN strives to learn. We are in a very high-velocity industry learning is the only way to continuously adapt and remain cutting edge. We do not stick to one idea, one technology, or one domain. Software engineers at PFN are willing to take challenges on hardware, hardware researchers are happy to switch their fields to HCI design, and so on. This results in a truly learning organization with a diverse background. 44

45 To others, we are always Proud, but Humble At the core, PFN is a technology company. We keep challenging ourselves, and to do so we attract the best people. At the same time, we understand that we cannot do everything by ourselves. We know there are things that we do not know ( known unknowns ), and respect diverse ideas from diverse people. 45

46 And this is what we do Boldly Do What No One Has Done Before With our technology, PFN will change the world by providing new software and hardware, by creating new services and transforming businesses, and by making new markets for the better future. Our role in the society here is that PFN does do things that only PFN can do. It is the raison d être of PFN. 46

47 So, please keep watching us. We will be one-of-a-kind company Thank You 47

Proposers Day Workshop

Proposers Day Workshop Proposers Day Workshop Monday, January 23, 2017 @srcjump, #JUMPpdw Cognitive Computing Vertical Research Center Mandy Pant Academic Research Director Intel Corporation Center Motivation Today s deep learning

More information

Artificial Intelligence and Deep Learning

Artificial Intelligence and Deep Learning Artificial Intelligence and Deep Learning Cars are now driving themselves (far from perfectly, though) Speaking to a Bot is No Longer Unusual March 2016: World Go Champion Beaten by Machine AI: The Upcoming

More information

ENTRY ARTIFICIAL INTELLIGENCE

ENTRY ARTIFICIAL INTELLIGENCE ENTRY ARTIFICIAL INTELLIGENCE [ENTRY ARTIFICIAL INTELLIGENCE] Authors: Oliver Knill: March 2000 Literature: Peter Norvig, Paradigns of Artificial Intelligence Programming Daniel Juravsky and James Martin,

More information

Application of AI Technology to Industrial Revolution

Application of AI Technology to Industrial Revolution Application of AI Technology to Industrial Revolution By Dr. Suchai Thanawastien 1. What is AI? Artificial Intelligence or AI is a branch of computer science that tries to emulate the capabilities of learning,

More information

Artificial Intelligence Machine learning and Deep Learning: Trends and Tools. Dr. Shaona

Artificial Intelligence Machine learning and Deep Learning: Trends and Tools. Dr. Shaona Artificial Intelligence Machine learning and Deep Learning: Trends and Tools Dr. Shaona Ghosh @shaonaghosh What is Machine Learning? Computer algorithms that learn patterns in data automatically from large

More information

CS10 The Beauty and Joy of Computing

CS10 The Beauty and Joy of Computing CS10 The Beauty and Joy of Computing Lecture #15 Artificial Intelligence UC Berkeley EECS Lecturer SOE Dan Garcia 2011-10-24 The PRIMER-V2 robot is capable of starting from a stopped position, start riding,

More information

신경망기반자동번역기술. Konkuk University Computational Intelligence Lab. 김강일

신경망기반자동번역기술. Konkuk University Computational Intelligence Lab.  김강일 신경망기반자동번역기술 Konkuk University Computational Intelligence Lab. http://ci.konkuk.ac.kr kikim01@kunkuk.ac.kr 김강일 Index Issues in AI and Deep Learning Overview of Machine Translation Advanced Techniques in

More information

Application Areas of AI Artificial intelligence is divided into different branches which are mentioned below:

Application Areas of AI   Artificial intelligence is divided into different branches which are mentioned below: Week 2 - o Expert Systems o Natural Language Processing (NLP) o Computer Vision o Speech Recognition And Generation o Robotics o Neural Network o Virtual Reality APPLICATION AREAS OF ARTIFICIAL INTELLIGENCE

More information

Introduction to Machine Learning

Introduction to Machine Learning Introduction to Machine Learning Deep Learning Barnabás Póczos Credits Many of the pictures, results, and other materials are taken from: Ruslan Salakhutdinov Joshua Bengio Geoffrey Hinton Yann LeCun 2

More information

GPU ACCELERATED DEEP LEARNING WITH CUDNN

GPU ACCELERATED DEEP LEARNING WITH CUDNN GPU ACCELERATED DEEP LEARNING WITH CUDNN Larry Brown Ph.D. March 2015 AGENDA 1 Introducing cudnn and GPUs 2 Deep Learning Context 3 cudnn V2 4 Using cudnn 2 Introducing cudnn and GPUs 3 HOW GPU ACCELERATION

More information

How Machine Learning and AI Are Disrupting the Current Healthcare System. Session #30, March 6, 2018 Cris Ross, CIO Mayo Clinic, Jim Golden, PwC

How Machine Learning and AI Are Disrupting the Current Healthcare System. Session #30, March 6, 2018 Cris Ross, CIO Mayo Clinic, Jim Golden, PwC How Machine Learning and AI Are Disrupting the Current Healthcare System Session #30, March 6, 2018 Cris Ross, CIO Mayo Clinic, Jim Golden, PwC 1 Conflicts of Interest: Christopher Ross, MBA Has no real

More information

THE USE OF ARTIFICIAL INTELLIGENCE AND MACHINE LEARNING IN SPEECH RECOGNITION. A CS Approach By Uniphore Software Systems

THE USE OF ARTIFICIAL INTELLIGENCE AND MACHINE LEARNING IN SPEECH RECOGNITION. A CS Approach By Uniphore Software Systems THE USE OF ARTIFICIAL INTELLIGENCE AND MACHINE LEARNING IN SPEECH RECOGNITION A CS Approach By Uniphore Software Systems Communicating with machines something that was near unthinkable in the past is today

More information

CS10 The Beauty and Joy of Computing

CS10 The Beauty and Joy of Computing CS10 The Beauty and Joy of Computing Lecture #21 Artificial Intelligence UC Berkeley EECS Lecturer SOE Dan Garcia 2011-04-13 IBM s Watson is being used by researchers in Canada to provide early warnings

More information

Embedding Artificial Intelligence into Our Lives

Embedding Artificial Intelligence into Our Lives Embedding Artificial Intelligence into Our Lives Michael Thompson, Synopsys D&R IP-SOC DAYS Santa Clara April 2018 1 Agenda Introduction What AI is and is Not Where AI is being used Rapid Advance of AI

More information

History and Philosophical Underpinnings

History and Philosophical Underpinnings History and Philosophical Underpinnings Last Class Recap game-theory why normal search won t work minimax algorithm brute-force traversal of game tree for best move alpha-beta pruning how to improve on

More information

MSc(CompSc) List of courses offered in

MSc(CompSc) List of courses offered in Office of the MSc Programme in Computer Science Department of Computer Science The University of Hong Kong Pokfulam Road, Hong Kong. Tel: (+852) 3917 1828 Fax: (+852) 2547 4442 Email: msccs@cs.hku.hk (The

More information

CMSC 372 Artificial Intelligence. Fall Administrivia

CMSC 372 Artificial Intelligence. Fall Administrivia CMSC 372 Artificial Intelligence Fall 2017 Administrivia Instructor: Deepak Kumar Lectures: Mon& Wed 10:10a to 11:30a Labs: Fridays 10:10a to 11:30a Pre requisites: CMSC B206 or H106 and CMSC B231 or permission

More information

COMP219: Artificial Intelligence. Lecture 2: AI Problems and Applications

COMP219: Artificial Intelligence. Lecture 2: AI Problems and Applications COMP219: Artificial Intelligence Lecture 2: AI Problems and Applications 1 Introduction Last time General module information Characterisation of AI and what it is about Today Overview of some common AI

More information

Artificial intelligence, made simple. Written by: Dale Benton Produced by: Danielle Harris

Artificial intelligence, made simple. Written by: Dale Benton Produced by: Danielle Harris Artificial intelligence, made simple Written by: Dale Benton Produced by: Danielle Harris THE ARTIFICIAL INTELLIGENCE MARKET IS SET TO EXPLODE AND NVIDIA, ALONG WITH THE TECHNOLOGY ECOSYSTEM INCLUDING

More information

Carnegie Mellon University, University of Pittsburgh

Carnegie Mellon University, University of Pittsburgh Carnegie Mellon University, University of Pittsburgh Carnegie Mellon University, University of Pittsburgh Artificial Intelligence (AI) and Deep Learning (DL) Overview Paola Buitrago Leader AI and BD Pittsburgh

More information

ECE 599/692 Deep Learning Lecture 19 Beyond BP and CNN

ECE 599/692 Deep Learning Lecture 19 Beyond BP and CNN ECE 599/692 Deep Learning Lecture 19 Beyond BP and CNN Hairong Qi, Gonzalez Family Professor Electrical Engineering and Computer Science University of Tennessee, Knoxville http://www.eecs.utk.edu/faculty/qi

More information

Artificial Intelligence. What is AI?

Artificial Intelligence. What is AI? 2 Artificial Intelligence What is AI? Some Definitions of AI The scientific understanding of the mechanisms underlying thought and intelligent behavior and their embodiment in machines American Association

More information

Computational Thinking for All

Computational Thinking for All for All Corporate Vice President, Microsoft Research Consulting Professor of Computer Science, Carnegie Mellon University Centrality and Dimensions of Computing Panel Workshop on the Growth of Computer

More information

CS6700: The Emergence of Intelligent Machines. Prof. Carla Gomes Prof. Bart Selman Cornell University

CS6700: The Emergence of Intelligent Machines. Prof. Carla Gomes Prof. Bart Selman Cornell University EMERGENCE OF INTELLIGENT MACHINES: CHALLENGES AND OPPORTUNITIES CS6700: The Emergence of Intelligent Machines Prof. Carla Gomes Prof. Bart Selman Cornell University Artificial Intelligence After a distinguished

More information

Reinforcement Learning for CPS Safety Engineering. Sam Green, Çetin Kaya Koç, Jieliang Luo University of California, Santa Barbara

Reinforcement Learning for CPS Safety Engineering. Sam Green, Çetin Kaya Koç, Jieliang Luo University of California, Santa Barbara Reinforcement Learning for CPS Safety Engineering Sam Green, Çetin Kaya Koç, Jieliang Luo University of California, Santa Barbara Motivations Safety-critical duties desired by CPS? Autonomous vehicle control:

More information

Looking ahead : Technology trends driving business innovation.

Looking ahead : Technology trends driving business innovation. NTT DATA Technology Foresight 2018 Looking ahead : Technology trends driving business innovation. Technology will drive the future of business. Digitization has placed society at the beginning of the next

More information

Human-Centric Trusted AI for Data-Driven Economy

Human-Centric Trusted AI for Data-Driven Economy Human-Centric Trusted AI for Data-Driven Economy Masugi Inoue 1 and Hideyuki Tokuda 2 National Institute of Information and Communications Technology inoue@nict.go.jp 1, Director, International Research

More information

KÜNSTLICHE INTELLIGENZ JOBKILLER VON MORGEN?

KÜNSTLICHE INTELLIGENZ JOBKILLER VON MORGEN? KÜNSTLICHE INTELLIGENZ JOBKILLER VON MORGEN? Marc Stampfli https://www.linkedin.com/in/marcstampfli/ https://twitter.com/marc_stampfli E-Mail: mstampfli@nvidia.com INTELLIGENT ROBOTS AND SMART MACHINES

More information

INTRODUCTION TO DEEP LEARNING. Steve Tjoa June 2013

INTRODUCTION TO DEEP LEARNING. Steve Tjoa June 2013 INTRODUCTION TO DEEP LEARNING Steve Tjoa kiemyang@gmail.com June 2013 Acknowledgements http://ufldl.stanford.edu/wiki/index.php/ UFLDL_Tutorial http://youtu.be/ayzoubkuf3m http://youtu.be/zmnoatzigik 2

More information

AI & Machine Learning. By Jan Øye Lindroos

AI & Machine Learning. By Jan Øye Lindroos AI & Machine Learning By Jan Øye Lindroos About This Talk Brief introduction to AI: Definition and Characteristics Machine Learning: Types of ML, example algorithms Historical Overview: 1940-Present Present

More information

Data-Starved Artificial Intelligence

Data-Starved Artificial Intelligence Data-Starved Artificial Intelligence Data-Starved Artificial Intelligence This material is based upon work supported by the Assistant Secretary of Defense for Research and Engineering under Air Force Contract

More information

What is Artificial Intelligence? Alternate Definitions (Russell + Norvig) Human intelligence

What is Artificial Intelligence? Alternate Definitions (Russell + Norvig) Human intelligence CSE 3401: Intro to Artificial Intelligence & Logic Programming Introduction Required Readings: Russell & Norvig Chapters 1 & 2. Lecture slides adapted from those of Fahiem Bacchus. What is AI? What is

More information

AI Frontiers. Dr. Dario Gil Vice President IBM Research

AI Frontiers. Dr. Dario Gil Vice President IBM Research AI Frontiers Dr. Dario Gil Vice President IBM Research 1 AI is the new IT MIT Intro to Machine Learning course: 2013 138 students 2016 302 students 2017 700 students 2 What is AI? Artificial Intelligence

More information

Creating Innovation Driven by Social Needs Anchored in the Future

Creating Innovation Driven by Social Needs Anchored in the Future Special Feature 1: CTO Interview Creating Innovation Driven by Social Needs Anchored in the Future Kiichiro Miyata Director, Senior Managing Executive Officer, CTO Over the years, OMRON has introduced

More information

Executive summary. AI is the new electricity. I can hardly imagine an industry which is not going to be transformed by AI.

Executive summary. AI is the new electricity. I can hardly imagine an industry which is not going to be transformed by AI. Executive summary Artificial intelligence (AI) is increasingly driving important developments in technology and business, from autonomous vehicles to medical diagnosis to advanced manufacturing. As AI

More information

Great Minds. Internship Program IBM Research - China

Great Minds. Internship Program IBM Research - China Internship Program 2017 Internship Program 2017 Jump Start Your Future at IBM Research China Introduction invites global candidates to apply for the 2017 Great Minds internship program located in Beijing

More information

CSC384 Intro to Artificial Intelligence* *The following slides are based on Fahiem Bacchus course lecture notes.

CSC384 Intro to Artificial Intelligence* *The following slides are based on Fahiem Bacchus course lecture notes. CSC384 Intro to Artificial Intelligence* *The following slides are based on Fahiem Bacchus course lecture notes. Artificial Intelligence A branch of Computer Science. Examines how we can achieve intelligent

More information

Radio Deep Learning Efforts Showcase Presentation

Radio Deep Learning Efforts Showcase Presentation Radio Deep Learning Efforts Showcase Presentation November 2016 hume@vt.edu www.hume.vt.edu Tim O Shea Senior Research Associate Program Overview Program Objective: Rethink fundamental approaches to how

More information

DEEP LEARNING ON RF DATA. Adam Thompson Senior Solutions Architect March 29, 2018

DEEP LEARNING ON RF DATA. Adam Thompson Senior Solutions Architect March 29, 2018 DEEP LEARNING ON RF DATA Adam Thompson Senior Solutions Architect March 29, 2018 Background Information Signal Processing and Deep Learning Radio Frequency Data Nuances AGENDA Complex Domain Representations

More information

Deep Learning Overview

Deep Learning Overview Deep Learning Overview Eliu Huerta Gravity Group gravity.ncsa.illinois.edu National Center for Supercomputing Applications Department of Astronomy University of Illinois at Urbana-Champaign Data Visualization

More information

Inteligência Artificial. Arlindo Oliveira

Inteligência Artificial. Arlindo Oliveira Inteligência Artificial Arlindo Oliveira Modern Artificial Intelligence Artificial Intelligence Data Analysis Machine Learning Knowledge Representation Search and Optimization Sales and marketing Process

More information

- Basics of informatics - Computer network - Software engineering - Intelligent media processing - Human interface. Professor. Professor.

- Basics of informatics - Computer network - Software engineering - Intelligent media processing - Human interface. Professor. Professor. - Basics of informatics - Computer network - Software engineering - Intelligent media processing - Human interface Computer-Aided Engineering Research of power/signal integrity analysis and EMC design

More information

3 rd December AI at arago. The Impact of Intelligent Automation on the Blue Chip Economy

3 rd December AI at arago. The Impact of Intelligent Automation on the Blue Chip Economy Hans-Christian AI AT ARAGO Chris Boos @boosc 3 rd December 2015 AI at arago The Impact of Intelligent Automation on the Blue Chip Economy From Industry to Technology AI at arago AI AT ARAGO The Economic

More information

Lecture 1 What is AI?

Lecture 1 What is AI? Lecture 1 What is AI? CSE 473 Artificial Intelligence Oren Etzioni 1 AI as Science What are the most fundamental scientific questions? 2 Goals of this Course To teach you the main ideas of AI. Give you

More information

Neural Networks The New Moore s Law

Neural Networks The New Moore s Law Neural Networks The New Moore s Law Chris Rowen, PhD, FIEEE CEO Cognite Ventures December 216 Outline Moore s Law Revisited: Efficiency Drives Productivity Embedded Neural Network Product Segments Efficiency

More information

My AI in Peace Machine

My AI in Peace Machine My AI in Peace Machine Timo Honkela University of Helsinki Finland MyData Conference Helsinki, FI, Aug 31, 2018 Personal timeline Born 1962 Mother died 1971 Quest for understanding MSc studies on human

More information

Transer Learning : Super Intelligence

Transer Learning : Super Intelligence Transer Learning : Super Intelligence GIS Group Dr Narayan Panigrahi, MA Rajesh, Shibumon Alampatta, Rakesh K P of Centre for AI and Robotics, Defence Research and Development Organization, C V Raman Nagar,

More information

Classroom Konnect. Artificial Intelligence and Machine Learning

Classroom Konnect. Artificial Intelligence and Machine Learning Artificial Intelligence and Machine Learning 1. What is Machine Learning (ML)? The general idea about Machine Learning (ML) can be traced back to 1959 with the approach proposed by Arthur Samuel, one of

More information

The robots are coming, but the humans aren't leaving

The robots are coming, but the humans aren't leaving The robots are coming, but the humans aren't leaving Fernando Aguirre de Oliveira Júnior Partner Services, Outsourcing & Automation Advisory May, 2017 Call it what you want, digital labor is no longer

More information

China Frontier Tech Trends

China Frontier Tech Trends China Frontier Tech Trends 2017 D.LIVE ASIA Presentation by: Jenny Lee Managing Partner GGV Capital 13 th 5 Year Plan Puts Internet, AI, Big data as Priorities China sets aggressive targets to become an

More information

On Intelligence Jeff Hawkins

On Intelligence Jeff Hawkins On Intelligence Jeff Hawkins Chapter 8: The Future of Intelligence April 27, 2006 Presented by: Melanie Swan, Futurist MS Futures Group 650-681-9482 m@melanieswan.com http://www.melanieswan.com Building

More information

Joint Open Lab and PHD proposal

Joint Open Lab and PHD proposal GRUPPO TELECOM ITALIA Joint Open Lab and PHD proposal Politecnico di Torino Aprile 2015 Joint Open Lab : Project at a glance Joint Open Labs are research and innovation laboratories set up within university

More information

AI: The New Electricity to Harness Our Digital Future Workshop: Digitalisering inomenergisektorn Dec

AI: The New Electricity to Harness Our Digital Future Workshop: Digitalisering inomenergisektorn Dec AI: The New Electricity to Harness Our Digital Future Workshop: Digitalisering inomenergisektorn Dec.7 2017 Devdatt Dubhashi Computer Science and Engineering Chalmers Machine Intelligence Sweden AB AI:

More information

The game of Bridge: a challenge for ILP

The game of Bridge: a challenge for ILP The game of Bridge: a challenge for ILP S. Legras, C. Rouveirol, V. Ventos Véronique Ventos LRI Univ Paris-Saclay vventos@nukk.ai 1 Games 2 Interest of games for AI Excellent field of experimentation Problems

More information

Scott Klososky Phillip Seawright. Smart Cities: Risks & Real Opportunities

Scott Klososky Phillip Seawright. Smart Cities: Risks & Real Opportunities Scott Klososky Phillip Seawright Smart Cities: Risks & Real Opportunities Like it or not, technology has become the jugular vein of the organization Mike Foster Digital Transformation 2000 to 2050 A historically

More information

A.I in Automotive? Why and When.

A.I in Automotive? Why and When. A.I in Automotive? Why and When. AGENDA 01 02 03 04 Definitions A.I? A.I in automotive Now? Next big A.I breakthrough in Automotive 01 DEFINITIONS DEFINITIONS Artificial Intelligence Artificial Intelligence:

More information

Representation Learning for Mobile Robots in Dynamic Environments

Representation Learning for Mobile Robots in Dynamic Environments Representation Learning for Mobile Robots in Dynamic Environments Olivia Michael Supervised by A/Prof. Oliver Obst Western Sydney University Vacation Research Scholarships are funded jointly by the Department

More information

Big Intelligence : Towards Intelligent Computing System in the 21 st Century

Big Intelligence : Towards Intelligent Computing System in the 21 st Century Big Intelligence : Towards Intelligent Computing System in the 21 st Century Tomotake Sasaki Big Intelligence Project Fujitsu Laboratories Ltd. 0 Big Intelligence and the World It Will Shape Physical Space

More information

Artificial Intelligence: An overview

Artificial Intelligence: An overview Artificial Intelligence: An overview Thomas Trappenberg January 4, 2009 Based on the slides provided by Russell and Norvig, Chapter 1 & 2 What is AI? Systems that think like humans Systems that act like

More information

An Introduction to Artificial Intelligence, Machine Learning, and Neural networks. Carola F. Berger

An Introduction to Artificial Intelligence, Machine Learning, and Neural networks. Carola F. Berger An Introduction to Artificial Intelligence, Machine Learning, and Neural networks ATA58 Carola F. Berger Outline What is Artificial Intelligence (AI)? What does it do? How does it work? Will there be a

More information

Lecture 1 What is AI? EECS 348 Intro to Artificial Intelligence Doug Downey

Lecture 1 What is AI? EECS 348 Intro to Artificial Intelligence Doug Downey Lecture 1 What is AI? EECS 348 Intro to Artificial Intelligence Doug Downey Outline 1) What is AI: The Course 2) What is AI: The Field 3) Why to take the class (or not) 4) A Brief History of AI 5) Predict

More information

Artificial Intelligence and Robotics Getting More Human

Artificial Intelligence and Robotics Getting More Human Weekly Barometer 25 janvier 2012 Artificial Intelligence and Robotics Getting More Human July 2017 ATONRÂ PARTNERS SA 12, Rue Pierre Fatio 1204 GENEVA SWITZERLAND - Tel: + 41 22 310 15 01 http://www.atonra.ch

More information

Artificial intelligence: past, present and future

Artificial intelligence: past, present and future Artificial intelligence: past, present and future Thomas Bolander, Associate Professor, DTU Compute Danske Ideer, 15 March 2017 Thomas Bolander, Danske Ideer, 15 Mar 2017 p. 1/21 A bit about myself Thomas

More information

What we are expecting from this presentation:

What we are expecting from this presentation: What we are expecting from this presentation: A We want to inform you on the most important highlights from this topic D We exhort you to share with us a constructive feedback for further improvements

More information

Industry 4.0 The Future of Innovation

Industry 4.0 The Future of Innovation Industry 4.0 The Future of Innovation Peter Merrill Chair; ASQ Innovation Think Tank www.petermerrill.com Why Innovation? Global Change Digitization Market Change Social Change Perfect Storm of Change

More information

The Nature of Informatics

The Nature of Informatics The Nature of Informatics Alan Bundy University of Edinburgh 19-Sep-11 1 What is Informatics? The study of the structure, behaviour, and interactions of both natural and artificial computational systems.

More information

INTELLIGENCE EXPLOSION: SCIENCE OR FICTION? Bart Selman Cornell University

INTELLIGENCE EXPLOSION: SCIENCE OR FICTION? Bart Selman Cornell University INTELLIGENCE EXPLOSION: SCIENCE OR FICTION? Bart Selman Cornell University Change in Perception 2008-2009 AAAI Presidential Panel on Long-Term AI Futures Goal: Explore societal impact of (future) AI technologies

More information

Industrial Applications and Challenges for Verifying Reactive Embedded Software. Tom Bienmüller, SC 2 Summer School, MPI Saarbrücken, August 2017

Industrial Applications and Challenges for Verifying Reactive Embedded Software. Tom Bienmüller, SC 2 Summer School, MPI Saarbrücken, August 2017 Industrial Applications and Challenges for Verifying Reactive Embedded Software Tom Bienmüller, SC 2 Summer School, MPI Saarbrücken, August 2017 Agenda 2 Who am I? Who is BTC Embedded Systems? Formal Methods

More information

Navigating the AI Adoption Minefield Pitfalls, best practices, and developing your own AI roadmap April 11

Navigating the AI Adoption Minefield Pitfalls, best practices, and developing your own AI roadmap April 11 Navigating the AI Adoption Minefield Pitfalls, best practices, and developing your own AI roadmap April 11 Presenter: Cosmin Laslau, Director of Research Products, Lux Research Agenda 1 2 3 Why you yes,

More information

Expectations for Intelligent Computing

Expectations for Intelligent Computing Fujitsu Laboratories of America Technology Symposium 2015 Expectations for Intelligent Computing Tango Matsumoto CTO & CIO FUJITSU LIMITED Outline What s going on with AI in Fujitsu? Where can we apply

More information

CS 380: ARTIFICIAL INTELLIGENCE INTRODUCTION. Santiago Ontañón

CS 380: ARTIFICIAL INTELLIGENCE INTRODUCTION. Santiago Ontañón CS 380: ARTIFICIAL INTELLIGENCE INTRODUCTION Santiago Ontañón so367@drexel.edu CS 380 Focus: Introduction to AI: basic concepts and algorithms. Topics: What is AI? Problem Solving and Heuristic Search

More information

CS 730/830: Intro AI. Prof. Wheeler Ruml. TA Bence Cserna. Thinking inside the box. 5 handouts: course info, project info, schedule, slides, asst 1

CS 730/830: Intro AI. Prof. Wheeler Ruml. TA Bence Cserna. Thinking inside the box. 5 handouts: course info, project info, schedule, slides, asst 1 CS 730/830: Intro AI Prof. Wheeler Ruml TA Bence Cserna Thinking inside the box. 5 handouts: course info, project info, schedule, slides, asst 1 Wheeler Ruml (UNH) Lecture 1, CS 730 1 / 23 My Definition

More information

Artificial Neural Networks. Artificial Intelligence Santa Clara, 2016

Artificial Neural Networks. Artificial Intelligence Santa Clara, 2016 Artificial Neural Networks Artificial Intelligence Santa Clara, 2016 Simulate the functioning of the brain Can simulate actual neurons: Computational neuroscience Can introduce simplified neurons: Neural

More information

Goals of this Course. CSE 473 Artificial Intelligence. AI as Science. AI as Engineering. Dieter Fox Colin Zheng

Goals of this Course. CSE 473 Artificial Intelligence. AI as Science. AI as Engineering. Dieter Fox Colin Zheng CSE 473 Artificial Intelligence Dieter Fox Colin Zheng www.cs.washington.edu/education/courses/cse473/08au Goals of this Course To introduce you to a set of key: Paradigms & Techniques Teach you to identify

More information

THE NEXT WAVE OF COMPUTING. September 2017

THE NEXT WAVE OF COMPUTING. September 2017 THE NEXT WAVE OF COMPUTING September 2017 SAFE HARBOR Forward-Looking Statements Except for the historical information contained herein, certain matters in this presentation including, but not limited

More information

An Introduction to Machine Learning for Social Scientists

An Introduction to Machine Learning for Social Scientists An Introduction to Machine Learning for Social Scientists Tyler Ransom University of Oklahoma, Dept. of Economics November 10, 2017 Outline 1. Intro 2. Examples 3. Conclusion Tyler Ransom (OU Econ) An

More information

Technology trends in the digitalization era. ANSYS Innovation Conference Bologna, Italy June 13, 2018 Michele Frascaroli Technical Director, CRIT Srl

Technology trends in the digitalization era. ANSYS Innovation Conference Bologna, Italy June 13, 2018 Michele Frascaroli Technical Director, CRIT Srl Technology trends in the digitalization era ANSYS Innovation Conference Bologna, Italy June 13, 2018 Michele Frascaroli Technical Director, CRIT Srl Summary About CRIT Top Trends for Emerging Technologies

More information

Demystifying Machine Learning

Demystifying Machine Learning Demystifying Machine Learning By Simon Agius Muscat Software Engineer with RightBrain PyMalta, 19/07/18 http://www.rightbrain.com.mt 0. Talk outline 1. Explain the reasoning behind my talk 2. Defining

More information

MINE 432 Industrial Automation and Robotics

MINE 432 Industrial Automation and Robotics MINE 432 Industrial Automation and Robotics Part 3, Lecture 5 Overview of Artificial Neural Networks A. Farzanegan (Visiting Associate Professor) Fall 2014 Norman B. Keevil Institute of Mining Engineering

More information

Automated hand recognition as a human-computer interface

Automated hand recognition as a human-computer interface Automated hand recognition as a human-computer interface Sergii Shelpuk SoftServe, Inc. sergii.shelpuk@gmail.com Abstract This paper investigates applying Machine Learning to the problem of turning a regular

More information

Overview. Pre AI developments. Birth of AI, early successes. Overwhelming optimism underwhelming results

Overview. Pre AI developments. Birth of AI, early successes. Overwhelming optimism underwhelming results Help Overview Administrivia History/applications Modeling agents/environments What can we learn from the past? 1 Pre AI developments Philosophy: intelligence can be achieved via mechanical computation

More information

AI in Europe How could the EC help European society and economy to make the best of this revolution?

AI in Europe How could the EC help European society and economy to make the best of this revolution? AI in Europe How could the EC help European society and economy to make the best of this revolution? => H2020 - ICT-26-2018-2020 Artificial Intelligence Cécile Huet, PhD Deputy Head of Unit A1 Robotics

More information

Games and Big Data: A Scalable Multi-Dimensional Churn Prediction Model

Games and Big Data: A Scalable Multi-Dimensional Churn Prediction Model Games and Big Data: A Scalable Multi-Dimensional Churn Prediction Model Paul Bertens, Anna Guitart and África Periáñez (Silicon Studio) CIG 2017 New York 23rd August 2017 Who are we? Game studio and graphics

More information

Thomas Hofmann Institute for Machine Learning, ETH Zürich

Thomas Hofmann Institute for Machine Learning, ETH Zürich A.I. A Genie in the Bottle? Thomas Hofmann Institute for Machine Learning, ETH Zürich 1 What is A.I.? What is Intelligence? Intelligence is the ability to understand or to make sense and to act accordingly.

More information

The five senses of Artificial Intelligence

The five senses of Artificial Intelligence The five senses of Artificial Intelligence Why humanizing automation is crucial to the transformation of your business AUTOMATION DRIVE The five senses of Artificial Intelligence: A deep source of untapped

More information

AI for Autonomous Ships Challenges in Design and Validation

AI for Autonomous Ships Challenges in Design and Validation VTT TECHNICAL RESEARCH CENTRE OF FINLAND LTD AI for Autonomous Ships Challenges in Design and Validation ISSAV 2018 Eetu Heikkilä Autonomous ships - activities in VTT Autonomous ship systems Unmanned engine

More information

AI Application Processing Requirements

AI Application Processing Requirements AI Application Processing Requirements 1 Low Medium High Sensor analysis Activity Recognition (motion sensors) Stress Analysis or Attention Analysis Audio & sound Speech Recognition Object detection Computer

More information

Introduction to Machine Learning

Introduction to Machine Learning Introduction to Machine Learning Perceptron Barnabás Póczos Contents History of Artificial Neural Networks Definitions: Perceptron, Multi-Layer Perceptron Perceptron algorithm 2 Short History of Artificial

More information

Powerful But Limited: A DARPA Perspective on AI. Arati Prabhakar Director, DARPA

Powerful But Limited: A DARPA Perspective on AI. Arati Prabhakar Director, DARPA Powerful But Limited: A DARPA Perspective on AI Arati Prabhakar Director, DARPA Artificial intelligence Three waves of AI technology (so far) Handcrafted knowledge Statistical learning Contextual adaptation

More information

The Automatic Classification Problem. Perceptrons, SVMs, and Friends: Some Discriminative Models for Classification

The Automatic Classification Problem. Perceptrons, SVMs, and Friends: Some Discriminative Models for Classification Perceptrons, SVMs, and Friends: Some Discriminative Models for Classification Parallel to AIMA 8., 8., 8.6.3, 8.9 The Automatic Classification Problem Assign object/event or sequence of objects/events

More information

CSE 473 Artificial Intelligence (AI) Outline

CSE 473 Artificial Intelligence (AI) Outline CSE 473 Artificial Intelligence (AI) Rajesh Rao (Instructor) Ravi Kiran (TA) http://www.cs.washington.edu/473 UW CSE AI faculty Goals of this course Logistics What is AI? Examples Challenges Outline 2

More information

Introduction to Talking Robots

Introduction to Talking Robots Introduction to Talking Robots Graham Wilcock Adjunct Professor, Docent Emeritus University of Helsinki 8.12.2015 1 Robots and Artificial Intelligence Graham Wilcock 8.12.2015 2 Breakthrough Steps of Artificial

More information

Artificial Intelligence in Medicine. The Landscape. The Landscape

Artificial Intelligence in Medicine. The Landscape. The Landscape Artificial Intelligence in Medicine Leo Anthony Celi MD MS MPH MIT Institute for Medical Engineering and Science Beth Israel Deaconess Medical Center, Harvard Medical School For much, and perhaps most

More information

Artificial Intelligence

Artificial Intelligence Torralba and Wahlster Artificial Intelligence Chapter 1: Introduction 1/22 Artificial Intelligence 1. Introduction What is AI, Anyway? Álvaro Torralba Wolfgang Wahlster Summer Term 2018 Thanks to Prof.

More information

Neural Models for Multi-Sensor Integration in Robotics

Neural Models for Multi-Sensor Integration in Robotics Department of Informatics Intelligent Robotics WS 2016/17 Neural Models for Multi-Sensor Integration in Robotics Josip Josifovski 4josifov@informatik.uni-hamburg.de Outline Multi-sensor Integration: Neurally

More information

Introduction to Artificial Intelligence

Introduction to Artificial Intelligence Introduction to Artificial Intelligence Mitch Marcus CIS521 Fall, 2017 Welcome to CIS 521 Professor: Mitch Marcus, mitch@ Levine 503 TAs: Eddie Smith, Heejin Jeong, Kevin Wang, Ming Zhang

More information

Supercomputers have become critically important tools for driving innovation and discovery

Supercomputers have become critically important tools for driving innovation and discovery David W. Turek Vice President, Technical Computing OpenPOWER IBM Systems Group House Committee on Science, Space and Technology Subcommittee on Energy Supercomputing and American Technology Leadership

More information

arxiv: v1 [cs.lg] 2 Jan 2018

arxiv: v1 [cs.lg] 2 Jan 2018 Deep Learning for Identifying Potential Conceptual Shifts for Co-creative Drawing arxiv:1801.00723v1 [cs.lg] 2 Jan 2018 Pegah Karimi pkarimi@uncc.edu Kazjon Grace The University of Sydney Sydney, NSW 2006

More information

Advanced Techniques for Mobile Robotics Location-Based Activity Recognition

Advanced Techniques for Mobile Robotics Location-Based Activity Recognition Advanced Techniques for Mobile Robotics Location-Based Activity Recognition Wolfram Burgard, Cyrill Stachniss, Kai Arras, Maren Bennewitz Activity Recognition Based on L. Liao, D. J. Patterson, D. Fox,

More information

Toward AI Network Society

Toward AI Network Society Toward AI Network Society AI Evolution and Human Evolution Refer to Social, Economic, Educational Issue Paris, October 26, 2017 Osamu SUDOH Chair, the Conference toward AI Network Society, MIC, Gov. of

More information