47
Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention @neal_lathia Computer Laboratory University of Cambridge

Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

Embed Size (px)

DESCRIPTION

A recent talk about designing, building, and analysing the data from Emotion Sense and Q Sense -- Android apps for health monitoring and intervention.

Citation preview

Page 1: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention@neal_lathiaComputer LaboratoryUniversity of Cambridge

Page 2: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

http://en.wikipedia.org/wiki/Macintosh_SE My first computer.

Page 3: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

My latest computer.

Page 4: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

Macintosh SE19878 MHz1 MB20 MB7.7 kg$2,900

Model:Released:Processor:RAM:Hard Drive:Weight:Price:

Samsung Galaxy S420131.6 GHz x 42 GB16/32 GB130 g~$500

Page 5: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

1/5: the “basics” why health via smartphones?why smartphones for health?

Page 6: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

why health via smartphones? health “in the moment” vs. “reconstructed” ubiquity of technology vs. limited face-to-face

Page 7: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

Smartphones are incredibly personal devices: they are not often shared.

Research shows that owners regularly keep their smartphone within arms length of them.

A. Dey et. al. Getting Closer: An Empirical Investigation of the Proximity of Users to their Smartphones. In ACM Ubicomp 2011.

Page 8: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

why smartphones for health? 2/5: interactivity 3/5: sensors4/5: machine learning

Page 9: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

2/5: interactivity * notifications check-insgamessituation-awareness

momentary, context-aware, engaging* I don't research interaction/design

Page 10: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

notifications

Page 11: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

check-ins

Page 12: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

games

Page 13: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

situation-aware

Page 14: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

Emotion Sense Q Sensemood tracking smoking cessationDept. of Psychology Behavioural Sciences

Page 15: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

check-ins'volunteering'

Page 16: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

check-ins'volunteering'

Page 17: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

notifications'prompting'

Page 18: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

“games”'guiding'

Page 19: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

situation-aware'informing'

Page 20: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

2/5: interactive apps a) active behavioural monitoringb) momentary assessmentc) information delivery

Page 21: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

3/5: smartphone sensors passive behavioural monitoring

Page 22: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

Sensors were originally added to smartphones for purely functional purposes.

E.g., an accelerometer lets the device know when to display the screen in landscape mode; the GPS allows the device to support maps/driving apps.

Only later did researchers uncover that all of these sensors could be a valuable source of behavioural data.

Page 23: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

what is a “sensor?”AccelerometerGPS / Wi-FiGyroscopeBluetoothMicrophoneEnvironmentPhone / Text LogsDevice LogsSocial Media APIsApp Usage

Page 24: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

Accelerometer → activityGPS / Wi-Fi → location, mobilityGyroscope → device orientationBluetooth → co-locationMicrophone → audio processingEnvironment → light / temperature / pressurePhone / Text Logs → socialisingDevice Logs → network / batterySocial Media APIs → socialising, connectivityApp Usage → context, searching

Page 25: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

Sensors do not “directly” encode behaviour. For example, sampling from the accelerometer provides time series data of changes in acceleration.

All sensor data needs to be processed in order to extract/infer behaviours. How, for example, does the accelerometer indicate physical activity?

Page 26: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

raw sensor data

features

Page 27: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

does the accelerometer feature correlate with reports of current levels of physical activity?r = 0.369

does the accelerometer feature correlate with reports of levels of physical activity on that day?r = 0.172

Page 28: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention
Page 29: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention
Page 30: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

...batteries are still headaches:

Sensors were originally added to smartphones for purely functional purposes.

These sensors were not built to efficiently collect continuous streams of data*.

* This is changing...?

K. Rachuri. Smartphones Based Social Sensing: Adaptive Sampling, Sensing and Computation Offloading. PhD Thesis, Computer Laboratory. 2012.

Page 31: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

4/5: machine learning using data to infer behaviour

Page 32: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

Machine Learning (vs. Behaviour Theory?)

Behaviours are often too complex and/or abstract to directly encode them into software.

Machine learning a statistical approach that centres around using data to learn to identify and predict behaviours. Often without knowing much (or anything) about what those behaviours actually look like.

Page 33: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

Two broad categories of learning algorithms, which are often referred to as unsupervised and supervised learning.

Page 34: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

Unsupervised learning, or clustering, assumes you have:

(a) a large dataset of many representations of a behaviour, and

(b) a way of measuring the extent that two representations of behaviours are similar.

… without knowing precisely how to code for that behaviour

Page 35: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

What are the behaviours that emerge when a city uses the stations in a bicycle sharing scheme?

Define a way of representing the behaviour:

8AM7AM... 11PM

... 50% 25% 32%Station A

Page 36: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

What are the behaviours that emerge when a city uses the stations in a bicycle sharing scheme?

Define a way of comparing behaviour:

...

... 50% 25% 32%Station A

... 23% 34% 52%Station B

Page 37: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

What are the behaviours that emerge when a city uses the stations in a bicycle sharing scheme?

Page 38: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

What diurnal patterns of physical activity emerge from smartphone accelerometers?

Page 39: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

What diurnal patterns of physical activity emerge from smartphone accelerometers?

8AM7AM... 11PM

... 1.23 2.33 3.12User A

Page 40: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

...

... 1.23 2.33 3.12User A

... 2.33 3.43 2.33User B

What diurnal patterns of physical activity emerge from smartphone accelerometers?

Page 41: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

What diurnal patterns of physical activity emerge from smartphone accelerometers?

How does this relate to happiness?

Page 42: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

4/5: machine learning using data to infer & predict behaviour

* I didn't include supervised learning, which is awesome

Page 43: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

5/5: challenges & opportunities

Page 44: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

1. Software Engineering / Expectations2. Marketing3. Control over target population4. Understanding sensor data5. Writing code6. Finding research value

Page 45: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

1. Blurred lines between research and practice2. High potential for multi-disciplinary impact

3. Cheap to roll-out to huge audiences4. Accessible to 'everyone'

5. Rising demand for quality healthcare technology6. Wearables are coming!

Page 46: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention@neal_lathiaComputer LaboratoryUniversity of Cambridge

Page 47: Opportunities and Challenges of Using Smartphones for Health Monitoring and Intervention

“Can I run an ESM study like Emotion Sense?”