LGJan 22, 2024

HgbNet: predicting hemoglobin level/anemia degree from EHR data

arXiv:2401.12002v13 citationsh-index: 29
Originality Incremental advance
AI Analysis

This work addresses anemia diagnosis, a prevalent medical condition, by providing a non-invasive and rapid prediction method using EHR data, which could improve healthcare for millions of affected individuals, though it appears incremental as it builds on existing EHR-based prediction approaches.

The paper tackled the problem of predicting hemoglobin levels and anemia degree from electronic health records (EHRs), which are irregular and contain missing values, by introducing HgbNet, a model that handles these issues with specialized layers and attention mechanisms, and it outperformed baselines across two real-world datasets and use cases.

Anemia is a prevalent medical condition that typically requires invasive blood tests for diagnosis and monitoring. Electronic health records (EHRs) have emerged as valuable data sources for numerous medical studies. EHR-based hemoglobin level/anemia degree prediction is non-invasive and rapid but still faces some challenges due to the fact that EHR data is typically an irregular multivariate time series containing a significant number of missing values and irregular time intervals. To address these issues, we introduce HgbNet, a machine learning-based prediction model that emulates clinicians' decision-making processes for hemoglobin level/anemia degree prediction. The model incorporates a NanDense layer with a missing indicator to handle missing values and employs attention mechanisms to account for both local irregularity and global irregularity. We evaluate the proposed method using two real-world datasets across two use cases. In our first use case, we predict hemoglobin level/anemia degree at moment T+1 by utilizing records from moments prior to T+1. In our second use case, we integrate all historical records with additional selected test results at moment T+1 to predict hemoglobin level/anemia degree at the same moment, T+1. HgbNet outperforms the best baseline results across all datasets and use cases. These findings demonstrate the feasibility of estimating hemoglobin levels and anemia degree from EHR data, positioning HgbNet as an effective non-invasive anemia diagnosis solution that could potentially enhance the quality of life for millions of affected individuals worldwide. To our knowledge, HgbNet is the first machine learning model leveraging EHR data for hemoglobin level/anemia degree prediction.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes