Pragmatic action (Kirsh and Maglio 1994) Task-performance is often described in terms of step-by-step progression through a range of states of the world.

Slides:



Advertisements
Similar presentations
EECS 690 April 5. Type identity Is a kind of physicalism Every mental event is identical with a physical event In each case where two minds have something.
Advertisements

Lesson 8 Data Toss.
The Extended Mind.
Summer 2011 Tuesday, 8/9. Clark and Chalmers on the Extended Mind Where does the mind stop and the rest of the world begin? What are C & C asking here?
Heuristic Search techniques
AE1APS Algorithmic Problem Solving John Drake
Section 2.3 I, Robot Mind as Software.
Week 11 Review: Statistical Model A statistical model for some data is a set of distributions, one of which corresponds to the true unknown distribution.
Distributed Cognition Sara Mitchell. Statement AgreeDisagree.
Game Theory Game theory is an attempt to model the way decisions are made in competitive situations. It has obvious applications in economics. But it.
B&LdeJ1 Theoretical Issues in Psychology Philosophy of Science and Philosophy of Mind for Psychologists.
Some terminology When the relation between variables are expressed in this manner, we call the relevant equation(s) mathematical models The intercept and.
Dr. Neil H. Schwartz Psy 353 Fall 2011 Sensory Register Purpose Capacity ~On ave. about 500 msec (1/2 second). ~No difference between 5 year olds &
HUDM4122 Probability and Statistical Inference March 30, 2015.
Causality, Mechanisms and Modularity: Structural Models in Econometrics Damien Fennell Centre for the Philosophy of Natural and Social Science London School.
Finite state machines.
Midterm 1 Wednesday next week!. Your Research Proposal Project A research proposal attempts to persuade the reader that: – The underlying question is.
CS 357 – Intro to Artificial Intelligence  Learn about AI, search techniques, planning, optimization of choice, logic, Bayesian probability theory, learning,
Terminology Materialism: The universe consists entirely of physical stuff. Normally associated with the contemporary scientific view of the world.
Green’s Tri-Level Hypothesis Behavioral: a person’s performance on specific experimental tasks Cognitive: the postulated cognitive or affective systems.
Recursion.
Let remember from the previous lesson what is Knowledge representation
Physical Symbol System Hypothesis
November 30, 2010Neural Networks Lecture 20: Interpolative Associative Memory 1 Associative Networks Associative networks are able to store a set of patterns.
Lesson 6. Refinement of the Operator Model This page describes formally how we refine Figure 2.5 into a more detailed model so that we can connect it.
Recursion Chapter 7. Chapter 7: Recursion2 Chapter Objectives To understand how to think recursively To learn how to trace a recursive method To learn.
Meaningful Learning in an Information Age
Recursion Chapter 7. Chapter 7: Recursion2 Chapter Objectives To understand how to think recursively To learn how to trace a recursive method To learn.
The Computational Theory of Mind. COMPUTATION Functions.
Cognitive level of Analysis
Fundamentals of Python: From First Programs Through Data Structures
Image Segmentation by Clustering using Moments by, Dhiraj Sakumalla.
Chapter 9 Structuring System Requirements: Logic Modeling
Copyright © Cengage Learning. All rights reserved.
Chapter 8 Hypothesis testing 1. ▪Along with estimation, hypothesis testing is one of the major fields of statistical inference ▪In estimation, we: –don’t.
Fundamentals of Python: First Programs
CISC 235: Topic 6 Game Trees.
Towers of Hanoi. Introduction This problem is discussed in many maths texts, And in computer science an AI as an illustration of recursion and problem.
Digital Logic Chapter 4 Presented by Prof Tim Johnson
Recursion Chapter 7. Chapter Objectives  To understand how to think recursively  To learn how to trace a recursive method  To learn how to write recursive.
13.2 Recursive Definitions Objective 1) Provide the recursive definition for sequences; 2) Identify the type of a sequence from a recursive definition.
Review Introduction to Searching External and Internal Searching Types of Searching Linear or sequential search Binary Search Algorithms for Linear Search.
Pre-Attentive Processing. Affordances In this screenshot, we see rocks and trees, similar to ones real world. In WoW, there are differences between how.
LEARNING DISABILITIES IMPACTING MATHEMATICS Ann Morrison, Ph.D.
Emily Wilkins and David Courard-Hauri, Environmental Science and Policy Program, Drake University Introduction References 1.Doran, P. T. & Zimmerman, M.
LOGIC AND ONTOLOGY Both logic and ontology are important areas of philosophy covering large, diverse, and active research projects. These two areas overlap.
Section 2.3 I, Robot Mind as Software McGraw-Hill © 2013 McGraw-Hill Companies. All Rights Reserved.
University of Windsor School of Computer Science Topics in Artificial Intelligence Fall 2008 Sept 11, 2008.
Phil 148 Chapter 3A. Violating Conversational Rules Often, violating a conversational rule draws attention to a specific use of language for a specific.
CTM 2. EXAM 2 Exam 1 Exam 2 Letter Grades Statistics Mean: 60 Median: 56 Modes: 51, 76.
Programming Languages and Design Lecture 3 Semantic Specifications of Programming Languages Instructor: Li Ma Department of Computer Science Texas Southern.
Decision Trees Binary output – easily extendible to multiple output classes. Takes a set of attributes for a given situation or object and outputs a yes/no.
Summer Computing Workshop. Session 3 Conditional Branching  Conditional branching is used to alter the normal flow of execution depending on the value.
Situated Cognition: A New Direction in AI Bram van Heuveln.
Review HW: E1 A) Too high. Polltakers will never get in touch with people who are away from home between 9am and 5pm, eventually they will eventually be.
Philosophy and Cognitive Science Conceptual Role Semantics Joe Lau PhilosophyHKU.
Lecture №1 Role of science in modern society. Role of science in modern society.
The Extended Mind (1998) by Andy Clark and David Chalmers  What are the limits of the mind?  Skin and skull?  People and their tools?  The world?
Discrete Mathematics Lecture # 22 Recursion.  First of all instead of giving the definition of Recursion we give you an example, you already know the.
CPS Today’s topics Programming Recursion Invariants Reading Great Ideas, p Brookshear, Section Upcoming Copyrights, patents, and.
This week’s aims  To test your understanding of substance dualism through an initial assessment task  To explain and analyse the philosophical zombies.
Situated Cognition Minds and Machines.
Digital Logic.
CSE202: Introduction to Formal Languages and Automata Theory
Cognitive level of analysis
Fundamentals of Data Representation
The Logic of Declarative Statements
Recursion Taken from notes by Dr. Neil Moore
Recursive Thinking.
Extended Cognition March 28th, 2019.
Presentation transcript:

