In the group we work on two complementary SSL lines, each oriented to a data type
where traditional supervised methods find their limits
🔗
Contrastive Learning for biomedical signals
We apply Contrastive Learning to problems where labeled data is scarce
and variability between subjects is high. The central idea: two distinct augmentations
of the same signal should produce close representations, while signals
from different sources should be separated in the latent space.
Our main focus is EEG signals, where we have developed
frequency-aware contrastive loss functions that incorporate knowledge
of brain frequency bands (delta, theta, alpha, beta, gamma) to learn
more transferable representations in epileptic seizure detection.
- Frequency-Aware Contrastive Learning for EEG
- Generalization across patients without retraining
- Federated Contrastive Learning with privacy
📋
SSL for tabular data
Most advances in SSL have occurred in image and text. Applying it to tabular data
—present in industry, health, and finance— remains an open challenge due
to its heterogeneous nature: columns with very different types, scales, and semantics.
Models like TabPFN have demonstrated the potential of tabular
foundation models, but they require labeled data. Our research
seeks to obtain general purpose representations that serve as a basis for tasks
like knowledge fusion, data reduction, and adaptation with minimal supervision.
- Unsupervised representations for tabular data
- Model fusion and generalization across domains
- Reducing human annotation effort