Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

NeuroHD-RA: Neural-distilled Hyperdimensional Model with Rhythm Alignment

Created by
  • Haebom

Author

ZhengXiao He, Jinghao Wen, Huayu Li, Siyuan Tian, Ao Li

Outline

In this paper, we present a novel interpretable framework for electrocardiogram (ECG)-based disease detection by combining HDC and learnable neural network encoding. Unlike conventional HDC methods that rely on static random projections, we introduce a rhythm-aware learnable encoding pipeline based on RR intervals, a physiological signal segmentation strategy that matches the cardiac cycle. The core of the HDC architecture is a neural distillation HDC architecture featuring a learnable RR-block encoder and a BinaryLinear high-dimensional projection layer, which jointly optimizes cross-entropy and proxy-based metric losses. This hybrid framework enables task-adaptive representation learning while maintaining the symbolic interpretability of HDC. Experimental results on Apnea-ECG and PTB-XL datasets show that it outperforms conventional HDC and classical machine learning baseline models, achieving a precision of 73.09% and an F1-score of 0.626 on Apnea-ECG, and similar robustness on PTB-XL. This framework provides an efficient, scalable, edge computing compatible ECG classification solution with strong potential for interpretable and personalized health monitoring.

Takeaways, Limitations

Takeaways:
A novel interpretable framework for electrocardiogram-based disease detection.
Demonstrated improved performance and robustness over existing HDC methods.
Providing efficient and scalable solutions suitable for edge computing environments.
Presenting the possibility of personalized health monitoring.
Limitations:
Only performance evaluations for specific datasets (Apnea-ECG, PTB-XL) are presented. Generalization performance to other datasets needs to be verified.
Lack of detailed description of the interpretability of the framework. Indicators for quantitatively assessing interpretability are needed.
Further studies are needed to determine applicability and safety in real clinical settings.
👍