Page # Perception and Action. Lecture 3: Perception & Action. ACT-R Cognitive Architecture. Another (older) view

Size: px
Start display at page:

Download "Page # Perception and Action. Lecture 3: Perception & Action. ACT-R Cognitive Architecture. Another (older) view"

Transcription

1 Perception and Action Lecture 3: Perception & Action Cognition is a lot, but not enough! We want models to perceive stimuli in the outside world respond by acting in the outside world This gives us a more much faithful model! why? Today we ll look at Perceptual-Motor in ACT-R use to be called ACT-R/PM now integrated CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 1 CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 2 ACT-R Cognitive Architecture Another (older) view Intentional Module (not identified) Declarative Module (Temporal/Hippocampus) Goal Buffer (DLPFC) Retrieval Buffer (VLPFC) Productions (Basal Ganglia) Matching (Striatum) Selection (Pallidum) Execution (Thalamus) Visual Buffer (Parietal) Manual Buffer (Motor) Visual Module (Occipital/etc) Manual Module (Motor/Cerebellum) External Environment CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 3 CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 4

2 PM overview PM modules act in parallel can speak, type, listen simultaneously (in theory) BUT there s a central bottleneck: Cognition for perception, cognition must process information waiting at perceptual modules for motor actions, cognition must initiate movement by issuing motor command So... ACT-R can do many things at once, but can only think about one thing at a time Let s look at examples, focusing on Vision Key #1: Spotlight theory of attention what the world looks like how we see the world limited fovea of high resolution large periphery of degrading resolution CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 5 CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 6 +visual-location Find a location in my visual field that satisfies a set of constraints Where Where process +visual-location Find a location in my visual field that satisfies a set of constraints =visual-location +visual =visual Given that I have the location, move my attention to that location Attend to that object What +visual-location> isa visual-location screen-x {x (greater-than x) (less-than x) (within x1 x2) lowest highest greater-than-current less-than-current} screen-y nearest {current x} attended {t nil new} :visual-num-finsts 4 items :visual-finst-span 3 (seconds) CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 7 CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 8

3 Example (P find-unattended-letter ISA read-letters state start ==> +visual-location> ISA visual-location :attended nil state find-location ) (P attend-letter ISA read-letters state find-location =visual-location> ISA visual-location?visual> state free ==> +visual> ISA move-attention screen-pos =visual-location state attend ) (P encode-letter ISA read-letters state attend =visual> ISA text value =letter ==> letter =letter state respond ) Buffer stuffing ACT-R automatically puts a visual-location when visual-location buffer is empty not necessary for this homework, but you can try using it CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 9 CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 10 What ACT-R sees Visual + Eye movements Key #2: Fixation visual attention Where you re looking isn t always the same as where you re attending! fixation = pause while looking (~ ms) saccade = rapid, ballistic movement (~20-30ms) eye movements follow visual attention think a rubber band! note: other types of eye movements as well (smooth pursuit, vergence) CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 11 CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 12

4 Visual + Eye movements A sample task... = visual attention = fixation = cross to look at Visual + Eye movements How do our eyes move when we read? fixated cross fixation cross moves, attention on new cross My favorite animal is the platypus. eyes start to move after ~200 ms, finish ~20 ms later sometimes, corrective saccade CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 13 CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 14 Visual + Eye movements How do our eyes move when we read? My favorite animal is the platypus. fixation saccade fixation etc. attention moves from word to word; fixation does not! tend to skip short or high-frequency words (e.g., a, the ) Visual + Eye movements Eye movements follow shifts of attention EMMA theory (Eye Movements & Movement of Attention) at some point after an attention shift (~200ms), the eyes move to the attended object what can happen? movement can miss target second saccade, re-fixation needed attention can shift again before movement eyes skip over first target My favorite animal is the platypus. CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 15 CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 16

5 Motor module Motor movements specifically for HCI keystrokes, mouse movements, mouse clicks Cognition issue motor commands (P respond ISA letter state?manual> state ==> state +manual> ISA key ) read-letters =letter respond free done press-key =letter Motor module Timing for motor movements Preparation ~50ms per feature e.g., hand, finger, type of movement Execution: Fitts Law k = scaling constant d = distance to move w = width of target T = k log (d/w +.5) d click me! w CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 17 CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 18 Other modules Audition module like Vision: cognition directs aural attention (hearing), waits for encoded chunk Speech module like Motor: cognition issues commands, module handles action independently Additional modules needed? you bet! again, currently best for HCI-centered tasks General issues How does ACT-R do things in parallel? sample execution timeline for cognition et al. Cognition Vision Attention Eye Move Motor Speech... CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 19 CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 20

6 General issues But how does ACT-R really interact? Model in ACT-R Simulation Environment in LISP General issues Where do all these theories of perception, motor movement, etc. come from? typically, from other researchers! ACT-R incorporates a number of the biggest theories into a single computational framework example: visual attention spotlight idea has been around a long time ACT-R implements the spotlight so that it can be used in real models & applications we can then fit ACT-R models to existing data CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 21 CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 22 Constructing Models More Realistically... What is the process? In theory: Collect a protocol / do a task analysis Write English version of production rules Create chunk types to support those rules Decide what declarative knowledge is necessary Write production rules In practice, this is not a linear process English Productions Protocol/ Task Analysis Chunk Types Declarative Memory ACT-R Productions CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 23 CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 24

7 Even More Realistically... English Productions Protocol/ Task Analysis Chunk Types Domain: Subitizing Subitizing refers to people s ability to visually enumerate (i.e. count) items. Quickly count the items in the page and state the number! Declarative Memory ACT-R Productions CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 25 CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 26 Domain: Subitizing Example Ready? CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 27

8

9

10 What happened? Can you explain your subjective experience of what happened Where there differences in your ability to count the items? CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 38 Was it something like this? Subitizing: Prototypical Data Peterson and Simon (2002) CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 39 CS 630: Cognitive Systems. Dario Salvucci, Drexel University. 40

CS160: Sensori-motor Models. Prof Canny

CS160: Sensori-motor Models. Prof Canny CS160: Sensori-motor Models Prof Canny 1 Why Model Human Performance? To test understanding of behavior To predict impact of new technology we can build a simulator to evaluate user interface designs 2

More information

Optical Illusions 4/5. Optical Illusions 2/5. Optical Illusions 5/5 Optical Illusions 1/5. Reading. Reading. Fang Chen Spring 2004

Optical Illusions 4/5. Optical Illusions 2/5. Optical Illusions 5/5 Optical Illusions 1/5. Reading. Reading. Fang Chen Spring 2004 Optical Illusions 2/5 Optical Illusions 4/5 the Ponzo illusion the Muller Lyer illusion Optical Illusions 5/5 Optical Illusions 1/5 Mauritz Cornelis Escher Dutch 1898 1972 Graphical designer World s first

More information

Hall of Fame or Shame? Human Abilities: Vision & Cognition. Hall of Shame! Hall of Fame or Shame? Hall of Shame! Outline

Hall of Fame or Shame? Human Abilities: Vision & Cognition. Hall of Shame! Hall of Fame or Shame? Hall of Shame! Outline Hall of Fame or Shame? Human Abilities: Vision & Cognition Prof. James A. Landay University of Washington CSE 440 Winter 2012 2 Hall of Shame! Hall of Fame or Shame? Error Messages Where is error? What

More information

CS 544 Human Abilities

CS 544 Human Abilities CS 544 Human Abilities Human Information Processing Memory, Chunking & Phrasing, Modes Acknowledgement: Some of the material in these lectures is based on material prepared for similar courses by Saul

More information

Hall of Fame or Shame? Human Abilities: Vision & Cognition. Hall of Shame! Human Abilities: Vision & Cognition. Outline. Video Prototype Review

Hall of Fame or Shame? Human Abilities: Vision & Cognition. Hall of Shame! Human Abilities: Vision & Cognition. Outline. Video Prototype Review Hall of Fame or Shame? Human Abilities: Vision & Cognition Prof. James A. Landay University of Washington Autumn 2008 October 21, 2008 2 Hall of Shame! Design based on a top retailer s site In study, user

More information

Cognition. Mid-term 1. Top topics for Mid Term 1. Heads up! Mid-term exam next week

Cognition. Mid-term 1. Top topics for Mid Term 1. Heads up! Mid-term exam next week Cognition Prof. Mike Dillinger Mid-term 1 Heads up! Mid-term exam next week Chapters 2, 3, of the textbook Perception, Attention, Short-term memory The lectures are to help you digest the chapters; exams

More information

Human Information Processing. CS160: User Interfaces John Canny

Human Information Processing. CS160: User Interfaces John Canny Human Information Processing CS160: User Interfaces John Canny Review Paper prototyping Key part of early design cycle Fast and cheap, allows more improvements early Formative user study Experimenters

More information

Human Abilities: Vision, Memory and Cognition. Oct 14, 2016

Human Abilities: Vision, Memory and Cognition. Oct 14, 2016 Human Abilities: Vision, Memory and Cognition Oct 14, 2016 Milestone I How many users? Depends Fall 2016 COMP 3020 2 Midterm True or false Multiple choice Short answer Fall 2016 COMP 3020 3 Midterm sample

More information

HCI Lecture 1: Human capabilities I: Perception. Barbara Webb

HCI Lecture 1: Human capabilities I: Perception. Barbara Webb HCI Lecture 1: Human capabilities I: Perception Barbara Webb Key points: Complexity of human, computer and task interacting in environment: which part should change? Human constraints, e.g. Fitts law for

More information

URGENT DRIVER BEHAVIOR MODELING IN COGNITIVE ARCHITECTURE

URGENT DRIVER BEHAVIOR MODELING IN COGNITIVE ARCHITECTURE URGENT DRIVER BEHAVIOR MODELING IN COGNITIVE ARCHITECTURE YANFEI LIU, ZHAOHUI WU College of Computer Science, Zhejiang University No. 28 Road ZheDa, Hangzhou, Zhejiang, China, 310027 e-mail address: yliu@zju.edu.cn,

More information

Prof. Greg Francis 7/7/08

Prof. Greg Francis 7/7/08 Perceptual development IIE 366: Developmental Psychology Chapter 5: Perceptual and Motor Development Module 5.1 Basic Sensory and Perceptual Processes Greg Francis Lecture 11 Children and Their Development,

More information

the human 1 of 3 Lecture 6 chapter 1 Remember to start on your paper prototyping

the human 1 of 3 Lecture 6 chapter 1 Remember to start on your paper prototyping Lecture 6 chapter 1 the human 1 of 3 Remember to start on your paper prototyping Use the Tutorials Bring coloured pencil, felts etc Scissor, cello tape, glue Imagination Lecture 6 the human 1 1 Lecture

