Skip to content

ECG Denoising

Overview

The objective of ECG denoising is to remove noise and artifacts from ECG signals while preserving the underlying cardiac information. The dominant noise sources include baseline wander (BW), muscle noise (EMG), electrode movement artifacts (EM), and powerline interference (PLI). While traditional signal processing techniques such as filtering and wavelet denoising have been used to remove noise, deep learning models have shown great promise in enhanced ECG denoising.


Noise Characteristics

The following table summarizes the characteristics of common noise sources in ECG signals:

Type Causes Spectrum Effects
Baseline Wander (BW) Respiration, posture changes 0-1.0 Hz Distorts ST segment and other LF components
Powerline Interference (PLI) Electrical equipment 50-60 Hz Distorts P and T waves
Muscle Noise (EMG) Muscle activity 0-100 Hz Distorts local waves
Electrode Movement (EM) Electrode motion, skinimpedance 0-100 Hz Distorts local waves

Pre-trained Models

The following table provides the latest performance and accuracy results of denoising models. Additional result details can be found in Model Zoo → Denoise.

NAME DATASET FS DURATION MODEL PARAMS FLOPS METRIC
DEN-TCN-SM Synthetic, PTB-XL 100Hz 2.5s TCN 3.3K 1.0M 96.7% COSIM
DEN-TCN-LG Synthetic, PTB-XL 100Hz 2.5s TCN 6.3K 1.8M 97.4% COSIM

References