SlideShare a Scribd company logo
1 of 24
Digital biomarkers for preventive
personalised healthcare
Oct 18th, 2021
Paolo Missier
Newcastle University, School of Computing
The Team
Prof. Paolo Missier PI, Newcastle University (PI)
Prof. Michael Catt, Newcastle University and Closed Loop Medicine, Cambridge (CO-I)
Dr. Jaume Bacardit, Newcastle University (CO-I)
Key contributors:
Dr. Ossama Alshabrawy (PhD student, now Lecturer at Northumbria University)
Ben Lam, PhD student
Dr. Jacek Cala, Sr. Research Associate
In collaboration with the IMI DIRECT Consortium
https://www.imi.europa.eu/projects-results/project-factsheets/direct
Diabetes research on patient stratification
Data-Driven, Personalised, Predictive, Preventive, Participatory Medicine (D2P4)
Part I:
The role of physical activity monitoring to support Type II Diabetes studies
Can we learn useful representations for a person’s daily activities from accelerometry?
Part II:
Generating synthetic physical activity data
How do we simulate plausible physical activity patterns and why?
Data-Driven, Personalised, Predictive, Preventive, Participatory Medicine (D2P4)
Part I:
The role of physical activity monitoring to support Type II Diabetes studies
Can we learn useful representations for a person’s daily activities from accelerometry?
Main contributors:
Dr. Ossama Alshabrawy (PhD student, now Lecturer at Northumbria University)
Benjamin Lam, PhD student
Activity traces archive from the UK Biobank
Filter:
Accelerometry study?
103,712
Split criteria:
Type 2 Diabetes?
At baseline: 2,755
Through EHR analysis: 1,321
Total: 4,076
Non-Diabetes
99,636
Filter:
EHR data available?
19,852
502, 664
All UK Biobank participants:
Filter:
QC on activity traces
3,103
Positives:
T2D vs Norm-0
Physical Impairment analysis
Severe impairment
1,666
No impairment
8,463
T2D vs Norm-2
Is there enough signal in the traces to
segregate T2D from Norm?
Extracting High Level Activity Features (HLAF)
feature extraction 60 features / day  aggregated to week
(*)
(*) Doherty A, Jackson D, et al. (2017), Large scale population assessment of physical activity using wrist worn accelerometers: the UK Biobank study. PLOS
ONE. 12(2):e0169649. https://github.com/activityMonitoring/biobankAccelerometerAnalysis
Selected results: Clustering
- Cluster 2 contains almost entirely T2D
positives (99.8%)
- phenotypes associated with increased
risk of T2D (increasing age, high body
fat percentage and a sedentary lifestyle)
are also highly expressed in Cluster 2
Selected results: classification
Negatives: HLAF SDL HLAF+SDL
Norm-0 Norm-2 Norm-0 Norm-2 Norm-0 Norm-2
RF .80 .68 .83 .78 .86 .77
LR .79 .70 .83 .78 .86 .78
XGB .78 .66 .80 .74 .85 .75
Lam B, Catt M, Cassidy S, Bacardit J, Darke P, Butterfield S, Alshabrawy O, Trenell M, Missier P, Using Wearable Activity Trackers to Predict Type 2 Diabetes: Machine Learning–
Based Cross-sectional Study of the UK Biobank Accelerometer Cohort -- JMIR Diabetes, Vol 6 no1. 19/3/2021:23364
SDL: Socio-Demographic and Lifestyle variables
Lessons learnt
• Signal is weak and noisy when used in the contex of a complex metabolic disease
• “Controls” may actually be physically impaired and this is hard to determine
• UK Biobank had no QC protocol, ”a random week in life” provides poor indicators
Are we mapping raw traces to the best possible feature space?
Learning embedded representation spaces
DIRECT
DB
• ~3,000 individuals total
• Follow-ups at 18 36, 48 months
Representation
learning
Embedded
feature space
LSTM Autoencoder
Covariates,
Outcomes (eg Insulin sensitivity)
Classification
Clustering
Cluster
interpretation
Autoencoder Architecture
LSTM Autoencoder
Final reconstruction loss: 0.46
(early termination, 9/150 epochs to prevent overfitting)
Clustering in the high level and embedded spaces
Embedded features High-level features
K-means
Hierarchical
Affinity Propagation
Spectral clustering
Embedded features High-level features
Embedded features High-level features Embedded features High-level features
Clusters quality
Silhouette Calinski-Harabrasz Davies-Bouldin
Affinity Propagation 0.634 2220.021 0.895
Spectral 0.677 2600.836 0.839
DBSCAN 0.274 73.642 1.808
Hierarchical 0.466 2292.27 0.879
K-means 0.482 2617.19 0.839
Silhouette: Bounded between 0 and 1 (Closer to 1, the better)
Calinski-Harabrasz: Unbounded (The higher the score, the better)
Davies-Bouldin (Not well suited to density methods): Bounded between 0 and 1 (Closer to 0, the better)
Many of the other cluster validity indices require knowledge of the ground truth labels, so this is not suitable for this study
Cluster interpretation: clinical and activity variables
Logistic regression AdaBoost classifier
Random forest classifier XGBoost
2 clusters  binary classification: are the clinical variables good predictors for the clusters?
percent time
light-tasks daily
percent time
sedentary daily
avg num hrs
asleep daily
avg daily
MET level
0.009 0.3 0.005 0.01
Significant p-values from t-tests
Distribution of physical variables
Data-Driven, Personalised, Predictive, Preventive, Participatory Medicine (D2P4)
Part II:
Generating synthetic physical activity data
How do we simulate plausible physical activity patterns and why?
Main contributor: Dr. Jacek Cala, Sr. Research Associate
Motivation
From the EPSRC Healthcare Technologies Grand Challenges (*)
“[Design] An intelligent 'companion' that is fully aware of an individual's healthcare history and
experience, empowering them to self-manage their health and care by providing directly relevant
feedback, information and advice.”
(*) https://epsrc.ukri.org/research/ourportfolio/themes/healthcaretechnologies/strategy/grandchallenges/
Scoping this down…
How do we design an AI agent that
- Knows our (wellness, fitness, health) goals
- Understands our current state through physical activity monitoring
- Can suggest personalised interventions to achieve our goals
Idea: Reinforcement learning
Longitudinal and profile-specific data scarcity
The Good: Annotated sensor data are widely available and useful to train an AI agent
The Bad: Difficult to find / create protocols where:
• Participants are followed for any length of time
 no longitudinal dimension (months, years)
• Responses to interventions can be observed
• Activity traces are available for specific conditions, pathologies, patient groups...
A little puppetry
Approach:
1. Use 24x7 traces to:
• Learn to generate new synthetic traces for a
catalogue A1… An of activities
• Model unfolding daily activity patterns
2. Simulate:
Generate syntraces and combine them into
controlled plausible daily patterns
Limited to basic activity types
- Sedentary, Light tasks,
Moderate, Vigorous
- Sleep
Goal:
to simulate a variety of physical activity patterns that unfold in time
- Realistic
- Useful in practice to boost existing training sets
Learn: Generating synthetic activity traces
(*) https://github.com/activityMonitoring/biobankAccelerometerAnalysis
Training:
- Traces: UK Biobank / 24x7 / 27 individuals
- HAR: Oxford accelerometry analysis tool (*)
- Traces broken down by (predicted) activity type
- A separate model trained for each activity type
- Notes: sleep excluded, traces trimmed to limit
training times
raw data
(subject-1) preprocess
126-dimensional
feature vectors
classified
activity trace
classify
split vectors
by activity
walking feature
vectors
sleep feature
vectors
moderate
feature vectors
...
train low-level
sleep model
train low-level
moderate model
train low-level
walking model
...
walking
model
moderate
model
sleep
model
...
raw data
(subject-1) preprocess
126-dimensional
feature vectors
classified
activity trace
classify
split vectors
by activity
walking feature
vectors
sleep feature
vectors
moderate
feature vectors
raw data
(subject-1) preprocess
126-dimensional
feature vectors
classified
activity trace
classify
split vectors
by activity
walking feature
vectors
sleep feature
vectors
moderate
feature vectors
...
Approach: Generative Neural Networks
BasicGAN from Synthetic Data Vault:
https://sdv.dev/
Preliminary results
Validation: Oxford activity classifier used as discriminator
186 synthetic traces
• Walking activity easiest to simulate: 120 correctly classified
• Moderate activity hardest (196) – only 4 correctly classified
Problem:
some of the correctly classified traces look unrealistic
Model and simulate: whole-day activity profiles
Goal: to realistically
combine bouts of single activities into ”virtual days”
Approach: parametric multi-state modelling
• transition probability si  sj increases as more time
spent in si
Objective: Use real 24x7 sequences to learn:
- Realistic lengths of each activity bouts
- Activity transitions, eg walk  sit
Selected traces of 24-hour synthetic activity profiles generated by
the semi-Markov generalised gamma model
(a), (b) show plausible traces; (c), (d) less realistic
Summary and open research
Part I: The role of physical activity monitoring to support Type II Diabetes studies
- Single sensor, free-living, poor QC  weak and noisy signal
- Good clustering of patients but signal inadequate for specific outcomes eg insuline sensitivity
- Signal either stable over time or too noisy to track disease progression
Next: multi-sensor monitoring
Part II: Generating synthetic physical activity data
- Plausible activity patterns
Next: use syndata for training using reinforcement learning?
Leveraged resources and Future plans
New collaboration:
- Physical activity monitoring to support a study on “long covid”-induced frailty.
Consortium of 5 hospitals (Italy + Israel), about 300 patients. Funded by Gilead
Potential collaborations:
- Closed Loop Medicine, Digital Healthcare, Cambridge (through Prof. Catt)
- Fully-funded CDT PhD studentship aligned with the project since its inception (Ben Lam)
- New PhD student started October 2021 (Naif Alzahrani)
Key outputs
Publications:
• Lam B, Catt M, Cassidy S, Bacardit J, Darke P, Butterfield S, Alshabrawy O, Trenell M, Missier P, Using Wearable
Activity Trackers to Predict Type 2 Diabetes: Machine Learning–Based Cross-sectional Study of the UK Biobank
Accelerometer Cohort -- JMIR Diabetes, Vol 6 no1. 19/3/2021:23364
• Ferrari D, Milic J, Tonelli R, Ghinelli F, Meschiari M, et al. (2020) Machine learning in predicting respiratory failure in
patients with COVID-19 pneumonia—Challenges, strengths, and opportunities in a global health emergency.
PLOS ONE 15(11): e0239172. https://doi.org/10.1371/journal.pone.0239172
Invited Presentations:
- Data Science for (Health) Science: tales from a challenging front line, a talk given to the The School of Information
Sciences, Center for Informatics Research in Science and Scholarship, University of Illinois Urbana-Champaign, USA
(March 2021)
- Digital markers from physical activity traces to support research into type 2 diabetes, Talk given to the IMI DIRECT
consortium (April 2020)
- Prediction & prevention of age-related diseases through Machine Learning, Talk given to Newcastle BRC/NIHR group
(Jan 2020)
- Exploring the role of digital and genetic biomarkers to learn personalized predictive models of metabolic diseases, Talk
given at the Turing Health Programme workshop, Manchester March 2019

More Related Content

What's hot

GRC-MS: A GENETIC RULE-BASED CLASSIFIER MODEL FOR ANALYSIS OF MASS SPECTRA DATA
GRC-MS: A GENETIC RULE-BASED CLASSIFIER MODEL FOR ANALYSIS OF MASS SPECTRA DATAGRC-MS: A GENETIC RULE-BASED CLASSIFIER MODEL FOR ANALYSIS OF MASS SPECTRA DATA
GRC-MS: A GENETIC RULE-BASED CLASSIFIER MODEL FOR ANALYSIS OF MASS SPECTRA DATAcscpconf
 
WEBINAR: The Yosemite Project PART 6 -- Data-Driven Biomedical Research with ...
WEBINAR: The Yosemite Project PART 6 -- Data-Driven Biomedical Research with ...WEBINAR: The Yosemite Project PART 6 -- Data-Driven Biomedical Research with ...
WEBINAR: The Yosemite Project PART 6 -- Data-Driven Biomedical Research with ...DATAVERSITY
 
Deep learning for episodic interventional data
Deep learning for episodic interventional dataDeep learning for episodic interventional data
Deep learning for episodic interventional dataDeakin University
 
1 springer format chronic changed edit iqbal qc
1 springer format chronic changed edit iqbal qc1 springer format chronic changed edit iqbal qc
1 springer format chronic changed edit iqbal qcIAESIJEECS
 
Machine Learning and Deep Contemplation of Data
Machine Learning and Deep Contemplation of DataMachine Learning and Deep Contemplation of Data
Machine Learning and Deep Contemplation of DataJoel Saltz
 
Brainsci 10-00118
Brainsci 10-00118Brainsci 10-00118
Brainsci 10-00118imen jdey
 
Biomedical Informatics Program -- Atlanta CTSA (ACTSI)
Biomedical Informatics Program -- Atlanta CTSA (ACTSI)Biomedical Informatics Program -- Atlanta CTSA (ACTSI)
Biomedical Informatics Program -- Atlanta CTSA (ACTSI)Joel Saltz
 
A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...
A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...
A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...Mohammad Shakirul islam
 
When digital medicine becomes the medicine (2/2)
When digital medicine becomes the medicine (2/2)When digital medicine becomes the medicine (2/2)
When digital medicine becomes the medicine (2/2)Yoon Sup Choi
 
Hunting for Elusive Targets, Markers, Signals & Pathways
Hunting for Elusive Targets, Markers, Signals & PathwaysHunting for Elusive Targets, Markers, Signals & Pathways
Hunting for Elusive Targets, Markers, Signals & PathwaysJim Smurro
 
BIOCOMPATIBLE WIRELESS BRAIN SENSORS
BIOCOMPATIBLE WIRELESS BRAIN SENSORSBIOCOMPATIBLE WIRELESS BRAIN SENSORS
BIOCOMPATIBLE WIRELESS BRAIN SENSORSpragatii karna
 
Recent advances of AI for medical imaging : Engineering perspectives
Recent advances of AI for medical imaging : Engineering perspectivesRecent advances of AI for medical imaging : Engineering perspectives
Recent advances of AI for medical imaging : Engineering perspectivesNamkug Kim
 
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...IRJET Journal
 
The XNAT imaging informatics platform
The XNAT imaging informatics platformThe XNAT imaging informatics platform
The XNAT imaging informatics platformimgcommcall
 
IRJET- Breast Cancer Detection from Histopathology Images: A Review
IRJET-  	  Breast Cancer Detection from Histopathology Images: A ReviewIRJET-  	  Breast Cancer Detection from Histopathology Images: A Review
IRJET- Breast Cancer Detection from Histopathology Images: A ReviewIRJET Journal
 
Detecting malaria using a deep convolutional neural network
Detecting malaria using a deep  convolutional neural networkDetecting malaria using a deep  convolutional neural network
Detecting malaria using a deep convolutional neural networkYusuf Brima
 
Leaf Disease Detection and Selection of Fertilizers using Artificial Neural N...
Leaf Disease Detection and Selection of Fertilizers using Artificial Neural N...Leaf Disease Detection and Selection of Fertilizers using Artificial Neural N...
Leaf Disease Detection and Selection of Fertilizers using Artificial Neural N...IRJET Journal
 

What's hot (20)

Quality of Life Technologies: From Cure to Care
Quality of Life Technologies: From Cure to CareQuality of Life Technologies: From Cure to Care
Quality of Life Technologies: From Cure to Care
 
GRC-MS: A GENETIC RULE-BASED CLASSIFIER MODEL FOR ANALYSIS OF MASS SPECTRA DATA
GRC-MS: A GENETIC RULE-BASED CLASSIFIER MODEL FOR ANALYSIS OF MASS SPECTRA DATAGRC-MS: A GENETIC RULE-BASED CLASSIFIER MODEL FOR ANALYSIS OF MASS SPECTRA DATA
GRC-MS: A GENETIC RULE-BASED CLASSIFIER MODEL FOR ANALYSIS OF MASS SPECTRA DATA
 
WEBINAR: The Yosemite Project PART 6 -- Data-Driven Biomedical Research with ...
WEBINAR: The Yosemite Project PART 6 -- Data-Driven Biomedical Research with ...WEBINAR: The Yosemite Project PART 6 -- Data-Driven Biomedical Research with ...
WEBINAR: The Yosemite Project PART 6 -- Data-Driven Biomedical Research with ...
 
Deep learning for episodic interventional data
Deep learning for episodic interventional dataDeep learning for episodic interventional data
Deep learning for episodic interventional data
 
1 springer format chronic changed edit iqbal qc
1 springer format chronic changed edit iqbal qc1 springer format chronic changed edit iqbal qc
1 springer format chronic changed edit iqbal qc
 
Machine Learning and Deep Contemplation of Data
Machine Learning and Deep Contemplation of DataMachine Learning and Deep Contemplation of Data
Machine Learning and Deep Contemplation of Data
 
APPA_Poster_v10
APPA_Poster_v10APPA_Poster_v10
APPA_Poster_v10
 
Brainsci 10-00118
Brainsci 10-00118Brainsci 10-00118
Brainsci 10-00118
 
Biomedical Informatics Program -- Atlanta CTSA (ACTSI)
Biomedical Informatics Program -- Atlanta CTSA (ACTSI)Biomedical Informatics Program -- Atlanta CTSA (ACTSI)
Biomedical Informatics Program -- Atlanta CTSA (ACTSI)
 
A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...
A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...
A Novel Approach for Tomato Diseases Classification Based on Deep Convolution...
 
When digital medicine becomes the medicine (2/2)
When digital medicine becomes the medicine (2/2)When digital medicine becomes the medicine (2/2)
When digital medicine becomes the medicine (2/2)
 
Hunting for Elusive Targets, Markers, Signals & Pathways
Hunting for Elusive Targets, Markers, Signals & PathwaysHunting for Elusive Targets, Markers, Signals & Pathways
Hunting for Elusive Targets, Markers, Signals & Pathways
 
BIOCOMPATIBLE WIRELESS BRAIN SENSORS
BIOCOMPATIBLE WIRELESS BRAIN SENSORSBIOCOMPATIBLE WIRELESS BRAIN SENSORS
BIOCOMPATIBLE WIRELESS BRAIN SENSORS
 
S4502115119
S4502115119S4502115119
S4502115119
 
Recent advances of AI for medical imaging : Engineering perspectives
Recent advances of AI for medical imaging : Engineering perspectivesRecent advances of AI for medical imaging : Engineering perspectives
Recent advances of AI for medical imaging : Engineering perspectives
 
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
IRJET - Breast Cancer Prediction using Supervised Machine Learning Algorithms...
 
The XNAT imaging informatics platform
The XNAT imaging informatics platformThe XNAT imaging informatics platform
The XNAT imaging informatics platform
 
IRJET- Breast Cancer Detection from Histopathology Images: A Review
IRJET-  	  Breast Cancer Detection from Histopathology Images: A ReviewIRJET-  	  Breast Cancer Detection from Histopathology Images: A Review
IRJET- Breast Cancer Detection from Histopathology Images: A Review
 
Detecting malaria using a deep convolutional neural network
Detecting malaria using a deep  convolutional neural networkDetecting malaria using a deep  convolutional neural network
Detecting malaria using a deep convolutional neural network
 
Leaf Disease Detection and Selection of Fertilizers using Artificial Neural N...
Leaf Disease Detection and Selection of Fertilizers using Artificial Neural N...Leaf Disease Detection and Selection of Fertilizers using Artificial Neural N...
Leaf Disease Detection and Selection of Fertilizers using Artificial Neural N...
 

Similar to Digital biomarkers for preventive personalised healthcare

MediaEval 2017 - Medical Multimedia Task: Multimedia for Medicine: The Medico...
MediaEval 2017 - Medical Multimedia Task: Multimedia for Medicine: The Medico...MediaEval 2017 - Medical Multimedia Task: Multimedia for Medicine: The Medico...
MediaEval 2017 - Medical Multimedia Task: Multimedia for Medicine: The Medico...multimediaeval
 
Ontology-based Deep Learning for Human Behavior Prediction in Health Social N...
Ontology-based Deep Learning for Human Behavior Prediction in Health Social N...Ontology-based Deep Learning for Human Behavior Prediction in Health Social N...
Ontology-based Deep Learning for Human Behavior Prediction in Health Social N...NhatHai Phan
 
IoT, Big Data Healthcare Summit Western Canada - Wearables from Lab to Bedsid...
IoT, Big Data Healthcare Summit Western Canada - Wearables from Lab to Bedsid...IoT, Big Data Healthcare Summit Western Canada - Wearables from Lab to Bedsid...
IoT, Big Data Healthcare Summit Western Canada - Wearables from Lab to Bedsid...Ingunn Grip Fjær
 
Proposed Model for Chest Disease Prediction using Data Analytics
Proposed Model for Chest Disease Prediction using Data AnalyticsProposed Model for Chest Disease Prediction using Data Analytics
Proposed Model for Chest Disease Prediction using Data Analyticsvivatechijri
 
Defining, classifying and measuring functioning and disability in DSM5
Defining,  classifying and measuring functioning and disability in DSM5Defining,  classifying and measuring functioning and disability in DSM5
Defining, classifying and measuring functioning and disability in DSM5Bedirhan Ustun
 
Activity recognition in health field
Activity recognition in health fieldActivity recognition in health field
Activity recognition in health fieldYogesh KM
 
The Cold Start Problem and Per-Group Personalization in Real-Life Emotion Rec...
The Cold Start Problem and Per-Group Personalization in Real-Life Emotion Rec...The Cold Start Problem and Per-Group Personalization in Real-Life Emotion Rec...
The Cold Start Problem and Per-Group Personalization in Real-Life Emotion Rec...Maciej Behnke
 
Citation Kristoffersson, A.; Lindén,
Citation Kristoffersson, A.; Lindén,Citation Kristoffersson, A.; Lindén,
Citation Kristoffersson, A.; Lindén,VinaOconner450
 
Diabetes Prediction by Supervised and Unsupervised Approaches with Feature Se...
Diabetes Prediction by Supervised and Unsupervised Approaches with Feature Se...Diabetes Prediction by Supervised and Unsupervised Approaches with Feature Se...
Diabetes Prediction by Supervised and Unsupervised Approaches with Feature Se...IJARIIT
 
디지털 헬스케어의 잠재적 규제 이슈
디지털 헬스케어의 잠재적 규제 이슈 디지털 헬스케어의 잠재적 규제 이슈
디지털 헬스케어의 잠재적 규제 이슈 Yoon Sup Choi
 
Delivering on the promise of data-driven healthcare: trade-offs, challenges, ...
Delivering on the promise of data-driven healthcare: trade-offs, challenges, ...Delivering on the promise of data-driven healthcare: trade-offs, challenges, ...
Delivering on the promise of data-driven healthcare: trade-offs, challenges, ...Paolo Missier
 
Quality Symposium 2013 Final
Quality Symposium 2013 FinalQuality Symposium 2013 Final
Quality Symposium 2013 FinalFrank Hong
 
Personalized medicine
Personalized medicinePersonalized medicine
Personalized medicinecancerdrg
 
Using new technologies for understanding and changing behaviors
Using new technologies for understanding and changing behaviorsUsing new technologies for understanding and changing behaviors
Using new technologies for understanding and changing behaviorsIlkka Korhonen
 
Diabetes, PHRs,at teams - Hopkins Capstone
Diabetes, PHRs,at teams - Hopkins CapstoneDiabetes, PHRs,at teams - Hopkins Capstone
Diabetes, PHRs,at teams - Hopkins CapstoneWade Schuette
 
ML In Predicting Diabetes In The Early Stage
ML In Predicting Diabetes In The Early StageML In Predicting Diabetes In The Early Stage
ML In Predicting Diabetes In The Early StageIRJET Journal
 
Sensor Based Ambient Assisted Living
Sensor Based Ambient Assisted LivingSensor Based Ambient Assisted Living
Sensor Based Ambient Assisted LivingYiannis Kompatsiaris
 

Similar to Digital biomarkers for preventive personalised healthcare (20)

Final_Presentation.pptx
Final_Presentation.pptxFinal_Presentation.pptx
Final_Presentation.pptx
 
MediaEval 2017 - Medical Multimedia Task: Multimedia for Medicine: The Medico...
MediaEval 2017 - Medical Multimedia Task: Multimedia for Medicine: The Medico...MediaEval 2017 - Medical Multimedia Task: Multimedia for Medicine: The Medico...
MediaEval 2017 - Medical Multimedia Task: Multimedia for Medicine: The Medico...
 
Ontology-based Deep Learning for Human Behavior Prediction in Health Social N...
Ontology-based Deep Learning for Human Behavior Prediction in Health Social N...Ontology-based Deep Learning for Human Behavior Prediction in Health Social N...
Ontology-based Deep Learning for Human Behavior Prediction in Health Social N...
 
IoT, Big Data Healthcare Summit Western Canada - Wearables from Lab to Bedsid...
IoT, Big Data Healthcare Summit Western Canada - Wearables from Lab to Bedsid...IoT, Big Data Healthcare Summit Western Canada - Wearables from Lab to Bedsid...
IoT, Big Data Healthcare Summit Western Canada - Wearables from Lab to Bedsid...
 
Proposed Model for Chest Disease Prediction using Data Analytics
Proposed Model for Chest Disease Prediction using Data AnalyticsProposed Model for Chest Disease Prediction using Data Analytics
Proposed Model for Chest Disease Prediction using Data Analytics
 
Defining, classifying and measuring functioning and disability in DSM5
Defining,  classifying and measuring functioning and disability in DSM5Defining,  classifying and measuring functioning and disability in DSM5
Defining, classifying and measuring functioning and disability in DSM5
 
Activity recognition in health field
Activity recognition in health fieldActivity recognition in health field
Activity recognition in health field
 
The Cold Start Problem and Per-Group Personalization in Real-Life Emotion Rec...
The Cold Start Problem and Per-Group Personalization in Real-Life Emotion Rec...The Cold Start Problem and Per-Group Personalization in Real-Life Emotion Rec...
The Cold Start Problem and Per-Group Personalization in Real-Life Emotion Rec...
 
Citation Kristoffersson, A.; Lindén,
Citation Kristoffersson, A.; Lindén,Citation Kristoffersson, A.; Lindén,
Citation Kristoffersson, A.; Lindén,
 
Diabetes Prediction by Supervised and Unsupervised Approaches with Feature Se...
Diabetes Prediction by Supervised and Unsupervised Approaches with Feature Se...Diabetes Prediction by Supervised and Unsupervised Approaches with Feature Se...
Diabetes Prediction by Supervised and Unsupervised Approaches with Feature Se...
 
Austin Aging Research
Austin Aging Research Austin Aging Research
Austin Aging Research
 
디지털 헬스케어의 잠재적 규제 이슈
디지털 헬스케어의 잠재적 규제 이슈 디지털 헬스케어의 잠재적 규제 이슈
디지털 헬스케어의 잠재적 규제 이슈
 
Delivering on the promise of data-driven healthcare: trade-offs, challenges, ...
Delivering on the promise of data-driven healthcare: trade-offs, challenges, ...Delivering on the promise of data-driven healthcare: trade-offs, challenges, ...
Delivering on the promise of data-driven healthcare: trade-offs, challenges, ...
 
Quality Symposium 2013 Final
Quality Symposium 2013 FinalQuality Symposium 2013 Final
Quality Symposium 2013 Final
 
Personalized medicine
Personalized medicinePersonalized medicine
Personalized medicine
 
Using new technologies for understanding and changing behaviors
Using new technologies for understanding and changing behaviorsUsing new technologies for understanding and changing behaviors
Using new technologies for understanding and changing behaviors
 
Diabetes, PHRs,at teams - Hopkins Capstone
Diabetes, PHRs,at teams - Hopkins CapstoneDiabetes, PHRs,at teams - Hopkins Capstone
Diabetes, PHRs,at teams - Hopkins Capstone
 
Science and performance
Science and performanceScience and performance
Science and performance
 
ML In Predicting Diabetes In The Early Stage
ML In Predicting Diabetes In The Early StageML In Predicting Diabetes In The Early Stage
ML In Predicting Diabetes In The Early Stage
 
Sensor Based Ambient Assisted Living
Sensor Based Ambient Assisted LivingSensor Based Ambient Assisted Living
Sensor Based Ambient Assisted Living
 

More from Paolo Missier

Towards explanations for Data-Centric AI using provenance records
Towards explanations for Data-Centric AI using provenance recordsTowards explanations for Data-Centric AI using provenance records
Towards explanations for Data-Centric AI using provenance recordsPaolo Missier
 
Interpretable and robust hospital readmission predictions from Electronic Hea...
Interpretable and robust hospital readmission predictions from Electronic Hea...Interpretable and robust hospital readmission predictions from Electronic Hea...
Interpretable and robust hospital readmission predictions from Electronic Hea...Paolo Missier
 
Data-centric AI and the convergence of data and model engineering: opportunit...
Data-centric AI and the convergence of data and model engineering:opportunit...Data-centric AI and the convergence of data and model engineering:opportunit...
Data-centric AI and the convergence of data and model engineering: opportunit...Paolo Missier
 
Realising the potential of Health Data Science: opportunities and challenges ...
Realising the potential of Health Data Science:opportunities and challenges ...Realising the potential of Health Data Science:opportunities and challenges ...
Realising the potential of Health Data Science: opportunities and challenges ...Paolo Missier
 
Provenance Week 2023 talk on DP4DS (Data Provenance for Data Science)
Provenance Week 2023 talk on DP4DS (Data Provenance for Data Science)Provenance Week 2023 talk on DP4DS (Data Provenance for Data Science)
Provenance Week 2023 talk on DP4DS (Data Provenance for Data Science)Paolo Missier
 
A Data-centric perspective on Data-driven healthcare: a short overview
A Data-centric perspective on Data-driven healthcare: a short overviewA Data-centric perspective on Data-driven healthcare: a short overview
A Data-centric perspective on Data-driven healthcare: a short overviewPaolo Missier
 
Capturing and querying fine-grained provenance of preprocessing pipelines in ...
Capturing and querying fine-grained provenance of preprocessing pipelines in ...Capturing and querying fine-grained provenance of preprocessing pipelines in ...
Capturing and querying fine-grained provenance of preprocessing pipelines in ...Paolo Missier
 
Tracking trajectories of multiple long-term conditions using dynamic patient...
Tracking trajectories of  multiple long-term conditions using dynamic patient...Tracking trajectories of  multiple long-term conditions using dynamic patient...
Tracking trajectories of multiple long-term conditions using dynamic patient...Paolo Missier
 
Data Provenance for Data Science
Data Provenance for Data ScienceData Provenance for Data Science
Data Provenance for Data SciencePaolo Missier
 
Capturing and querying fine-grained provenance of preprocessing pipelines in ...
Capturing and querying fine-grained provenance of preprocessing pipelines in ...Capturing and querying fine-grained provenance of preprocessing pipelines in ...
Capturing and querying fine-grained provenance of preprocessing pipelines in ...Paolo Missier
 
Quo vadis, provenancer?  Cui prodest?  our own trajectory: provenance of data...
Quo vadis, provenancer? Cui prodest? our own trajectory: provenance of data...Quo vadis, provenancer? Cui prodest? our own trajectory: provenance of data...
Quo vadis, provenancer?  Cui prodest?  our own trajectory: provenance of data...Paolo Missier
 
Analytics of analytics pipelines: from optimising re-execution to general Dat...
Analytics of analytics pipelines:from optimising re-execution to general Dat...Analytics of analytics pipelines:from optimising re-execution to general Dat...
Analytics of analytics pipelines: from optimising re-execution to general Dat...Paolo Missier
 
ReComp: optimising the re-execution of analytics pipelines in response to cha...
ReComp: optimising the re-execution of analytics pipelines in response to cha...ReComp: optimising the re-execution of analytics pipelines in response to cha...
ReComp: optimising the re-execution of analytics pipelines in response to cha...Paolo Missier
 
ReComp, the complete story: an invited talk at Cardiff University
ReComp, the complete story:  an invited talk at Cardiff UniversityReComp, the complete story:  an invited talk at Cardiff University
ReComp, the complete story: an invited talk at Cardiff UniversityPaolo Missier
 
Efficient Re-computation of Big Data Analytics Processes in the Presence of C...
Efficient Re-computation of Big Data Analytics Processes in the Presence of C...Efficient Re-computation of Big Data Analytics Processes in the Presence of C...
Efficient Re-computation of Big Data Analytics Processes in the Presence of C...Paolo Missier
 
Decentralized, Trust-less Marketplace for Brokered IoT Data Trading using Blo...
Decentralized, Trust-less Marketplacefor Brokered IoT Data Tradingusing Blo...Decentralized, Trust-less Marketplacefor Brokered IoT Data Tradingusing Blo...
Decentralized, Trust-less Marketplace for Brokered IoT Data Trading using Blo...Paolo Missier
 
Efficient Re-computation of Big Data Analytics Processes in the Presence of C...
Efficient Re-computation of Big Data Analytics Processes in the Presence of C...Efficient Re-computation of Big Data Analytics Processes in the Presence of C...
Efficient Re-computation of Big Data Analytics Processes in the Presence of C...Paolo Missier
 
A Customisable Pipeline for Continuously Harvesting Socially-Minded Twitter U...
A Customisable Pipeline for Continuously Harvesting Socially-Minded Twitter U...A Customisable Pipeline for Continuously Harvesting Socially-Minded Twitter U...
A Customisable Pipeline for Continuously Harvesting Socially-Minded Twitter U...Paolo Missier
 
ReComp and P4@NU: Reproducible Data Science for Health
ReComp and P4@NU: Reproducible Data Science for HealthReComp and P4@NU: Reproducible Data Science for Health
ReComp and P4@NU: Reproducible Data Science for HealthPaolo Missier
 
algorithmic-decisions, fairness, machine learning, provenance, transparency
algorithmic-decisions, fairness, machine learning, provenance, transparencyalgorithmic-decisions, fairness, machine learning, provenance, transparency
algorithmic-decisions, fairness, machine learning, provenance, transparencyPaolo Missier
 

More from Paolo Missier (20)

Towards explanations for Data-Centric AI using provenance records
Towards explanations for Data-Centric AI using provenance recordsTowards explanations for Data-Centric AI using provenance records
Towards explanations for Data-Centric AI using provenance records
 
Interpretable and robust hospital readmission predictions from Electronic Hea...
Interpretable and robust hospital readmission predictions from Electronic Hea...Interpretable and robust hospital readmission predictions from Electronic Hea...
Interpretable and robust hospital readmission predictions from Electronic Hea...
 
Data-centric AI and the convergence of data and model engineering: opportunit...
Data-centric AI and the convergence of data and model engineering:opportunit...Data-centric AI and the convergence of data and model engineering:opportunit...
Data-centric AI and the convergence of data and model engineering: opportunit...
 
Realising the potential of Health Data Science: opportunities and challenges ...
Realising the potential of Health Data Science:opportunities and challenges ...Realising the potential of Health Data Science:opportunities and challenges ...
Realising the potential of Health Data Science: opportunities and challenges ...
 
Provenance Week 2023 talk on DP4DS (Data Provenance for Data Science)
Provenance Week 2023 talk on DP4DS (Data Provenance for Data Science)Provenance Week 2023 talk on DP4DS (Data Provenance for Data Science)
Provenance Week 2023 talk on DP4DS (Data Provenance for Data Science)
 
A Data-centric perspective on Data-driven healthcare: a short overview
A Data-centric perspective on Data-driven healthcare: a short overviewA Data-centric perspective on Data-driven healthcare: a short overview
A Data-centric perspective on Data-driven healthcare: a short overview
 
Capturing and querying fine-grained provenance of preprocessing pipelines in ...
Capturing and querying fine-grained provenance of preprocessing pipelines in ...Capturing and querying fine-grained provenance of preprocessing pipelines in ...
Capturing and querying fine-grained provenance of preprocessing pipelines in ...
 
Tracking trajectories of multiple long-term conditions using dynamic patient...
Tracking trajectories of  multiple long-term conditions using dynamic patient...Tracking trajectories of  multiple long-term conditions using dynamic patient...
Tracking trajectories of multiple long-term conditions using dynamic patient...
 
Data Provenance for Data Science
Data Provenance for Data ScienceData Provenance for Data Science
Data Provenance for Data Science
 
Capturing and querying fine-grained provenance of preprocessing pipelines in ...
Capturing and querying fine-grained provenance of preprocessing pipelines in ...Capturing and querying fine-grained provenance of preprocessing pipelines in ...
Capturing and querying fine-grained provenance of preprocessing pipelines in ...
 
Quo vadis, provenancer?  Cui prodest?  our own trajectory: provenance of data...
Quo vadis, provenancer? Cui prodest? our own trajectory: provenance of data...Quo vadis, provenancer? Cui prodest? our own trajectory: provenance of data...
Quo vadis, provenancer?  Cui prodest?  our own trajectory: provenance of data...
 
Analytics of analytics pipelines: from optimising re-execution to general Dat...
Analytics of analytics pipelines:from optimising re-execution to general Dat...Analytics of analytics pipelines:from optimising re-execution to general Dat...
Analytics of analytics pipelines: from optimising re-execution to general Dat...
 
ReComp: optimising the re-execution of analytics pipelines in response to cha...
ReComp: optimising the re-execution of analytics pipelines in response to cha...ReComp: optimising the re-execution of analytics pipelines in response to cha...
ReComp: optimising the re-execution of analytics pipelines in response to cha...
 
ReComp, the complete story: an invited talk at Cardiff University
ReComp, the complete story:  an invited talk at Cardiff UniversityReComp, the complete story:  an invited talk at Cardiff University
ReComp, the complete story: an invited talk at Cardiff University
 
Efficient Re-computation of Big Data Analytics Processes in the Presence of C...
Efficient Re-computation of Big Data Analytics Processes in the Presence of C...Efficient Re-computation of Big Data Analytics Processes in the Presence of C...
Efficient Re-computation of Big Data Analytics Processes in the Presence of C...
 
Decentralized, Trust-less Marketplace for Brokered IoT Data Trading using Blo...
Decentralized, Trust-less Marketplacefor Brokered IoT Data Tradingusing Blo...Decentralized, Trust-less Marketplacefor Brokered IoT Data Tradingusing Blo...
Decentralized, Trust-less Marketplace for Brokered IoT Data Trading using Blo...
 
Efficient Re-computation of Big Data Analytics Processes in the Presence of C...
Efficient Re-computation of Big Data Analytics Processes in the Presence of C...Efficient Re-computation of Big Data Analytics Processes in the Presence of C...
Efficient Re-computation of Big Data Analytics Processes in the Presence of C...
 
A Customisable Pipeline for Continuously Harvesting Socially-Minded Twitter U...
A Customisable Pipeline for Continuously Harvesting Socially-Minded Twitter U...A Customisable Pipeline for Continuously Harvesting Socially-Minded Twitter U...
A Customisable Pipeline for Continuously Harvesting Socially-Minded Twitter U...
 