More information

BIAS WHY MUST FORENSIC PRACTICE BE. Itiel Dror. For more information, see:

BIAS WHY MUST FORENSIC PRACTICE BE. Itiel Dror. For more information, see: BIAS WHY MUST FORENSIC PRACTICE BE BASED ON COGNITIVE RESEARCH? Itiel Dror University College London (UCL) & Cognitive Consultants International (CCI) For more information, see: www.cci-hq.com Itiel@CCI-hq.com

More information

Human Information Processing

Human Information Processing Human Information Processing CS160: User Interfaces John Canny. Topics The Model Human Processor Memory Fitt s law and Power Law of Practice Why Model Human Performance? Why Model Human Performance? To

More information

Demonstratives in Vision

Demonstratives in Vision Situating Vision in the World Zenon W. Pylyshyn (2000) Demonstratives in Vision Abstract Classical theories lack a connection between visual representations and the real world. They need a direct pre-conceptual

More information

How should you study for Friday's exam?

How should you study for Friday's exam? How should you study for Friday's exam? re-read textbook? re-read lecture slides? study guide? NO! these are passive. Use active study. Test yourself by Take the practice quizzes in Moodle Create your

More information

Allen Newell December 4, 1991 Great Questions of Science

Allen Newell December 4, 1991 Great Questions of Science Allen Newell December 4, 1991 Great Questions of Science You need to realize if you haven t before that there is this collection of ultimate scientific questions and if you are lucky to get grabbed by

More information

SIM 16/17 T1.2 Limitations of the human perceptual system

SIM 16/17 T1.2 Limitations of the human perceptual system SIM 16/17 T1.2 Limitations of the human perceptual system Hélder Filipe Pinto de Oliveira Acknowledgements: Most of this course is based on the excellent course offered by Prof. Kellogg Booth at the British

More information

Visual Selection and Attention

Visual Selection and Attention Visual Selection and Attention Retrieve Information Select what to observe No time to focus on every object Overt Selections Performed by eye movements Covert Selections Performed by visual attention 2

More information

Sensory Memory, Short-Term Memory & Working Memory

Sensory Memory, Short-Term Memory & Working Memory Sensory, Short-Term & Working Psychology 355: Cognitive Psychology Instructor: John Miyamoto 04/17/2018: Lecture 04-2 Note: This Powerpoint presentation may contain macros that I wrote to help me create

More information

Modelling Interactive Behaviour with a Rational Cognitive Architecture

Modelling Interactive Behaviour with a Rational Cognitive Architecture Modelling Interactive Behaviour with a Rational Cognitive Architecture David Peebles, University of Huddersfield, UK Anna L. Cox, University College London, UK Abstract In this chapter we discuss a number

More information

This is a large part of coaching presence as it helps create a special and strong bond between coach and client.

This is a large part of coaching presence as it helps create a special and strong bond between coach and client. Page 1 Confidence People have presence when their outer behavior and appearance conveys confidence and authenticity and is in sync with their intent. It is about being comfortable and confident with who

More information

Selective Attention (dichotic listening)

Selective Attention (dichotic listening) Selective Attention (dichotic listening) People attend to one ear by shadowing failed to notice in the other ear when the unattended speech changed to German speech in Czech spoken with English pronunciation

More information

IPM 12/13 T1.2 Limitations of the human perceptual system

IPM 12/13 T1.2 Limitations of the human perceptual system IPM 12/13 T1.2 Limitations of the human perceptual system Licenciatura em Ciência de Computadores Miguel Tavares Coimbra Acknowledgements: Most of this course is based on the excellent course offered by

More information

Verbal Working Memory. The left temporoparietal junction in verbal working memory: Storage or attention. Baddelely s Multiple-Component Model

Verbal Working Memory. The left temporoparietal junction in verbal working memory: Storage or attention. Baddelely s Multiple-Component Model Verbal Working Memory The left temporoparietal junction in verbal working memory: Storage or attention Susan Ravizza LTM vs WM Focusing on the storage component of WM Maintenance of words, pictures, goals

More information

Comment on McLeod and Hume, Overlapping Mental Operations in Serial Performance with Preview: Typing

Comment on McLeod and Hume, Overlapping Mental Operations in Serial Performance with Preview: Typing THE QUARTERLY JOURNAL OF EXPERIMENTAL PSYCHOLOGY, 1994, 47A (1) 201-205 Comment on McLeod and Hume, Overlapping Mental Operations in Serial Performance with Preview: Typing Harold Pashler University of

More information

Assistant Professor Computer Science. Introduction to Human-Computer Interaction

Assistant Professor Computer Science. Introduction to Human-Computer Interaction CMSC434 Introduction to Human-Computer Interaction Week 07 Lecture 19 Nov 4, 2014 Human Information Processing Human Computer Interaction Laboratory @jonfroehlich Assistant Professor Computer Science TODAY

More information

Human Abilities 1. Understanding the user

Human Abilities 1. Understanding the user Human Abilities 1 Understanding the user Human Capabilities Ø Ø Ø Why do we care? (better design!) Want to improve user performance and preferences Knowing the user informs the design 1. Senses 2. Information

More information

Lecturer: Dr. Benjamin Amponsah, Dept. of Psychology, UG, Legon Contact Information:

