SlideShare a Scribd company logo
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

PPTX
Digital pathology and its importance as an omics data layer
PDF
Medical image analysis and big data evaluation infrastructures
PDF
CINECA webinar slides: Practically FAIR
PDF
Challenges in medical imaging and the VISCERAL model
PPTX
Presentación del nodo Valenciano en Bonn en el comité de Euro-BioImaging
PDF
Medical image analysis, retrieval and evaluation infrastructures
PDF
An Image Retrieval System for Digital Pathology
PPTX
Digital pathology and biobanks
Digital pathology and its importance as an omics data layer
Medical image analysis and big data evaluation infrastructures
CINECA webinar slides: Practically FAIR
Challenges in medical imaging and the VISCERAL model
Presentación del nodo Valenciano en Bonn en el comité de Euro-BioImaging
Medical image analysis, retrieval and evaluation infrastructures
An Image Retrieval System for Digital Pathology
Digital pathology and biobanks

What's hot (9)

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

Viewers also liked (8)

PPTX
Proactive care services based on mHealth
PPTX
eHealth - Investigación interdisciplinar en envejecimiento
DOCX
WHY MEDICAL TEACHERS NEED SKILLS?
PDF
Current trends in sterilisation of operation theatres
PPTX
EMERGING CHALLENGES IN DIAGNOSTIC MICROBIOLOGY (Overcoming with Newer Approac...
PPTX
DIAGNOSTIC VALUE of MEDICAL MICROBIOLOGY
PPTX
MRSA INFECTIONS basics, implications, and prevention
Proactive care services based on mHealth
eHealth - Investigación interdisciplinar en envejecimiento
WHY MEDICAL TEACHERS NEED SKILLS?
Current trends in sterilisation of operation theatres
EMERGING CHALLENGES IN DIAGNOSTIC MICROBIOLOGY (Overcoming with Newer Approac...
DIAGNOSTIC VALUE of MEDICAL MICROBIOLOGY
MRSA INFECTIONS basics, implications, and prevention
Ad

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

PDF
Machine Learning & Artificial Intelligence: Beyond Diagnosis
PDF
Day 1: Real-World Data Panel
PDF
A Data-centric perspective on Data-driven healthcare: a short overview
PPTX
Workshop Presentation on Application of Big Data in Scientometrics
PDF
AI for Neuroscience and Neuroscience for AI
PDF
Support Dementia: using wearable assistive technology and analysing real-time...
PPTX
G12_PPT_final.pptx
PPT
Smart health disease prediction python django
PDF
From Non-Intelligent to Intelligent Environments: a Computational and Ambient...
PDF
NURS FPX 6416 Assessment 3 Needs Assessment Meeting with Stakeholders .pdf
PDF
Krithara meetup may18_final (1)
PPTX
The current state of prediction in neuroimaging
PDF
A service improvement focused on frailty using an R&D approach, pop up uni, 3...
PPTX
Sensor Based Ambient Assisted Living
PDF
Deep learning and applications in non-cognitive domains II
PPT
Virtual Worlds And Real World
PDF
Alzheimer Disease Prediction using Machine Learning Algorithms
PPT
The Taverna Workflow Management Software Suite - Past, Present, Future
PPTX
Using The Hadoop Ecosystem to Drive Healthcare Innovation
PDF
Modelling clinical knowledge
Machine Learning & Artificial Intelligence: Beyond Diagnosis
Day 1: Real-World Data Panel
A Data-centric perspective on Data-driven healthcare: a short overview
Workshop Presentation on Application of Big Data in Scientometrics
AI for Neuroscience and Neuroscience for AI
Support Dementia: using wearable assistive technology and analysing real-time...
G12_PPT_final.pptx
Smart health disease prediction python django
From Non-Intelligent to Intelligent Environments: a Computational and Ambient...
NURS FPX 6416 Assessment 3 Needs Assessment Meeting with Stakeholders .pdf
Krithara meetup may18_final (1)
The current state of prediction in neuroimaging
A service improvement focused on frailty using an R&D approach, pop up uni, 3...
Sensor Based Ambient Assisted Living
Deep learning and applications in non-cognitive domains II
Virtual Worlds And Real World
Alzheimer Disease Prediction using Machine Learning Algorithms
The Taverna Workflow Management Software Suite - Past, Present, Future
Using The Hadoop Ecosystem to Drive Healthcare Innovation
Modelling clinical knowledge

Recently uploaded (20)

PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Approach and Philosophy of On baking technology
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
PPTX
A Presentation on Artificial Intelligence
PPTX
MYSQL Presentation for SQL database connectivity
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
MIND Revenue Release Quarter 2 2025 Press Release
NewMind AI Weekly Chronicles - August'25-Week II
Per capita expenditure prediction using model stacking based on satellite ima...
Encapsulation_ Review paper, used for researhc scholars
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Approach and Philosophy of On baking technology
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
20250228 LYD VKU AI Blended-Learning.pptx
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Chapter 3 Spatial Domain Image Processing.pdf
Advanced methodologies resolving dimensionality complications for autism neur...
Dropbox Q2 2025 Financial Results & Investor Presentation
Peak of Data & AI Encore- AI for Metadata and Smarter Workflows
A Presentation on Artificial Intelligence
MYSQL Presentation for SQL database connectivity
Review of recent advances in non-invasive hemoglobin estimation
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Digital-Transformation-Roadmap-for-Companies.pptx

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