SlideShare a Scribd company logo
Medical Informatics: Computational Analytics in Healthcare 
Liu Nan 
Department of Emergency Medicine 
Singapore General Hospital 
Division of Research 
Health Services Research & Biostatistics Unit 
Singapore General Hospital
Medical Informatics: What is it? 
• 
A discipline at the intersection of healthcare, information science, computer science, social science, and behavioural science, etc 
• 
Deals with the resources, devices, and methods required to optimize the acquisition, storage, retrieval, and use of information in health and biomedicine 
• 
Needs computing infrastructure, clinical guidelines, formal medical terminologies, and information and communication systems 
• 
Application areas include nursing, clinical care, dentistry, pharmacy, public health, physical therapy, etc 
2
Medical Informatics: Why Do We Need It? 
• 
Hospitals have moved from paper-based information management to electronic health record (EHR) system. This has enabled the retrieval of massive data (e.g. free text, image, video, audio, etc) 
• 
Computational modeling methods have been applied to a wide spectrum of applications such as big data analytics, information retrieval, robotics, bioinformatics, and medicine 
• 
Conventional statistical and mathematical methods continue to play important roles while new emerging technologies like machine learning and data mining have established their reputations in solving complex and difficult problems 
3
Medical Informatics: Research Areas 
• 
Clinical informatics: Evaluate and refine clinical processes; Develop, implement, and refine medical decision support systems 
• 
Public Health Informatics: Apply informatics in areas of public health, including surveillance, prevention, preparedness & health promotion 
• 
Translational Bioinformatics: Transform biomedical data and genomic data, into proactive, predictive, preventive, and participatory health 
• 
Other areas like bioimaging informatics, etc 
4
What is Machine Learning 
Machine Learning: The Core of Medical Informatics 
5
What is Machine Learning 
• 
Machine learning, a branch of artificial intelligence, concerns the construction and study of systems that can learn from data 
6 
An example of supervised 
learning: 2-class classification 
Class 1 
Class 2 
Decision boundary 
Testing sample
Popular Machine Learning Approaches 
• 
Decision tree learning 
• 
Artificial neural networks 
• 
Support vector machines 
• 
Clustering (unsupervised learning) 
• 
Bayesian networks 
• 
Representation learning (feature extraction) 
• 
Similarity and metric learning (data ranking) 
7
Machine Learning vs. Biostatistics 
8 
Pros 
• 
Machine learning is flexible; It provides a lot of options 
• 
Machine learning usually achieves better prediction performance Cons 
• 
Some machine learning approaches are black-box systems 
• 
Predictive variables may not be statistically significant Which one to choose? 
• 
Use traditional biostatistics for primary analysis 
• 
Use machine learning for secondary analysis 
• 
Both methods are complementary, not competing each other
What is Machine Learning 
Medical Informatics Example: Prediction of Major Adverse Cardiac Events (MACE) 
9
Background 
• 
Triage is the clinical process of rapidly screening large numbers of patients to assess severity and assign priority of treatment 
• 
Currently, triage is generally done by nurses and depends on traditional vital signs and other physiological parameters 
• 
Objective, fast and accurate risk stratification is important to quickly identify high risk patients in the Emergency Department (ED) 
10
Motivation & Objective 
11 
• 
Medical resources are limited. Numbers of doctors, nurses, medical facilities may not be sufficient for fluctuating demand 
• 
Traditional vital signs used in triage are not shown to correlate well with MACE 
• 
To explore the utility of new variables, e.g. heart rate variability (HRV) 
• 
To design state-of-the-art intelligent and statistical scoring methods for risk stratification in critically ill patients
Heart Rate Variability 
• 
HRV is the beat-to-beat variation in time interval between heart beats (RR interval) under control of autonomic nervous system 
• 
HRV has shown significant relationship between autonomic nervous system and cardiovascular mortality 
• 
We have previously shown that HRV outperforms vital signs in risk stratification and a combined use of both performs even better 
12
Study Design & Data Collection 
13 
Patient 
Acquire ECG signals 
Acquire vital signs, e.g. SpO2 
Process raw ECG signal and calculate HRV parameters 
Machine learning based scoring system 
Risk scores 
Collected data from previous patients: 
• 
HRV parameters 
• 
Vital signs 
• 
Outcomes
Preliminary Results 
14 
ML 
MEWS 
TIMI 
AUC 
0.813 
0.672 
0.621 
Sen. 
78.9% 
42.1% 
78.9% 
Spe. 
74.1% 
78.5% 
36.7% 
PPV 
9.6% 
6.4% 
4.2% 
NPV 
99.0% 
97.5% 
98.0% 
ML: Machine learning; MEWS: The modified early warning score; TIMI: Thrombolysis in myocardial infarction
News Report 
15
Technical Challenge: Data Imbalance 
16 
• 
Some medical datasets are imbalanced where majority class is over-presented (only 5% samples of our data meet clinical outcome) 
• 
Most machine learning techniques are not applicable with such bias dataset where majority class samples dominate decision making 
• 
Our solution is using ensemble learning methods to manipulate data to create several balanced subsets for risk model training 
• 
Data imbalance is common in real-world medical applications. Traditional statistical methods are usually not suitable
Technical Challenge: Variable Selection 
17 
• 
Redundant and irrelevant information may degrade prediction performance, thus variable selection methods are needed 
0 
50 
100 
150 
200 
250 
300 
350 
400 
450 
500 
Predictor Significance
Technical Challenges: System Design 
18 
• 
On the one hand, better prediction performance may require more inputs such as 12-lead ECG and vital signs, which make device big and complex 
• 
On the other hand, light-weight and easy-to-use are the most important features for devices in ED or at home 
• 
Need to find a trade-off between size and performance
What is Machine Learning 
Medical Informatics Example: 
Applications in 
Other Medical Specialties 
19
Pan-Asian Resuscitation Outcomes Study (PAROS) 
• 
PAROS is a research network (10+ countries) dedicated to Pre-hospital & Emergency Care (PEC) research 
• 
Out-of-Hospital Cardiac Arrest (OHCA) being one of the leading causes of death 
• 
Outcome prediction using machine learning may be useful for analyzing the effects of different resuscitation strategies 
• 
Good-quality interventions are needed 
20
Retinal Vascular Abnormalities and Risk of Hypertension 
• 
Image processing methods have been used to calculate clinical parameters 
• 
Machine learning can be applied to investigate the association between these parameters with the risk of hypertension 
21 
Cheung et al. Stroke. 2013;44:2402-2408
Other Ongoing Projects 
• 
Deriving predictors for traumatic brain injury among children (Paediatrics) 
• 
Identification of patients at risk of walking disability 6 months post total knee arthroplasty (Physiotherapy) 
• 
Derivation and validation of a predictive model for patients at risk of readmission (Family Medicine) 
• 
Natural language processing and its application on unstructured medical free text for knowledge discovery (General Surgery) 
• 
Others 
22
What is Machine Learning 
Medical Informatics is Important in Healthcare 
23
Summary 
24 
• 
The aim of medical informatics is to improve patient care 
• 
Machine learning is applicable in many different medical specialties: emergency medicine, eye, surgery, paediatrics, family medicine, allied health, etc 
• 
Machine learning is an alternative method for data analysis 
• 
Machine learning is complementary to statistical analysis 
• 
Machine learning is promising when you aim for filing a patent and/or building a start-up company for commercialization
What is Machine Learning 
Thank you! 
Liu Nan 
liu.nan@sgh.com.sg 
25

More Related Content

PPT
Pathology Informatics: Past, Present, and Future
PPTX
Medical Informatics
PDF
Introduction to Health Informatics and Health Information Technology (Part 1)...
PPTX
Medical Informatics
PPT
Health Informatics - The Big Picture
PPTX
The Impact Of Information Technology (IT) On The Healthcare Sector
PPTX
Deep-learning-or-health-informatics-recent-trends-and-future-directions By Ra...
PDF
Health IT - The Big Picture (Ramathibodi 7th Healthcare CIO)
Pathology Informatics: Past, Present, and Future
Medical Informatics
Introduction to Health Informatics and Health Information Technology (Part 1)...
Medical Informatics
Health Informatics - The Big Picture
The Impact Of Information Technology (IT) On The Healthcare Sector
Deep-learning-or-health-informatics-recent-trends-and-future-directions By Ra...
Health IT - The Big Picture (Ramathibodi 7th Healthcare CIO)

What's hot (19)

PDF
Overview of Health Informatics (Ramathibodi 7th Healthcare CIO)
PPTX
Health Informatics and Patient Safety
PPTX
Medical informatics
PDF
Overview of Health Informatics (July 2, 2015)
DOCX
information technology in healthcare
PDF
Introduction to Health Informatics and Health Information Technology (Part 2)...
PDF
Informatics in Emergency Medicine: A Brief Introduction (Paper)
PDF
Machine Learning and Prediction in Medicine
PPSX
Overview and introduction to health informatics and dental informatics
PDF
Implementation of Thailand’s First Prototype for Exchanging of Laboratory Res...
PDF
Development and Management of Information Systems in Healthcare
PPTX
Engaging Patients Electronically for Research and Education: Challenges and O...
PDF
Consumer Health Informatics, Mobile Health, and Social Media for Health: Part...
PDF
Leveraging Clinical IT for Dengue: Opportunities for Tomorrow (Abstract)
PDF
Health IT in Clinical Settings (Ramathibodi 7th Healthcare CIO)
PDF
Health Informatics for Clinical Research (November 25, 2021)
PPTX
Nursing informatics 2011
PDF
Overview of Health Informatics (October 2, 2016)
PDF
The Paths Toward Informatics Careers in the Post-HITECT Era
Overview of Health Informatics (Ramathibodi 7th Healthcare CIO)
Health Informatics and Patient Safety
Medical informatics
Overview of Health Informatics (July 2, 2015)
information technology in healthcare
Introduction to Health Informatics and Health Information Technology (Part 2)...
Informatics in Emergency Medicine: A Brief Introduction (Paper)
Machine Learning and Prediction in Medicine
Overview and introduction to health informatics and dental informatics
Implementation of Thailand’s First Prototype for Exchanging of Laboratory Res...
Development and Management of Information Systems in Healthcare
Engaging Patients Electronically for Research and Education: Challenges and O...
Consumer Health Informatics, Mobile Health, and Social Media for Health: Part...
Leveraging Clinical IT for Dengue: Opportunities for Tomorrow (Abstract)
Health IT in Clinical Settings (Ramathibodi 7th Healthcare CIO)
Health Informatics for Clinical Research (November 25, 2021)
Nursing informatics 2011
Overview of Health Informatics (October 2, 2016)
The Paths Toward Informatics Careers in the Post-HITECT Era
Ad

Viewers also liked (20)

PPS
Clinical Decision Support Systems - Sunil Nair Health Informatics Dalhousie U...
PDF
Panel at AMIA 2013 Conference on big data - The Exposome and the quantified s...
PDF
Research Papers Recommender based on Digital Repositories Metadata
PPTX
Data mining paper survey for Health Care Support System
PPT
Teaching with Google Books: research, copyright, and data mining
PDF
Preservaçao digital de tese e dissertaçoes
PPT
Research in data mining
PPTX
Social Targeting: Understanding Social Media Data Mining & Analysis
PPT
Google File System
PDF
Preprocessing of Academic Data for Mining Association Rule, Presentation @WAD...
PDF
Mining the Social Web to Analyze the Impact of Social Media on Socialization,...
PDF
Data day2017
PDF
From Rocket Science to Data Science
PDF
Big Data Analytics for Healthcare Decision Support- Operational and Clinical
PPTX
Clinical Trial Management Systems of next next decade
PDF
Using Machine Learning to Automate Clinical Pathways
PPTX
Malcolm Pradhan on Pathology in Clincial Decision Support and the role of Dee...
PPTX
Clinical Data Management: Strategies for unregulated data
PPTX
Clinical research and clinical data management - Ikya Global
PPTX
Oncology Big Data: A Mirage or Oasis of Clinical Value?
Clinical Decision Support Systems - Sunil Nair Health Informatics Dalhousie U...
Panel at AMIA 2013 Conference on big data - The Exposome and the quantified s...
Research Papers Recommender based on Digital Repositories Metadata
Data mining paper survey for Health Care Support System
Teaching with Google Books: research, copyright, and data mining
Preservaçao digital de tese e dissertaçoes
Research in data mining
Social Targeting: Understanding Social Media Data Mining & Analysis
Google File System
Preprocessing of Academic Data for Mining Association Rule, Presentation @WAD...
Mining the Social Web to Analyze the Impact of Social Media on Socialization,...
Data day2017
From Rocket Science to Data Science
Big Data Analytics for Healthcare Decision Support- Operational and Clinical
Clinical Trial Management Systems of next next decade
Using Machine Learning to Automate Clinical Pathways
Malcolm Pradhan on Pathology in Clincial Decision Support and the role of Dee...
Clinical Data Management: Strategies for unregulated data
Clinical research and clinical data management - Ikya Global
Oncology Big Data: A Mirage or Oasis of Clinical Value?
Ad

