Presentation is loading. Please wait.

Presentation is loading. Please wait.

Computer Assisted Attention Training Guy Mark Lifshitz 260230337 Supervisor: Clark Verbrugge Co-Supervisor: Amir Raz.

Similar presentations


Presentation on theme: "Computer Assisted Attention Training Guy Mark Lifshitz 260230337 Supervisor: Clark Verbrugge Co-Supervisor: Amir Raz."— Presentation transcript:

1 Computer Assisted Attention Training Guy Mark Lifshitz 260230337 Supervisor: Clark Verbrugge Co-Supervisor: Amir Raz

2 The Goal Use computer games to improve the attention span and behaviour of children Future WorkBackgroundGamesDesignDevelopmentResults

3 Psychology Background:

4 Types of Attention Alerting Ability to respond to an impending event Orienting Ability to shift focus between stimuli Executive Control over multiple neural areas to resolve conflicts Future WorkBackgroundGamesDesignDevelopmentResults

5 How Attention Training Works Requires sustained attention Self-regulation/conflict resolution Working Memory Future WorkBackgroundGamesDesignDevelopmentResults

6 What exists Background:

7 Existing Games IBM Accessibility Research and The Sackler Institute for Developmental Psychobiology Written in 2001 Future WorkBackgroundGamesDesignDevelopmentResults

8 Existing Games Joystick based 4 – 7 year olds healthy and ADHD children Future WorkBackgroundGamesDesignDevelopmentResults

9 Existing Games Joystick Training Future WorkBackgroundGamesDesignDevelopmentResults

10 Existing Games Conflict Training Future WorkBackgroundGamesDesignDevelopmentResults

11 My games

12 Games Created (1/5) Future WorkBackgroundGamesDesignDevelopmentResults

13 Games Created (1/5) Future WorkBackgroundGamesDesignDevelopmentResults

14 Games Created (2/5) Future WorkBackgroundGamesDesignDevelopmentResults

15 Motivating Ideas Primary goal: Train for joystick use Side-benefits: Requires sustained attention Future WorkBackgroundGamesDesignDevelopmentResults

16 Games Created (3/5) Future WorkBackgroundGamesDesignDevelopmentResults

17 Motivating Ideas Moving distractions (orienting, executive) Unpredictable location (orienting) Training of sounds (for future games) Future WorkBackgroundGamesDesignDevelopmentResults

18 Games Created (4/5) Future WorkBackgroundGamesDesignDevelopmentResults

19 Games Created (4/5) Future WorkBackgroundGamesDesignDevelopmentResults

20 Motivating Ideas Similar to the Stroop test Child specific considerations: Sound rather than reading Animals rather than colors Green Red Blue Future WorkBackgroundGamesDesignDevelopmentResults

21 Motivating Ideas Ignore conflicting sound/visual cue (executive) Remember the sound/visual cue (Working memory) Requires automated sound recognition (previous games) Future WorkBackgroundGamesDesignDevelopmentResults

22 Games Created (5/5) Future WorkBackgroundGamesDesignDevelopmentResults

23 Games Created (5/5) Future WorkBackgroundGamesDesignDevelopmentResults

24 Games Created (5/5) Future WorkBackgroundGamesDesignDevelopmentResults

25 Motivating Ideas Player Specific Feedback (cocktail party effect) Conflict resolution (executive attention) Inconsistent timing (alerting attention) Unpredictable location (orienting) Future WorkBackgroundGamesDesignDevelopmentResults

26 Development Cycle

27 Preliminary Research 1. Meet with research assistants 2. Meet with Prof. Raz 3. Read psychology papers 4.Read Child-Computer Interaction (CCI) papers Future WorkBackgroundGamesDesignDevelopmentResults

28 Development Cycle 1. Talk to RAs 2. Develop prototype 3. Test with Prof. Raz’s children 4. Get feedback from Prof. Raz Repeat Future WorkBackgroundGamesDesignDevelopmentResults

29 Development Cycle 1. Talk to RAs 2. Develop prototype 3. Test with Prof. Raz’s children 4. Get feedback from Prof. Raz Repeat Future WorkBackgroundGamesDesignDevelopmentResults

30 Constraints and Considerations

31 Design Considerations Measurements Repeatability Modifiable Extendible Code reuse Comprehensible to psychologists Future WorkBackgroundGamesDesignDevelopmentResults

32 Measurements Measure success Measure time Future WorkBackgroundGamesDesignDevelopmentResults

33 Measurements CSV Level, Reaction Time, Successful 0, 7553, true 1, 1630, true 2, 1416, false 1, 902, true 2, 1242, true Future WorkBackgroundGamesDesignDevelopmentResults

34 Repeatability Reduce randomized aspects Future WorkBackgroundGamesDesignDevelopmentResults

35 Repeatability Reduce randomized aspects Drawback: hard to setup Future WorkBackgroundGamesDesignDevelopmentResults

36 Repeatability Reduce randomized aspects Drawback: hard to setup Unclear how much randomness is acceptable Future WorkBackgroundGamesDesignDevelopmentResults

37 Modifiable Configuration files # REQUIRED ORDER: # For video : videos must me labeled "0.mpg", "1.mpg" etc.. in order. # Position Of the goal, Right to left, top to bottom, 0 = top left, 7 = bottom right, no middle position 334 # Use same animal as previous round? 0 = use new animal, 1 = use same 110 # Show the goal animal in the middle during gameplay, 0 = no, 1 = yes 110 # Move the goal animal up and down?, 0 = no, 1-9 = slowest to fastest 001 # Move a specific bush, 0-7 = show at that locaion, 9 = show none (Note: this does not neccessarily have to be an occupied bush) 912 # Show a video? 0 = no, 1 = show before, 2 = show after 000 #Other animal positions, 0-7 = position, 9 = don't show 199 299 999 499 599 699 #divider to show that these are two different sets ================================================ #Is each obstacle animal moving? 0 = not moving, 1-9 = slowest to fastest 100 200 000 500 600 900 Future WorkBackgroundGamesDesignDevelopmentResults

38 Modifiable Images Sounds Videos Future WorkBackgroundGamesDesignDevelopmentResults

39 Extendible Plot File Structure Game Structure Future WorkBackgroundGamesDesignDevelopmentResults

40 Extendible Plot File Structure Game Structure (open ended concept) (can add videos) Future WorkBackgroundGamesDesignDevelopmentResults

41 Extendible Plot File Structure Game Structure (open ended concept) (can add videos) (profile folders with custom sounds, ideally images in future) Future WorkBackgroundGamesDesignDevelopmentResults

42 Extendible Plot File Structure Game Structure (open ended concept) (can add videos) (profile folders with custom sounds, ideally images in future) (Games as independent classes) Future WorkBackgroundGamesDesignDevelopmentResults

43 Code Reuse Abstract classes if possible Abstract game design Future WorkBackgroundGamesDesignDevelopmentResults

44 Code Reuse Abstract classes if possible Hard to know beforehand how to do these Abstract game design Future WorkBackgroundGamesDesignDevelopmentResults

45 Final Thoughts

46 Measuring Success Test Performance after repeated treatment: Conflict Resolution Child ANT (Attention Network Test) Stroop, Simon, Flanker Working Memory N-Back test IQ scores and more Future WorkBackgroundGamesDesignDevelopmentResults

47 Measuring Success Test Performance after repeated treatment: Not enough time or resources Future WorkBackgroundGamesDesignDevelopmentResults

48 Measuring Success Preliminary testing on children: Seems Fun Keeps their attention Games intuitive? Future WorkBackgroundGamesDesignDevelopmentResults

49 Problems Encountered Unclear what input to use Mixed messages Psychology concepts somewhat vague Future WorkBackgroundGamesDesignDevelopmentResults

50 Problems Encountered Unclear what input to use Mouse, Joystick, Keyboard Mixed messages Psychology concepts somewhat vague Future WorkBackgroundGamesDesignDevelopmentResults

51 Future Work Create more games Future WorkBackgroundGamesDesignDevelopmentResults

52 Future Work Run many children with the games I made Compare ANT to first generation of games Test on children with ADHD Measure child game play Head movements Track eyes Future WorkBackgroundGamesDesignDevelopmentResults

53 References Raz Lab’s games: http://www.teach-the-brain.org/learn/attention/http://www.teach-the-brain.org/learn/attention/ “Training, maturation, and genetic influences on the development of executive attention”, Posner et al 2005 “Alerting, Orienting, and Executive Attention”, Mezzacappa 2004 “Computer-assisted Attention Training in Schizophrenics”, M. Hermanutz and J. Gestrich 1991 “Training Working Memory in Children With ADHD”, Klingberg et al 2002 “Typologies of attentional networks”, Raz and Buhle 2006 Future WorkBackgroundGamesDesignDevelopmentResults


Download ppt "Computer Assisted Attention Training Guy Mark Lifshitz 260230337 Supervisor: Clark Verbrugge Co-Supervisor: Amir Raz."

Similar presentations


Ads by Google