paper-with-me

홈 › Papers

Masked Transformer for Electrocardiogram Classification

2023-08-31 · Ya Zhou, Xiaolin Diao, Yanni Huo, Yang Liu, Xiaohan Fan, Wei Zhao

Electrocardiogram (ECG) is one of the most important diagnostic tools in clinical applications. With the advent of advanced algorithms, various deep learning models have been adopted for ECG tasks. However, the potential of Transformer for ECG data has not been fully realized, despite their widespread success in computer vision and natural language processing. In this work, we present Masked Transformer for ECG classification (MTECG), a simple yet effective method which significantly outperforms recent state-of-the-art algorithms in ECG classification. Our approach adapts the image-based masked autoencoders to self-supervised representation learning from ECG time series. We utilize a lightweight Transformer for the encoder and a 1-layer Transformer for the decoder. The ECG signal is split into a sequence of non-overlapping segments along the time dimension, and learnable positional embeddings are added to preserve the sequential information. We construct the Fuwai dataset comprising 220,251 ECG recordings with a broad range of diagnoses, annotated by medical experts, to explore the potential of Transformer. A strong pre-training and fine-tuning recipe is proposed from the empirical study. The experiments demonstrate that the proposed method increases the macro F1 scores by 3.4%-27.5% on the Fuwai dataset, 9.9%-32.0% on the PTB-XL dataset, and 9.4%-39.1% on a multicenter dataset, compared to the alternative methods. We hope that this study could direct future research on the application of Transformer to more ECG tasks.

📄 PDF Abstract BibTeX arXiv:2309.07136

Code (0)

등록된 구현이 없습니다.

Tasks

ClassificationDiagnosticECG ClassificationRepresentation LearningTime Series

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
DropPath Just as dropout prevents co-adaptation of activations, DropPath prevents co-adaptation of parallel paths in networks such as…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

ECG-NAT: A Self-supervised Neighborhood Attention Transformer for Multi-lead Electrocardiogram Classification

2026-05-13 · Mahsa Gazeran, Sayvan Soleymanbaigi, Fatemeh Daneshfar, Amjad Seyedi 외 arxiv

Electrocardiogram (ECG) arrhythmia classification remains challenging due to signal variability, noise, limited labeled data, and the difficulty in achieving both accuracy and efficiency in models. While self-supervised …

Self-Supervised LearningComputational EfficiencyRepresentation LearningECG Classification

Guiding Masked Representation Learning to Capture Spatio-Temporal Relationship of Electrocardiogram

2024-02-02 · Yeongyeon Na, Minje Park, Yunwon Tae, Sunghoon Joo

Electrocardiograms (ECG) are widely employed as a diagnostic tool for monitoring electrical signals originating from a heart. Recent machine learning research efforts have focused on the application of screening various …

DiagnosticECG ClassificationElectrocardiography (ECG)Representation Learning+1

Multi-scale Masked Autoencoder for Electrocardiogram Anomaly Detection

2025-02-08 · Ya Zhou, Yujie Yang, Jianhuang Gan, Xiangjie Li 외

Electrocardiogram (ECG) analysis is a fundamental tool for diagnosing cardiovascular conditions, yet anomaly detection in ECG signals remains challenging due to their inherent complexity and variability. We propose Multi…

Anomaly Detection

HeartBEiT: Vision Transformer for Electrocardiogram Data Improves Diagnostic Performance at Low Sample Sizes

2022-12-13 · Akhil Vaid, Joy Jiang, Ashwin Sawant, Stamatios Lerakis 외

The electrocardiogram (ECG) is a ubiquitous diagnostic modality. Convolutional neural networks (CNNs) applied towards ECG analysis require large sample sizes, and transfer learning approaches result in suboptimal perform…

DiagnosticTransfer Learning

NERULA: A Dual-Pathway Self-Supervised Learning Framework for Electrocardiogram Signal Analysis

2024-05-21 · Gouthamaan Manimaran, Sadasivan Puthusserypady, Helena Domínguez, Adrian Atienza 외

Electrocardiogram (ECG) signals are critical for diagnosing heart conditions and capturing detailed cardiac patterns. As wearable single-lead ECG devices become more common, efficient analysis methods are essential. We p…

Activity RecognitionContrastive LearningGender ClassificationHuman Activity Recognition+1