40
Cognition Designing for human cognitive capabilities. Memory, perception and cognition. CS349 -- Memory, Perception & Cognition 1

Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

  • Upload
    others

  • View
    6

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

CognitionDesigning for human cognitive capabilities.Memory, perception and cognition.

CS349 -- Memory, Perception & Cognition1

Page 2: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Sour

ces

CS349 -- Memory, Perception & Cognition2

Jef Raskin, The Humane Interface (2000).

Jeff Johnson, Designing with the Mind in Mind (2010)

Page 3: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Ergo

nom

ics

and

Hum

an F

acto

rs • Designing devices that fit human abilities: physical and cognitive.

CS349 -- Memory, Perception & Cognition3

Page 4: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Cog

nitiv

e En

gine

erin

g, “

Cog

netic

s” • The study of how people mentally work– vs. dominant branch of ergonomics which

studies how people physically work

• “We must master an ergonomics of the mind if we want to design interfaces that are likely to work well.” (Raskin, p. 10)

• “…well-known computer interfaces … are designed as though their designers expect us to have cognitive abilities that experiment shows we do not possess.” (Raskin, p. 10)

CS349 -- Memory, Perception & Cognition4

Page 5: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Cogn

ition • Faculty for processing

information and applying prior knowledge using mental processes like:– attention– memory– learning– reasoning

CS349 -- Memory, Perception & Cognition5

Card, Moran, and Newell’s Model Human Processor

Memory

PerceptualProcessor

CognitiveProcessor

MotorProcessor

Page 6: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

HCI G

uide

lines • The study of “cognetics” has resulted in many sets of HCI

guidelines.• They are all substantially the same• Why?

– Unlike fashion design, they are not based on the designer’s tastes and whims. They are all based on human psychology: how people perceive, learn, reason, remember, and convert intentions into action.

CS349 -- Memory, Perception & Cognition6

Page 7: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Memory

CS349 -- Memory, Perception & Cognition7

Page 8: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Shor

t vs.

Lon

g-Te

rm M

emor

y • Short-term Memory: situations in which information is retained for very short intervals (ε – several seconds)

• Long-term Memory: information is retained over longer periods (minutes, hours, days, years, a lifetime)

• A tempting view:

CS349 -- Memory, Perception & Cognition8

Perceptions Short-Term Memory

Long-Term Memory

Input RAM Disk

Page 9: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Long

-Ter

m M

emor

y =

Act

ivat

ed N

euro

ns • Perceptions enter via visual, auditory, olfactory, gustatory, or tactile sensory systems– Activate neurons in areas of the brain are dedicated to each sense– Detect low-level features: dark-light edge, diagonal line, high-

pitched tone, sour taste, red colour, etc.• Triggers activation of neurons in other areas of the brain that are not

specific to the sensory system. – Combine lower-level features into higher-level features: animal,

Uncle Kevin, minor key, threat, etc.– The set of triggered neurons depends on the features of the input

and the context.– The more similar two perceptual stimuli are (features and context),

the more overlap there is in the sets of neurons that fire

CS349 -- Memory, Perception & Cognition9

Page 10: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Long

-Ter

m M

emor

y =

Act

ivat

ed N

euro

ns • Memory formation: long-lasting and perhaps permanent changes to the neurons involved in a neural activity pattern which make it easier to reactivate in the future.

• Remembering: reactivating the same pattern of neural activity that occurred when the memory was formed.– Somehow the brain distinguishes new activations from

reactivations.– Recognition: New perceptions that trigger an existing pattern.– Recall: Triggering an existing pattern without the perception.

• Strength of a memory depends on– How often it’s reactivated– Strength of the original perceptions– Sleep

CS349 -- Memory, Perception & Cognition10

Page 11: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Shor

t-Ter

m M

emor

y • Not simply neural activations that don’t last long.• Short-term memory is a combination of perception and

attention.– Perceptions make available a collection of neural activations– Attention selects just several of the many activations that

are currently available.– Short-term memory is the currently activated neural patterns

of which we are aware.

CS349 -- Memory, Perception & Cognition11

Page 12: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Cha

ract

eris

tics

of S

hort

-Ter

m M

emor

y • Low capacity– Used to say “7 items plus or minus 2” (George Miller, 1956)– Most current researchers say this is too high– Depends on similarity of items, ability to “cluster” items

• e.g. phone number as 3 sets of digits (vs. 10 digits) – Capacity perhaps best measured in “item-features” rather

than items• Volatility

– Turning attention to a different neural pattern turns it away from some of what it had been focusing on

– Information can be easily lost from short-term memory if not rehearsed to constantly bring it back into attention

CS349 -- Memory, Perception & Cognition12

Page 13: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Impl

icat

ions

for U

ser I

nter

face

s User interfaces should help people remember information from one moment to the next.Examples:• Modes:

– Allows UIs to have more functions than controls– But… people make “mode errors” – do the wrong thing

because they forget which mode they’re in.– Avoid modes or make it obvious which mode is engaged

• Search results: keep the search terms on screen to help evaluate search results

• Instructions: keep a sequence of instructions visible while being followed

CS349 -- Memory, Perception & Cognition13

Page 14: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Cha

ract

eris

tics

of L

ong-

Term

Mem

ory • Error-prone:

– Think of it as heavily compressed information– Some features not recorded

• Weighted by emotions• Retroactively alterable

CS349 -- Memory, Perception & Cognition14

Page 15: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Impl

icat

ions

for U

ser I

nter

face

s • Don’t burden long-term memory more than you have to.• Example:

CS349 -- Memory, Perception & Cognition15

Page 16: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

PerceptionHow we take in information

CS349 -- Memory, Perception & Cognition16

Page 17: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Perc

eptio

n • Our perception of the world is not a true depiction of “reality”.• To a large extent, we perceive what we expect to perceive.• Our expectations – and therefore our perceptions – are biased

by:– the past: our experience– the present: the current context– the future: our goals

CS349 -- Memory, Perception & Cognition17

Page 18: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Perc

eptio

n B

iase

d by

Exp

erie

nce Imagine you own a large insurance company. You are meeting

with a real estate developer to discuss plans for a new campus of company buildings. The campus consists of a row of five buildings, some of which include courtyards providing light for the cafeteria and fitness centre. The developer shows you an initial plan:

CS349 -- Memory, Perception & Cognition18

Page 19: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Perc

eptio

n B

iase

d by

Exp

erie

nce Now imagine that instead of a real estate manager you’re

meeting with the marketing manager about a billboard ad. The advertising manager shows you a suggestion that shows a single, value-laden word to be placed on the billboards:

CS349 -- Memory, Perception & Cognition19

Page 20: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Perc

eptio

n B

iase

d by

Exp

erie

nce

CS349 -- Memory, Perception & Cognition20

Page 21: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Perc

eptio

n B

iase

d by

Cur

rent

Con

text • The same phrase is perceived differently depending on the list

in which it appears:

• “The pattern of neural activity that corresponds to recognizing a letter, a word, a face, or any object includes input from neural activity stimulated by the context. This context includes other nearby perceived objects and events, and even reactivated memories of previously perceived objects and events.”

-- Designing with the Mind in Mind, p. 5

CS349 -- Memory, Perception & Cognition21

Fold napkins. Polish silverware. Wash dishes.French napkins. Polish silverware. German dishes.

Page 22: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Perc

eptio

n Bi

ased

by

Goa

ls • In the following “toolbox”, is there a pair of scissors?

• Was there a wrench?

CS349 -- Memory, Perception & Cognition22

Page 23: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Perc

eptio

n Bi

ased

by

Goa

ls • This is a fairly famous video. If you’ve already seen it, please don’t blow it for those who haven’t.

• https://www.youtube.com/watch?v=vJG698U2Mvo

CS349 -- Memory, Perception & Cognition23

Page 24: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Perc

eptio

n Bi

ased

by

Goa

ls There are two ways in which our current goals bias our perception:

1. Influencing where we look– We focus on our goal, ignoring things that are unrelated.

2. Sensitizing our perceptual system to certain features– Our brain will focus on particular features that meet out goal

(e.g. if we’re looking for a “red car”, we’ll scan for red).

CS349 -- Memory, Perception & Cognition24

Page 25: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

CognitionHow we process information

CS349 -- Memory, Perception & Cognition25

Page 26: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Two

Stat

es o

f Cog

nitiv

e Pr

oces

ses Cognitive unconscious: processes of which you are not

aware at the time they occur. The resources they make available to us are HUGE.Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur. The resources they make available to us are tiny (but powerful).

CS349 -- Memory, Perception & Cognition26

Memory

PerceptualProcessor

CognitiveProcessor

MotorProcessor

cognitiveconscious

cognitiveunconscious

(examples)

movement from unconscious to conscious …

from conscious to unconscious …

Page 27: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Cogn

etic

s “Understanding that we possess these two distinct sets of limited mental abilities and understanding how they work in relationship to human-machine interfaces is as essential to designing interfaces as is knowing the size and the strength of the human hand when we are designing a keyboard.”

CS349 -- Memory, Perception & Cognition27

-- Jef Raskin, The Humane Interface, p. 11

Page 28: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Com

parin

g Co

gniti

ve S

tate

s

CS349 -- Memory, Perception & Cognition28

Property Conscious Unconscious

Engaged by Novelty, emergencies, danger Repetition, expected events, safety

Used in New circumstances Routine situations

Can handle Decisions Non-branching tasks

Accepts Logical propositions Logic or inconsistencies

Operates Sequentially Simultaneously

Controls Volition (your “will”) Habits

Capacity Tiny Huge

Persists for Tenths of seconds Decades

Page 29: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Locu

s of

Atte

ntio

n • Locus: The feature, object, or idea about which you are intently and actively thinking (in cognitive conscious).– Related to “focus” but...

• Cannot completely control where our locus will be• We can have at most one locus of attention

– Maybe none– More than one locus is actually multi-tasking, not multi-

processing• Why is this not optimal?

– Multi-processing can be achieved by combining one locus and one or more automatic activities...• Driving and talking, …CS349 -- Memory, Perception & Cognition29

Page 30: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Seei

ng D

oesn

’t M

ean

We

See • A single locus of attention filters out many perceptions

– Tuning out sounds and smells...– Implications: some aspects of a UI may be tuned out as

well

• Perceptions persist briefly and then decay quickly– Many perceptions do not automatically become memories– Implications:

CS349 -- Memory, Perception & Cognition30

Page 31: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Seei

ng D

oesn

’t M

ean

We

See:

C

hang

e B

lindn

ess • Change Blindness: a change in a visual stimulus is

unnoticed by observer– http://www2.psych.ubc.ca/~rensink/flicker/download/

CS349 -- Memory, Perception & Cognition31

Page 32: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Cont

ext S

witc

hes • There is a significant cost to switching from one locus of

attention to another– Context switch: about 10 seconds

• More for intense tasks, less for lightweight tasks• If the same context switch is performed repeatedly...

• Implications: – Protect users (yourself!) from context switches– Research in interruptability– Exploit single locus/context switches

• Magician• Canon Cat/Some Apps (next slide)

CS349 -- Memory, Perception & Cognition32

New message from Feridun …

Page 33: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Cano

n Ca

t

CS349 -- Memory, Perception & Cognition33

Page 34: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Abso

rptio

n • You can be more or less absorbed in your locus of attention– More absorbed:

• More difficult to transition to another locus• Requires greater stimulus to effect such a change• Examples: reading a book, playing a game

• Absorption is essential to productivity– Implications for UI: don’t interrupt this state!– Encourage flow (being “in the zone”)

CS349 -- Memory, Perception & Cognition34

Page 35: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Abs

orpt

ion’

s N

egat

ive

Con

sequ

ence

s • Eastern Airlines Flight 401 story• Proportional to stress: “As stress increases, people

concentrate more and more on but a few features of their environment, paying less and less attention to others... You become less likely to see hints, help messages, or other user aids as you become increasingly agitated about the problem.”

-- Raskin, p. 27

• Implications for UI: prevent errors, easy-undo

CS349 -- Memory, Perception & Cognition35

Page 36: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Auto

mat

ic A

ctio

ns • Automatic Action: any activity done without conscious thought (routines, habits, skills) … in cognitive unconscious

• Performing a task repeatedly makes it easier– Eventually, don’t need to give it conscious thought– Conscious thought may impede the action

• Automatic tasks enable simultaneous actions– If we are doing more than one activity at a time, all but at

most one of them are automatic• Automatic actions are essential to higher life forms

CS349 -- Memory, Perception & Cognition36

Page 37: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Lear

ning

and

Con

trol

ling

Aut

omat

ic A

ctio

ns • Humans cannot avoid developing automatic responses– “Practice makes perfect” vs. “Practice makes permanent”

• Sequences of actions become clumped into a single action– Cannot interrupt a sequence of less than 1-2 sec.– Long sequences can only be interrupted with conscious

thought• Unlearning automatic

actions

CS349 -- Memory, Perception & Cognition37

Page 38: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Goo

d A

utom

atic

Act

ion

Impl

icat

ions • Persistent use of any interface will develop automatic actions

that are difficult to unlearn– Can be good (e.g. consistency and similarity leads to quick

interaction)

CS349 -- Memory, Perception & Cognition38

Page 39: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Bad

Aut

omat

ic A

ctio

n Im

plic

atio

ns • Can be bad (e.g. dangerous automatic actions)– Example: File deletion confirmations– Any confirmation step that elicits a fixed response soon

becomes useless– Alternatives?

CS349 -- Memory, Perception & Cognition39

The action you have requested cannot be undone. It will cause permanent loss of the file. If you are sure you wish to delete the file forever, type backward the tenth word in this box.

Page 40: Designing for human cognitive capabilities. Memory ...cs349/s16/... · Cognitive conscious: processes focused on the relatively few things that you are aware of at the time they occur

Sum

mar

y • Introduction to perception and how it is biased• Introduction to human cognition capabilities

– cognetics – cognitive conscious vs. cognitive unconscious– locus of attention– automatic actions

• Implication of cognition for design

CS349 -- Memory, Perception & Cognition40