University of California, Irvine
Training code and model weights not public. Contact creators for more information.
End-to-end deep learning model for detecting fetal QRS complexes directly from non-invasive abdominal ECG (aECG) signals, without requiring a separate reference maternal ECG or heavy hand-crafted feature engineering. The model adopts a ResNet architecture built from 1-D octave convolutions (OctConv), which factorize feature maps into high- and low-frequency components to capture multiple temporal frequency scales while reducing memory and compute cost relative to a standard 1-D ResNet; the resulting feature-importance weighting also highlights the signal regions most relevant to each detection. Evaluated on the PhysioNet/CinC Challenge 2013 fetal ECG database (with added Gaussian and motion-artifact noise to mimic real-world recording conditions), the model reached an F1 score of 91.1% while cutting computation by more than 50% for less than a 2% drop in performance versus a non-octave ResNet baseline.
Architecture
CNN (1D)
ResNet-style 1D CNN built from 1-D octave convolutions (OctConv) that split feature maps into high- and low-frequency branches to model multiple temporal frequency scales in the abdominal ECG signal
Added to catalog
2026-08-12
Seventy-five one-minute, four-channel non-invasive abdominal ECG (aECG) recordings with expert fetal QRS-complex annotations, sampled at 1000 Hz; part of the PhysioNet/Computing in Cardiology Challenge 2013 training set.
Detection of fetal QRS-complex locations directly from single-channel non-invasive abdominal ECG (aECG) signals