Pragmatic action (Kirsh and Maglio 1994) Task-performance is often described in terms of step-by-step progression through a range of states of the world to reach a goal state. The parameters of variation are defined, and the cognitive system --generates a representation of the way the world is --calculates the next move such that, when it’s taken, the physical world will be closer to the goal state --implements that move by generating an action The quality of an action is determined by the extent to which its effects bring the physical system closer to the goal state (winning a game, for example). Each such action counts as a pragmatic action.

Simple example: exit the room --Identify the door’s coordinates and one’s own coordinates --Minimize the distance between the two, one physical step at a time

More complicated example: Tower of Hanoi

Rules of ToH --Move all three disks from left to right, ending up with the same graduated configuration --Move only one disk at a time --A larger disk may never be on top of a smaller one Here, moving “closer to the goal” is defined in terms of a decision tree, moving closer to the action is to move the system further along a successful branch on the tree

Playing Tetris --Zoids fall from above --Buttons to rotate/drop --Zoids are rigid --If they stack up to top, game over --During the game, filled rows disappear

Playing Tetris: the orthodox cognitivist model of action generation

Problems with the orthodox approach Among other things, it doesn’t explain --the number of rotations --early rotation --translation (movement to the wall and back)

Kirsh and Maglio, p. 20 “If one’s theory of the agent assumes that thinking precedes action, and that, at best, action can lead one to re-evaluate one’s conclusions, then action can never be undertaken in order to alter the way cognition proceeds.” This, they claim, is misguided. Instead agents perform, epistemic actions, ways of altering the information available to the agent and thereby altering “the way cognition proceeds.”

