What It Is To Be Conscious: Exploring the Plausibility of Consciousness in Deep Learning Computers (Peter) Zach Davis Philosophy & Computer Science ID.

Slides:



Advertisements
Similar presentations
A Brief Overview of Neural Networks By Rohit Dua, Samuel A. Mulder, Steve E. Watkins, and Donald C. Wunsch.
Advertisements

Artificial Neural Network
A model of Consciousness With neural networks By: Hadiseh Nowparast.
Tuomas Sandholm Carnegie Mellon University Computer Science Department
Artificial Neural Networks
Machine Learning Neural Networks
Lecture 14 – Neural Networks
Neural NetworksNN 11 Neural Networks Teacher: Elena Marchiori R4.47 Assistant: Kees Jong S2.22
Branch Prediction with Neural- Networks: Hidden Layers and Recurrent Connections Andrew Smith CSE Dept. June 10, 2004.
Neural Networks Basic concepts ArchitectureOperation.
Carla P. Gomes CS4700 CS 4700: Foundations of Artificial Intelligence Prof. Carla P. Gomes Module: Neural Networks: Concepts (Reading:
1 Chapter 11 Neural Networks. 2 Chapter 11 Contents (1) l Biological Neurons l Artificial Neurons l Perceptrons l Multilayer Neural Networks l Backpropagation.
Introduction to Neural Network Justin Jansen December 9 th 2002.
Power Systems Application of Artificial Neural Networks. (ANN)  Introduction  Brief history.  Structure  How they work  Sample Simulations. (EasyNN)
Chapter Seven The Network Approach: Mind as a Web.
Associative Learning in Hierarchical Self Organizing Learning Arrays Janusz A. Starzyk, Zhen Zhu, and Yue Li School of Electrical Engineering and Computer.
Introduction to Recurrent neural networks (RNN), Long short-term memory (LSTM) Wenjie Pei In this coffee talk, I would like to present you some basic.
CHAPTER 12 ADVANCED INTELLIGENT SYSTEMS © 2005 Prentice Hall, Decision Support Systems and Intelligent Systems, 7th Edition, Turban, Aronson, and Liang.
Soft Computing Colloquium 2 Selection of neural network, Hybrid neural networks.
Artificial Neural Networks (ANN). Output Y is 1 if at least two of the three inputs are equal to 1.
Learning in neural networks Chapter 19 DRAFT. Biological neuron.
Artificial Neural Networks An Overview and Analysis.
Explorations in Neural Networks Tianhui Cai Period 3.
Neural Networks Architecture Baktash Babadi IPM, SCS Fall 2004.
Establishing the Equivalence between Recurrent Neural Networks and Turing Machines. Ritesh Kumar Sinha(02d05005) Kumar Gaurav Bijay( )
1 Pattern Recognition: Statistical and Neural Lonnie C. Ludeman Lecture 20 Oct 26, 2005 Nanjing University of Science & Technology.
NEURAL NETWORKS FOR DATA MINING
1 Chapter 11 Neural Networks. 2 Chapter 11 Contents (1) l Biological Neurons l Artificial Neurons l Perceptrons l Multilayer Neural Networks l Backpropagation.
ARTIFICIAL NEURAL NETWORKS. Overview EdGeneral concepts Areej:Learning and Training Wesley:Limitations and optimization of ANNs Cora:Applications and.
M Machine Learning F# and Accord.net. Alena Dzenisenka Software architect at Luxoft Poland Member of F# Software Foundation Board of Trustees Researcher.
Complexity. What is Consciousness? Tononi: – consciousness corresponds to the capacity of a system to integrate information.
Approaches to A. I. Thinking like humans Cognitive science Neuron level Neuroanatomical level Mind level Thinking rationally Aristotle, syllogisms Logic.
Over-Trained Network Node Removal and Neurotransmitter-Inspired Artificial Neural Networks By: Kyle Wray.
AI & Machine Learning Libraries By Logan Kearsley.
Neural Networks Presented by M. Abbasi Course lecturer: Dr.Tohidkhah.
CSC321: 2011 Introduction to Neural Networks and Machine Learning Lecture 6: Applying backpropagation to shape recognition Geoffrey Hinton.
What It Is To Be Conscious: Exploring the Plausibility of Consciousness in Deep Learning Computers Senior Project – Philosophy and Computer Science ID.
Neural Network and Deep Learning 王强昌 MLA lab.
Introduction to Neural Networks Freek Stulp. 2 Overview Biological Background Artificial Neuron Classes of Neural Networks 1. Perceptrons 2. Multi-Layered.
CHEE825 Fall 2005J. McLellan1 Nonlinear Empirical Models.
Artificial Intelligence CIS 342 The College of Saint Rose David Goldschmidt, Ph.D.
Joe Bradish Parallel Neural Networks. Background  Deep Neural Networks (DNNs) have become one of the leading technologies in artificial intelligence.
The Language of Thought : Part II Joe Lau Philosophy HKU.
ECE 471/571 - Lecture 16 Hopfield Network 11/03/15.
Lecture 12. Outline of Rule-Based Classification 1. Overview of ANN 2. Basic Feedforward ANN 3. Linear Perceptron Algorithm 4. Nonlinear and Multilayer.
Machine Learning Artificial Neural Networks MPλ ∀ Stergiou Theodoros 1.
Artificial Neural Networks By: Steve Kidos. Outline Artificial Neural Networks: An Introduction Frank Rosenblatt’s Perceptron Multi-layer Perceptron Dot.
1 Neural Networks MUMT 611 Philippe Zaborowski April 2005.
Fundamental ARTIFICIAL NEURAL NETWORK Session 1st
Neural Networks.
ECE 471/571 - Lecture 15 Hopfield Network 03/29/17.
Deep Learning for Images
ATS2840 Philosophy of Mind Semester 1, 2017
What is an ANN ? The inventor of the first neuro computer, Dr. Robert defines a neural network as,A human brain like system consisting of a large number.
CSE 473 Introduction to Artificial Intelligence Neural Networks
Prof. Carolina Ruiz Department of Computer Science
ECE 471/571 - Lecture 19 Hopfield Network.
Introduction to Neural Networks
of the Artificial Neural Networks.
XOR problem Input 2 Input 1
Intelligent Leaning -- A Brief Introduction to Artificial Neural Networks Chiung-Yao Fang.
network of simple neuron-like computing elements
Basics of Deep Learning No Math Required
Forward and Backward Max Pooling
Neural Networks and Neuroscience-Inspired Computer Vision
David Kauchak CS158 – Spring 2019

Deep Neural Networks as Scientific Models
Machine Consciousness
Prof. Carolina Ruiz Department of Computer Science
Presentation transcript:

What It Is To Be Conscious: Exploring the Plausibility of Consciousness in Deep Learning Computers (Peter) Zach Davis Philosophy & Computer Science ID Advisors: Kristina Striegnitz and David Barnett

Motivation Deep learning computers are amazing!

Motivation Deep learning computers are amazing! But… No consensus on their consciousness

Machine Learning  Derive generalizations from examples

Machine Learning  Derive generalizations from examples  Similar to humans  Derive generalizations from examples  Similar to humans

Machine Learning  Derive generalizations from examples  Similar to humans  One method uses artificial neural networks  Derive generalizations from examples  Similar to humans  One method uses artificial neural networks

Artificial Neural Networks Single Perceptron General model for neuron Single Perceptron General model for neuron

Artificial Neural Networks Single Perceptron General model for neuron Used in: 1.Feed-Forward Neural Networks 2.Recurrent Neural Networks Single Perceptron General model for neuron Used in: 1.Feed-Forward Neural Networks 2.Recurrent Neural Networks

Artificial Neural Networks Feed-Forward Networks o Most common type o Neural links only go forward o Like an assembly line o Output becomes input for next layer Feed-Forward Networks o Most common type o Neural links only go forward o Like an assembly line o Output becomes input for next layer

Artificial Neural Networks Recurrent Networks o More complex o Neural links are bidirectional o Output can be input for: o Next layer o Current layer o Previous layer o Support memory Recurrent Networks o More complex o Neural links are bidirectional o Output can be input for: o Next layer o Current layer o Previous layer o Support memory

Deep Learning – Type of machine learning – Specific structure: Deep (lots of) layers of neural networks – Examples: Convolutional Neural Networks Deep Belief Networks – Type of machine learning – Specific structure: Deep (lots of) layers of neural networks – Examples: Convolutional Neural Networks Deep Belief Networks

Deep Learning Convolutional Neural Networks  Feed-forward network  Neurons correspond to overlapping parts of the image  Outputs from layers are pooled Convolutional Neural Networks  Feed-forward network  Neurons correspond to overlapping parts of the image  Outputs from layers are pooled

Deep Learning Deep Belief Networks  Layers learn in top-down approach  Layers depend on other layers  Can reconstruct inputs  Generative model  e.g. generate an image Deep Belief Networks  Layers learn in top-down approach  Layers depend on other layers  Can reconstruct inputs  Generative model  e.g. generate an image

But are they conscious??

Consciousness (Functionalism) Multiple Drafts Model Daniel Dennett  Brain activity is parallel  Information is continually revisable and accessible

Consciousness (Functionalism) Multiple Drafts Model Daniel Dennett  Brain activity is parallel  Information is continually revisable and accessible  ‘Qualia’ don’t really exist

Consciousness (Functionalism) Multiple Drafts Model Daniel Dennett  Brain activity is parallel  Information is continually revisable and accessible  ‘Qualia’ don’t really exist  Consciousness = the functional effects of judgments

Are Deep Learning Computers Conscious? Multiple Drafts Model – Consciousness doesn’t “need” qualia

Are Deep Learning Computers Conscious? Multiple Drafts Model – Consciousness doesn’t “need” qualia – Deep Learning computers: Function consciously Process information consciously

Are Deep Learning Computers Conscious? Multiple Drafts Model – Consciousness doesn’t “need” qualia – Deep Learning computers: Function consciously Process information consciously – Thus: computers are conscious

Consciousness (Partial Physicalism) Hybrid Theory Ned Block  Physicalism: Conscious states = Physical states

Consciousness (Partial Physicalism) Hybrid Theory Ned Block  Physicalism: Conscious states = Physical states o Access-consciousness (A-consciousness) states that are available for rational processes o Phenomenal-consciousness (P-consciousness) “what it is like-ness”

Consciousness (Partial Physicalism) Hybrid Theory Ned Block  Physicalism: Conscious states = Physical states o Access-consciousness (A-consciousness) states that are available for rational processes o Phenomenal-consciousness (P-consciousness) “what it is like-ness” – ‘Consciousness’ refers to A- and P-states – Physical make-up matters!

Are Deep Learning Computers Conscious? Hybrid Theory – Consciousness -> both A-states and P-states

Are Deep Learning Computers Conscious? Hybrid Theory – Consciousness -> both A-states and P-states – Deep learning computers aren’t P-conscious They don’t support P-consciousness

Are Deep Learning Computers Conscious? Hybrid Theory – Consciousness -> both A-states and P-states – Deep learning computers aren’t P-conscious They don’t support P-consciousness – Thus: computers are unconscious But they are A-conscious

Consciousness (Modified Functionalism) Integrated Information Theory Giulio Tononi Consciousness depends on:

Consciousness (Modified Functionalism) Integrated Information Theory Giulio Tononi Consciousness depends on: – Information: number of possible alternative outcomes (based on entropy) – Integration: interdependency between parts of the system

Consciousness (Modified Functionalism) Integrated Information Theory Giulio Tononi Consciousness depends on: – Information: number of possible alternative outcomes (based on entropy) – Integration: interdependency between parts of the system Amount of consciousness relates to 1.Amount of information in the system 2.Degree of interdependency in subsystems

Are Deep Learning Computers Conscious? Integrated Information Theory – Consciousness = information integration

Are Deep Learning Computers Conscious? Integrated Information Theory – Consciousness = information integration – Feed-back is important

Are Deep Learning Computers Conscious? Integrated Information Theory – Consciousness = information integration – Feed-back is important – Thus: Feed-forward networks (convolutional networks)  not conscious Recurrent networks (deep belief networks)  are conscious *Consciousness varies with design

Where Do We Go From Here? Which theory is correct?

Where Do We Go From Here? Which theory is correct? How do we find out? – Philosophical debate – Empirical research » Consciousness science » Neural Network Design