Computational Cognitive Modelling COGS 511 Lecture 1 General

  • Slides: 34
Download presentation
Computational Cognitive Modelling COGS 511 -Lecture 1 General Introduction 4. 3. 2021 COGS 511

Computational Cognitive Modelling COGS 511 -Lecture 1 General Introduction 4. 3. 2021 COGS 511 - Bilge Say 1

Related Readings From Course Pack n Cooper, R. Chapter 1: Modelling Cognition n Mc.

Related Readings From Course Pack n Cooper, R. Chapter 1: Modelling Cognition n Mc. Clelland (2009). The Place of Modeling in Cognitive Science. n References (extra and optional; given for a complete reference list – not in the course pack) n n Carpenter and Just, Computational Modeling of High-Level Cognition versus Hypothesis Testing in Sternberg (ed), The Nature of Cognition, 1999. Fernandez, J. Explanation by Computer Simulation in Cognitive Science, Minds and Machines, 13: 269 -284, 2003. Steedman, Chap. 5, of Scarborough and Sternberg (eds). Morgan, M. S. , & Morrison, M. (1999). Models as mediators (Ed). Cambridge: Cambridge University Press. 4. 3. 2021 COGS 511 - Bilge Say 2

Models n n n A representation of something that may be used in place

Models n n n A representation of something that may be used in place of the real thing, abstracting away unimportant features but retaining the essential. (Cooper). A good model is complete (does not abstract out important properties) and faithful (does not introduce features that are not in the original) with respect to its specific purpose. Helpful for understanding a complex system – cognition for the case of cognitive science. Computational cognitive modelling is the development of computer models of cognitive processes and the use of such models to simulate and predict human behaviour. 4. 3. 2021 COGS 511 - Bilge Say 3

Models in Philosophy of Science n n The task of Philosophy of science is:

Models in Philosophy of Science n n The task of Philosophy of science is: n Generate reflections on theoretical and methodological issues in scientific practice. Models function in a variety of different ways within sciences. n n Analog models: Molecules – Billiard-balls, Mechanical model: DNA molecule - Metal-made helix model Scale models: Models in architecture, model airplanes, etc. Treated in relation with theory and phenomena. 4. 3. 2021 COGS 511 - Bilge Say 4

Models in Philosophy of Science (cont. ) n Semantic View n Models are abstract

Models in Philosophy of Science (cont. ) n Semantic View n Models are abstract idealized systems which characterize how the phenomena would have behaved if the idealized conditions were met (Suppe, 1989). n Thus, a theory characterizes the model which represents (certain aspects of) phenomena. 4. 3. 2021 COGS 511 - Bilge Say 5

Models in Philosophy of Science (cont. ) n Morrison and Morgan (1999) n Models

Models in Philosophy of Science (cont. ) n Morrison and Morgan (1999) n Models are evaluated in response to four questions: • How are models constructed? • What do they represent? • What role do they have/how do they function in scientific practices? • How do we learn from models? 4. 3. 2021 COGS 511 - Bilge Say 6

Models in Philosophy of Science (cont. ) n Their general account based on case

Models in Philosophy of Science (cont. ) n Their general account based on case studies in physics, chemistry and economy proposes that: n n Models are autonomous agents, i. e. they are only partially dependent on theories and phenomena Models serve as instruments for investigation in science. 4. 3. 2021 COGS 511 - Bilge Say 7

Models in Philosophy of Science (cont. ) n How are models constructed? Not derived

Models in Philosophy of Science (cont. ) n How are models constructed? Not derived entirely from theory or phenomena n Involve both, and also additional “outside” elements (modeling decisions). n 4. 3. 2021 COGS 511 - Bilge Say 8

Models in Philosophy of Science (cont. ) n What do they represent? n Some

Models in Philosophy of Science (cont. ) n What do they represent? n Some aspect of the phenomena or some aspect of theories 4. 3. 2021 COGS 511 - Bilge Say 9

Models in Philosophy of Science (cont. ) n What role do they have/how do

Models in Philosophy of Science (cont. ) n What role do they have/how do they function in scientific practices? n Function as tools or instruments. 4. 3. 2021 COGS 511 - Bilge Say 10

Models in Philosophy of Science (cont. ) n How do we learn from models?

Models in Philosophy of Science (cont. ) n How do we learn from models? n Not by looking at a model, but by building and manipulating it. 4. 3. 2021 COGS 511 - Bilge Say 11

Computer Science vs Cognitive Science n n n Program: data structures + algorithms= running

Computer Science vs Cognitive Science n n n Program: data structures + algorithms= running programs Representation: Implied by the architecture, mathematical definition of the problem, design specification of the task, the software paradigm used Algorithms: Simplicity, efficiency and complexity trade-offs. 4. 3. 2021 n n n Mind = mental representation + computational procedures = cognition Representation: Cognitive Architecture or the ontology of human mental process is not given. Hope: algorithms and representations posited will clarify the architecture, too. Algorithms: Performance on realistic data, simplicity in terms of plausibility COGS 511 - Bilge Say 12