Lecturer: Dr. Benjamin Amponsah, Dept. of Psychology, UG, Legon Contact Information: Lecturer: Dr. Benjamin Amponsah, Dept. of Psychology, UG, Legon Contact Information: bamponsah@ug.edu.gh College of Education School of Continuing and Distance Education 2014/2015 2016/2017 Session Overview

More information

CAREGIVER SUMMIT. The PD You Can't See: Dealing with Non-Motor Symptoms. Kaitlyn Roland, PhD. Sponsored by:

CAREGIVER SUMMIT. The PD You Can't See: Dealing with Non-Motor Symptoms. Kaitlyn Roland, PhD. Sponsored by: CAREGIVER SUMMIT The PD You Can't See: Dealing with Non-Motor Symptoms Kaitlyn Roland, PhD Sponsored by: Cognition VS Dementia Memory Executive Function Attention Bradyphrenia Visuospatial Language Hallucinations

More information

Cognitive Modeling Demonstrates How People Use Anticipated Location Knowledge of Menu Items

Cognitive Modeling Demonstrates How People Use Anticipated Location Knowledge of Menu Items Cognitive Modeling Demonstrates How People Use Anticipated Location Knowledge of Menu Items Anthony J. Hornof and David E. Kieras Artificial Intelligence Laboratory Electrical Engineering & Computer Science

More information

Cognitive Modeling Reveals Menu Search is Both Random and Systematic

Cognitive Modeling Reveals Menu Search is Both Random and Systematic Cognitive Modeling Reveals Menu Search is Both Random and Systematic Anthony J. Hornof and David E. Kieras Artificial Intelligence Laboratory Electrical Engineering & Computer Science Department University

More information

A: implicit, unconscious, tacit. The name for cognitive processes of which we lack awareness

A: implicit, unconscious, tacit. The name for cognitive processes of which we lack awareness A: implicit, unconscious, tacit The name for cognitive processes of which we lack awareness A: top-down The usually conscious influence of past experience on behavior A: circular reasoning Given 2 premises,

More information

Chapter 6. Attention. Attention

Chapter 6. Attention. Attention Chapter 6 Attention Attention William James, in 1890, wrote Everyone knows what attention is. Attention is the taking possession of the mind, in clear and vivid form, of one out of what seem several simultaneously

More information

(In)Attention and Visual Awareness IAT814

(In)Attention and Visual Awareness IAT814 (In)Attention and Visual Awareness IAT814 Week 5 Lecture B 8.10.2009 Lyn Bartram lyn@sfu.ca SCHOOL OF INTERACTIVE ARTS + TECHNOLOGY [SIAT] WWW.SIAT.SFU.CA This is a useful topic Understand why you can

More information

Spatial Orientation Using Map Displays: A Model of the Influence of Target Location

Spatial Orientation Using Map Displays: A Model of the Influence of Target Location Gunzelmann, G., & Anderson, J. R. (2004). Spatial orientation using map displays: A model of the influence of target location. In K. Forbus, D. Gentner, and T. Regier (Eds.), Proceedings of the Twenty-Sixth

More information

Implications of a Dynamic Causal Modeling Analysis of fmri Data. Andrea Stocco University of Washington, Seattle

Implications of a Dynamic Causal Modeling Analysis of fmri Data. Andrea Stocco University of Washington, Seattle Implications of a Dynamic Causal Modeling Analysis of fmri Data Andrea Stocco University of Washington, Seattle Production Rules and Basal Ganglia Buffer Buffer Buffer Thalamus Striatum Matching Striatum

More information

Language Volunteer Guide

Language Volunteer Guide Language Volunteer Guide Table of Contents Introduction How You Can Make an Impact Getting Started 3 4 4 Style Guidelines Captioning Translation Review 5 7 9 10 Getting Started with Dotsub Captioning Translation

More information

NONPROFIT CONFLICT COMMUNICATION SKILLS

NONPROFIT CONFLICT COMMUNICATION SKILLS NONPROFIT CONFLICT COMMUNICATION SKILLS Elise M. Chambers, Esq. Program Director elise@crcminnesota.org 612-813-3206 TODAY, WE LL Get a crash course: Earn a PhD in Conflict Resolution Theory in 20 minutes

More information

TABLE OF CONTENTS. Introduction.2. Quick Note About Being GYMLESS..3. Format and Progression...6. List of Pushup Progressions..8

TABLE OF CONTENTS. Introduction.2. Quick Note About Being GYMLESS..3. Format and Progression...6. List of Pushup Progressions..8 TABLE OF CONTENTS Introduction.2 Quick Note About Being GYMLESS..3 Format and Progression...6 List of Pushup Progressions..8 Beginner Pushup Series...9 Intermediate Pushup Series..17 Advanced Pushup Series...24

More information

Human cogition. Human Cognition. Optical Illusions. Human cognition. Optical Illusions. Optical Illusions

Human cogition. Human Cognition. Optical Illusions. Human cognition. Optical Illusions. Optical Illusions Human Cognition Fang Chen Chalmers University of Technology Human cogition Perception and recognition Attention, emotion Learning Reading, speaking, and listening Problem solving, planning, reasoning,

More information

Attention. Concentrating and focusing of mental effort that is:

Attention. Concentrating and focusing of mental effort that is: What is attention? Concentrating and focusing of mental effort that is: Page 1 o Selective--focus on some things while excluding others o Divisible--able to focus on more than one thing at the same time