Similar to Medical Informatics: Computational Analytics in Healthcare (20)

PPTX
HEALTH PREDICTION ANALYSIS USING DATA MINING
PDF
Medical advice as a Recommender System
PDF
121213 bmi and emergency physician
PDF
“Detection of Diseases using Machine Learning”
PPTX
HealthCare Applications undertaken by ML.pptx
PDF
Machine Learning Applications in Healthcare | IABAC
PDF
HEALTH PREDICTION ANALYSIS USING DATA MINING
DOCX
Ajith M Jose_Report1.docx
PDF
PPT HEALTHCAREasaJSASAAsdadasdadsasadsd.pdf
PDF
Machine Learning and the Value of Health Technologies
PPTX
Electronic health records and machine learning
PDF
Overview of Health Informatics
PDF
Prof Mendel Singer Big Data Meets Public Health and Medicine 2018 12-22
PDF
Real-time Analytics for the Healthcare Industry: Arrythmia Detection- Impetus...
PPT
Heart Rate Monitoring Saves Lives of Premature Infants: Results of HeRO Clini...
PDF
Advanced Patient Monitoring System with Diseases Prediction System using Mach...
PDF
Virtual Expert -Disease Prediction Using Machine Learning
PDF
Predictions And Analytics In Healthcare: Advancements In Machine Learning
PDF
INTEGRATING MACHINE LEARNING IN CLINICAL DECISION SUPPORT SYSTEMS
PDF
INTEGRATING MACHINE LEARNING IN CLINICAL DECISION SUPPORT SYSTEMS
HEALTH PREDICTION ANALYSIS USING DATA MINING
Medical advice as a Recommender System
121213 bmi and emergency physician
“Detection of Diseases using Machine Learning”
HealthCare Applications undertaken by ML.pptx
Machine Learning Applications in Healthcare | IABAC
HEALTH PREDICTION ANALYSIS USING DATA MINING
Ajith M Jose_Report1.docx
PPT HEALTHCAREasaJSASAAsdadasdadsasadsd.pdf
Machine Learning and the Value of Health Technologies
Electronic health records and machine learning
Overview of Health Informatics
Prof Mendel Singer Big Data Meets Public Health and Medicine 2018 12-22
Real-time Analytics for the Healthcare Industry: Arrythmia Detection- Impetus...
Heart Rate Monitoring Saves Lives of Premature Infants: Results of HeRO Clini...
Advanced Patient Monitoring System with Diseases Prediction System using Mach...
Virtual Expert -Disease Prediction Using Machine Learning
Predictions And Analytics In Healthcare: Advancements In Machine Learning
INTEGRATING MACHINE LEARNING IN CLINICAL DECISION SUPPORT SYSTEMS
INTEGRATING MACHINE LEARNING IN CLINICAL DECISION SUPPORT SYSTEMS

More from NUS-ISS (20)

