Will Androids Dream of Electric Sheep? A Glimpse of Current and Future Developments in Artificial Intelligence Henry Kautz Computer Science & Engineering.

Slides:



Advertisements
Similar presentations
Artificial Intelligence
Advertisements

Approaches, Tools, and Applications Islam A. El-Shaarawy Shoubra Faculty of Eng.
Cognitive Systems, ICANN panel, Q1 What is machine intelligence, as beyond pattern matching, classification and prediction. What is machine intelligence,
Artificial Intelligence
CHAPTER 4 DECISION SUPPORT AND ARTIFICIAL INTELLIGENCE Brainpower for Your Business.
Aaron Summers. What is Artificial Intelligence (AI)? Great question right?
Artificial Intelligence
Introduction to AI Kaziwa H. Saleh. What is AI? John McCarthy defines AI as “the science and engineering to make intelligent machines”. AI is the study.
An Introduction to Artificial Intelligence. Introduction Getting machines to “think”. Imitation game and the Turing test. Chinese room test. Key processes.
AI 授課教師:顏士淨 2013/09/12 1. Part I & Part II 2  Part I Artificial Intelligence 1 Introduction 2 Intelligent Agents Part II Problem Solving 3 Solving Problems.
WHAT IS ARTIFICIAL INTELLIGENCE?
4-1 Management Information Systems for the Information Age Copyright 2002 The McGraw-Hill Companies, Inc. All rights reserved Chapter 4 Decision Support.
C SC 421: Artificial Intelligence …or Computational Intelligence Alex Thomo
Chapter 4 DECISION SUPPORT AND ARTIFICIAL INTELLIGENCE
Chapter 11 Artificial Intelligence and Expert Systems.
1 Chapter 4 Decision Support and Artificial Intelligence Brainpower for Your Business.
1. 1 Text Book Artificial Intelligence: A Modern Approach, S. Russell and P. Norvig, 3/e, Prentice Hall, 2010 References  Artificial Intelligence, Patrick.
RoboCup: The Robot World Cup Initiative Based on Wikipedia and presentations by Mariya Miteva, Kevin Lam, Paul Marlow.
McGraw-Hill/Irwin ©2005 The McGraw-Hill Companies, All rights reserved ©2005 The McGraw-Hill Companies, All rights reserved McGraw-Hill/Irwin.
Critical Thinking in Nursing. Definition  Critical thinking is an active, organized, cognitive process used to carefully examine one’s thinking and the.
Artificial Intelligence What’s Possible, What’s Not, How Do We Move Forward? Adam Cheyer Co-Founder, VP Engineering Siri Inc.
CPSC 171 Artificial Intelligence Read Chapter 14.
Artificial Intelligence Andrea Danyluk For FPS 2/2/04.
Artificial Intelligence By Ryan Shoultes & Jeremy Creighton.
CHAPTER 12 ADVANCED INTELLIGENT SYSTEMS © 2005 Prentice Hall, Decision Support Systems and Intelligent Systems, 7th Edition, Turban, Aronson, and Liang.
ARTIFICIAL INTELLIGENCE Introduction: Chapter 1. Outline Course overview What is AI? A brief history The state of the art.
Artificial Intelligence CIS 479/579 Bruce R. Maxim UM-Dearborn.
CISC4/681 Introduction to Artificial Intelligence1 Introduction – Artificial Intelligence a Modern Approach Russell and Norvig: 1.
Chapter 14: Artificial Intelligence Invitation to Computer Science, C++ Version, Third Edition.
Chapter 10 Artificial Intelligence. © 2005 Pearson Addison-Wesley. All rights reserved 10-2 Chapter 10: Artificial Intelligence 10.1 Intelligence and.
Department of Information Technology Indian Institute of Information Technology and Management Gwalior AASF hIQ 1 st Nov ‘09 Department of Information.
Lecture 1 What is AI? CSE 473 Artificial Intelligence Oren Etzioni.
Knowledge representation
Introduction GAM 376 Robin Burke Winter Outline Introductions Syllabus.
11 C H A P T E R Artificial Intelligence and Expert Systems.
Artificial Intelligence: Prospects for the 21 st Century Henry Kautz Department of Computer Science University of Rochester.
Artificial Intelligence Introductory Lecture Jennifer J. Burg Department of Mathematics and Computer Science.
 The most intelligent device - “Human Brain”.  The machine that revolutionized the whole world – “computer”.  Inefficiencies of the computer has lead.
Artificial Intelligence
CNS 4470 Artificial Intelligence. What is AI? No really what is it? No really what is it?
Artificial Intelligence CS 363 Kawther Abas Lecture 1 Introduction 5/4/1435.
Cognitive Psychology: Thinking, Intelligence, and Language
Fundamentals of Information Systems, Third Edition2 Principles and Learning Objectives Artificial intelligence systems form a broad and diverse set of.
Introduction to Artificial Intelligence and Soft Computing
I Robot.
© 2005 Prentice Hall, Decision Support Systems and Intelligent Systems, 7th Edition, Turban, Aronson, and Liang 12-1 Chapter 12 Advanced Intelligent Systems.
Artificial intelligence
Chapter 4 Decision Support System & Artificial Intelligence.
ARTIFICIALINTELLIGENCE ARTIFICIAL INTELLIGENCE EXPERT SYSTEMS.
Introduction to Artificial Intelligence CS 438 Spring 2008.
1 MIS in Practice Types of Information Systems (IS)
Artificial Intelligence: Research and Collaborative Possibilities a presentation by: Dr. Ernest L. McDuffie, Assistant Professor Department of Computer.
ITEC 1010 Information and Organizations Chapter V Expert Systems.
INTRODUCTION TO COGNITIVE SCIENCE NURSING INFORMATICS CHAPTER 3 1.
Artificial Intelligence, simulation and modelling.
1 Artificial Intelligence & Prolog Programming CSL 302.
Decision Support and Business Intelligence Systems (9 th Ed., Prentice Hall) Chapter 12: Artificial Intelligence and Expert Systems.
Overview of Artificial Intelligence (1) Artificial intelligence (AI) Computers with the ability to mimic or duplicate the functions of the human brain.
Brief Intro to Machine Learning CS539
RoboCup: The Robot World Cup Initiative
Chapter 11: Artificial Intelligence
Organization and Knowledge Management
ARTIFICIAL INTELLIGENCE.
MANAGING KNOWLEDGE FOR THE DIGITAL FIRM
Artificial Intelligence and Expert Systems
Artificial Intelligence
Artificial Intelligence introduction(2)
Introduction to Artificial Intelligence Instructor: Dr. Eduardo Urbina
Artificial Intelligence
Artificial Intelligence Andrea Danyluk For FPS 2/2/04.
Presentation transcript:

Will Androids Dream of Electric Sheep? A Glimpse of Current and Future Developments in Artificial Intelligence Henry Kautz Computer Science & Engineering University of Washington

What is Artificial Intelligence? The study of the principles by which natural or artificial machines manipulate knowledge: –how knowledge is acquired –how goals are generated and achieved –how concepts are formed –how collaboration is achieved

... Exactly what the computer provides is the ability not to be rigid and unthinking but, rather, to behave conditionally. That is what it means to apply knowledge to action: It means to let the action taken reflect knowledge of the situation, to be sometimes this way, sometimes that, as appropriate.... -Allen Newell

Classical AI Disembodied Intelligence Intelligent Robotics Embodied Intelligence “Cyborgs” Cooperative Intelligence

Classical AI The principles of intelligence are separate from any hardware / software / wetware implementation –logical reasoning –probabilistic reasoning –strategic reasoning –diagnostic reasoning Look for these principles by studying how to perform tasks that require intelligence In general: divide and conquer!

Success Story: Medical Expert Systems Mycin (1980) –Expert level performance in diagnosis of blood infections Today: 1,000’s of systems –Everything from diagnosing cancer to designing dentures –Often outperform doctors in clinical trials –Major hurdle today – non-expert part – doctor/machine interaction

Success Story: Chess I could feel – I could smell – a new kind of intelligence across the table - Kasparov Examines 5 billion positions / second Intelligent behavior emerges from brute-force search

Is that all there is? The success stories of classical AI are based on automating the step-by- step rules of logic or probability theory But what about the importance of intuition, hunches, lucky guesses in natural intelligence?

Stochastic Inference Recent research on ways to solve problems that are inherently too big to solve by systematic search Idea: guess at a solution, then randomly perturb it until it “fits” We can illustrate such an approach on the N-Queens problemN-Queens problem

Intelligent Robotics In the 1990’s there was a growing concern that work in classical AI ignored crucial scientific questions: –How do we integrate the components of intelligence (e.g. learning & planning)? –How does perception interact with reasoning? –How does the demand for real-time performance in a complex, changing environment affect the architecture of intelligence?

Provide a standard problem where a wide range of technologies can be integrated and examined By 2050, develop a team of fully autonomous humanoid robots that can win against the human world champion team in soccer.

Robocup Insights Reactivity more important than optimal decision making Complex group behavior (e.g. passing) can be generated by surprisingly simple rules Can trade mechanical engineering for computing and vice-versa Highlights of 2002

“Cyborgs”: Fusing Animal and Machine Intelligence A different criticism of Classical AI is that to understand intelligence we must understand the brain, not just tasks Neural Nets – model of computation inspired by brain –massive number of simple parallel processing units –trained rather than programmed

Neural Net Success Stories Voice and character recognition Face recognition Modeling neural systems of animals UW Implantable Electronics Project The compelling scientific reason for this research is to correlate neuronal signaling and control with environmental stimuli and behavior, to better understand the neural substrates of behavior

Today’s Cyborgs Tritonia Diomedea Manduca Sexta

Predictions Key future AI application: Helping take care of our aging population –robot nurses, rather than soccer players Key research future issue: cooperative intelligence –how the combination of a human and AI system can be more than the sum of its parts

… In sum, technology can be controlled especially if it is saturated with intelligence to watch over how it goes, to keep accounts, to prevent errors, and to provide wisdom to each decision. -Allen Newell

A Warning

Why Electric Sheep? Do Androids Dream of Electric Sheep? –Title of novel by Philip K. Dick upon which the movie Bladerunner is based