More information

IAT 814 Knowledge Visualization. Visual Attention. Lyn Bartram

IAT 814 Knowledge Visualization. Visual Attention. Lyn Bartram IAT 814 Knowledge Visualization Visual Attention Lyn Bartram Why we care in an information-rich world, the wealth of information means a dearth of something else: a scarcity of whatever it is that information

More information

Human Abilities 2. How do people think? Universal Design

Human Abilities 2. How do people think? Universal Design Human Abilities 2 How do people think? Universal Design Agenda ØRevisit Brainstorming ØMemory ØCognitive Processes v Implications ØUniversal Design ØRecap ØHomework and Project Fall 2018 PSYCH / CS 6755

More information

Games for Young Mathematicians Dot Cards

Games for Young Mathematicians Dot Cards ABOUT THE MATH If you watch and listen to how students interact with the dot cards, you can learn a lot about what they know and what they are ready to learn. Once you see what they can do, you can help

More information

Good Enough But I ll Just Check: Web-page Search as Attentional Refocusing

Good Enough But I ll Just Check: Web-page Search as Attentional Refocusing Good Enough But I ll Just Check: Web-page Search as Attentional Refocusing Duncan P. Brumby (BrumbyDP@Cardiff.ac.uk) Andrew Howes (HowesA@Cardiff.ac.uk) School of Psychology, Cardiff University, Cardiff

More information

Research Article A Functional Model of Sensemaking in a Neurocognitive Architecture

Research Article A Functional Model of Sensemaking in a Neurocognitive Architecture Computational Intelligence and Neuroscience Volume 213, Article ID 921695, 29 pages http://dx.doi.org/1.1155/213/921695 Research Article A Functional Model of Sensemaking in a Neurocognitive Architecture

More information

Try using a number as an adjective when talking to children. Let s take three books home or There are two chairs at this table.

Try using a number as an adjective when talking to children. Let s take three books home or There are two chairs at this table. Ages 0-18 mos. Try using a number as an adjective when talking to children. Let s take three books home or There are two chairs at this table. Ages 0-18 mos. Use the words more and less to describe stacks

More information

Introductory Motor Learning and Development Lab

Introductory Motor Learning and Development Lab Introductory Motor Learning and Development Lab Laboratory Equipment & Test Procedures. Motor learning and control historically has built its discipline through laboratory research. This has led to the

More information

(Visual) Attention. October 3, PSY Visual Attention 1

(Visual) Attention. October 3, PSY Visual Attention 1 (Visual) Attention Perception and awareness of a visual object seems to involve attending to the object. Do we have to attend to an object to perceive it? Some tasks seem to proceed with little or no attention

More information

UNIT. Experiments and the Common Cold. Biology. Unit Description. Unit Requirements

UNIT. Experiments and the Common Cold. Biology. Unit Description. Unit Requirements UNIT Biology Experiments and the Common Cold Unit Description Content: This course is designed to familiarize the student with concepts in biology and biological research. Skills: Main Ideas and Supporting

More information

Introduction to Computational Neuroscience

Introduction to Computational Neuroscience Introduction to Computational Neuroscience Lecture 11: Attention & Decision making Lesson Title 1 Introduction 2 Structure and Function of the NS 3 Windows to the Brain 4 Data analysis 5 Data analysis

More information

News English.com Ready-to-use ESL/EFL Lessons by Sean Banville Speech jammer device stops people talking

News English.com Ready-to-use ESL/EFL Lessons by Sean Banville Speech jammer device stops people talking www.breaking News English.com Ready-to-use ESL/EFL Lessons by Sean Banville 1,000 IDEAS & ACTIVITIES FOR LANGUAGE TEACHERS The Breaking News English.com Resource Book http://www.breakingnewsenglish.com/book.html

More information

OVERVIEW TUTORIAL BEHAVIORAL METHODS CLAIM: EMLAR VII EYE TRACKING: READING. Lecture (50 min) Short break (10 min) Computer Assignments (30 min)

OVERVIEW TUTORIAL BEHAVIORAL METHODS CLAIM: EMLAR VII EYE TRACKING: READING. Lecture (50 min) Short break (10 min) Computer Assignments (30 min) EMLAR VII EYE TRACKING: READING Arnout Koornneef a.w.koornneef@uu.nl OVERVIEW TUTORIAL Lecture (50 min) Basic facts about reading Examples Advantages and disadvantages of eye tracking Short break (10 min)

More information

The Effects of Hand Strength on Pointing Performance

The Effects of Hand Strength on Pointing Performance Chapter 1 The Effects of Hand Strength on Pointing Performance P. Biswas and P. Robinson 1.1 Introduction Pointing tasks form a significant part of human-computer interaction in graphical user interfaces.

More information

Fundamentals of Cognitive Psychology, 3e by Ronald T. Kellogg Chapter 2. Multiple Choice

Fundamentals of Cognitive Psychology, 3e by Ronald T. Kellogg Chapter 2. Multiple Choice Multiple Choice 1. Which structure is not part of the visual pathway in the brain? a. occipital lobe b. optic chiasm c. lateral geniculate nucleus *d. frontal lobe Answer location: Visual Pathways 2. Which

More information

Instructor Guide to EHR Go