Artificial Intelligence vs Cognitive Science n n n The study and automation of intelligent

Artificial Intelligence vs Cognitive Science n n n The study and automation of intelligent behaviour (Luger & Stubblefield) Success: Commercial/Performance – as described by proposals such as Turing test (? ) or in a limited domain a. I: the study of human intelligence with computer as a tool (Yeap, 97) vs Ai: the study of machine intelligence as artificial intelligence Theoretical, experimental or applied (Rumelhart) Failures (? ): Frame problem, syntax vs semantics/intentionality 4. 3. 2021 n n The study of cognition, mental activity involving acquisition, storage transformation and use of knowledge; study of mental processes such as memory, language, thought, perception, consciousness. . Success: “Competence” explanatory power of a cognitive theory: pyschological and neurological plausibility, computational and representational power, practical applicability to education, design etc. COGS 511 - Bilge Say 13

An Example from Chess n n Human experts use relatively shallow searches, averaging only

An Example from Chess n n Human experts use relatively shallow searches, averaging only three or four moves deep; perceptual patterns and their recognition play an important part in guiding the search. Chess programs rely on extensive search and optimization of search techniques. Deep Blue evaluated 200 million moves per second in 1997. 4. 3. 2021 COGS 511 - Bilge Say 14

Computational Models in Cognitive Science n n n A computer program which implements a

Computational Models in Cognitive Science n n n A computer program which implements a theory of some aspect of cognition (Green) Representations and processes of some cognitive theory made precise by analogy with data structures and algorithms (Thagard) Do computational models have to subscribe to strong AI view (aim: building machines that duplicate minds) to be useful as research tools in cognitive science? n n Not necessarily! Weak AI: Can machines be made to act as if they were intelligent? 4. 3. 2021 COGS 511 - Bilge Say 15

Some Philosophical Background n n n Functionalism: Most general features of cognition must be

Some Philosophical Background n n n Functionalism: Most general features of cognition must be independent of neurology- the physical system – and the embodiment of mind. Mental states are abstract functions that get us from a given input to a given output. Cognitivism: All there is to cognition is in mental states and thought. Computational Theory of Mind ~Computational Representational Understanding of Mind: Human cognition can be best understood in terms of representational structures in the mind and computational procedures that operate on them. 4. 3. 2021 COGS 511 - Bilge Say 16

Computational Theory of Mind n n Thought processes are computations on representations. The mind

Computational Theory of Mind n n Thought processes are computations on representations. The mind can be realized/implemented outside of the brain eg. in a digital computer. Is the mind a digital computer? Church-Turing Thesis: The Universal Turing Machine can perform any calculation that can be described by an effective procedure. 4. 3. 2021 COGS 511 - Bilge Say 17

Misconceptions of Church. Turing Thesis n It doesn’t say that given a standard computer,

Misconceptions of Church. Turing Thesis n It doesn’t say that given a standard computer, you can compute any rule -governed input-output function. It doesn’t rule out machines (or brains) that compute non-Turing computable functions. Thus, it does not entail that brains can be simulated by a Universal Turing Machine. 4. 3. 2021 COGS 511 - Bilge Say 18

