LGAIETMar 14, 2024

Self-Supervised Learning for Time Series: Contrastive or Generative?

arXiv:2403.09809v113 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This work provides practical recommendations for selecting SSL methods in time series analysis, but it is incremental as it compares existing approaches without introducing new techniques.

The paper conducted a comparative study of contrastive and generative self-supervised learning methods for time series analysis, implementing classical algorithms like SimCLR and MAE to evaluate their strengths and weaknesses in fair settings.

Self-supervised learning (SSL) has recently emerged as a powerful approach to learning representations from large-scale unlabeled data, showing promising results in time series analysis. The self-supervised representation learning can be categorized into two mainstream: contrastive and generative. In this paper, we will present a comprehensive comparative study between contrastive and generative methods in time series. We first introduce the basic frameworks for contrastive and generative SSL, respectively, and discuss how to obtain the supervision signal that guides the model optimization. We then implement classical algorithms (SimCLR vs. MAE) for each type and conduct a comparative analysis in fair settings. Our results provide insights into the strengths and weaknesses of each approach and offer practical recommendations for choosing suitable SSL methods. We also discuss the implications of our findings for the broader field of representation learning and propose future research directions. All the code and data are released at \url{https://github.com/DL4mHealth/SSL_Comparison}.

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