Instructor Guide to EHR Go Instructor Guide to EHR Go Introduction... 1 Quick Facts... 1 Creating your Account... 1 Logging in to EHR Go... 5 Adding Faculty Users to EHR Go... 6 Adding Student Users to EHR Go... 8 Library... 9 Patients

More information

Mental Wellbeing in Norfolk and Waveney

Mental Wellbeing in Norfolk and Waveney Mental Wellbeing in Norfolk and Waveney Shaping the Future What you told us and what happens now Easy Read Version 1 What is in this document? Page 3 6: What is this document about? Pages 7 10: What you

More information

(SAT). d) inhibiting automatized responses.

(SAT). d) inhibiting automatized responses. Which of the following findings does NOT support the existence of task-specific mental resources? 1. a) It is more difficult to combine two verbal tasks than one verbal task and one spatial task. 2. b)

More information

Learning to Use Episodic Memory

Learning to Use Episodic Memory Learning to Use Episodic Memory Nicholas A. Gorski (ngorski@umich.edu) John E. Laird (laird@umich.edu) Computer Science & Engineering, University of Michigan 2260 Hayward St., Ann Arbor, MI 48109 USA Abstract

More information

Perceptual cognition and the design of Air Traffic Control interfaces

Perceptual cognition and the design of Air Traffic Control interfaces Perceptual cognition and the design of Air Traffic Control interfaces Brian Fisher Centre for Systems Science brfisher@cs.sfu.ca John Dill School of Engineering Science dill@cs.sfu.ca Mark Liljefors School

More information

Just use the link above to register. Then start with the next slide.

Just use the link above to register. Then start with the next slide. To the Trainer: Thank you for using this presentation. Please let us know who you are, where you are presenting, and the number of people in the audience. By having this presentation registered, we can

More information

Cognitive Strategies and Eye Movements for Searching Hierarchical Displays

Cognitive Strategies and Eye Movements for Searching Hierarchical Displays Cognitive Strategies and Eye Movements for Searching Hierarchical Displays Anthony J. Hornof Tim Halverson University of Oregon Sponsored by ONR Three Main Points A hierarchical display motivates specific

More information

Are Retrievals from Long-Term Memory Interruptible?

Are Retrievals from Long-Term Memory Interruptible? Are Retrievals from Long-Term Memory Interruptible? Michael D. Byrne byrne@acm.org Department of Psychology Rice University Houston, TX 77251 Abstract Many simple performance parameters about human memory

More information

PSYC 441 Cognitive Psychology II

PSYC 441 Cognitive Psychology II PSYC 441 Cognitive Psychology II Session 4 Background of Object Recognition Lecturer: Dr. Benjamin Amponsah, Dept., of Psychology, UG, Legon Contact Information: bamponsah@ug.edu.gh College of Education

More information

THE VOICE DOES MATTER

THE VOICE DOES MATTER THE VOICE DOES MATTER A Brief Overview of How to Choose a Voice for Your IVR Smart Action Company, LLC www.smartaction.com/guide sales@smartaction.com 310.776.9200 75 % Perhaps you think this task is trivial,

More information

9/3/2014. Which impairs the ability to integrate these experiences in an adaptive manner.

9/3/2014. Which impairs the ability to integrate these experiences in an adaptive manner. Presented by DaLene Forester Thacker, PhD Licensed Marriage and Family Therapist Licensed Professional Clinical Counselor Director and Trainer with AEI daleneforester@yahoo.com I was not able to use EMDR

More information

An Overview of Tactile American Sign Language Michelle Radin Special Education Service Agency

An Overview of Tactile American Sign Language Michelle Radin Special Education Service Agency An Overview of Tactile American Sign Language Michelle Radin Special Education Service Agency MRadin@sesa.org Tactile Sign Language 2 Introduction American Tactile Sign Language (TSL) is very similar to

More information

Degree of freedom problem

Degree of freedom problem KINE 4500 Neural Control of Movement Lecture #1:Introduction to the Neural Control of Movement Neural control of movement Kinesiology: study of movement Here we re looking at the control system, and what

More information

Coach Morse - Morse Code Practice Unit

Coach Morse - Morse Code Practice Unit Coach Morse - Morse Code Practice Unit AA1PJ The following describes the features and operation of Coach Morse, a Morse code practice unit. This device should help you learn and improve the speed at which

More information

KINE 4500 Neural Control of Movement. Lecture #1:Introduction to the Neural Control of Movement. Neural control of movement

KINE 4500 Neural Control of Movement. Lecture #1:Introduction to the Neural Control of Movement. Neural control of movement KINE 4500 Neural Control of Movement Lecture #1:Introduction to the Neural Control of Movement Neural control of movement Kinesiology: study of movement Here we re looking at the control system, and what

More information

Augmented Cognition: Allocation of Attention

Augmented Cognition: Allocation of Attention Augmented Cognition: Allocation of Attention Misha Pavel 1, Guoping Wang, Kehai Li Oregon Health and Science University OGI School of Science and Engineering 20000 NW Walker Road Beaverton, OR 97006, USA

More information

New Food Label Pages Diabetes Self-Management Program Leader s Manual

New Food Label Pages Diabetes Self-Management Program Leader s Manual New Food Label Pages The FDA has released a new food label, so we have adjusted Session 4 and provided a handout of the new label. Participants use the handout instead of looking at the label in the book

More information

Use of Auditory Techniques Checklists As Formative Tools: from Practicum to Student Teaching