C&C’s Three Ways to Play Tetris 1. Internal imagery only 2. Choice between use of internal imagery and external rotation 3. Choice between the use of internal imagery and use of internal rotation implant.

The moral There’s no principled difference between the external rotation process in case 2 and the implant’s processing in case 3. But there is no principled difference between the internal processes in cases 3 and 1. So, given that case 1 is clearly cognition, case 2 must be as well.

Clark and Chalmers’s Otto -Bad memory, so stores info in notebook -Entries in notebook guide action in the same way that memories (or nonoccurrent beliefs) stored in cortex do. -If Inga (the normal) has nonoccurrent beliefs stored in cortex, then Otto has nonoccurrent beliefs stored in his notebook (so his mind is extended beyond the boundary of his skin and skull).

At least three things going on --Attempt to break down internalist prejudice (what Clark sometimes calls ‘skin-bag prejudice). --A functionalist (or related computation- based) argument for extended minds. --Argument about the best way to do cognitive science

Parity Principle If, as we confront some task, a part of the world functions as a process which, were it done in the head, we would have no hesitation in recognizing as part of the cognitive process, then that part of the world is (so we claim) part of the cognitive process. (Clark and Chalmers, p. 8)

Doubts about the Parity Principle Doesn’t explain what makes something cognitive. Why should cognition be whatever strikes us as cognitive (if it’s in the head)? Worst of all, it gives the wrong answer in some cases. (Neuron on the table.)

Functionalism about mental states To be in a given mental state is to be in some (physical) state or other that plays the appropriate causal role, where causal roles are to be defined in terms of relations to inputs, outputs, and other mental states. But isn’t this circular, given the reference to other mental states?

Put formally (x){x is in mental state M if and only if  F1…  Fn[T(F1…Fn, I1…Im, O1…Ol) & Fix]} where the Is and Os are antecedently understood predicates, typically taken to express input and output properties, and where T(F1…Fn, I1…Im, O1…Ol) represents the best theory of the causal relations that obtain between mental properties and input- and output-properties (sensory inputs and behavioral outputs on most functionalist accounts of mental properties).

Realization (x){Fix if and only if  P1…  Pn[T(P1…Pn, I1…In, O1…On) & Pix]} Where Ps denote physical properties. In other words, given a theory of how the mental states are related to each other (and to inputs and outputs), whether something is in one of those mental states is determined by the presence of a corresponding pattern of interrelated physical states.

Clark and Chalmers’s Functionalist argument Premise #1. Functionalism about mental states is true. Premise #2. Some externally realized states play the distinctive causal role of what we already recognize to be mental states. Therefore, some externally realized states are mental states (and thus the mind is extended, so long as we assume the mind is where the realizers of its states are). In support of Premise #2, consider Otto and his notebook

Computational-processing version Premise #1. The essence of a given type of cognitive operation (such as manipulating an image) is its distinctive causal profile. Premise #2. Some (at least partly) external processes have the same cognitive profiles as those we already recognize to be cognitive processes. Therefore, some cognitive processes are at least partly external (so cognitive processing extends beyond the boundary of the skin). In support of Premise #2, consider Tetris (Kirsh and Maglio and C&C’s hypothetical case)

The Causal-Explanatory Kinds Argument --Grouping the internal and (at least partly) external states (and processes) together yields more scientifically useful kinds. --Thus, according to our best cognitive science, mental and cognitive kinds are realized at least partly by the external environment. --Thus, the mind (or cognitive system or cognitive processes) are extended.