LGJul 31, 2023

CroSSL: Cross-modal Self-Supervised Learning for Time-series through Latent Masking

Cambridge
arXiv:2307.16847v337 citationsh-index: 35Has Code
Originality Incremental advance
AI Analysis

This addresses the challenge of learning from multimodal time-series data without labels, though it appears incremental in improving SSL techniques for this domain.

The paper tackles the problem of limited labeled data for multimodal time-series by introducing CroSSL, a cross-modal self-supervised learning method that uses latent masking and aggregation, which outperforms previous SSL and supervised benchmarks with minimal labeled data.

Limited availability of labeled data for machine learning on multimodal time-series extensively hampers progress in the field. Self-supervised learning (SSL) is a promising approach to learning data representations without relying on labels. However, existing SSL methods require expensive computations of negative pairs and are typically designed for single modalities, which limits their versatility. We introduce CroSSL (Cross-modal SSL), which puts forward two novel concepts: masking intermediate embeddings produced by modality-specific encoders, and their aggregation into a global embedding through a cross-modal aggregator that can be fed to down-stream classifiers. CroSSL allows for handling missing modalities and end-to-end cross-modal learning without requiring prior data preprocessing for handling missing inputs or negative-pair sampling for contrastive learning. We evaluate our method on a wide range of data, including motion sensors such as accelerometers or gyroscopes and biosignals (heart rate, electroencephalograms, electromyograms, electrooculograms, and electrodermal) to investigate the impact of masking ratios and masking strategies for various data types and the robustness of the learned representations to missing data. Overall, CroSSL outperforms previous SSL and supervised benchmarks using minimal labeled data, and also sheds light on how latent masking can improve cross-modal learning. Our code is open-sourced at https://github.com/dr-bell/CroSSL.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes