Presentation is loading. Please wait.

Presentation is loading. Please wait.

Cognitive Modeling & Information Processing Metaphor.

Similar presentations


Presentation on theme: "Cognitive Modeling & Information Processing Metaphor."— Presentation transcript:

1 Cognitive Modeling & Information Processing Metaphor

2 Cognitive Processes Learning and Memory Thinking and Reasoning (Planning, Decision Making, Problem Solving...) Analogy and metaphor LanguageVision-Perception Social Cognition Emotions Dreaming and Consciousness

3 The Information-Processing Metaphor Mind has mental representations analogous to computer data structures, and computational procedures similar to computational algorithms. Symbolic View: mind contains such mental representations as logical propositions, rules, concepts, images, and analogies, and that it uses mental procedures such as deduction, search, matching, rotating, and retrieval. Connectionist View: mental representations use neurons and their connections as mechanisms for data structures, and neuron firing and spreading activation as the algorithms – i.e., cognition can be explained by using artificial neural networks

4 Cognitive Modeling A model is a simplified (usually formal) representation of reality Cognitive modeling Create formal (e.g. mathematical, algorithmic, symbolic) representations of cognitive processes Create formal (e.g. mathematical, algorithmic, symbolic) representations of cognitive processes Then, use these models to predict or explain behavior associated with those cognitive processes Then, use these models to predict or explain behavior associated with those cognitive processes Computational modeling: the models usually implemented as computer programs with output corresponding to the predicted behavior Computational modeling: the models usually implemented as computer programs with output corresponding to the predicted behavior Example of cognitive process: categorizing objects into groups. Modeling: use decision trees, or neural networks, or rules, etc. Example of cognitive process: categorizing objects into groups. Modeling: use decision trees, or neural networks, or rules, etc.

5 The Function of Computational Models Computational Cognitive Model Generates Behaviour Explains Theory Cognitive Process Simulates Describes Implements

6 Strategies Develop a model of some task or behaviour in order to learn more about it. Implement a pre-existing, verbally specified highly complex theory to see if its theoretical assumptions are sufficient/necessary to account for the target behaviour. Generate predictions/hypotheses to be then tested by behavioural experiments. Cognitive models of individual processes vs “unified” approach – cognitive architectures

7 Practical Uses of Cognitive Modeling Clinical psychology: use cognitive models to assess differences in cognitive processing between normal individuals and clinical patients (e.g., schizophrenics). use cognitive models to assess differences in cognitive processing between normal individuals and clinical patients (e.g., schizophrenics). Cognitive neuroscience use cognitive models to understand the psychological function of different brain regions. use cognitive models to understand the psychological function of different brain regions. Human factors use cognitive models to improve human-computer interactions and user interfaces use cognitive models to improve human-computer interactions and user interfaces Artificial intelligence and robotics use cognitive models for use cognitive models for automated detection of dangerous targets automated recognition of speech or handwriting, or faces approach and avoidance movement behavior of robots. Economics and sociology use cognitive models to construct computerized agents in agent based models of market behavior or social network working. use cognitive models to construct computerized agents in agent based models of market behavior or social network working.

8 Cognitive Architectures Cognitive architectures are blueprints for intelligent agents. Unified frameworks for cognitive modeling which attempt to model all cognitive processes as well as the structural properties of the modeled system

9 Famous Cognitive Architectures ACT-RACT-R, developed at Carnegie Mellon University under John R. Anderson. Carnegie Mellon University John R. Anderson ACT-RCarnegie Mellon University John R. Anderson SoarSoar, developed under Allen Newell and John Laird at Carnegie Mellon University and the University of Michigan. Allen Newell Carnegie Mellon University of Michigan SoarAllen Newell Carnegie Mellon University of Michigan EPICEPIC, developed under David E. Kieras and David E. Meyer at the University of Michigan University of Michigan EPICUniversity of Michigan ApexApex developed under Michael Freed at NASA Ames Research Center. Michael FreedNASA Ames Research Center ApexMichael FreedNASA Ames Research Center PsiPsi developed under Dietrich Dörner at the Otto- Friedrich University in Bamberg, Germany. Dietrich DörnerOtto- Friedrich UniversityBambergGermany PsiDietrich DörnerOtto- Friedrich UniversityBambergGermany

10 Marr’s Tri-Level Hypothesis Revisited Three kinds of questions All cognitive scientists agree that cognition involves information processing To explain an information processor, three different vocabularies have to be used – each requiring knowledge from different disciplines "Trying to understand vision by studying only neurons is like trying to understand bird flight by studying only feathers: it just cannot be done."