Use of Auditory Techniques Checklists As Formative Tools: from Practicum to Student Teaching Use of Auditory Techniques Checklists As Formative Tools: from Practicum to Student Teaching Marietta M. Paterson, Ed. D. Program Coordinator & Associate Professor University of Hartford ACE-DHH 2011 Preparation

More information

Voluntary Product Accessibility Template (VPAT)

Voluntary Product Accessibility Template (VPAT) Avaya Vantage TM Basic for Avaya Vantage TM Voluntary Product Accessibility Template (VPAT) Avaya Vantage TM Basic is a simple communications application for the Avaya Vantage TM device, offering basic

More information

AS Module 1. Cognitive & Developmental Psychology. Cognitive Human Memory. The nature and structure of memory Thought to be three types

AS Module 1. Cognitive & Developmental Psychology. Cognitive Human Memory. The nature and structure of memory Thought to be three types AS Module 1 Cognitive & Developmental Psychology Cognitive Human Memory The nature and structure of memory Thought to be three types Sensory memory Short term memory Long term memory Short Term Memory

More information

Mechanisms for Human Spatial Competence

Mechanisms for Human Spatial Competence Mechanisms for Human Spatial Competence Glenn Gunzelmann 1 and Don R. Lyon 2 1 Air Force Research Laboratory 2 L3 Communications at Air Force Research Laboratory 6030 South Kent Street Mesa, AZ, United

More information

Running head: THE EFFECT OF STIMULUS LENGTH AND TYPE

Running head: THE EFFECT OF STIMULUS LENGTH AND TYPE 1 Running head: THE EFFECT OF STIMULUS LENGTH AND TYPE Stimuli Recognition: The Effect of Stimulus Length and Type Karla Roberts Hanover College 2 Stimuli Recognition: The Effect of Stimulus Length and

More information

Sperling conducted experiments on An experiment was conducted by Sperling in the field of visual sensory memory.

Sperling conducted experiments on An experiment was conducted by Sperling in the field of visual sensory memory. Levels of category Basic Level Category: Subordinate Category: Superordinate Category: Stages of development of Piaget 1. Sensorimotor stage 0-2 2. Preoperational stage 2-7 3. Concrete operational stage

More information

Choosing Life: Empowerment, Action, Results! CLEAR Menu Sessions. Substance Use Risk 5: Drugs, Alcohol, and HIV

Choosing Life: Empowerment, Action, Results! CLEAR Menu Sessions. Substance Use Risk 5: Drugs, Alcohol, and HIV Choosing Life: Empowerment, Action, Results! CLEAR Menu Sessions Substance Use Risk 5: This page intentionally left blank. Session Aims: (70 Minutes) To understand the health consequences of drugs and

More information

- Types of Conflict - Sources of Conflict - Five Styles of Intervention - Handling Conflict - Things to Remember

- Types of Conflict - Sources of Conflict - Five Styles of Intervention - Handling Conflict - Things to Remember - Types of Conflict - Sources of Conflict - Five Styles of Intervention - Handling Conflict - Things to Remember 1. Interpersonal 2. Intrapersonal 3. Intragroup 4. Intergroup Constructive: Healthy exchange

More information

Meeting someone with disabilities etiquette

Meeting someone with disabilities etiquette Meeting someone with disabilities etiquette Many people unsure how to go about meeting someone with a disability because they don t want to say or do the wrong thing. Here are a few tips to keep in mind

More information

EDUCATIONAL TECHNOLOGY MAKING AUDIO AND VIDEO ACCESSIBLE

EDUCATIONAL TECHNOLOGY MAKING AUDIO AND VIDEO ACCESSIBLE EDUCATIONAL TECHNOLOGY MAKING AUDIO AND VIDEO ACCESSIBLE Videos integrated in courses must be accessible by all users. An accessible video includes captions, that is a transcript of the audio description

More information

Define Objectives. Define Solution. Design Evaluation. Use Findings. Report Findings. Implement Program. Program. Conduct Evaluation

Define Objectives. Define Solution. Design Evaluation. Use Findings. Report Findings. Implement Program. Program. Conduct Evaluation Quality Assurance, Customer Satisfaction and Follow-Up: Definition and Practical Experience Micki Thompson 2-1-11 Tampa Bay Cares, Inc James B. Luther, Ph.D. Luther Consulting, LLC May, 2009 Overview Brief

More information

Motivational Strategies for Challenging Situations

Motivational Strategies for Challenging Situations Motivational Strategies for Challenging Situations Mandy Fauble, PhD, LCSW Executive Director, Safe Harbor Behavioral Health of UPMC Hamot James, Wyler, MA, CPRP Scenario When I talked to her about my

More information

Why is dispersion of memory important*

Why is dispersion of memory important* What is memory* It is a web of connections Research has shown that people who lose their memory also lose the ability to connect things to each other in their mind It is these connections that let us understand

More information

How to Work with the Patterns That Sustain Depression

How to Work with the Patterns That Sustain Depression How to Work with the Patterns That Sustain Depression Module 2.2 - Transcript - pg. 1 How to Work with the Patterns That Sustain Depression Two Powerful Skills to Reduce a Client s Depression Risk with

More information

Children under 6 who have Dysfluent Speech (Stammering/Stuttering).