Questions n n Can a certain approach contradict with Computational Theory of Mind (mental

Questions n n Can a certain approach contradict with Computational Theory of Mind (mental representation + computational processes = cognition) and still involve computational modelling ? (Yes –see dynamical approaches) Do you have to ascribe to a functionalist view (mental states are abstract functions – can be described independent of brain states) to do computational modelling ? (No – see computational neuroscience) 4. 3. 2021 COGS 511 - Bilge Say 19

The Status of a Computational Model n n “It is not the computer program

The Status of a Computational Model n n “It is not the computer program that is theory, at best they inspire the construction of a theory. ” (Scheutz) “Simulation is not a reasonable goal for cognitive science. ” (Fodor) “AI is to psychology as Disneyland is to physics. ” (Green) “Artificial Intelligence is to cognitive science as mathematics is to physics. ” (Rumelhart) 4. 3. 2021 COGS 511 - Bilge Say 20

Marr’s Levels of Analysis n n n Computational: What information processing is being solved,

Marr’s Levels of Analysis n n n Computational: What information processing is being solved, and why? Algorithmic: Representation and Programming. How is the problem being solved? Implementational: What physical properties are required to build such a system? Hardware (e. g. brainstates) 4. 3. 2021 COGS 511 - Bilge Say 21

Subject Model Computational = One-to-many Algorithmic Architectural One-to-many Computational One-to-many = = Algorithmic Architectural

Subject Model Computational = One-to-many Algorithmic Architectural One-to-many Computational One-to-many = = Algorithmic Architectural One-to-many Implementational = Implementational 4. 3. 2021 COGS 511 - Bilge Say (Dawson, 98) 22

Method Theory Computational Behavioural Experiments Computer Simulations One-to-many Algorithmic Architectural One-to-many Implementational Cognitive and

Method Theory Computational Behavioural Experiments Computer Simulations One-to-many Algorithmic Architectural One-to-many Implementational Cognitive and Computational Neuroscience Adapted from (Brent, 96) 4. 3. 2021 COGS 511 - Bilge Say 23

The Function of Computational Models Computational Cognitive Model Simulates Generates Cognitive Process Implements Describes

The Function of Computational Models Computational Cognitive Model Simulates Generates Cognitive Process Implements Describes Behaviour Explains Theory Cooper (2002) – Ch. 1 4. 3. 2021 COGS 511 - Bilge Say 24

Explanation by Computer Simulation (Fernandez, 2003) n Causal Explanation: n n n The system

Explanation by Computer Simulation (Fernandez, 2003) n Causal Explanation: n n n The system uses a program in order to compute a certain input -output mapping. Explaining how you cooked a tasty dish Do you have enough justification for that? 4. 3. 2021 n Functional Analysis n n n The system executes a program which amounts to computing a certain mapping. Explaining how an car manufacturing assembly line works Multiple realizability? COGS 511 - Bilge Say 25

Advantages of Computational Modelling n n n Clarify, formally and unambiguously specify a certain

Advantages of Computational Modelling n n n Clarify, formally and unambiguously specify a certain cognitive theory Create experimental participants that are durable, flexible etc. – in silico Allow detailed evaluation and exploration of cognitive theories by means of raising new hypotheses Enable interaction between studies in different disciplines Not THE method, but a complementary method 4. 3. 2021 COGS 511 - Bilge Say 26

Strategies Develop a model of some task or behaviour in order to learn more

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

Evaluation of Models n n Behavioural Outcome Modelling: Roughly showing similar behaviours as human

Evaluation of Models n n Behavioural Outcome Modelling: Roughly showing similar behaviours as human beings Qualitative Modelling: Same qualitative behaviours that characterize human behaviour, e. g. similar improvement, deteoriation Quantitative Modelling: Similar quantitative behaviour as exhibited by humans, indicated by quantitative performance measures A combination of the above (Sun, 98) 4. 3. 2021 COGS 511 - Bilge Say 28

Practical Problems with Cognitive Modelling n Goodness-of-fit problems n n n Theory-model amalgamation n

Practical Problems with Cognitive Modelling n Goodness-of-fit problems n n n Theory-model amalgamation n n Individual Differences Incidental Details Problems- scalability and sensitivity analysis needed Problematic Predictive Power Statistical interpretation varies as compared to hypothesis-testing statistics usage in psychology Complexity and understandability trade-offs Isolated modelling – not enough interaction with different levels of theorizing and methods. 4. 3. 2021 COGS 511 - Bilge Say 29

Method Theory Computational Behavioural Experiments Computer Simulations One-to-many Algorithmic Architectural One-to-many Implementational Cognitive and

Method Theory Computational Behavioural Experiments Computer Simulations One-to-many Algorithmic Architectural One-to-many Implementational Cognitive and Computational Neuroscience Adapted from (Brent, 96) 4. 3. 2021 COGS 511 - Bilge Say 30

Paradigms in Computational Modelling n n n Symbolic systems – best for accounting for

Paradigms in Computational Modelling n n n Symbolic systems – best for accounting for rationality, systematicity etc. of symbol systems? Connectionism – biologically plausible ? Dynamicisim – best for exploring embodied, situated, temporal cognition? Hybrid approaches Similar Division in AI: GOFAI – Good, Old Fashioned AI vs NFAI – New Fangled AI 4. 3. 2021 COGS 511 - Bilge Say 31

Achievements for Cognitive Modelling Shaping theories for various cognitive domains: language and skill acquisition,

Achievements for Cognitive Modelling Shaping theories for various cognitive domains: language and skill acquisition, individual differences in working memory, cognitive lesioning simulations and neuropsychology. n Applied areas: Human-computer interaction, intelligent-tutoring systems n 4. 3. 2021 COGS 511 - Bilge Say 32

Future for Cognitive Modelling n n n Integration of Computational Neuroscience and more abstract

Future for Cognitive Modelling n n n Integration of Computational Neuroscience and more abstract forms of cognitive modelling – e. g. Blue Brain project More interaction between Artificial Intelligence and Cognitive Modelling – esp in Cognitive Architectures More emphasis in hybrid models – symbolic, dynamic, connectionist, bayesian etc. 4. 3. 2021 COGS 511 - Bilge Say 33

Lecture 2 Unified Theories of Cognition n Cognitive Architectures n Sample Architectures vs Frameworks

Lecture 2 Unified Theories of Cognition n Cognitive Architectures n Sample Architectures vs Frameworks n Reading: Langley, Laird and Rogers (2009) Cognitive Architectures n Start Readings for the project and think about your project groups. n Check Forum for online activity. n 4. 3. 2021 COGS 511 - Bilge Say 34