11 [ -- Continuing Marr (1982)]: “This duality – the representation and the processing of information – lies at the heart of most information-processing tasks and will profoundly shape Our investigation of the particular problems posed by vision.” - If one accepts the information-processing approach, how does one move forward in understanding a complex information-processing system (e.g. some aspect of cognition, such as vision)? ~ Marr’s suggestion – Three Levels of Understanding Levels of Analysis: Background

12 Three Levels (from Marr, 1982):

13 Levels of analysis (Marr): Three kinds of questions must be answered computation what is the problem? what is the problem? inputs, outputs what is being computed or maximized? algorithm what are the methods? what are the methods? Data representation, “process” implementation what are the physical mechanisms? what are the physical mechanisms? springs or neurons

14 An Example: Calculator Imagine a calculator that is being used to do some basic arithmetic. How would you explain to someone how the calculator works?

15 Implementation Level One approach would be to explain the physical operations of the calculator, by appealing to the properties of its transistors, resistors, capacitors, and so on. What would this explanation miss?

16 Algorithmic Level Another approach would be to explain the information processing steps (the program) carried out by the calculator What would this explanation miss?

17 Computational Level Yet another approach would be to specify the laws of arithmetic, and prove that the behavior of the calculator conforms to these abstract laws What would this explanation miss? A + B = B + A A + 0 = A A+(B+C) = (A+B)+C A x B = B x A A x 0 = 0 A x 1 = A A x(B+C) = (AxB)+(AxC) ….

18 The Tri-Level Hypothesis

19 Symbolic View of the Algorithm and Representation Level An information processor uses symbols to represent the world Rules are used to manipulate these symbols or tokens When rules are applied, the symbol manipulations preserve meaning One solves problems, or finds new meanings, by manipulating symbols according to the “rules of the game”

20 Types of Representations Formal Logic: assumes mental representations similar to sentences in predicate logic. assumes mental representations similar to sentences in predicate logic. deductive and inductive procedures, applied to the sentences, produce the inferences. deductive and inductive procedures, applied to the sentences, produce the inferences. Rules (IF … THEN ): many cognitive processes such as planning can be modeled by rule-based systems many cognitive processes such as planning can be modeled by rule-based systems assumes mental representations as rules and procedures for using these rules to search a space of possible solutions, and procedures for generating new rules. assumes mental representations as rules and procedures for using these rules to search a space of possible solutions, and procedures for generating new rules.

21 Types of Representations Concepts: mental representations are concepts (related to words) and relationships among the concepts mental representations are concepts (related to words) and relationships among the concepts often represented as a set of features often represented as a set of features mental procedures including spreading activation, matching, and inheritance used to produce behavior mental procedures including spreading activation, matching, and inheritance used to produce behaviorAnalogies: computational models simulate how people retrieve and map source analogs in order to apply them to target situations. computational models simulate how people retrieve and map source analogs in order to apply them to target situations. assumes people have verbal and visual representations of situations that can be used as cases or analogs, as well as processes of retrieval, mapping, and adaptation that operate on those analogs. assumes people have verbal and visual representations of situations that can be used as cases or analogs, as well as processes of retrieval, mapping, and adaptation that operate on those analogs. the analogical processes, applied to the representations of analogs, produce the behavior. the analogical processes, applied to the representations of analogs, produce the behavior.

22 Types of Representations Images: pictorial representations capture visual and spatial information in a much more usable form than lengthy verbal descriptions. pictorial representations capture visual and spatial information in a much more usable form than lengthy verbal descriptions. so, people have visual images of situations, and processes such as scanning and rotation that operate on those images. so, people have visual images of situations, and processes such as scanning and rotation that operate on those images. the processes for constructing and manipulating images produce the intelligent behavior the processes for constructing and manipulating images produce the intelligent behavior some metaphorical aspects of language may have their roots in imagery. some metaphorical aspects of language may have their roots in imagery. Connectionist Networks (neural nets): people have representations that involve simple processing units linked to each other by excitatory and inhibitory connections. people have representations that involve simple processing units linked to each other by excitatory and inhibitory connections. processes that spread activation between the units via their connections, as well as processes for modifying the connections and learning. processes that spread activation between the units via their connections, as well as processes for modifying the connections and learning.

23 Exercise Consider the addition example given earlier Write a more general algorithm for adding any two 2-digit numbers (you can use symbols to represent digits and IF-Then rules to model conditions.

24 Exercise 2 Can you solve the following problem?

25 Exercise 2 (cont.) How do you solve the previous problem after reading the following story?


Download ppt "Cognitive Modeling & Information Processing Metaphor."

Similar presentations


Ads by Google