Children under 6 who have Dysfluent Speech (Stammering/Stuttering). Patient Information Leaflet Children under 6 who have Dysfluent Speech (Stammering/Stuttering). Information for parents, teachers and carers For more information, please contact Speech & Language Therapy

More information

THE BRAIN HABIT BRIDGING THE CONSCIOUS AND UNCONSCIOUS MIND

THE BRAIN HABIT BRIDGING THE CONSCIOUS AND UNCONSCIOUS MIND THE BRAIN HABIT BRIDGING THE CONSCIOUS AND UNCONSCIOUS MIND Mary ET Boyle, Ph. D. Department of Cognitive Science UCSD How did I get here? What did I do? Start driving home after work Aware when you left

More information

Psychology Formative Assessment #2 Answer Key

Psychology Formative Assessment #2 Answer Key Psychology Formative Assessment #2 Answer Key 1) C 2) B 3) B 4) C 5) D AP Objective: Discuss the influence of drugs on neurotransmitters 6) E AP Objective: Discuss the influence of drugs on neurotransmitters

More information

PLAN FOR TODAY. What is Emotional Intelligence/EQ? Why it Matters An Overview of the EQ Model Lots of ideas for improving your EQ

PLAN FOR TODAY. What is Emotional Intelligence/EQ? Why it Matters An Overview of the EQ Model Lots of ideas for improving your EQ PLAN FOR TODAY What is Emotional Intelligence/EQ? Why it Matters An Overview of the EQ Model Lots of ideas for improving your EQ EMOTIONAL INTELLIGENCE IS NOT Being Emotional Always Agreeable Optimistic

More information

Modeling Visual Search Time for Soft Keyboards. Lecture #14

Modeling Visual Search Time for Soft Keyboards. Lecture #14 Modeling Visual Search Time for Soft Keyboards Lecture #14 Topics to cover Introduction Models of Visual Search Our Proposed Model Model Validation Conclusion Introduction What is Visual Search? Types

More information

Simple Caption Editor User Guide. May, 2017

Simple Caption Editor User Guide. May, 2017 Simple Caption Editor User Guide May, 2017 Table of Contents Overview Type Mode Time Mode Submitting your work Keyboard Commands Video controls Typing controls Timing controls Adjusting timing in the timeline

More information

Human Performance Model. Designing for Humans. The Human: The most complex of the three elements. The Activity

Human Performance Model. Designing for Humans. The Human: The most complex of the three elements. The Activity Human Performance Model Designing for Humans People performing in systems have in common that they are each somebody, doing something, someplace (Bailey, 1996) Human limits and capabilities The Human:

More information

HUMAN ABILITIES CPSC 544 FUNDAMENTALS IN DESIGNING INTERACTIVE COMPUTATION TECHNOLOGY FOR PEOPLE (HUMAN COMPUTER INTERACTION) WEEK 7 CLASS 13

HUMAN ABILITIES CPSC 544 FUNDAMENTALS IN DESIGNING INTERACTIVE COMPUTATION TECHNOLOGY FOR PEOPLE (HUMAN COMPUTER INTERACTION) WEEK 7 CLASS 13 HUMAN ABILITIES CPSC 544 FUNDAMENTALS IN DESIGNING INTERACTIVE COMPUTATION TECHNOLOGY FOR PEOPLE (HUMAN COMPUTER INTERACTION) WEEK 7 CLASS 13 Joanna McGrenere and Leila Aflatoony Includes slides from Karon

More information

Overcoming Subconscious Resistances

Overcoming Subconscious Resistances Overcoming Subconscious Resistances You ve previously learned that to become anxiety-free you want to overcome your subconscious resistance. This is important because as long as the subconscious mind the

More information

Pattern Recognition. Organization of Lectures. Complexities of Perception

Pattern Recognition. Organization of Lectures. Complexities of Perception Pattern Recognition Complexities Constraints Models Organization of Lectures Complexities of perception Constraints on perception Pattern recognition models Template Distinctive-feature Spatial/configural

More information

HUMAN ABILITIES CPSC 544 FUNDAMENTALS IN DESIGNING INTERACTIVE COMPUTATIONAL TECHNOLOGY FOR PEOPLE (HUMAN COMPUTER INTERACTION) WEEK 7 CLASS 13

HUMAN ABILITIES CPSC 544 FUNDAMENTALS IN DESIGNING INTERACTIVE COMPUTATIONAL TECHNOLOGY FOR PEOPLE (HUMAN COMPUTER INTERACTION) WEEK 7 CLASS 13 HUMAN ABILITIES CPSC 544 FUNDAMENTALS IN DESIGNING INTERACTIVE COMPUTATIONAL TECHNOLOGY FOR PEOPLE (HUMAN COMPUTER INTERACTION) WEEK 7 CLASS 13 Joanna McGrenere and Leila Aflatoony Includes slides from

More information

Interference with spatial working memory: An eye movement is more than a shift of attention

Interference with spatial working memory: An eye movement is more than a shift of attention Psychonomic Bulletin & Review 2004, 11 (3), 488-494 Interference with spatial working memory: An eye movement is more than a shift of attention BONNIE M. LAWRENCE Washington University School of Medicine,

More information

Prof. Greg Francis 7/8/08

Prof. Greg Francis 7/8/08 Attentional and motor development IIE 366: Developmental Psychology Chapter 5: Perceptual and Motor Development Module 5.2 Attentional Processes Module 5.3 Motor Development Greg Francis Lecture 13 Children

More information