paper-with-me

Papers

Open-World Electrocardiogram Classification via Domain Knowledge-Driven Contrastive Learning

2024-07-17 · Neural Networks 2024 7 · Shuang Zhou, Xiao Huang, Ninghao Liu, Wen Zhang, Yuan-Ting Zhang, Fu-Lai Chung

Automatic electrocardiogram (ECG) classification provides valuable auxiliary information for assisting disease diagnosis and has received much attention in research. The success of existing classification models relies on fitting the labeled samples for every ECG type. However, in practice, well-annotated ECG datasets usually cover only limited ECG types. It thus raises an issue: conventional classification models trained with limited ECG types can only identify those ECG types that have already been observed in the training set, but fail to recognize unseen (or unknown) ECG types that exist in the wild and are not included in training data. In this work, we investigate an important problem called open-world ECG classification that can predict fine-grained observed ECG classes and identify unseen classes. Accordingly, we propose a customized method that first incorporates clinical knowledge into contrastive learning by generating ''hard negative'' samples to guide learning diagnostic ECG features (i.e., distinguishable representations), and then performs multi-hypersphere learning to learn compact ECG representations for classification. The experiment results on 12-lead ECG datasets (CPSC2018, PTB-XL, and Georgia) demonstrate that the proposed method outperforms the state-of-the-art methods. Specifically, our method achieves superior accuracy than the comparative methods on the unseen ECG class and certain seen classes. Overall, the investigated problem (i.e., open-world ECG classification) helps to draw attention to the reliability of automatic ECG diagnosis, and the proposed method is proven effective in tackling the challenges. The code and datasets will be open-sourced.

📄 PDF Abstract BibTeX

Code (1)

betterzhou/Open_World_ECG_Classification pytorch

Tasks

ClassificationClinical KnowledgeContrastive LearningDiagnosticECG Classification

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Training neural networks with synthetic electrocardiograms

2021-11-11 · Matti Kaisti, Juho Laitala, Antti Airola

We present a method for training neural networks with synthetic electrocardiograms that mimic signals produced by a wearable single lead electrocardiogram monitor. We use domain randomization where the synthetic signal p…

Boosting ECG Classification Performance by Pre-training with Synthesized Data

2026-06-09 · Naoki Nonaka, Jun Seita arxiv

Deep Neural Networks (DNNs) typically require extensive datasets for effective training. In the medical domain, acquiring large-scale data is often challenging due to privacy concerns and the rarity of certain diseases. …

ECG Classification

Retrieval-Augmented Generation for Electrocardiogram-Language Models

2025-09-30 · Xiaoyu Song, William Han, Tony Chen, Chaojing Duan 외 arxiv

Interest in generative Electrocardiogram-Language Models (ELMs) is growing, as they can produce textual responses conditioned on ECG signals and textual queries. Unlike traditional classifiers that output label probabili…

Evolving SimGANs to Improve Abnormal Electrocardiogram Classification

2022-05-12 · Gabriel Wang, Anish Thite, Rodd Talebi, Anthony D'Achille 외

Machine Learning models are used in a wide variety of domains. However, machine learning methods often require a large amount of data in order to be successful. This is especially troublesome in domains where collecting …

Classification

Learning General Representation of 12-Lead Electrocardiogram with a Joint-Embedding Predictive Architecture

2024-10-11 · Sehun Kim

Electrocardiogram (ECG) captures the heart's electrical signals, offering valuable information for diagnosing cardiac conditions. However, the scarcity of labeled data makes it challenging to fully leverage supervised le…

ECG ClassificationElectrocardiography (ECG)Representation LearningSelf-Supervised Learning+1