SlideShare ist ein Scribd-Unternehmen logo
1 von 46
Downloaden Sie, um offline zu lesen
2 December 2005
Next Generation User Interfaces
Implicit Human-Computer Interaction
Prof. Beat Signer
Department of Computer Science
Vrije Universiteit Brussel
http://www.beatsigner.com
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 2December 5, 2016
Implicit Human-Computer Interaction
ī‚§ Over the last decade, we have seen a clear trend
towards smart environments and living spaces where
sensors and information processing is embedded into
everyday objects as foreseen in Mark Weiser’s vision of
ubiquitous computing with the goal to simplify the use of
technology
ī‚§ In Implicit Human-Computer Interaction (IHCI), we try to
use contextual factors (e.g. various sensor input) to build
human-centered anticipatory user interfaces based on
naturally occurring human interactive behaviour
ī‚§ Context-aware computing can be used to design implicit
human-computer interaction
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 3December 5, 2016
Implicit Human-Computer Interaction â€Ļ
ī‚§ Implicit Human-Computer Interaction (IHCI) is orthogonal
to (traditional) explicit HCI
ī‚§ implicit communication channels (incidental interaction) can help
in building more natural human-computer interaction
[https://www.interaction-design.org/encyclopedia/context-aware_computing.html]
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 4December 5, 2016
Context
ī‚§ Context-aware systems often focus on location as the
only contextual factor
ī‚§ However, even if location is an important factor, it is only
one context dimension
Context is any information that can be used to character-
ize the situation of an entity. An entity is a person, place,
or object that is considered relevant to the interaction
between a user and an application, including the user and
applications themselves.
A.K. Dey, 2000
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 5December 5, 2016
Example: Navigation
ī‚§ Various contextual factors
can be taken into account
when designing the inter-
face of a car navigation
system
ī‚§ current location (GPS)
ī‚§ traffic information
ī‚§ daylight
- automatically adapt screen brightness
ī‚§ weather
ī‚§ current user task
- e.g. touch is disabled while driving and only voice input can be used
ī‚§ â€Ļ
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 6December 5, 2016
Everyday Examples
ī‚§ Systems that take user actions as input and try to output
an action that is a proactive anticipation of what the
users need
ī‚§ simple motion detector at doors that open the door automatically
to allow humans with shopping carts to pass through
ī‚§ escalators that move slowly when not in use but speed up when
they sense a person pass the beginning of the escalator
ī‚§ smartphones and tablets automatically changing between
landscape and portrait mode based on their orientation
ī‚§ smart meeting rooms that keep track of the number of people in a
meeting room and alter the temperature and light appropriately
ī‚§ â€Ļ
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 7December 5, 2016
Exercise: Context-aware Digital Signage
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 8December 5, 2016
Contextual Factors
ī‚§ Human factors
ī‚§ user
ī‚§ social environment
ī‚§ task
ī‚§ ..
ī‚§ Physical environment
ī‚§ location
ī‚§ infrastructure
ī‚§ conditions
ī‚§ â€Ļ
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 9December 5, 2016
From Sensor Input to Context
ī‚§ How do we compute the perceived context from a single
or multiple sensor inputs?
ī‚§ machine learning techniques?
ī‚§ rule-based solutions?
ī‚§ â€Ļ
ī‚§ How should we model context?
ī‚§ e.g. generic context models without application-specific notion of
context
ī‚§ How to trigger implicit interactions based on context?
ī‚§ How to author new context elements?
ī‚§ relationships with sensor input, existing context elements as well
as application logic
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 10December 5, 2016
User-Context Perception Model (UCPM)
Musumba and Nyongesa, 2013
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 11December 5, 2016
Things Going Wrong
ī‚§ What if the implicit interaction with a system
goes wrong?
ī‚§ is it really the wrong system behaviour or is the user just not
aware of all factors taken into account (awareness mismatch)?
ī‚§ The quality of implicit human-computer interaction as
perceived by the user is directly related to the awareness
mismatch
ī‚§ Fully-automated vs. semi-automated systems
ī‚§ sometimes is might be better to not fully automate the interaction
since wrong implicit interactions might result in a very bad user
experience
ī‚§ take the user into the loop
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 12December 5, 2016
Intelligibility
ī‚§ Improved system intelligibility might increase a user's
trust, satisfaction and acceptance of implicit interactions
ī‚§ Users may ask the following questions (Lim et al., 2009)
ī‚§ What: What did the system do?
ī‚§ Why: Why did the system do W?
ī‚§ Why Not: Why did the system not do X?
ī‚§ What If: What would the system do if Y happens?
ī‚§ How To: How can I get the system to do Z, given the current
context?
ī‚§ Explanations should be provided on demand only in
order to avoid information overload
ī‚§ feedback easier for rule-based solutions than for machine
learning-based approaches
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 13December 5, 2016
Context Modelling Toolkit (CMT)
ī‚§ Multi-layered context
modelling approach
ī‚§ seamless transition between
end users, expert users and
programmers
ī‚§ Beyond simple "if this then
that" rules
ī‚§ reusable situations
ī‚§ Client-server architecture
ī‚§ server: context reasoning
based on Drools
ī‚§ client: sensor input as well as
applications
End User
Expert User
Functions
Actions
Template
Filled in
template
Situation
Situations
Facts
Rule
Programmer
Rule
(4)
(5)
(6)
(7)
(8)
Trullemans and Signer, 2016
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 14December 5, 2016
Context Modelling Toolkit (CMT) â€Ļ
Trullemans and Signer, 2016
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 15December 5, 2016
HCI and HCII in Smart Environments
Smart meeting room in the WISE lab
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 16December 5, 2016
Some Guidelines for Implicit HCI
ī‚§ Always first investigate what users want/have to do
ī‚§ as a second step see what might be automated
ī‚§ use context-awareness as a source to make things easier
ī‚§ The definition of a feature space with factors that will
influence the system helps in realising context-aware
implicit interactions
ī‚§ find parameters which are characteristic for a context to be
detected and find means to measure those parameters
ī‚§ Always try to minimise the awareness mismatch
ī‚§ increase intelligibility by providing information about the used
sensory information (context) in the user interface
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 17December 5, 2016
Some Guidelines for Implicit HCI â€Ļ
ī‚§ Designing proactive applications and implicit HCI is a
very difficult task because the system has to anticipate
what the user wants
ī‚§ always investigate whether a fully-automated solution is best or
whether the user should be given some choice (control)
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 18December 5, 2016
Affective Computing
ī‚§ Computing that takes into account the
recognition, interpretation, modelling,
processing and synthesis of human
affects (emotions)
ī‚§ Implicit human-computer interaction can
be based on recognised human emotions
Rosalind W. Picard
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 19December 5, 2016
Emotions
ī‚§ External events
ī‚§ behaviour of others, change in a current situation, â€Ļ
ī‚§ Internal events
ī‚§ thoughts, memories, sensations ...
Emotions are episodes of coordinated changes in several
components (neurophysiological activation, motor
expression, subjective feelings, action tendencies and
cognitive processes) in response to external or internal
events of major significance to the organism.
Klaus R. Scherer, Psychological Models of Emotion, 2000
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 20December 5, 2016
Emotion Classification
ī‚§ Different models to classify emotions
ī‚§ Discrete models treat emotions as discrete and different
constructs
ī‚§ Ekman’s model
ī‚§ â€Ļ
ī‚§ Dimensional models characterise emotions via
dimensional values
ī‚§ Russell’s model
ī‚§ Plutchik’s model
ī‚§ PAD emotional state model
ī‚§ â€Ļ
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 21December 5, 2016
Ekman’s Emotions Model
ī‚§ Theory of the universality
of six basic facial emotions
ī‚§ anger
ī‚§ fear
ī‚§ disgust
ī‚§ surprise
ī‚§ happiness
ī‚§ sadness
ī‚§ Discrete categories can be
used as labels for emotion
recognition algorithms
ī‚§ multiple existing databases rely on Ekman’s model
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 22December 5, 2016
Russell’s Circumplex Model of Affect
ī‚§ Emotions are mapped to
two dimensions
ī‚§ valence (x-axis)
- intrinsic attractiveness or
aversiveness
ī‚§ arousal (y-axis)
- reactiveness to a stimuli
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 23December 5, 2016
Pluchik’s Wheel of Emotions
ī‚§ Three-dimensional
"extension" of Russell’s
circumplex model
ī‚§ 8 basic emotions
ī‚§ joy vs. sadness
ī‚§ trust vs. disgust
ī‚§ fear vs. anger
ī‚§ surprise vs. anticipation
ī‚§ 8 advanced emotions
ī‚§ optimism (anticipation + joy)
ī‚§ love (joy + trust)
ī‚§ submission (trust + fear)
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 24December 5, 2016
Pluchik’s Wheel of Emotions â€Ļ
ī‚§ 8 advanced emotions
ī‚§ awe (fear + surprise)
ī‚§ disapproval (surprise +
sadness)
ī‚§ remorse (sadness + disgust)
ī‚§ contempt (disgust + anger)
ī‚§ aggressiveness (anger +
anticipation)
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 25December 5, 2016
PAD Emotional State Model
ī‚§ Representation of emotional states via three numerical
dimensions
ī‚§ pleasure-displeasure
ī‚§ arousal-nonarousal
ī‚§ dominance-submissiveness
ī‚§ Example
ī‚§ anger is a quite unpleasant, quite aroused and moderately
dominant emotion
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 26December 5, 2016
Self-Assessment of PAD Values
ī‚§ Self-Assessment Manikin
(SAM) is a language
neutral form that can be
used to assess the PAD
values
ī‚§ each row represents five
values for one of the
dimensions
- pleasure
- arousal
- dominance
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 27December 5, 2016
Emotion Recognition
ī‚§ Emotions can be manifested via different modalities
ī‚§ acoustic features (voice pitch, intonation, etc.)
ī‚§ verbal content (speech)
ī‚§ visual facial features
ī‚§ body pose and gestures
ī‚§ biosignals (physiological monitoring)
- pulse, heart rate, â€Ļ
ī‚§ In general, artificial intelligence algorithms are used for
an accurate recognition of emotions
ī‚§ Potential multimodal fusion of multiple modalities
ī‚§ improve emotion recognition accuracy by observing multiple
modalities
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 28December 5, 2016
Acoustic Feature Recognition
ī‚§ Behaviour and evolution
of acoustic features over
time is meaningful for
emotion detection
ī‚§ Typical features
ī‚§ intonation
ī‚§ intensity
ī‚§ pitch
ī‚§ duration
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 29December 5, 2016
Speech-based Emotion Recognition
ī‚§ Recognition of emotions from speech content
(e.g. via speech recogniser) is based on typical methods
such as
ī‚§ bag of words (unigrams)
ī‚§ n-gram language models
ī‚§ Typical features
ī‚§ emotion dictionaries
ī‚§ lattices
ī‚§ orthography (punctuation, capitalisation, emoticons)
ī‚§ wordnet
ī‚§ syntax
ī‚§ semantic roles
ī‚§ world knowledge
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 30December 5, 2016
Facial Emotion Recognition
ī‚§ Find face parts
ī‚§ use orientation or prominent
features such as the eyes
and the nose
ī‚§ Extract facial features
ī‚§ geometry based
ī‚§ appearance based (textures)
ī‚§ Classification through
ī‚§ support vector machines
ī‚§ neural networks
ī‚§ fuzzy logic systems
ī‚§ active appearance models
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 31December 5, 2016
Facial Action Coding System (FACS)
ī‚§ Used to describe changes,
contraction or relaxations
of muscles of the face
ī‚§ Based on so-called
Action Units (AUs)
ī‚§ description for component
movement or facial actions
ī‚§ combination of AUs leads to
facial expressions
- e.g. sadness = AU 1+4+15
ī‚§ http://www.cs.cmu.edu/~
face/facs.htm
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 32December 5, 2016
Body Pose and Gestures
ī‚§ Body language carries rich emotional information
ī‚§ body movement, gestures and posture
ī‚§ relative behaviour (e.g. approach/depart, looking/turning away)
ī‚§ Detailed features extracted from motion capture
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 33December 5, 2016
Biosignals
ī‚§ Different emotions lead to different biosignal activities
ī‚§ anger: increased heart rate and skin temperature
ī‚§ fear: increased heart rate but decreased skin temperature
ī‚§ happiness: decreased heart rate and no change in skin temperature
ī‚§ Advantages
ī‚§ hard to control deliberately (fake)
ī‚§ can be continuously processed
ī‚§ Disadvantages
ī‚§ user has to be equipped with sensors
ī‚§ Challenge
ī‚§ wearable biosensors
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 34December 5, 2016
Emotiv EPOC Neuroheadset
ī‚§ Non-invasive EEG device
ī‚§ 14 sensors
ī‚§ Integrated gyroscope
ī‚§ Wireless
ī‚§ Low cost
ī‚§ Average sensor sensibility
ī‚§ mainly due to sensor non-invasiveness
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 35December 5, 2016
Emotiv EPOC Neuroheadset â€Ļ
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 36December 5, 2016
From Signals to Labelled Emotions
ī‚§ Five potential channels
ī‚§ visual: face
ī‚§ visual: body movement
ī‚§ acoustic: speech content
ī‚§ acoustic: acoustic features
ī‚§ physiological: heart rate, blood pressure, temperature, GSR, EMG
ī‚§ Associating emotion descriptors
ī‚§ machine learning problem
ī‚§ SVMs, HMMs, NNs?
ī‚§ rely on only single modality or fusion of multiple modalities?
ī‚§ associate emotion descriptors before or after fusing the
modalities?
- i.e. feature- or decision-level fusion?
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 37December 5, 2016
Synthesis of Emotions
ī‚§ Intelligent agents support
social interactions with
users (showing emotions)
ī‚§ real life (robots)
ī‚§ virtual reality (virtual agents)
ī‚§ "Characters with a brain"
ī‚§ reason about environment
ī‚§ understand and express emotion
ī‚§ communicate via speech and gesture
ī‚§ applications
- e-learning
- robots and digital pets
- â€Ļ
Kismet, MIT A.I lab
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 38December 5, 2016
Virtual Characters
ī‚§ Virtual character with
human behaviour that sup-
ports face-to-face human-
machine interaction
ī‚§ Basic physical behaviour
ī‚§ walking, grasping
ī‚§ Non-verbal expressive behaviour
ī‚§ gestures, facial expression (emotion), gaze
ī‚§ Spontaneous and reactive behaviour
ī‚§ responsiveness to events
Max Headroom, 1987
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 39December 5, 2016
Video: Text-driven 3D Talking Head
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 40December 5, 2016
Effectors in Emotion Synthesis
ī‚§ Facial expressions
ī‚§ emotion categories have associated facial action programs
ī‚§ Facial Action Coding System (FACS)
ī‚§ Gestures
ī‚§ deictic, iconic, â€Ļ
ī‚§ timing and structure are important
ī‚§ Gaze
ī‚§ roles of gaze: attention, dialogue regulation, deictic reference
ī‚§ convey intentions, cognitive and emotional state
ī‚§ Head movement
ī‚§ during conversation head is constantly in motion
ī‚§ nods for affirmation, shakes for negation, â€Ļ
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 41December 5, 2016
EmoVoice Framework
ī‚§ Real-time recognition of
emotions from acoustic
speech properties
ī‚§ uses features from pitch,
energy, duration, voice
quality and spectral
information
ī‚§ uses the Open Sound
Control (OSC) protocol
ī‚§ mirroring of emotions to the
user
- http://www.informatik.uni-
augsburg.de/lehrstuehle/hcm/projects
/tools/emovoice/ joy sadness anger
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 42December 5, 2016
Homework
ī‚§ Read the following paper that is available
on PointCarrÊ (papers/Weiser 1991)
ī‚§ M. Weiser, The Computer for the 21st Century, ACM Mobile
Computing and Communications Review, July 1991
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 43December 5, 2016
References
ī‚§ M. Weiser, The Computer for the 21st Century,
ACM Mobile Computing and Communications
Review, July 1991
ī‚§ http://dx.doi.org/10.1145/329124.329126
ī‚§ A. Schmidt, Context-Awareness, Context-Aware User
Interfaces and Implicit Interactions
ī‚§ https://www.interaction-design.org/encyclopedia/context-
aware_computing.html
ī‚§ G.W. Musumba and H.O. Nyongesa, Context Awareness
in Mobile Computing: A Review, International Journal of
Machine Learning and Applications, 2(1), 2013
ī‚§ http://dx.doi.org/10.4102/ijmla.v2i1.5
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 44December 5, 2016
References â€Ļ
ī‚§ B.Y. Lim, A.K. Dey and D. Avrahami, Why and
Why Not Explanations Improve the Intelligibility of
Context-aware Intelligent Systems, Proceedings of CHI
2009, Boston, USA, April 2009
ī‚§ https://doi.org/10.1145/1518701.1519023
ī‚§ S. Trullemans and B. Signer, A Multi-layered Context
Modelling Approach for End Users, Expert Users and
Programmers, Proceedings of SERVE 2016,
International Workshop on Smart Ecosystems cReation
by Visual dEsign, Bari, Italy, June 2016
ī‚§ http://beatsigner.com/publications/trullemans_SERVE2016.pdf
Beat Signer - Department of Computer Science - bsigner@vub.ac.be 45December 5, 2016
References â€Ļ
ī‚§ J.A. Russel, A Circumplex Model of Affect,
Journal of Personality and Social Psychology,
39(6), 1980
ī‚§ https://www2.bc.edu/james-russell/publications/Russell1980.pdf
ī‚§ R.W. Picard, Affective Computing, MIT Technical Report
No. 321, 1995
ī‚§ http://affect.media.mit.edu/pdfs/95.picard.pdf
ī‚§ Expressive Text-driven 3D Talking Head
ī‚§ http://www.youtube.com/watch?v=TMxKcbQcnK4
2 December 2005
Next Lecture
Course Review

Weitere ähnliche Inhalte

Was ist angesagt?

Human Computer Interaction
Human Computer InteractionHuman Computer Interaction
Human Computer Interaction
Jitu Choudhary
 
General introduction to computer vision
General introduction to computer visionGeneral introduction to computer vision
General introduction to computer vision
butest
 

Was ist angesagt? (20)

Human Computer Interaction
Human Computer InteractionHuman Computer Interaction
Human Computer Interaction
 
User interface design
User interface designUser interface design
User interface design
 
Machine learning
Machine learningMachine learning
Machine learning
 
Human computer interaction -Input output channel
Human computer interaction -Input output channelHuman computer interaction -Input output channel
Human computer interaction -Input output channel
 
HCI 3e - Ch 5: Interaction design basics
HCI 3e - Ch 5:  Interaction design basicsHCI 3e - Ch 5:  Interaction design basics
HCI 3e - Ch 5: Interaction design basics
 
Human in-the-loop in Machine Learning
Human in-the-loop in Machine LearningHuman in-the-loop in Machine Learning
Human in-the-loop in Machine Learning
 
Hci
HciHci
Hci
 
HCI : Activity 1
HCI : Activity 1 HCI : Activity 1
HCI : Activity 1
 
Anti aliasing Computer Graphics
Anti aliasing Computer GraphicsAnti aliasing Computer Graphics
Anti aliasing Computer Graphics
 
What is Human Computer Interraction
What is Human Computer InterractionWhat is Human Computer Interraction
What is Human Computer Interraction
 
Hci user interface-design principals
Hci user interface-design principalsHci user interface-design principals
Hci user interface-design principals
 
Human computer interaction
Human computer interactionHuman computer interaction
Human computer interaction
 
BigMLSchool: Trustworthy AI
BigMLSchool: Trustworthy AIBigMLSchool: Trustworthy AI
BigMLSchool: Trustworthy AI
 
Interaction Paradigms
Interaction ParadigmsInteraction Paradigms
Interaction Paradigms
 
Artificial Intelligence
Artificial IntelligenceArtificial Intelligence
Artificial Intelligence
 
Interaction Design
Interaction DesignInteraction Design
Interaction Design
 
HCI 2015 (6/10) Design Patterns: Social Interaction
HCI 2015 (6/10) Design Patterns: Social InteractionHCI 2015 (6/10) Design Patterns: Social Interaction
HCI 2015 (6/10) Design Patterns: Social Interaction
 
General introduction to computer vision
General introduction to computer visionGeneral introduction to computer vision
General introduction to computer vision
 
Wimp interface
Wimp interfaceWimp interface
Wimp interface
 
Cloud Computing vs. Traditional Computing
Cloud Computing vs. Traditional ComputingCloud Computing vs. Traditional Computing
Cloud Computing vs. Traditional Computing
 

Andere mochten auch

Paper-Digital User Interfaces - Applications, Frameworks and Future Challenges
Paper-Digital User Interfaces - Applications, Frameworks and Future ChallengesPaper-Digital User Interfaces - Applications, Frameworks and Future Challenges
Paper-Digital User Interfaces - Applications, Frameworks and Future Challenges
Beat Signer
 
Cross-Media Information Spaces and Architectures (CISA)
Cross-Media Information Spaces and Architectures (CISA)Cross-Media Information Spaces and Architectures (CISA)
Cross-Media Information Spaces and Architectures (CISA)
Beat Signer
 
Natural Language Processing in Alternative and Augmentative Communication
Natural Language Processing in Alternative and Augmentative CommunicationNatural Language Processing in Alternative and Augmentative Communication
Natural Language Processing in Alternative and Augmentative Communication
Divya Sugumar
 

Andere mochten auch (20)

Course Review - Lecture 12 - Next Generation User Interfaces (4018166FNR)
Course Review - Lecture 12 - Next Generation User Interfaces (4018166FNR)Course Review - Lecture 12 - Next Generation User Interfaces (4018166FNR)
Course Review - Lecture 12 - Next Generation User Interfaces (4018166FNR)
 
Security, Privacy and Trust - Web Technologies (1019888BNR)
Security, Privacy and Trust - Web Technologies (1019888BNR)Security, Privacy and Trust - Web Technologies (1019888BNR)
Security, Privacy and Trust - Web Technologies (1019888BNR)
 
Gesture-based Interaction - Lecture 08 - Next Generation User Interfaces (401...
Gesture-based Interaction - Lecture 08 - Next Generation User Interfaces (401...Gesture-based Interaction - Lecture 08 - Next Generation User Interfaces (401...
Gesture-based Interaction - Lecture 08 - Next Generation User Interfaces (401...
 
Interactive Tabletops and Surfaces - Lecture 07 - Next Generation User Interf...
Interactive Tabletops and Surfaces - Lecture 07 - Next Generation User Interf...Interactive Tabletops and Surfaces - Lecture 07 - Next Generation User Interf...
Interactive Tabletops and Surfaces - Lecture 07 - Next Generation User Interf...
 
Information Architectures - Lecture 04 - Next Generation User Interfaces (401...
Information Architectures - Lecture 04 - Next Generation User Interfaces (401...Information Architectures - Lecture 04 - Next Generation User Interfaces (401...
Information Architectures - Lecture 04 - Next Generation User Interfaces (401...
 
Interaction Design - Lecture 2 - Next Generation User Interfaces (4018166FNR)
Interaction Design - Lecture 2 - Next Generation User Interfaces (4018166FNR)Interaction Design - Lecture 2 - Next Generation User Interfaces (4018166FNR)
Interaction Design - Lecture 2 - Next Generation User Interfaces (4018166FNR)
 
XML and Related Technologies - Web Technologies (1019888BNR)
XML and Related Technologies - Web Technologies (1019888BNR)XML and Related Technologies - Web Technologies (1019888BNR)
XML and Related Technologies - Web Technologies (1019888BNR)
 
Multimodal Interaction - Lecture 05 - Next Generation User Interfaces (401816...
Multimodal Interaction - Lecture 05 - Next Generation User Interfaces (401816...Multimodal Interaction - Lecture 05 - Next Generation User Interfaces (401816...
Multimodal Interaction - Lecture 05 - Next Generation User Interfaces (401816...
 
Virtual and Augmented Reality - Lecture 10 - Next Generation User Interfaces ...
Virtual and Augmented Reality - Lecture 10 - Next Generation User Interfaces ...Virtual and Augmented Reality - Lecture 10 - Next Generation User Interfaces ...
Virtual and Augmented Reality - Lecture 10 - Next Generation User Interfaces ...
 
Jeeves -natural language interface application
Jeeves -natural language interface applicationJeeves -natural language interface application
Jeeves -natural language interface application
 
Requirements Analysis, Prototyping and Evaluation - Lecture 03 - Next Generat...
Requirements Analysis, Prototyping and Evaluation - Lecture 03 - Next Generat...Requirements Analysis, Prototyping and Evaluation - Lecture 03 - Next Generat...
Requirements Analysis, Prototyping and Evaluation - Lecture 03 - Next Generat...
 
Paper-Digital User Interfaces - Applications, Frameworks and Future Challenges
Paper-Digital User Interfaces - Applications, Frameworks and Future ChallengesPaper-Digital User Interfaces - Applications, Frameworks and Future Challenges
Paper-Digital User Interfaces - Applications, Frameworks and Future Challenges
 
Tangible, Embedded and Embodied Interaction - Lecture 09 - Next Generation Us...
Tangible, Embedded and Embodied Interaction - Lecture 09 - Next Generation Us...Tangible, Embedded and Embodied Interaction - Lecture 09 - Next Generation Us...
Tangible, Embedded and Embodied Interaction - Lecture 09 - Next Generation Us...
 
Cross-Media Information Spaces and Architectures (CISA)
Cross-Media Information Spaces and Architectures (CISA)Cross-Media Information Spaces and Architectures (CISA)
Cross-Media Information Spaces and Architectures (CISA)
 
Fuzzy and Neural Approaches in Engineering MATLAB
Fuzzy and Neural Approaches in Engineering MATLABFuzzy and Neural Approaches in Engineering MATLAB
Fuzzy and Neural Approaches in Engineering MATLAB
 
Natural Language Processing in Alternative and Augmentative Communication
Natural Language Processing in Alternative and Augmentative CommunicationNatural Language Processing in Alternative and Augmentative Communication
Natural Language Processing in Alternative and Augmentative Communication
 
Natural User Interface Workshop
Natural User Interface WorkshopNatural User Interface Workshop
Natural User Interface Workshop
 
CSS3 and Responsive Web Design - Web Technologies (1019888BNR)
CSS3 and Responsive Web Design - Web Technologies (1019888BNR)CSS3 and Responsive Web Design - Web Technologies (1019888BNR)
CSS3 and Responsive Web Design - Web Technologies (1019888BNR)
 
The Role of Natural Language Processing in Information Retrieval
The Role of Natural Language Processing in Information RetrievalThe Role of Natural Language Processing in Information Retrieval
The Role of Natural Language Processing in Information Retrieval
 
IPsoft Autonomics IT Service Management
IPsoft Autonomics IT Service ManagementIPsoft Autonomics IT Service Management
IPsoft Autonomics IT Service Management
 

Ähnlich wie Implicit Human-Computer Interaction - Lecture 11 - Next Generation User Interfaces (4018166FNR)

Algorithmic Accountability & Learning Analytics (UCL)
Algorithmic Accountability & Learning Analytics (UCL)Algorithmic Accountability & Learning Analytics (UCL)
Algorithmic Accountability & Learning Analytics (UCL)
Simon Buckingham Shum
 
ARTIFICIAL INTELLLLIGENCEE modul11_AI.pptx
ARTIFICIAL INTELLLLIGENCEE modul11_AI.pptxARTIFICIAL INTELLLLIGENCEE modul11_AI.pptx
ARTIFICIAL INTELLLLIGENCEE modul11_AI.pptx
AnkitaVerma776806
 

Ähnlich wie Implicit Human-Computer Interaction - Lecture 11 - Next Generation User Interfaces (4018166FNR) (20)

Emotive Media - Visualization and Analysis of Human Bio-Feedback Data
Emotive Media - Visualization and Analysis of Human Bio-Feedback DataEmotive Media - Visualization and Analysis of Human Bio-Feedback Data
Emotive Media - Visualization and Analysis of Human Bio-Feedback Data
 
Artificial intelligence implementation challenges in embedded design
Artificial intelligence implementation challenges in embedded designArtificial intelligence implementation challenges in embedded design
Artificial intelligence implementation challenges in embedded design
 
Design considerations for machine learning system
Design considerations for machine learning systemDesign considerations for machine learning system
Design considerations for machine learning system
 
2013 Lecture4: Designing AR Interfaces
2013 Lecture4: Designing AR Interfaces2013 Lecture4: Designing AR Interfaces
2013 Lecture4: Designing AR Interfaces
 
Mitsubishi 20161109 v5
Mitsubishi 20161109 v5Mitsubishi 20161109 v5
Mitsubishi 20161109 v5
 
Cognitive computing
Cognitive computing Cognitive computing
Cognitive computing
 
Introduction to Knowledge Graphs
Introduction to Knowledge GraphsIntroduction to Knowledge Graphs
Introduction to Knowledge Graphs
 
A Seminar Report On Blue Eyes Technology Submitted By
A Seminar Report On Blue Eyes Technology Submitted ByA Seminar Report On Blue Eyes Technology Submitted By
A Seminar Report On Blue Eyes Technology Submitted By
 
Algorithmic Accountability & Learning Analytics (UCL)
Algorithmic Accountability & Learning Analytics (UCL)Algorithmic Accountability & Learning Analytics (UCL)
Algorithmic Accountability & Learning Analytics (UCL)
 
Multimodal Interaction - Lecture 05 - Next Generation User Interfaces (401816...
Multimodal Interaction - Lecture 05 - Next Generation User Interfaces (401816...Multimodal Interaction - Lecture 05 - Next Generation User Interfaces (401816...
Multimodal Interaction - Lecture 05 - Next Generation User Interfaces (401816...
 
Augmented intelligence as a response to the crisis of artificial intelligence
Augmented intelligence as a response to the crisis of artificial intelligenceAugmented intelligence as a response to the crisis of artificial intelligence
Augmented intelligence as a response to the crisis of artificial intelligence
 
Artificial intelligence uses in productive systems and impacts on the world...
Artificial intelligence   uses in productive systems and impacts on the world...Artificial intelligence   uses in productive systems and impacts on the world...
Artificial intelligence uses in productive systems and impacts on the world...
 
ARTIFICIAL INTELLLLIGENCEE modul11_AI.pptx
ARTIFICIAL INTELLLLIGENCEE modul11_AI.pptxARTIFICIAL INTELLLLIGENCEE modul11_AI.pptx
ARTIFICIAL INTELLLLIGENCEE modul11_AI.pptx
 
Introducing Tangible Holograms for Data Physicalisation and Big Data Exploration
Introducing Tangible Holograms for Data Physicalisation and Big Data ExplorationIntroducing Tangible Holograms for Data Physicalisation and Big Data Exploration
Introducing Tangible Holograms for Data Physicalisation and Big Data Exploration
 
People in the Machine: Human-centric Software Engineering for Smart Systems
People in the Machine: Human-centric Software Engineering for Smart SystemsPeople in the Machine: Human-centric Software Engineering for Smart Systems
People in the Machine: Human-centric Software Engineering for Smart Systems
 
90seconds Presentation
90seconds Presentation90seconds Presentation
90seconds Presentation
 
Designing User Interactions with AI: Servant, Master or Symbiosis.
Designing User Interactions with AI: Servant, Master or Symbiosis. Designing User Interactions with AI: Servant, Master or Symbiosis.
Designing User Interactions with AI: Servant, Master or Symbiosis.
 
Requirements Analysis, Prototyping and Evaluation - Lecture 03 - Next Generat...
Requirements Analysis, Prototyping and Evaluation - Lecture 03 - Next Generat...Requirements Analysis, Prototyping and Evaluation - Lecture 03 - Next Generat...
Requirements Analysis, Prototyping and Evaluation - Lecture 03 - Next Generat...
 
The Psychology of Human-Computer Interaction
The Psychology ofHuman-Computer InteractionThe Psychology ofHuman-Computer Interaction
The Psychology of Human-Computer Interaction
 
AI in Inter-Connected World
AI in Inter-Connected WorldAI in Inter-Connected World
AI in Inter-Connected World
 

Mehr von Beat Signer

Personalised Learning Environments Based on Knowledge Graphs and the Zone of ...
Personalised Learning Environments Based on Knowledge Graphs and the Zone of ...Personalised Learning Environments Based on Knowledge Graphs and the Zone of ...
Personalised Learning Environments Based on Knowledge Graphs and the Zone of ...
Beat Signer
 
Towards a Framework for Dynamic Data Physicalisation
Towards a Framework for Dynamic Data PhysicalisationTowards a Framework for Dynamic Data Physicalisation
Towards a Framework for Dynamic Data Physicalisation
Beat Signer
 

Mehr von Beat Signer (20)

Introduction - Lecture 1 - Human-Computer Interaction (1023841ANR)
Introduction - Lecture 1 - Human-Computer Interaction (1023841ANR)Introduction - Lecture 1 - Human-Computer Interaction (1023841ANR)
Introduction - Lecture 1 - Human-Computer Interaction (1023841ANR)
 
Indoor Positioning Using the OpenHPS Framework
Indoor Positioning Using the OpenHPS FrameworkIndoor Positioning Using the OpenHPS Framework
Indoor Positioning Using the OpenHPS Framework
 
Personalised Learning Environments Based on Knowledge Graphs and the Zone of ...
Personalised Learning Environments Based on Knowledge Graphs and the Zone of ...Personalised Learning Environments Based on Knowledge Graphs and the Zone of ...
Personalised Learning Environments Based on Knowledge Graphs and the Zone of ...
 
Cross-Media Technologies and Applications - Future Directions for Personal In...
Cross-Media Technologies and Applications - Future Directions for Personal In...Cross-Media Technologies and Applications - Future Directions for Personal In...
Cross-Media Technologies and Applications - Future Directions for Personal In...
 
Bridging the Gap: Managing and Interacting with Information Across Media Boun...
Bridging the Gap: Managing and Interacting with Information Across Media Boun...Bridging the Gap: Managing and Interacting with Information Across Media Boun...
Bridging the Gap: Managing and Interacting with Information Across Media Boun...
 
Codeschool in a Box: A Low-Barrier Approach to Packaging Programming Curricula
Codeschool in a Box: A Low-Barrier Approach to Packaging Programming CurriculaCodeschool in a Box: A Low-Barrier Approach to Packaging Programming Curricula
Codeschool in a Box: A Low-Barrier Approach to Packaging Programming Curricula
 
The RSL Hypermedia Metamodel and Its Application in Cross-Media Solutions
The RSL Hypermedia Metamodel and Its Application in Cross-Media Solutions The RSL Hypermedia Metamodel and Its Application in Cross-Media Solutions
The RSL Hypermedia Metamodel and Its Application in Cross-Media Solutions
 
Case Studies and Course Review - Lecture 12 - Information Visualisation (4019...
Case Studies and Course Review - Lecture 12 - Information Visualisation (4019...Case Studies and Course Review - Lecture 12 - Information Visualisation (4019...
Case Studies and Course Review - Lecture 12 - Information Visualisation (4019...
 
Dashboards - Lecture 11 - Information Visualisation (4019538FNR)
Dashboards - Lecture 11 - Information Visualisation (4019538FNR)Dashboards - Lecture 11 - Information Visualisation (4019538FNR)
Dashboards - Lecture 11 - Information Visualisation (4019538FNR)
 
Interaction - Lecture 10 - Information Visualisation (4019538FNR)
Interaction - Lecture 10 - Information Visualisation (4019538FNR)Interaction - Lecture 10 - Information Visualisation (4019538FNR)
Interaction - Lecture 10 - Information Visualisation (4019538FNR)
 
View Manipulation and Reduction - Lecture 9 - Information Visualisation (4019...
View Manipulation and Reduction - Lecture 9 - Information Visualisation (4019...View Manipulation and Reduction - Lecture 9 - Information Visualisation (4019...
View Manipulation and Reduction - Lecture 9 - Information Visualisation (4019...
 
Visualisation Techniques - Lecture 8 - Information Visualisation (4019538FNR)
Visualisation Techniques - Lecture 8 - Information Visualisation (4019538FNR)Visualisation Techniques - Lecture 8 - Information Visualisation (4019538FNR)
Visualisation Techniques - Lecture 8 - Information Visualisation (4019538FNR)
 
Design Guidelines and Principles - Lecture 7 - Information Visualisation (401...
Design Guidelines and Principles - Lecture 7 - Information Visualisation (401...Design Guidelines and Principles - Lecture 7 - Information Visualisation (401...
Design Guidelines and Principles - Lecture 7 - Information Visualisation (401...
 
Data Processing and Visualisation Frameworks - Lecture 6 - Information Visual...
Data Processing and Visualisation Frameworks - Lecture 6 - Information Visual...Data Processing and Visualisation Frameworks - Lecture 6 - Information Visual...
Data Processing and Visualisation Frameworks - Lecture 6 - Information Visual...
 
Data Presentation - Lecture 5 - Information Visualisation (4019538FNR)
Data Presentation - Lecture 5 - Information Visualisation (4019538FNR)Data Presentation - Lecture 5 - Information Visualisation (4019538FNR)
Data Presentation - Lecture 5 - Information Visualisation (4019538FNR)
 
Analysis and Validation - Lecture 4 - Information Visualisation (4019538FNR)
Analysis and Validation - Lecture 4 - Information Visualisation (4019538FNR)Analysis and Validation - Lecture 4 - Information Visualisation (4019538FNR)
Analysis and Validation - Lecture 4 - Information Visualisation (4019538FNR)
 
Data Representation - Lecture 3 - Information Visualisation (4019538FNR)
Data Representation - Lecture 3 - Information Visualisation (4019538FNR)Data Representation - Lecture 3 - Information Visualisation (4019538FNR)
Data Representation - Lecture 3 - Information Visualisation (4019538FNR)
 
Human Perception and Colour Theory - Lecture 2 - Information Visualisation (4...
Human Perception and Colour Theory - Lecture 2 - Information Visualisation (4...Human Perception and Colour Theory - Lecture 2 - Information Visualisation (4...
Human Perception and Colour Theory - Lecture 2 - Information Visualisation (4...
 
Introduction - Lecture 1 - Information Visualisation (4019538FNR)
Introduction - Lecture 1 - Information Visualisation (4019538FNR)Introduction - Lecture 1 - Information Visualisation (4019538FNR)
Introduction - Lecture 1 - Information Visualisation (4019538FNR)
 
Towards a Framework for Dynamic Data Physicalisation
Towards a Framework for Dynamic Data PhysicalisationTowards a Framework for Dynamic Data Physicalisation
Towards a Framework for Dynamic Data Physicalisation
 

KÃŧrzlich hochgeladen

Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
heathfieldcps1
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 

KÃŧrzlich hochgeladen (20)

How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17How to Give a Domain for a Field in Odoo 17
How to Give a Domain for a Field in Odoo 17
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Single or Multiple melodic lines structure
Single or Multiple melodic lines structureSingle or Multiple melodic lines structure
Single or Multiple melodic lines structure
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17  How to Extend Models Using Mixin ClassesMixin Classes in Odoo 17  How to Extend Models Using Mixin Classes
Mixin Classes in Odoo 17 How to Extend Models Using Mixin Classes
 
FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024FSB Advising Checklist - Orientation 2024
FSB Advising Checklist - Orientation 2024
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701ComPTIA Overview | Comptia Security+ Book SY0-701
ComPTIA Overview | Comptia Security+ Book SY0-701
 
Food safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdfFood safety_Challenges food safety laboratories_.pdf
Food safety_Challenges food safety laboratories_.pdf
 
ICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptxICT Role in 21st Century Education & its Challenges.pptx
ICT Role in 21st Century Education & its Challenges.pptx
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 

Implicit Human-Computer Interaction - Lecture 11 - Next Generation User Interfaces (4018166FNR)

  • 1. 2 December 2005 Next Generation User Interfaces Implicit Human-Computer Interaction Prof. Beat Signer Department of Computer Science Vrije Universiteit Brussel http://www.beatsigner.com
  • 2. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 2December 5, 2016 Implicit Human-Computer Interaction ī‚§ Over the last decade, we have seen a clear trend towards smart environments and living spaces where sensors and information processing is embedded into everyday objects as foreseen in Mark Weiser’s vision of ubiquitous computing with the goal to simplify the use of technology ī‚§ In Implicit Human-Computer Interaction (IHCI), we try to use contextual factors (e.g. various sensor input) to build human-centered anticipatory user interfaces based on naturally occurring human interactive behaviour ī‚§ Context-aware computing can be used to design implicit human-computer interaction
  • 3. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 3December 5, 2016 Implicit Human-Computer Interaction â€Ļ ī‚§ Implicit Human-Computer Interaction (IHCI) is orthogonal to (traditional) explicit HCI ī‚§ implicit communication channels (incidental interaction) can help in building more natural human-computer interaction [https://www.interaction-design.org/encyclopedia/context-aware_computing.html]
  • 4. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 4December 5, 2016 Context ī‚§ Context-aware systems often focus on location as the only contextual factor ī‚§ However, even if location is an important factor, it is only one context dimension Context is any information that can be used to character- ize the situation of an entity. An entity is a person, place, or object that is considered relevant to the interaction between a user and an application, including the user and applications themselves. A.K. Dey, 2000
  • 5. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 5December 5, 2016 Example: Navigation ī‚§ Various contextual factors can be taken into account when designing the inter- face of a car navigation system ī‚§ current location (GPS) ī‚§ traffic information ī‚§ daylight - automatically adapt screen brightness ī‚§ weather ī‚§ current user task - e.g. touch is disabled while driving and only voice input can be used ī‚§ â€Ļ
  • 6. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 6December 5, 2016 Everyday Examples ī‚§ Systems that take user actions as input and try to output an action that is a proactive anticipation of what the users need ī‚§ simple motion detector at doors that open the door automatically to allow humans with shopping carts to pass through ī‚§ escalators that move slowly when not in use but speed up when they sense a person pass the beginning of the escalator ī‚§ smartphones and tablets automatically changing between landscape and portrait mode based on their orientation ī‚§ smart meeting rooms that keep track of the number of people in a meeting room and alter the temperature and light appropriately ī‚§ â€Ļ
  • 7. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 7December 5, 2016 Exercise: Context-aware Digital Signage
  • 8. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 8December 5, 2016 Contextual Factors ī‚§ Human factors ī‚§ user ī‚§ social environment ī‚§ task ī‚§ .. ī‚§ Physical environment ī‚§ location ī‚§ infrastructure ī‚§ conditions ī‚§ â€Ļ
  • 9. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 9December 5, 2016 From Sensor Input to Context ī‚§ How do we compute the perceived context from a single or multiple sensor inputs? ī‚§ machine learning techniques? ī‚§ rule-based solutions? ī‚§ â€Ļ ī‚§ How should we model context? ī‚§ e.g. generic context models without application-specific notion of context ī‚§ How to trigger implicit interactions based on context? ī‚§ How to author new context elements? ī‚§ relationships with sensor input, existing context elements as well as application logic
  • 10. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 10December 5, 2016 User-Context Perception Model (UCPM) Musumba and Nyongesa, 2013
  • 11. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 11December 5, 2016 Things Going Wrong ī‚§ What if the implicit interaction with a system goes wrong? ī‚§ is it really the wrong system behaviour or is the user just not aware of all factors taken into account (awareness mismatch)? ī‚§ The quality of implicit human-computer interaction as perceived by the user is directly related to the awareness mismatch ī‚§ Fully-automated vs. semi-automated systems ī‚§ sometimes is might be better to not fully automate the interaction since wrong implicit interactions might result in a very bad user experience ī‚§ take the user into the loop
  • 12. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 12December 5, 2016 Intelligibility ī‚§ Improved system intelligibility might increase a user's trust, satisfaction and acceptance of implicit interactions ī‚§ Users may ask the following questions (Lim et al., 2009) ī‚§ What: What did the system do? ī‚§ Why: Why did the system do W? ī‚§ Why Not: Why did the system not do X? ī‚§ What If: What would the system do if Y happens? ī‚§ How To: How can I get the system to do Z, given the current context? ī‚§ Explanations should be provided on demand only in order to avoid information overload ī‚§ feedback easier for rule-based solutions than for machine learning-based approaches
  • 13. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 13December 5, 2016 Context Modelling Toolkit (CMT) ī‚§ Multi-layered context modelling approach ī‚§ seamless transition between end users, expert users and programmers ī‚§ Beyond simple "if this then that" rules ī‚§ reusable situations ī‚§ Client-server architecture ī‚§ server: context reasoning based on Drools ī‚§ client: sensor input as well as applications End User Expert User Functions Actions Template Filled in template Situation Situations Facts Rule Programmer Rule (4) (5) (6) (7) (8) Trullemans and Signer, 2016
  • 14. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 14December 5, 2016 Context Modelling Toolkit (CMT) â€Ļ Trullemans and Signer, 2016
  • 15. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 15December 5, 2016 HCI and HCII in Smart Environments Smart meeting room in the WISE lab
  • 16. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 16December 5, 2016 Some Guidelines for Implicit HCI ī‚§ Always first investigate what users want/have to do ī‚§ as a second step see what might be automated ī‚§ use context-awareness as a source to make things easier ī‚§ The definition of a feature space with factors that will influence the system helps in realising context-aware implicit interactions ī‚§ find parameters which are characteristic for a context to be detected and find means to measure those parameters ī‚§ Always try to minimise the awareness mismatch ī‚§ increase intelligibility by providing information about the used sensory information (context) in the user interface
  • 17. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 17December 5, 2016 Some Guidelines for Implicit HCI â€Ļ ī‚§ Designing proactive applications and implicit HCI is a very difficult task because the system has to anticipate what the user wants ī‚§ always investigate whether a fully-automated solution is best or whether the user should be given some choice (control)
  • 18. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 18December 5, 2016 Affective Computing ī‚§ Computing that takes into account the recognition, interpretation, modelling, processing and synthesis of human affects (emotions) ī‚§ Implicit human-computer interaction can be based on recognised human emotions Rosalind W. Picard
  • 19. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 19December 5, 2016 Emotions ī‚§ External events ī‚§ behaviour of others, change in a current situation, â€Ļ ī‚§ Internal events ī‚§ thoughts, memories, sensations ... Emotions are episodes of coordinated changes in several components (neurophysiological activation, motor expression, subjective feelings, action tendencies and cognitive processes) in response to external or internal events of major significance to the organism. Klaus R. Scherer, Psychological Models of Emotion, 2000
  • 20. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 20December 5, 2016 Emotion Classification ī‚§ Different models to classify emotions ī‚§ Discrete models treat emotions as discrete and different constructs ī‚§ Ekman’s model ī‚§ â€Ļ ī‚§ Dimensional models characterise emotions via dimensional values ī‚§ Russell’s model ī‚§ Plutchik’s model ī‚§ PAD emotional state model ī‚§ â€Ļ
  • 21. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 21December 5, 2016 Ekman’s Emotions Model ī‚§ Theory of the universality of six basic facial emotions ī‚§ anger ī‚§ fear ī‚§ disgust ī‚§ surprise ī‚§ happiness ī‚§ sadness ī‚§ Discrete categories can be used as labels for emotion recognition algorithms ī‚§ multiple existing databases rely on Ekman’s model
  • 22. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 22December 5, 2016 Russell’s Circumplex Model of Affect ī‚§ Emotions are mapped to two dimensions ī‚§ valence (x-axis) - intrinsic attractiveness or aversiveness ī‚§ arousal (y-axis) - reactiveness to a stimuli
  • 23. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 23December 5, 2016 Pluchik’s Wheel of Emotions ī‚§ Three-dimensional "extension" of Russell’s circumplex model ī‚§ 8 basic emotions ī‚§ joy vs. sadness ī‚§ trust vs. disgust ī‚§ fear vs. anger ī‚§ surprise vs. anticipation ī‚§ 8 advanced emotions ī‚§ optimism (anticipation + joy) ī‚§ love (joy + trust) ī‚§ submission (trust + fear)
  • 24. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 24December 5, 2016 Pluchik’s Wheel of Emotions â€Ļ ī‚§ 8 advanced emotions ī‚§ awe (fear + surprise) ī‚§ disapproval (surprise + sadness) ī‚§ remorse (sadness + disgust) ī‚§ contempt (disgust + anger) ī‚§ aggressiveness (anger + anticipation)
  • 25. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 25December 5, 2016 PAD Emotional State Model ī‚§ Representation of emotional states via three numerical dimensions ī‚§ pleasure-displeasure ī‚§ arousal-nonarousal ī‚§ dominance-submissiveness ī‚§ Example ī‚§ anger is a quite unpleasant, quite aroused and moderately dominant emotion
  • 26. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 26December 5, 2016 Self-Assessment of PAD Values ī‚§ Self-Assessment Manikin (SAM) is a language neutral form that can be used to assess the PAD values ī‚§ each row represents five values for one of the dimensions - pleasure - arousal - dominance
  • 27. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 27December 5, 2016 Emotion Recognition ī‚§ Emotions can be manifested via different modalities ī‚§ acoustic features (voice pitch, intonation, etc.) ī‚§ verbal content (speech) ī‚§ visual facial features ī‚§ body pose and gestures ī‚§ biosignals (physiological monitoring) - pulse, heart rate, â€Ļ ī‚§ In general, artificial intelligence algorithms are used for an accurate recognition of emotions ī‚§ Potential multimodal fusion of multiple modalities ī‚§ improve emotion recognition accuracy by observing multiple modalities
  • 28. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 28December 5, 2016 Acoustic Feature Recognition ī‚§ Behaviour and evolution of acoustic features over time is meaningful for emotion detection ī‚§ Typical features ī‚§ intonation ī‚§ intensity ī‚§ pitch ī‚§ duration
  • 29. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 29December 5, 2016 Speech-based Emotion Recognition ī‚§ Recognition of emotions from speech content (e.g. via speech recogniser) is based on typical methods such as ī‚§ bag of words (unigrams) ī‚§ n-gram language models ī‚§ Typical features ī‚§ emotion dictionaries ī‚§ lattices ī‚§ orthography (punctuation, capitalisation, emoticons) ī‚§ wordnet ī‚§ syntax ī‚§ semantic roles ī‚§ world knowledge
  • 30. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 30December 5, 2016 Facial Emotion Recognition ī‚§ Find face parts ī‚§ use orientation or prominent features such as the eyes and the nose ī‚§ Extract facial features ī‚§ geometry based ī‚§ appearance based (textures) ī‚§ Classification through ī‚§ support vector machines ī‚§ neural networks ī‚§ fuzzy logic systems ī‚§ active appearance models
  • 31. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 31December 5, 2016 Facial Action Coding System (FACS) ī‚§ Used to describe changes, contraction or relaxations of muscles of the face ī‚§ Based on so-called Action Units (AUs) ī‚§ description for component movement or facial actions ī‚§ combination of AUs leads to facial expressions - e.g. sadness = AU 1+4+15 ī‚§ http://www.cs.cmu.edu/~ face/facs.htm
  • 32. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 32December 5, 2016 Body Pose and Gestures ī‚§ Body language carries rich emotional information ī‚§ body movement, gestures and posture ī‚§ relative behaviour (e.g. approach/depart, looking/turning away) ī‚§ Detailed features extracted from motion capture
  • 33. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 33December 5, 2016 Biosignals ī‚§ Different emotions lead to different biosignal activities ī‚§ anger: increased heart rate and skin temperature ī‚§ fear: increased heart rate but decreased skin temperature ī‚§ happiness: decreased heart rate and no change in skin temperature ī‚§ Advantages ī‚§ hard to control deliberately (fake) ī‚§ can be continuously processed ī‚§ Disadvantages ī‚§ user has to be equipped with sensors ī‚§ Challenge ī‚§ wearable biosensors
  • 34. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 34December 5, 2016 Emotiv EPOC Neuroheadset ī‚§ Non-invasive EEG device ī‚§ 14 sensors ī‚§ Integrated gyroscope ī‚§ Wireless ī‚§ Low cost ī‚§ Average sensor sensibility ī‚§ mainly due to sensor non-invasiveness
  • 35. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 35December 5, 2016 Emotiv EPOC Neuroheadset â€Ļ
  • 36. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 36December 5, 2016 From Signals to Labelled Emotions ī‚§ Five potential channels ī‚§ visual: face ī‚§ visual: body movement ī‚§ acoustic: speech content ī‚§ acoustic: acoustic features ī‚§ physiological: heart rate, blood pressure, temperature, GSR, EMG ī‚§ Associating emotion descriptors ī‚§ machine learning problem ī‚§ SVMs, HMMs, NNs? ī‚§ rely on only single modality or fusion of multiple modalities? ī‚§ associate emotion descriptors before or after fusing the modalities? - i.e. feature- or decision-level fusion?
  • 37. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 37December 5, 2016 Synthesis of Emotions ī‚§ Intelligent agents support social interactions with users (showing emotions) ī‚§ real life (robots) ī‚§ virtual reality (virtual agents) ī‚§ "Characters with a brain" ī‚§ reason about environment ī‚§ understand and express emotion ī‚§ communicate via speech and gesture ī‚§ applications - e-learning - robots and digital pets - â€Ļ Kismet, MIT A.I lab
  • 38. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 38December 5, 2016 Virtual Characters ī‚§ Virtual character with human behaviour that sup- ports face-to-face human- machine interaction ī‚§ Basic physical behaviour ī‚§ walking, grasping ī‚§ Non-verbal expressive behaviour ī‚§ gestures, facial expression (emotion), gaze ī‚§ Spontaneous and reactive behaviour ī‚§ responsiveness to events Max Headroom, 1987
  • 39. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 39December 5, 2016 Video: Text-driven 3D Talking Head
  • 40. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 40December 5, 2016 Effectors in Emotion Synthesis ī‚§ Facial expressions ī‚§ emotion categories have associated facial action programs ī‚§ Facial Action Coding System (FACS) ī‚§ Gestures ī‚§ deictic, iconic, â€Ļ ī‚§ timing and structure are important ī‚§ Gaze ī‚§ roles of gaze: attention, dialogue regulation, deictic reference ī‚§ convey intentions, cognitive and emotional state ī‚§ Head movement ī‚§ during conversation head is constantly in motion ī‚§ nods for affirmation, shakes for negation, â€Ļ
  • 41. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 41December 5, 2016 EmoVoice Framework ī‚§ Real-time recognition of emotions from acoustic speech properties ī‚§ uses features from pitch, energy, duration, voice quality and spectral information ī‚§ uses the Open Sound Control (OSC) protocol ī‚§ mirroring of emotions to the user - http://www.informatik.uni- augsburg.de/lehrstuehle/hcm/projects /tools/emovoice/ joy sadness anger
  • 42. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 42December 5, 2016 Homework ī‚§ Read the following paper that is available on PointCarrÊ (papers/Weiser 1991) ī‚§ M. Weiser, The Computer for the 21st Century, ACM Mobile Computing and Communications Review, July 1991
  • 43. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 43December 5, 2016 References ī‚§ M. Weiser, The Computer for the 21st Century, ACM Mobile Computing and Communications Review, July 1991 ī‚§ http://dx.doi.org/10.1145/329124.329126 ī‚§ A. Schmidt, Context-Awareness, Context-Aware User Interfaces and Implicit Interactions ī‚§ https://www.interaction-design.org/encyclopedia/context- aware_computing.html ī‚§ G.W. Musumba and H.O. Nyongesa, Context Awareness in Mobile Computing: A Review, International Journal of Machine Learning and Applications, 2(1), 2013 ī‚§ http://dx.doi.org/10.4102/ijmla.v2i1.5
  • 44. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 44December 5, 2016 References â€Ļ ī‚§ B.Y. Lim, A.K. Dey and D. Avrahami, Why and Why Not Explanations Improve the Intelligibility of Context-aware Intelligent Systems, Proceedings of CHI 2009, Boston, USA, April 2009 ī‚§ https://doi.org/10.1145/1518701.1519023 ī‚§ S. Trullemans and B. Signer, A Multi-layered Context Modelling Approach for End Users, Expert Users and Programmers, Proceedings of SERVE 2016, International Workshop on Smart Ecosystems cReation by Visual dEsign, Bari, Italy, June 2016 ī‚§ http://beatsigner.com/publications/trullemans_SERVE2016.pdf
  • 45. Beat Signer - Department of Computer Science - bsigner@vub.ac.be 45December 5, 2016 References â€Ļ ī‚§ J.A. Russel, A Circumplex Model of Affect, Journal of Personality and Social Psychology, 39(6), 1980 ī‚§ https://www2.bc.edu/james-russell/publications/Russell1980.pdf ī‚§ R.W. Picard, Affective Computing, MIT Technical Report No. 321, 1995 ī‚§ http://affect.media.mit.edu/pdfs/95.picard.pdf ī‚§ Expressive Text-driven 3D Talking Head ī‚§ http://www.youtube.com/watch?v=TMxKcbQcnK4
  • 46. 2 December 2005 Next Lecture Course Review