
Biosignals Models
Continuous physiological and wearable sensor time-series
71 models in this category
What biosignal foundation models do
Biosignal foundation models learn from continuous physiological and wearable sensor time-series — electrocardiography (ECG), electroencephalography (EEG), photoplethysmography (PPG), continuous glucose monitoring (CGM), actigraphy, and related streams — capturing the temporal patterns underlying cardiac, neural, metabolic, and sleep dynamics. Pretraining on long, noisy, multi-channel recordings teaches these models to distinguish physiologically meaningful signal from instrumentation artifact, a task that has historically required extensive manual curation. As wearable devices make these signals increasingly ubiquitous, foundation models offer a path to scalable analysis that generalizes across devices and populations.
Applications: cardiac, neural, and metabolic monitoring
Arrhythmia detection from ECG and PPG is one of the most mature clinical applications, with deep learning models trained on large annotated ECG libraries like PTB-XL and MIMIC-IV achieving cardiologist-level performance on rhythm classification. Seizure prediction and sleep staging from EEG represent demanding temporal modeling tasks where pretrained representations have demonstrated strong transfer from large pretraining cohorts to smaller clinical datasets. Glucose forecasting from CGM time-series, important for insulin dosing in type 1 diabetes management, has seen increasing application of sequence models pretrained on large continuous monitoring datasets.
Notable Models
Top-rated biosignals models from our evaluations
EEG foundation model for brain-computer interface decoding, factorizing self-attention into parallel spatial and temporal branches.
EEG foundation model whose learned queries map any electrode montage into a fixed latent space, scaling linearly in the number of channels.
Brain foundation model unifying EEG and MEG in a single encoder via a shared discrete tokenizer that transfers across sensor layouts and montages.
Self-supervised foundation models for wearable PPG and ECG signals, trained with contrastive learning on Apple Heart and Movement Study recordings.
Multimodal large language model that interprets 12-lead electrocardiogram images, answering open-ended clinical questions and generating ECG reports.
Physiological signal foundation model for ECG, EMG, and EEG pairing learnable multi-scale wavelet decomposition with masked transformer pretraining.
Frequently asked questions
What is a biosignal foundation model?
A biosignal foundation model is a neural network pretrained on large collections of continuous physiological recordings — ECG, EEG, PPG, CGM, or related wearable sensor streams — to learn representations of temporal patterns in physiology that transfer to clinical and monitoring tasks. These representations enable downstream applications like arrhythmia detection, seizure prediction, and sleep staging with less labeled data than training from scratch. The field is growing rapidly as wearable data becomes abundant.
What is PTB-XL and why is it important for ECG models?
PTB-XL is a large publicly available clinical ECG dataset containing over 21,000 12-lead recordings labeled with 71 ECG statements by two cardiologists. It has become a standard benchmark for ECG foundation models, enabling direct comparison of classification performance across rhythm, conduction, and morphology labels. Its public availability and expert-annotated labels make it one of the most important reference datasets for the biosignals field.
Can biosignal models generalize across different wearable devices?
Cross-device generalization is one of the central challenges: ECG recorded from a medical-grade 12-lead machine differs substantially from a single-lead smartwatch trace, and PPG quality varies dramatically by sensor hardware and placement. Models pretrained on diverse device types or fine-tuned with domain adaptation techniques generalize better, but significant performance gaps between device classes remain common in current literature. Rigorous cross-device evaluation is still the exception rather than the rule in published biosignal models.
How do biosignal foundation models handle missing or noisy data?
Most current approaches use masking-based pretraining objectives — analogous to BERT's masked language model — where random segments of the input time-series are masked and the model learns to reconstruct them. This naturally forces robustness to missing segments and teaches the model to use global temporal context to infer local signal. At inference time, models trained this way tolerate gaps and motion artifacts better than supervised models trained only on clean recordings.