BEAT-Net: Injecting Biomimetic Spatio-Temporal Priors for Interpretable ECG Classification
Runze Ma, Caizhi Liao
TL;DR
BEAT-Net addresses data inefficiency and opacity in ECG diagnosis by tokenizing signals into heartbeat units and applying a biomimetic, multi-encoder architecture. By explicitly separating local morphology, lead-specific spatial context, and rhythm, the method achieves competitive accuracy with a fraction of annotated data and offers interpretable attention aligned with clinical heuristics. Across PTB-XL, CPSC2018, and CSN, BEAT-Net matches dominant 1D-CNN baselines while demonstrating strong data efficiency (≈30–35% annotations) and improved interpretability, underscoring the value of biological priors in ECG analysis. Overall, this approach provides a scalable, efficient, and medically intelligible alternative to heavy pre-training for ECG classification.
Abstract
Although deep learning has advanced automated electrocardiogram (ECG) diagnosis, prevalent supervised methods typically treat recordings as undifferentiated one-dimensional (1D) signals or two-dimensional (2D) images. This formulation compels models to learn physiological structures implicitly, resulting in data inefficiency and opacity that diverge from medical reasoning. To address these limitations, we propose BEAT-Net, a Biomimetic ECG Analysis with Tokenization framework that reformulates the problem as a language modeling task. Utilizing a QRS tokenization strategy to transform continuous signals into biologically aligned heartbeat sequences, the architecture explicitly decomposes cardiac physiology through specialized encoders that extract local beat morphology while normalizing spatial lead perspectives and modeling temporal rhythm dependencies. Evaluations across three large-scale benchmarks demonstrate that BEAT-Net matches the diagnostic accuracy of dominant convolutional neural network (CNN) architectures while substantially improving robustness. The framework exhibits exceptional data efficiency, recovering fully supervised performance using only 30 to 35 percent of annotated data. Moreover, learned attention mechanisms provide inherent interpretability by spontaneously reproducing clinical heuristics, such as Lead II prioritization for rhythm analysis, without explicit supervision. These findings indicate that integrating biological priors offers a computationally efficient and interpretable alternative to data-intensive large-scale pre-training.