PDF
Designing Impactful Services and User Experience - Lim Wee Khee
PDF
Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen...
PDF
The Importance of Cybersecurity for Digital Transformation
PDF
Architecting CX Measurement Frameworks and Ensuring CX Metrics are fit for Pu...
PDF
Understanding GenAI/LLM and What is Google Offering - Felix Goh
PDF
Digital Product-Centric Enterprise and Enterprise Architecture - Tan Eng Tsze
PDF
Emerging & Future Technology - How to Prepare for the Next 10 Years of Radica...
PDF
Beyond the Hype: What Generative AI Means for the Future of Work - Damien Cum...
PDF
Supply Chain Security for Containerised Workloads - Lee Chuk Munn
PDF
Future of Learning - Yap Aye Wee.pdf
PDF
Future of Learning - Khoong Chan Meng
PPTX
Site Reliability Engineer (SRE), We Keep The Lights On 24/7
PDF
Product Management in The Trenches for a Cloud Service
PDF
Overview of Data and Analytics Essentials and Foundations
PDF
Predictive Analytics
PDF
Feature Engineering for IoT
PDF
Master of Technology in Software Engineering
PDF
Master of Technology in Enterprise Business Analytics
PDF
Diagnosing Complex Problems Using System Archetypes
PPTX
Satisfying the ‘-ilities’ of an Enterprise Cloud Service
Designing Impactful Services and User Experience - Lim Wee Khee
Upskilling the Evolving Workforce with Digital Fluency for Tomorrow's Challen...
The Importance of Cybersecurity for Digital Transformation
Architecting CX Measurement Frameworks and Ensuring CX Metrics are fit for Pu...
Understanding GenAI/LLM and What is Google Offering - Felix Goh
Digital Product-Centric Enterprise and Enterprise Architecture - Tan Eng Tsze
Emerging & Future Technology - How to Prepare for the Next 10 Years of Radica...
Beyond the Hype: What Generative AI Means for the Future of Work - Damien Cum...
Supply Chain Security for Containerised Workloads - Lee Chuk Munn
Future of Learning - Yap Aye Wee.pdf
Future of Learning - Khoong Chan Meng
Site Reliability Engineer (SRE), We Keep The Lights On 24/7
Product Management in The Trenches for a Cloud Service
Overview of Data and Analytics Essentials and Foundations
Predictive Analytics
Feature Engineering for IoT
Master of Technology in Software Engineering
Master of Technology in Enterprise Business Analytics
Diagnosing Complex Problems Using System Archetypes
Satisfying the ‘-ilities’ of an Enterprise Cloud Service

Recently uploaded (20)

PDF
NUTRITION THROUGHOUT THE LIFE CYCLE CHILDHOOD -AGEING
PPTX
Medical aspects of impairment including all the domains mentioned in ICF
PDF
Dermatology diseases Index August 2025.pdf
PPT
Recent advances in Diagnosis of Autoimmune Disorders
PPT
KULIAH UG WANITA Prof Endang 121110 (1).ppt
PPT
Adrenergic drugs (sympathomimetics ).ppt
PDF
2E-Learning-Together...PICS-PCISF con.pdf
PPTX
Rheumatic heart diseases with Type 2 Diabetes Mellitus
PPT
Pyramid Points Lab Values Power Point(11).ppt
PPTX
3. Adherance Complianace.pptx pharmacy pci
PDF
MINERAL & VITAMIN CHARTS fggfdtujhfd.pdf
PPTX
ABG advance Arterial Blood Gases Analysis
PDF
Priorities Critical Care Nursing 7th Edition by Urden Stacy Lough Test Bank.pdf
PPTX
Pulmonary Circulation PPT final for easy
PPTX
community services team project 2(4).pptx
PPTX
PE and Health 7 Quarter 3 Lesson 1 Day 3,4 and 5.pptx
PPTX
BLS, BCLS Module-A life saving procedure
PPTX
First Aid and Basic Life Support Training.pptx
PPTX
Current Treatment Of Heart Failure By Dr Masood Ahmed
PPTX
PEDIATRIC OSCE, MBBS, by Dr. Sangit Chhantyal(IOM)..pptx
NUTRITION THROUGHOUT THE LIFE CYCLE CHILDHOOD -AGEING
Medical aspects of impairment including all the domains mentioned in ICF
Dermatology diseases Index August 2025.pdf
Recent advances in Diagnosis of Autoimmune Disorders
KULIAH UG WANITA Prof Endang 121110 (1).ppt
Adrenergic drugs (sympathomimetics ).ppt
2E-Learning-Together...PICS-PCISF con.pdf
Rheumatic heart diseases with Type 2 Diabetes Mellitus
Pyramid Points Lab Values Power Point(11).ppt
3. Adherance Complianace.pptx pharmacy pci
MINERAL & VITAMIN CHARTS fggfdtujhfd.pdf
ABG advance Arterial Blood Gases Analysis
Priorities Critical Care Nursing 7th Edition by Urden Stacy Lough Test Bank.pdf
Pulmonary Circulation PPT final for easy
community services team project 2(4).pptx
PE and Health 7 Quarter 3 Lesson 1 Day 3,4 and 5.pptx
BLS, BCLS Module-A life saving procedure
First Aid and Basic Life Support Training.pptx
Current Treatment Of Heart Failure By Dr Masood Ahmed
PEDIATRIC OSCE, MBBS, by Dr. Sangit Chhantyal(IOM)..pptx

Medical Informatics: Computational Analytics in Healthcare

  • 1. Medical Informatics: Computational Analytics in Healthcare Liu Nan Department of Emergency Medicine Singapore General Hospital Division of Research Health Services Research & Biostatistics Unit Singapore General Hospital
  • 2. Medical Informatics: What is it? • A discipline at the intersection of healthcare, information science, computer science, social science, and behavioural science, etc • Deals with the resources, devices, and methods required to optimize the acquisition, storage, retrieval, and use of information in health and biomedicine • Needs computing infrastructure, clinical guidelines, formal medical terminologies, and information and communication systems • Application areas include nursing, clinical care, dentistry, pharmacy, public health, physical therapy, etc 2
  • 3. Medical Informatics: Why Do We Need It? • Hospitals have moved from paper-based information management to electronic health record (EHR) system. This has enabled the retrieval of massive data (e.g. free text, image, video, audio, etc) • Computational modeling methods have been applied to a wide spectrum of applications such as big data analytics, information retrieval, robotics, bioinformatics, and medicine • Conventional statistical and mathematical methods continue to play important roles while new emerging technologies like machine learning and data mining have established their reputations in solving complex and difficult problems 3
  • 4. Medical Informatics: Research Areas • Clinical informatics: Evaluate and refine clinical processes; Develop, implement, and refine medical decision support systems • Public Health Informatics: Apply informatics in areas of public health, including surveillance, prevention, preparedness & health promotion • Translational Bioinformatics: Transform biomedical data and genomic data, into proactive, predictive, preventive, and participatory health • Other areas like bioimaging informatics, etc 4
  • 5. What is Machine Learning Machine Learning: The Core of Medical Informatics 5
  • 6. What is Machine Learning • Machine learning, a branch of artificial intelligence, concerns the construction and study of systems that can learn from data 6 An example of supervised learning: 2-class classification Class 1 Class 2 Decision boundary Testing sample
  • 7. Popular Machine Learning Approaches • Decision tree learning • Artificial neural networks • Support vector machines • Clustering (unsupervised learning) • Bayesian networks • Representation learning (feature extraction) • Similarity and metric learning (data ranking) 7
  • 8. Machine Learning vs. Biostatistics 8 Pros • Machine learning is flexible; It provides a lot of options • Machine learning usually achieves better prediction performance Cons • Some machine learning approaches are black-box systems • Predictive variables may not be statistically significant Which one to choose? • Use traditional biostatistics for primary analysis • Use machine learning for secondary analysis • Both methods are complementary, not competing each other
  • 9. What is Machine Learning Medical Informatics Example: Prediction of Major Adverse Cardiac Events (MACE) 9
  • 10. Background • Triage is the clinical process of rapidly screening large numbers of patients to assess severity and assign priority of treatment • Currently, triage is generally done by nurses and depends on traditional vital signs and other physiological parameters • Objective, fast and accurate risk stratification is important to quickly identify high risk patients in the Emergency Department (ED) 10
  • 11. Motivation & Objective 11 • Medical resources are limited. Numbers of doctors, nurses, medical facilities may not be sufficient for fluctuating demand • Traditional vital signs used in triage are not shown to correlate well with MACE • To explore the utility of new variables, e.g. heart rate variability (HRV) • To design state-of-the-art intelligent and statistical scoring methods for risk stratification in critically ill patients
  • 12. Heart Rate Variability • HRV is the beat-to-beat variation in time interval between heart beats (RR interval) under control of autonomic nervous system • HRV has shown significant relationship between autonomic nervous system and cardiovascular mortality • We have previously shown that HRV outperforms vital signs in risk stratification and a combined use of both performs even better 12
  • 13. Study Design & Data Collection 13 Patient Acquire ECG signals Acquire vital signs, e.g. SpO2 Process raw ECG signal and calculate HRV parameters Machine learning based scoring system Risk scores Collected data from previous patients: • HRV parameters • Vital signs • Outcomes
  • 14. Preliminary Results 14 ML MEWS TIMI AUC 0.813 0.672 0.621 Sen. 78.9% 42.1% 78.9% Spe. 74.1% 78.5% 36.7% PPV 9.6% 6.4% 4.2% NPV 99.0% 97.5% 98.0% ML: Machine learning; MEWS: The modified early warning score; TIMI: Thrombolysis in myocardial infarction
  • 16. Technical Challenge: Data Imbalance 16 • Some medical datasets are imbalanced where majority class is over-presented (only 5% samples of our data meet clinical outcome) • Most machine learning techniques are not applicable with such bias dataset where majority class samples dominate decision making • Our solution is using ensemble learning methods to manipulate data to create several balanced subsets for risk model training • Data imbalance is common in real-world medical applications. Traditional statistical methods are usually not suitable
  • 17. Technical Challenge: Variable Selection 17 • Redundant and irrelevant information may degrade prediction performance, thus variable selection methods are needed 0 50 100 150 200 250 300 350 400 450 500 Predictor Significance
  • 18. Technical Challenges: System Design 18 • On the one hand, better prediction performance may require more inputs such as 12-lead ECG and vital signs, which make device big and complex • On the other hand, light-weight and easy-to-use are the most important features for devices in ED or at home • Need to find a trade-off between size and performance
  • 19. What is Machine Learning Medical Informatics Example: Applications in Other Medical Specialties 19
  • 20. Pan-Asian Resuscitation Outcomes Study (PAROS) • PAROS is a research network (10+ countries) dedicated to Pre-hospital & Emergency Care (PEC) research • Out-of-Hospital Cardiac Arrest (OHCA) being one of the leading causes of death • Outcome prediction using machine learning may be useful for analyzing the effects of different resuscitation strategies • Good-quality interventions are needed 20
  • 21. Retinal Vascular Abnormalities and Risk of Hypertension • Image processing methods have been used to calculate clinical parameters • Machine learning can be applied to investigate the association between these parameters with the risk of hypertension 21 Cheung et al. Stroke. 2013;44:2402-2408
  • 22. Other Ongoing Projects • Deriving predictors for traumatic brain injury among children (Paediatrics) • Identification of patients at risk of walking disability 6 months post total knee arthroplasty (Physiotherapy) • Derivation and validation of a predictive model for patients at risk of readmission (Family Medicine) • Natural language processing and its application on unstructured medical free text for knowledge discovery (General Surgery) • Others 22
  • 23. What is Machine Learning Medical Informatics is Important in Healthcare 23
  • 24. Summary 24 • The aim of medical informatics is to improve patient care • Machine learning is applicable in many different medical specialties: emergency medicine, eye, surgery, paediatrics, family medicine, allied health, etc • Machine learning is an alternative method for data analysis • Machine learning is complementary to statistical analysis • Machine learning is promising when you aim for filing a patent and/or building a start-up company for commercialization
  • 25. What is Machine Learning Thank you! Liu Nan liu.nan@sgh.com.sg 25