ReComp and P4@NU: Reproducible Data Science for Health
ReComp and P4@NU: Reproducible Data Science for HealthReComp and P4@NU: Reproducible Data Science for Health
ReComp and P4@NU: Reproducible Data Science for Health
 
algorithmic-decisions, fairness, machine learning, provenance, transparency
algorithmic-decisions, fairness, machine learning, provenance, transparencyalgorithmic-decisions, fairness, machine learning, provenance, transparency
algorithmic-decisions, fairness, machine learning, provenance, transparency
 

Recently uploaded

Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsSergiu Bodiu
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii SoldatenkoFwdays
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 

Recently uploaded (20)

Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
DevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platformsDevEX - reference for building teams, processes, and platforms
DevEX - reference for building teams, processes, and platforms
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko"Debugging python applications inside k8s environment", Andrii Soldatenko
"Debugging python applications inside k8s environment", Andrii Soldatenko
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 

Digital biomarkers for preventive personalised healthcare

  • 1. Digital biomarkers for preventive personalised healthcare Oct 18th, 2021 Paolo Missier Newcastle University, School of Computing
  • 2. The Team Prof. Paolo Missier PI, Newcastle University (PI) Prof. Michael Catt, Newcastle University and Closed Loop Medicine, Cambridge (CO-I) Dr. Jaume Bacardit, Newcastle University (CO-I) Key contributors: Dr. Ossama Alshabrawy (PhD student, now Lecturer at Northumbria University) Ben Lam, PhD student Dr. Jacek Cala, Sr. Research Associate In collaboration with the IMI DIRECT Consortium https://www.imi.europa.eu/projects-results/project-factsheets/direct Diabetes research on patient stratification
  • 3. Data-Driven, Personalised, Predictive, Preventive, Participatory Medicine (D2P4) Part I: The role of physical activity monitoring to support Type II Diabetes studies Can we learn useful representations for a person’s daily activities from accelerometry? Part II: Generating synthetic physical activity data How do we simulate plausible physical activity patterns and why?
  • 4. Data-Driven, Personalised, Predictive, Preventive, Participatory Medicine (D2P4) Part I: The role of physical activity monitoring to support Type II Diabetes studies Can we learn useful representations for a person’s daily activities from accelerometry? Main contributors: Dr. Ossama Alshabrawy (PhD student, now Lecturer at Northumbria University) Benjamin Lam, PhD student
  • 5. Activity traces archive from the UK Biobank Filter: Accelerometry study? 103,712 Split criteria: Type 2 Diabetes? At baseline: 2,755 Through EHR analysis: 1,321 Total: 4,076 Non-Diabetes 99,636 Filter: EHR data available? 19,852 502, 664 All UK Biobank participants: Filter: QC on activity traces 3,103 Positives: T2D vs Norm-0 Physical Impairment analysis Severe impairment 1,666 No impairment 8,463 T2D vs Norm-2 Is there enough signal in the traces to segregate T2D from Norm?
  • 6. Extracting High Level Activity Features (HLAF) feature extraction 60 features / day  aggregated to week (*) (*) Doherty A, Jackson D, et al. (2017), Large scale population assessment of physical activity using wrist worn accelerometers: the UK Biobank study. PLOS ONE. 12(2):e0169649. https://github.com/activityMonitoring/biobankAccelerometerAnalysis
  • 7. Selected results: Clustering - Cluster 2 contains almost entirely T2D positives (99.8%) - phenotypes associated with increased risk of T2D (increasing age, high body fat percentage and a sedentary lifestyle) are also highly expressed in Cluster 2
  • 8. Selected results: classification Negatives: HLAF SDL HLAF+SDL Norm-0 Norm-2 Norm-0 Norm-2 Norm-0 Norm-2 RF .80 .68 .83 .78 .86 .77 LR .79 .70 .83 .78 .86 .78 XGB .78 .66 .80 .74 .85 .75 Lam B, Catt M, Cassidy S, Bacardit J, Darke P, Butterfield S, Alshabrawy O, Trenell M, Missier P, Using Wearable Activity Trackers to Predict Type 2 Diabetes: Machine Learning– Based Cross-sectional Study of the UK Biobank Accelerometer Cohort -- JMIR Diabetes, Vol 6 no1. 19/3/2021:23364 SDL: Socio-Demographic and Lifestyle variables
  • 9. Lessons learnt • Signal is weak and noisy when used in the contex of a complex metabolic disease • “Controls” may actually be physically impaired and this is hard to determine • UK Biobank had no QC protocol, ”a random week in life” provides poor indicators Are we mapping raw traces to the best possible feature space?
  • 10. Learning embedded representation spaces DIRECT DB • ~3,000 individuals total • Follow-ups at 18 36, 48 months Representation learning Embedded feature space LSTM Autoencoder Covariates, Outcomes (eg Insulin sensitivity) Classification Clustering Cluster interpretation
  • 11. Autoencoder Architecture LSTM Autoencoder Final reconstruction loss: 0.46 (early termination, 9/150 epochs to prevent overfitting)
  • 12. Clustering in the high level and embedded spaces Embedded features High-level features K-means Hierarchical Affinity Propagation Spectral clustering Embedded features High-level features Embedded features High-level features Embedded features High-level features
  • 13. Clusters quality Silhouette Calinski-Harabrasz Davies-Bouldin Affinity Propagation 0.634 2220.021 0.895 Spectral 0.677 2600.836 0.839 DBSCAN 0.274 73.642 1.808 Hierarchical 0.466 2292.27 0.879 K-means 0.482 2617.19 0.839 Silhouette: Bounded between 0 and 1 (Closer to 1, the better) Calinski-Harabrasz: Unbounded (The higher the score, the better) Davies-Bouldin (Not well suited to density methods): Bounded between 0 and 1 (Closer to 0, the better) Many of the other cluster validity indices require knowledge of the ground truth labels, so this is not suitable for this study
  • 14. Cluster interpretation: clinical and activity variables Logistic regression AdaBoost classifier Random forest classifier XGBoost 2 clusters  binary classification: are the clinical variables good predictors for the clusters? percent time light-tasks daily percent time sedentary daily avg num hrs asleep daily avg daily MET level 0.009 0.3 0.005 0.01 Significant p-values from t-tests Distribution of physical variables
  • 15. Data-Driven, Personalised, Predictive, Preventive, Participatory Medicine (D2P4) Part II: Generating synthetic physical activity data How do we simulate plausible physical activity patterns and why? Main contributor: Dr. Jacek Cala, Sr. Research Associate
  • 16. Motivation From the EPSRC Healthcare Technologies Grand Challenges (*) “[Design] An intelligent 'companion' that is fully aware of an individual's healthcare history and experience, empowering them to self-manage their health and care by providing directly relevant feedback, information and advice.” (*) https://epsrc.ukri.org/research/ourportfolio/themes/healthcaretechnologies/strategy/grandchallenges/ Scoping this down… How do we design an AI agent that - Knows our (wellness, fitness, health) goals - Understands our current state through physical activity monitoring - Can suggest personalised interventions to achieve our goals Idea: Reinforcement learning
  • 17. Longitudinal and profile-specific data scarcity The Good: Annotated sensor data are widely available and useful to train an AI agent The Bad: Difficult to find / create protocols where: • Participants are followed for any length of time  no longitudinal dimension (months, years) • Responses to interventions can be observed • Activity traces are available for specific conditions, pathologies, patient groups...
  • 18. A little puppetry Approach: 1. Use 24x7 traces to: • Learn to generate new synthetic traces for a catalogue A1… An of activities • Model unfolding daily activity patterns 2. Simulate: Generate syntraces and combine them into controlled plausible daily patterns Limited to basic activity types - Sedentary, Light tasks, Moderate, Vigorous - Sleep Goal: to simulate a variety of physical activity patterns that unfold in time - Realistic - Useful in practice to boost existing training sets
  • 19. Learn: Generating synthetic activity traces (*) https://github.com/activityMonitoring/biobankAccelerometerAnalysis Training: - Traces: UK Biobank / 24x7 / 27 individuals - HAR: Oxford accelerometry analysis tool (*) - Traces broken down by (predicted) activity type - A separate model trained for each activity type - Notes: sleep excluded, traces trimmed to limit training times raw data (subject-1) preprocess 126-dimensional feature vectors classified activity trace classify split vectors by activity walking feature vectors sleep feature vectors moderate feature vectors ... train low-level sleep model train low-level moderate model train low-level walking model ... walking model moderate model sleep model ... raw data (subject-1) preprocess 126-dimensional feature vectors classified activity trace classify split vectors by activity walking feature vectors sleep feature vectors moderate feature vectors raw data (subject-1) preprocess 126-dimensional feature vectors classified activity trace classify split vectors by activity walking feature vectors sleep feature vectors moderate feature vectors ... Approach: Generative Neural Networks BasicGAN from Synthetic Data Vault: https://sdv.dev/
  • 20. Preliminary results Validation: Oxford activity classifier used as discriminator 186 synthetic traces • Walking activity easiest to simulate: 120 correctly classified • Moderate activity hardest (196) – only 4 correctly classified Problem: some of the correctly classified traces look unrealistic
  • 21. Model and simulate: whole-day activity profiles Goal: to realistically combine bouts of single activities into ”virtual days” Approach: parametric multi-state modelling • transition probability si  sj increases as more time spent in si Objective: Use real 24x7 sequences to learn: - Realistic lengths of each activity bouts - Activity transitions, eg walk  sit Selected traces of 24-hour synthetic activity profiles generated by the semi-Markov generalised gamma model (a), (b) show plausible traces; (c), (d) less realistic
  • 22. Summary and open research Part I: The role of physical activity monitoring to support Type II Diabetes studies - Single sensor, free-living, poor QC  weak and noisy signal - Good clustering of patients but signal inadequate for specific outcomes eg insuline sensitivity - Signal either stable over time or too noisy to track disease progression Next: multi-sensor monitoring Part II: Generating synthetic physical activity data - Plausible activity patterns Next: use syndata for training using reinforcement learning?
  • 23. Leveraged resources and Future plans New collaboration: - Physical activity monitoring to support a study on “long covid”-induced frailty. Consortium of 5 hospitals (Italy + Israel), about 300 patients. Funded by Gilead Potential collaborations: - Closed Loop Medicine, Digital Healthcare, Cambridge (through Prof. Catt) - Fully-funded CDT PhD studentship aligned with the project since its inception (Ben Lam) - New PhD student started October 2021 (Naif Alzahrani)
  • 24. Key outputs Publications: • Lam B, Catt M, Cassidy S, Bacardit J, Darke P, Butterfield S, Alshabrawy O, Trenell M, Missier P, Using Wearable Activity Trackers to Predict Type 2 Diabetes: Machine Learning–Based Cross-sectional Study of the UK Biobank Accelerometer Cohort -- JMIR Diabetes, Vol 6 no1. 19/3/2021:23364 • Ferrari D, Milic J, Tonelli R, Ghinelli F, Meschiari M, et al. (2020) Machine learning in predicting respiratory failure in patients with COVID-19 pneumonia—Challenges, strengths, and opportunities in a global health emergency. PLOS ONE 15(11): e0239172. https://doi.org/10.1371/journal.pone.0239172 Invited Presentations: - Data Science for (Health) Science: tales from a challenging front line, a talk given to the The School of Information Sciences, Center for Informatics Research in Science and Scholarship, University of Illinois Urbana-Champaign, USA (March 2021) - Digital markers from physical activity traces to support research into type 2 diabetes, Talk given to the IMI DIRECT consortium (April 2020) - Prediction & prevention of age-related diseases through Machine Learning, Talk given to Newcastle BRC/NIHR group (Jan 2020) - Exploring the role of digital and genetic biomarkers to learn personalized predictive models of metabolic diseases, Talk given at the Turing Health Programme workshop, Manchester March 2019

Editor's Notes

  1. Aims: 1. To understand the role {potential, limitations} of physical activity monitoring to support the detection of complex metabolic diseases (Type II Diabetes) 2. To investigate the potential of synthetic activity traces to address the scarcity of longitudinal activity datasets for research Clustering within the space Learning classifiers for specific clinical outcomes
  2. Aims: 1. To understand the role {potential, limitations} of physical activity monitoring to support the detection of complex metabolic diseases (Type II Diabetes) 2. To investigate the potential of synthetic activity traces to address the scarcity of longitudinal activity datasets for research Clustering within the space Learning classifiers for specific clinical outcomes
  3. Spectral clustering is a technique with roots in graph theory, where the approach is used to identify communities of nodes in a graph based on the edges connecting them. The method is flexible and allows us to cluster non graph data as well. Spectral clustering uses information from the eigenvalues (spectrum) of the Laplacian built from a graph representation of the data set. 
  4. Aims: 1. To understand the role {potential, limitations} of physical activity monitoring to support the detection of complex metabolic diseases (Type II Diabetes) 2. To investigate the potential of synthetic activity traces to address the scarcity of longitudinal activity datasets for research Clustering within the space Learning classifiers for specific clinical outcomes