Related Experiment Videos
An Edge-Cloud Collaborative ECG-Assisted Diagnostic System Leveraging Cross-Lead Knowledge Distillation and Large
Haohan Su1, Shuai Wang1, Hongxiao Wang1
1Information Engineering College, Capital Normal University, Beijing 100048, China.
Abstract:
Cardiovascular diseases impose a substantial global health burden and often require timely detection, creating strong demand for real-time electrocardiogram (ECG) monitoring on resource-constrained devices. Although portable single-lead wearable ECG devices are valuable for daily monitoring, their diagnostic performance is limited by spatial information loss and hardware constraints. Moreover, conventional lightweight models lack interpretable analysis beyond coarse classification. This study proposes an edge-cloud collaborative ECG-assisted analysis method combining lightweight ECG model distillation with large language models. At the algorithmic level, a cross-lead distillation framework transfers knowledge from a 12-lead InceptionTime-Transformer teacher to an ultra-lightweight single-lead student via a hybrid loss integrating hard-label, temperature-scaled soft-label, and auxiliary multi-label objectives. At the system level, a three-layer architecture integrates edge-side real-time screening with cloud-side report generation through a LoRA-fine-tuned Qwen3-8B model. Experiments on PTB-XL show that, under 123.7× parameter compression and 12-to-1 lead reduction, the student retains 92.8% of the teacher's Macro-F1 and 94.7% of its AUC-ROC. After 8-bit integer (INT8) quantization, the TFLite file is 20.8 KB; QEMU-based Cortex-M4 simulation shows approximately 63.0 KB SRAM usage and 11.6 ms latency, suggesting potential on-device deployment under simulated conditions. Validation on physical hardware-including power consumption, BLE latency, and motion artifacts-remains necessary.