HRVConformer: Neonatal Hypoxic-Ischemic Encephalopathy Classification from the Heart Rate signals

📅 2026-05-25
📈 Citations: 0
Influential: 0
📄 PDF

career value

202K/year
🤖 AI Summary
This study addresses the challenge of non-invasive, automated classification of neonatal hypoxic-ischemic encephalopathy (HIE) by proposing HRVConformer, an end-to-end hybrid convolutional-Transformer architecture that processes raw heart rate signals directly without manual feature engineering. The model integrates convolutional layers to capture local temporal patterns and a Transformer module to model long-range dependencies. High-quality heart rate sequences are derived using an enhanced Pan-Tompkins algorithm, and the network is trained jointly on weak labels and expert-annotated data. Evaluated on an independent test set, HRVConformer achieves an AUC of 83.23% and an accuracy of 74.56%, significantly outperforming baseline models including ResNet50, pure Transformer, and fully convolutional networks. This work represents the first successful application of a Convolution-Transformer architecture to HIE classification from heart rate signals.
📝 Abstract
This paper presents the HRVConformer, a novel deep learning architecture for the classification of hypoxic-ischemic encephalopathy (HIE) using the instantaneous heart rate (HR) signal. Unlike conventional approaches that rely on handcrafted features, HRVConformer directly processes raw HR signals in an end-to-end manner, capturing both local and long-range dependencies through a hybrid Convolution-Transformer framework. By integrating convolutional layers for local feature extraction and Transformer-based attention mechanisms for global context modelling, the architecture effectively enhances signal representation and classification performance. The model was trained using supervised learning on a large HR dataset consisting of 1,573 one-hour epochs, including 259 one-hour expert-annotated epochs and a substantial set of weakly labelled data. A 314-hour validation set provided a robust performance estimation, while an independent 215-hour dataset with expert annotations was reserved for final testing. HR signals were extracted from electrocardiogram (ECG) recordings using an improved Pan-Tompkins algorithm, which significantly enhanced both signal quality and data availability. Experimental results demonstrate that the HRVConformer achieves an AUC of 83.23\% and accuracy of 74.56\% on the test set. These results surpass the performance of the Transformer, ResNet50 and fully convolutional networks baselines, highlighting the advantages of integrating convolutional and Transformer-based components for HR-based HIE classification. The proposed method provides a promising step toward a more accurate and automated assessment of HIE using HR signals. The code is available at: https://github.com/syu-kylin/HRVConformer.
Problem

Research questions and friction points this paper is trying to address.

Hypoxic-Ischemic Encephalopathy
Heart Rate Signal
Neonatal
Classification
HRV
Innovation

Methods, ideas, or system contributions that make the work stand out.

Convolution-Transformer hybrid
end-to-end HR signal processing
hypoxic-ischemic encephalopathy classification
weakly supervised learning
improved Pan-Tompkins algorithm
🔎 Similar Papers
No similar papers found.