SlideShare a Scribd company logo
1 of 16
Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu
“Information fusion and algorithm training framework”
1st International Workshop on Open Platforms in the
Field of Independent Living and Active Ageing
Alejandro Sánchez-Rico de las Heras
@alejandrosr
Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu
Information is everywhere
Ambient
Sensors
Wearable
devices
Cameras
3D
Zenith
Normal
Behaviour
data
Data Analysis
(Algorithms)
Clinical
data
Profile
Disease information
Family history
Medication
Laboratory analysis
Medical imaging
…
Analyzed
data
Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu
Multimodal Fusion
Behaviour
data
Clinical
data
Profile
Disease information
Family history
Medication
…
Multimodal Fusion
Algorithm
sensor
analysis
Health Monitoring
Data
Feedback
Professional feedback
Patient evolution
Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu
ICT4Life Integrated Care Project
This project has received funding from the European Union’s Horizon 2020
research and innovation programme under grant agreement Nº 690090.
@ICT4LifeEU
Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu
ICT4Life Overall Structure
This project has received funding from the European Union’s Horizon 2020
research and innovation programme under grant agreement Nº 690090.
@ICT4LifeEU
Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu
ICT4Life Setup
This project has received funding from the European Union’s Horizon 2020
research and innovation programme under grant agreement Nº 690090.
@ICT4LifeEU
Kinect
Binary
sensor
Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu
ICT4Life Framework
This project has received funding from the European Union’s Horizon 2020
research and innovation programme under grant agreement Nº 690090.
ICT4Life Open API on Multimodal Fusion
• Open framework for platform flexibility to accommodate various sensors and information channels.
• Ready-to-use algorithms for re-training in new environments.
• Flexibility in amount and type of modalities.
@ICT4LifeEU
Abnormal Behaviour
Detection of abnormal human activities
using extensive training through:
• Video analysis algorithms.
• Ambient assisting living.
• Skeleton track data
Multimodal Fusion
• Detected abnormal behaviours.
• Clinical Data (EHR)
• Interactions with social networks
and gamified interfaces.
Decision Support module
• Personalization of interfaces
• Support caregivers and professionals.
Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu
Abnormal Behaviour
Detection of abnormal activities
• Set of activities to detect: Apathy, Freezing, …
• Set of data for algorithm training.
– Sensor data capture (Normal and abnormal conditions)
– Professional data feedback.
Skeleton information
3D Cameras
Spatial information
Zenith Cameras
Bracelet data
Binary sensors data
Training
Algorithm
Execution
Feedback
Sensor data
Classification
Learn from errors
Multiple sensor information
Sensor Calibration
Common Axis and Time system.
Initial training data
Output
Normal data (x2)
Abnormal data
Activities
Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu
Abnormal Behaviour
Open API Framework strategy
• Objective:
– Provide tools for training on new activities
– Be able to adapt platform to new disease scenarios.
• Needs flexibility on:
– Set of monitored activities.
– Algorithm training data for new activities.
– Output description and representation. (E.g. type of output: count, time, …)
– Final user feedback for algorithm improvement in time.
– Sensor data acquisition.
• Functionality:
– Activity register (Basic data, output representation)
– Training data load (Normal and abnormal data)
• E.g. Image captures, 3D skeleton data, …
Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu
Abnormal Behaviour
Activity Register Training data load
CRUD OF NEW ACTIVITIES
CREATION, READ, UPDATE, DELETE
Activity structure
{
code: num,
name: Activity name,
Type: count / time / ...
Scenarios: Scenario Ids, where analysis apply
Output: {
title: Output title of activity,
description: Output description of activity
}
}
Activity identification (code).
Activity data:
• Image captures.
• 3D camera data.
• Other sensor data.
• Calibration data for multisensor.
User assessment.
• Situation identification.
Process of user validation & feedback.
Validation
Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu
Multimodal Fusion
Open API Framework strategy
• Objective:
– Increase data structure flexibility and scalability considered on fusion analysis.
– Be able to adapt platform to new disease scenarios.
• Needs flexibility on:
– Set of data structures and associated patient data.
– Multimodal fusion rules.
• Adapt current rules to consider new data.
• Register new rules.
– Output description and representation.
– Final user feedback and patient evolution data for fusion improvement.
• Functionality:
– Adherence-Impact on existing standards (LOINC, SNOMED CT)
– Patient data for analysis.
– Rules update and creation.
– Efficient and easy integration of experts feedback on patient analysis and progress.
Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu
Multimodal Fusion
Electronic Health Record
(Input and Output)
Fusion output
Decision support tools or
other modules
Health Monitoring
(sensors data)
Data Pre-
processing
Fusion
techniques
Feature
Extraction
New Patient Data
Abnormal Behaviour
Information
Previous algorithm results
EHR added
sets
Adapted fusion rules
Feedback
Professional user input
Patient evolution
New Data
structures
Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu
Multimodal Fusion using late fusion
Probabilistic framework, where each low-level sub-subsystem outputs a
probability measure for each type of results.
𝑃 𝑖
𝑎𝑝𝑎𝑡ℎ𝑦 = 𝑤 𝑎 ∗ 𝑃 𝐴𝐵𝐷
𝑎𝑝𝑎𝑡ℎ𝑦 + 𝑤ℎ ∗ 𝑃 𝐻𝑀
𝑎𝑝𝑎𝑡ℎ𝑦 + 𝑤𝑒 ∗ 𝑃 𝐸𝐻𝑅
𝑎𝑝𝑎𝑡ℎ𝑦 + wn * PN( 𝑎𝑝𝑎𝑡ℎ𝑦)
Patient unique identifier
weights associated with each modality, based on knowledge or
learnt during training.
i
wa , wh
we, wn
*
Rule Creation and Adaptation
• Rule adaptation
• Weights matrix for data modalities.
• Probabilistic results on new data structures.
• Listener probabilistic functions.
• Rule creation / New infers results
• Add probabilistic functions for each data modality needed.
Fusion of each module output
(classification results)
Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu
Multimodal Fusion and standards
Data Structure Integration strategy
• Common terminology understanding.
• Integration with current data structures.
• Facilitate interoperability.
Data structure definition
• Data structure tree.
• Internal code.
• LOINC code match. (if possible)
• SNOMED on observation values. (if possible)
• E.g. HL7 ORU messages.
Data Observation Functionality
• Patient identifier.
• Data associated to previous registered structure.
• LOINC codes / Internal codes
• SNOMED CT Values / Internal values
• Time association if needed.
• To support fusion of coherent data.
Standards on health data terminology
Clinical terminology
Diseases.
Clinical findings.
Procedures.
Universal codes to identify
Tests
Observations
Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu
Development Community
ICT4Life targets to create a community for interested developers and
researchers in ICT and Health.
– Platform integration with other monitoring needs.
– Collaboration with other initiatives.
– Share integration ideas.
– ICT4Life in the crossroads of ICT, Medicine, Psychology.
This project has received funding from the European Union’s Horizon 2020
research and innovation programme under grant agreement Nº 690090.
@ICT4LifeEU
Stay tuned
@ICT4LifeEU
www.ict4life.eu
info@ict4life.eu
Visit our website, join our newsletter and RRSS.
Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu
Thank you!
Alejandro Sánchez-Rico de las Heras
@alejandrosr

More Related Content

What's hot

BIMCV: The Perfect "Big Data" Storm.
BIMCV: The Perfect "Big Data" Storm. BIMCV: The Perfect "Big Data" Storm.
BIMCV: The Perfect "Big Data" Storm. maigva
 
Digital Pathology at John Hopkins
Digital Pathology at John HopkinsDigital Pathology at John Hopkins
Digital Pathology at John HopkinsWilliam Baird
 
Bimcv labman eu-bi
Bimcv labman eu-biBimcv labman eu-bi
Bimcv labman eu-bimaigva
 
A Biomedical Information Retrieval System based on Clustering for Mobile Dev...
A Biomedical Information Retrieval System  based on Clustering for Mobile Dev...A Biomedical Information Retrieval System  based on Clustering for Mobile Dev...
A Biomedical Information Retrieval System based on Clustering for Mobile Dev...Manuel de la Villa
 
Personalizing medical treatments based on ambient information: towards intero...
Personalizing medical treatments based on ambient information: towards intero...Personalizing medical treatments based on ambient information: towards intero...
Personalizing medical treatments based on ambient information: towards intero...Rémi Bastide
 
EMIF_tranSMART meeting Paris_7 November 2013
EMIF_tranSMART meeting Paris_7 November 2013EMIF_tranSMART meeting Paris_7 November 2013
EMIF_tranSMART meeting Paris_7 November 2013IMI-EMIF
 
Enabling Clinical Data Reuse with openEHR Data Warehouse Environments
Enabling Clinical Data Reuse with openEHR Data Warehouse EnvironmentsEnabling Clinical Data Reuse with openEHR Data Warehouse Environments
Enabling Clinical Data Reuse with openEHR Data Warehouse EnvironmentsLuis Marco Ruiz
 
The XNAT imaging informatics platform
The XNAT imaging informatics platformThe XNAT imaging informatics platform
The XNAT imaging informatics platformimgcommcall
 

What's hot (9)

BIMCV: The Perfect "Big Data" Storm.
BIMCV: The Perfect "Big Data" Storm. BIMCV: The Perfect "Big Data" Storm.
BIMCV: The Perfect "Big Data" Storm.
 
Digital Pathology at John Hopkins
Digital Pathology at John HopkinsDigital Pathology at John Hopkins
Digital Pathology at John Hopkins
 
Bimcv labman eu-bi
Bimcv labman eu-biBimcv labman eu-bi
Bimcv labman eu-bi
 
A Biomedical Information Retrieval System based on Clustering for Mobile Dev...
A Biomedical Information Retrieval System  based on Clustering for Mobile Dev...A Biomedical Information Retrieval System  based on Clustering for Mobile Dev...
A Biomedical Information Retrieval System based on Clustering for Mobile Dev...
 
8 2interoperability day_open_ehr_case_tieto
8 2interoperability day_open_ehr_case_tieto8 2interoperability day_open_ehr_case_tieto
8 2interoperability day_open_ehr_case_tieto
 
Personalizing medical treatments based on ambient information: towards intero...
Personalizing medical treatments based on ambient information: towards intero...Personalizing medical treatments based on ambient information: towards intero...
Personalizing medical treatments based on ambient information: towards intero...
 
EMIF_tranSMART meeting Paris_7 November 2013
EMIF_tranSMART meeting Paris_7 November 2013EMIF_tranSMART meeting Paris_7 November 2013
EMIF_tranSMART meeting Paris_7 November 2013
 
Enabling Clinical Data Reuse with openEHR Data Warehouse Environments
Enabling Clinical Data Reuse with openEHR Data Warehouse EnvironmentsEnabling Clinical Data Reuse with openEHR Data Warehouse Environments
Enabling Clinical Data Reuse with openEHR Data Warehouse Environments
 
The XNAT imaging informatics platform
The XNAT imaging informatics platformThe XNAT imaging informatics platform
The XNAT imaging informatics platform
 

Viewers also liked (8)

Proactive care services based on mHealth
Proactive care services based on mHealthProactive care services based on mHealth
Proactive care services based on mHealth
 
eHealth - Investigación interdisciplinar en envejecimiento
eHealth - Investigación interdisciplinar en envejecimientoeHealth - Investigación interdisciplinar en envejecimiento
eHealth - Investigación interdisciplinar en envejecimiento
 
WHY MEDICAL TEACHERS NEED SKILLS?
WHY MEDICAL TEACHERS NEED SKILLS?   WHY MEDICAL TEACHERS NEED SKILLS?
WHY MEDICAL TEACHERS NEED SKILLS?
 
Current trends in sterilisation of operation theatres
Current trends in sterilisation of operation theatresCurrent trends in sterilisation of operation theatres
Current trends in sterilisation of operation theatres
 
Screening for MRSA
Screening for MRSAScreening for MRSA
Screening for MRSA
 
EMERGING CHALLENGES IN DIAGNOSTIC MICROBIOLOGY (Overcoming with Newer Approac...
EMERGING CHALLENGES IN DIAGNOSTIC MICROBIOLOGY(Overcoming with Newer Approac...EMERGING CHALLENGES IN DIAGNOSTIC MICROBIOLOGY(Overcoming with Newer Approac...
EMERGING CHALLENGES IN DIAGNOSTIC MICROBIOLOGY (Overcoming with Newer Approac...
 
DIAGNOSTIC VALUE of MEDICAL MICROBIOLOGY
DIAGNOSTIC VALUE of  MEDICAL MICROBIOLOGYDIAGNOSTIC VALUE of  MEDICAL MICROBIOLOGY
DIAGNOSTIC VALUE of MEDICAL MICROBIOLOGY
 
MRSA INFECTIONS basics, implications, and prevention
MRSA INFECTIONSbasics, implications, and preventionMRSA INFECTIONSbasics, implications, and prevention
MRSA INFECTIONS basics, implications, and prevention
 

Similar to ICT4Life objective on information fusion and algorithm training

OSGi Service Platform in Healthcare Service Delivery and Management - Stan Mo...
OSGi Service Platform in Healthcare Service Delivery and Management - Stan Mo...OSGi Service Platform in Healthcare Service Delivery and Management - Stan Mo...
OSGi Service Platform in Healthcare Service Delivery and Management - Stan Mo...mfrancis
 
The need for interoperability in blockchain-based initiatives to facilitate c...
The need for interoperability in blockchain-based initiatives to facilitate c...The need for interoperability in blockchain-based initiatives to facilitate c...
The need for interoperability in blockchain-based initiatives to facilitate c...Massimiliano Masi
 
Social Networks and Collaborative Platforms for Data Sharing in Radiology
Social Networks and Collaborative Platforms for Data Sharing in RadiologySocial Networks and Collaborative Platforms for Data Sharing in Radiology
Social Networks and Collaborative Platforms for Data Sharing in RadiologyErik R. Ranschaert, MD, PhD
 
Pharma data analytics
Pharma data analyticsPharma data analytics
Pharma data analyticsAxon Lawyers
 
Machine Learning in Modern Medicine with Erin LeDell at Stanford Med
Machine Learning in Modern Medicine with Erin LeDell at Stanford MedMachine Learning in Modern Medicine with Erin LeDell at Stanford Med
Machine Learning in Modern Medicine with Erin LeDell at Stanford MedSri Ambati
 
Machine learning and Internet of Things, the future of medical prevention
Machine learning and Internet of Things, the future of medical preventionMachine learning and Internet of Things, the future of medical prevention
Machine learning and Internet of Things, the future of medical preventionPierre Gutierrez
 
OpenStack in Action 4! Susheel Varma - VPH-Share: Patient-Centred Multi-scale...
OpenStack in Action 4! Susheel Varma - VPH-Share: Patient-Centred Multi-scale...OpenStack in Action 4! Susheel Varma - VPH-Share: Patient-Centred Multi-scale...
OpenStack in Action 4! Susheel Varma - VPH-Share: Patient-Centred Multi-scale...eNovance
 
eTRIKS at Pharma IT 2017, London
eTRIKS at Pharma IT 2017, LondoneTRIKS at Pharma IT 2017, London
eTRIKS at Pharma IT 2017, LondonPaul Agapow
 
Eng-full corporate profile v2 2017
Eng-full corporate profile v2 2017Eng-full corporate profile v2 2017
Eng-full corporate profile v2 2017IntegraIT
 
Data is the new oil: Big data, data mining and bio - inspiring techniques
Data is the new oil: Big data, data mining and bio - inspiring techniquesData is the new oil: Big data, data mining and bio - inspiring techniques
Data is the new oil: Big data, data mining and bio - inspiring techniquesAboul Ella Hassanien
 
Data are the new oil: Big data, data mining and bio - inspiring techniques
Data are the new oil: Big data, data mining and bio - inspiring techniquesData are the new oil: Big data, data mining and bio - inspiring techniques
Data are the new oil: Big data, data mining and bio - inspiring techniquesAboul Ella Hassanien
 
Lowlesh N Yadav-Paper ID 208 - Copy.pptx
Lowlesh N Yadav-Paper ID 208 - Copy.pptxLowlesh N Yadav-Paper ID 208 - Copy.pptx
Lowlesh N Yadav-Paper ID 208 - Copy.pptxlowlesh1
 
Sensor Based Ambient Assisted Living
Sensor Based Ambient Assisted LivingSensor Based Ambient Assisted Living
Sensor Based Ambient Assisted LivingYiannis Kompatsiaris
 
KTH SmarTS Lab - An Introduction to our Research Group and Activities
KTH SmarTS Lab - An Introduction to our Research Group and ActivitiesKTH SmarTS Lab - An Introduction to our Research Group and Activities
KTH SmarTS Lab - An Introduction to our Research Group and ActivitiesLuigi Vanfretti
 
The Ascent of Open Science and the European Open Science Cloud
The Ascent of Open Science and the European Open Science CloudThe Ascent of Open Science and the European Open Science Cloud
The Ascent of Open Science and the European Open Science CloudTiziana Ferrari
 
1st eStandards conference: next steps for standardization in large scale eHea...
1st eStandards conference: next steps for standardization in large scale eHea...1st eStandards conference: next steps for standardization in large scale eHea...
1st eStandards conference: next steps for standardization in large scale eHea...chronaki
 
Science Gateway Canvas
Science Gateway CanvasScience Gateway Canvas
Science Gateway CanvasShayan Shahand
 
ACC-2012, Bangalore, India, 28 July, 2012
ACC-2012, Bangalore, India, 28 July, 2012ACC-2012, Bangalore, India, 28 July, 2012
ACC-2012, Bangalore, India, 28 July, 2012Charith Perera
 
Furore devdays 2017- continua implementing fhir
Furore devdays 2017- continua implementing fhirFurore devdays 2017- continua implementing fhir
Furore devdays 2017- continua implementing fhirDevDays
 

Similar to ICT4Life objective on information fusion and algorithm training (20)

OSGi Service Platform in Healthcare Service Delivery and Management - Stan Mo...
OSGi Service Platform in Healthcare Service Delivery and Management - Stan Mo...OSGi Service Platform in Healthcare Service Delivery and Management - Stan Mo...
OSGi Service Platform in Healthcare Service Delivery and Management - Stan Mo...
 
The need for interoperability in blockchain-based initiatives to facilitate c...
The need for interoperability in blockchain-based initiatives to facilitate c...The need for interoperability in blockchain-based initiatives to facilitate c...
The need for interoperability in blockchain-based initiatives to facilitate c...
 
Social Networks and Collaborative Platforms for Data Sharing in Radiology
Social Networks and Collaborative Platforms for Data Sharing in RadiologySocial Networks and Collaborative Platforms for Data Sharing in Radiology
Social Networks and Collaborative Platforms for Data Sharing in Radiology
 
Pharma data analytics
Pharma data analyticsPharma data analytics
Pharma data analytics
 
Randy Goebel for the KIEF 2018. FROM DATA TO ECONOMIC VALUE
Randy Goebel for the KIEF 2018. FROM DATA TO ECONOMIC VALUERandy Goebel for the KIEF 2018. FROM DATA TO ECONOMIC VALUE
Randy Goebel for the KIEF 2018. FROM DATA TO ECONOMIC VALUE
 
Machine Learning in Modern Medicine with Erin LeDell at Stanford Med
Machine Learning in Modern Medicine with Erin LeDell at Stanford MedMachine Learning in Modern Medicine with Erin LeDell at Stanford Med
Machine Learning in Modern Medicine with Erin LeDell at Stanford Med
 
Machine learning and Internet of Things, the future of medical prevention
Machine learning and Internet of Things, the future of medical preventionMachine learning and Internet of Things, the future of medical prevention
Machine learning and Internet of Things, the future of medical prevention
 
OpenStack in Action 4! Susheel Varma - VPH-Share: Patient-Centred Multi-scale...
OpenStack in Action 4! Susheel Varma - VPH-Share: Patient-Centred Multi-scale...OpenStack in Action 4! Susheel Varma - VPH-Share: Patient-Centred Multi-scale...
OpenStack in Action 4! Susheel Varma - VPH-Share: Patient-Centred Multi-scale...
 
eTRIKS at Pharma IT 2017, London
eTRIKS at Pharma IT 2017, LondoneTRIKS at Pharma IT 2017, London
eTRIKS at Pharma IT 2017, London
 
Eng-full corporate profile v2 2017
Eng-full corporate profile v2 2017Eng-full corporate profile v2 2017
Eng-full corporate profile v2 2017
 
Data is the new oil: Big data, data mining and bio - inspiring techniques
Data is the new oil: Big data, data mining and bio - inspiring techniquesData is the new oil: Big data, data mining and bio - inspiring techniques
Data is the new oil: Big data, data mining and bio - inspiring techniques
 
Data are the new oil: Big data, data mining and bio - inspiring techniques
Data are the new oil: Big data, data mining and bio - inspiring techniquesData are the new oil: Big data, data mining and bio - inspiring techniques
Data are the new oil: Big data, data mining and bio - inspiring techniques
 
Lowlesh N Yadav-Paper ID 208 - Copy.pptx
Lowlesh N Yadav-Paper ID 208 - Copy.pptxLowlesh N Yadav-Paper ID 208 - Copy.pptx
Lowlesh N Yadav-Paper ID 208 - Copy.pptx
 
Sensor Based Ambient Assisted Living
Sensor Based Ambient Assisted LivingSensor Based Ambient Assisted Living
Sensor Based Ambient Assisted Living
 
KTH SmarTS Lab - An Introduction to our Research Group and Activities
KTH SmarTS Lab - An Introduction to our Research Group and ActivitiesKTH SmarTS Lab - An Introduction to our Research Group and Activities
KTH SmarTS Lab - An Introduction to our Research Group and Activities
 
The Ascent of Open Science and the European Open Science Cloud
The Ascent of Open Science and the European Open Science CloudThe Ascent of Open Science and the European Open Science Cloud
The Ascent of Open Science and the European Open Science Cloud
 
1st eStandards conference: next steps for standardization in large scale eHea...
1st eStandards conference: next steps for standardization in large scale eHea...1st eStandards conference: next steps for standardization in large scale eHea...
1st eStandards conference: next steps for standardization in large scale eHea...
 
Science Gateway Canvas
Science Gateway CanvasScience Gateway Canvas
Science Gateway Canvas
 
ACC-2012, Bangalore, India, 28 July, 2012
ACC-2012, Bangalore, India, 28 July, 2012ACC-2012, Bangalore, India, 28 July, 2012
ACC-2012, Bangalore, India, 28 July, 2012
 
Furore devdays 2017- continua implementing fhir
Furore devdays 2017- continua implementing fhirFurore devdays 2017- continua implementing fhir
Furore devdays 2017- continua implementing fhir
 

Recently uploaded

Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
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
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
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
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024Scott Keck-Warren
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
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
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksSoftradix Technologies
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 

Recently uploaded (20)

Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
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
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
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
 
SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024SQL Database Design For Developers at php[tek] 2024
SQL Database Design For Developers at php[tek] 2024
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
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)
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
Benefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other FrameworksBenefits Of Flutter Compared To Other Frameworks
Benefits Of Flutter Compared To Other Frameworks
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 

ICT4Life objective on information fusion and algorithm training

  • 1. Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu “Information fusion and algorithm training framework” 1st International Workshop on Open Platforms in the Field of Independent Living and Active Ageing Alejandro Sánchez-Rico de las Heras @alejandrosr
  • 2. Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu Information is everywhere Ambient Sensors Wearable devices Cameras 3D Zenith Normal Behaviour data Data Analysis (Algorithms) Clinical data Profile Disease information Family history Medication Laboratory analysis Medical imaging … Analyzed data
  • 3. Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu Multimodal Fusion Behaviour data Clinical data Profile Disease information Family history Medication … Multimodal Fusion Algorithm sensor analysis Health Monitoring Data Feedback Professional feedback Patient evolution
  • 4. Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu ICT4Life Integrated Care Project This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement Nº 690090. @ICT4LifeEU
  • 5. Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu ICT4Life Overall Structure This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement Nº 690090. @ICT4LifeEU
  • 6. Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu ICT4Life Setup This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement Nº 690090. @ICT4LifeEU Kinect Binary sensor
  • 7. Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu ICT4Life Framework This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement Nº 690090. ICT4Life Open API on Multimodal Fusion • Open framework for platform flexibility to accommodate various sensors and information channels. • Ready-to-use algorithms for re-training in new environments. • Flexibility in amount and type of modalities. @ICT4LifeEU Abnormal Behaviour Detection of abnormal human activities using extensive training through: • Video analysis algorithms. • Ambient assisting living. • Skeleton track data Multimodal Fusion • Detected abnormal behaviours. • Clinical Data (EHR) • Interactions with social networks and gamified interfaces. Decision Support module • Personalization of interfaces • Support caregivers and professionals.
  • 8. Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu Abnormal Behaviour Detection of abnormal activities • Set of activities to detect: Apathy, Freezing, … • Set of data for algorithm training. – Sensor data capture (Normal and abnormal conditions) – Professional data feedback. Skeleton information 3D Cameras Spatial information Zenith Cameras Bracelet data Binary sensors data Training Algorithm Execution Feedback Sensor data Classification Learn from errors Multiple sensor information Sensor Calibration Common Axis and Time system. Initial training data Output Normal data (x2) Abnormal data Activities
  • 9. Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu Abnormal Behaviour Open API Framework strategy • Objective: – Provide tools for training on new activities – Be able to adapt platform to new disease scenarios. • Needs flexibility on: – Set of monitored activities. – Algorithm training data for new activities. – Output description and representation. (E.g. type of output: count, time, …) – Final user feedback for algorithm improvement in time. – Sensor data acquisition. • Functionality: – Activity register (Basic data, output representation) – Training data load (Normal and abnormal data) • E.g. Image captures, 3D skeleton data, …
  • 10. Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu Abnormal Behaviour Activity Register Training data load CRUD OF NEW ACTIVITIES CREATION, READ, UPDATE, DELETE Activity structure { code: num, name: Activity name, Type: count / time / ... Scenarios: Scenario Ids, where analysis apply Output: { title: Output title of activity, description: Output description of activity } } Activity identification (code). Activity data: • Image captures. • 3D camera data. • Other sensor data. • Calibration data for multisensor. User assessment. • Situation identification. Process of user validation & feedback. Validation
  • 11. Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu Multimodal Fusion Open API Framework strategy • Objective: – Increase data structure flexibility and scalability considered on fusion analysis. – Be able to adapt platform to new disease scenarios. • Needs flexibility on: – Set of data structures and associated patient data. – Multimodal fusion rules. • Adapt current rules to consider new data. • Register new rules. – Output description and representation. – Final user feedback and patient evolution data for fusion improvement. • Functionality: – Adherence-Impact on existing standards (LOINC, SNOMED CT) – Patient data for analysis. – Rules update and creation. – Efficient and easy integration of experts feedback on patient analysis and progress.
  • 12. Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu Multimodal Fusion Electronic Health Record (Input and Output) Fusion output Decision support tools or other modules Health Monitoring (sensors data) Data Pre- processing Fusion techniques Feature Extraction New Patient Data Abnormal Behaviour Information Previous algorithm results EHR added sets Adapted fusion rules Feedback Professional user input Patient evolution New Data structures
  • 13. Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu Multimodal Fusion using late fusion Probabilistic framework, where each low-level sub-subsystem outputs a probability measure for each type of results. 𝑃 𝑖 𝑎𝑝𝑎𝑡ℎ𝑦 = 𝑤 𝑎 ∗ 𝑃 𝐴𝐵𝐷 𝑎𝑝𝑎𝑡ℎ𝑦 + 𝑤ℎ ∗ 𝑃 𝐻𝑀 𝑎𝑝𝑎𝑡ℎ𝑦 + 𝑤𝑒 ∗ 𝑃 𝐸𝐻𝑅 𝑎𝑝𝑎𝑡ℎ𝑦 + wn * PN( 𝑎𝑝𝑎𝑡ℎ𝑦) Patient unique identifier weights associated with each modality, based on knowledge or learnt during training. i wa , wh we, wn * Rule Creation and Adaptation • Rule adaptation • Weights matrix for data modalities. • Probabilistic results on new data structures. • Listener probabilistic functions. • Rule creation / New infers results • Add probabilistic functions for each data modality needed. Fusion of each module output (classification results)
  • 14. Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu Multimodal Fusion and standards Data Structure Integration strategy • Common terminology understanding. • Integration with current data structures. • Facilitate interoperability. Data structure definition • Data structure tree. • Internal code. • LOINC code match. (if possible) • SNOMED on observation values. (if possible) • E.g. HL7 ORU messages. Data Observation Functionality • Patient identifier. • Data associated to previous registered structure. • LOINC codes / Internal codes • SNOMED CT Values / Internal values • Time association if needed. • To support fusion of coherent data. Standards on health data terminology Clinical terminology Diseases. Clinical findings. Procedures. Universal codes to identify Tests Observations
  • 15. Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu Development Community ICT4Life targets to create a community for interested developers and researchers in ICT and Health. – Platform integration with other monitoring needs. – Collaboration with other initiatives. – Share integration ideas. – ICT4Life in the crossroads of ICT, Medicine, Psychology. This project has received funding from the European Union’s Horizon 2020 research and innovation programme under grant agreement Nº 690090. @ICT4LifeEU Stay tuned @ICT4LifeEU www.ict4life.eu info@ict4life.eu Visit our website, join our newsletter and RRSS.
  • 16. Workshop on Open Platforms in the Field of Independent Living and Active Ageing | www.alfred.eu Thank you! Alejandro Sánchez-Rico de las Heras @alejandrosr