菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-11
📄 Abstract - Efficient Neural Architectures for Real-Time ECG Interpretation on Limited Hardware

Electrocardiogram (ECG) interpretation is essential for diagnosing a wide range of cardiac abnormalities. While deep learning has shown strong potential for automating ECG classification, many existing models rely on large, computationally intensive architectures that hinder practical deployment. In this paper, we present an empirical study of convolutional neural network (CNN) architectures, exploring tradeoffs between diagnostic accuracy and computational efficiency. We benchmark two established baselines: AttiaNet, a compact model composed of sequential temporal and spatial blocks, and DeepResidualCNN, the winning architecture of the 2021 PhysioNet/Computing in Cardiology Challenge. Building on these, we propose three lightweight models: (i) ParallelCNN, which employs dual temporal and spatial branches for parallel pattern extraction; (ii) ParallelCNNew, a variant with symmetric weight initialization for balanced feature learning; and (iii) SimpleNet, a streamlined architecture that jointly processes temporal and spatial dimensions. Our experiments span three publicly available 12-lead ECG datasets from Germany, China, and the United States, covering binary, multiclass, and multilabel classification tasks across diverse patient populations. We further evaluate the impact of integrating low-cost demographic metadata (age and sex) to improve performance with minimal overhead. To ensure fair comparison, we introduce a unified Efficiency Score that integrates model size, inference speed, memory usage, and AUC performance. By balancing diagnostic performance and efficiency, our models offer a scalable and viable foundation for next-generation AI systems in cardiovascular care.

顶级标签: medical model training model evaluation
详细标签: ecg interpretation convolutional neural network efficiency benchmark lightweight architecture multi-dataset evaluation 或 搜索:

面向有限硬件实时心电图解读的高效神经网络架构 / Efficient Neural Architectures for Real-Time ECG Interpretation on Limited Hardware


1️⃣ 一句话总结

本文通过设计三种轻量级卷积神经网络(包括并行分支和简化结构),在保证诊断精度的同时大幅降低计算开销,使AI心电图分析能在资源有限的硬件上实时运行,并引入统一效率评分来公平评估模型性能。

源自 arXiv: 2605.09848