paper-with-me

Papers

TimesURL: Self-supervised Contrastive Learning for Universal Time Series Representation Learning

2023-12-25 · Jiexi Liu, Songcan Chen

Learning universal time series representations applicable to various types of downstream tasks is challenging but valuable in real applications. Recently, researchers have attempted to leverage the success of self-supervised contrastive learning (SSCL) in Computer Vision(CV) and Natural Language Processing(NLP) to tackle time series representation. Nevertheless, due to the special temporal characteristics, relying solely on empirical guidance from other domains may be ineffective for time series and difficult to adapt to multiple downstream tasks. To this end, we review three parts involved in SSCL including 1) designing augmentation methods for positive pairs, 2) constructing (hard) negative pairs, and 3) designing SSCL loss. For 1) and 2), we find that unsuitable positive and negative pair construction may introduce inappropriate inductive biases, which neither preserve temporal properties nor provide sufficient discriminative features. For 3), just exploring segment- or instance-level semantics information is not enough for learning universal representation. To remedy the above issues, we propose a novel self-supervised framework named TimesURL. Specifically, we first introduce a frequency-temporal-based augmentation to keep the temporal property unchanged. And then, we construct double Universums as a special kind of hard negative to guide better contrastive learning. Additionally, we introduce time reconstruction as a joint optimization objective with contrastive learning to capture both segment-level and instance-level information. As a result, TimesURL can learn high-quality universal representations and achieve state-of-the-art performance in 6 different downstream tasks, including short- and long-term forecasting, imputation, classification, anomaly detection and transfer learning.

📄 PDF Abstract BibTeX arXiv:2312.15709

Code (2)

Alrash/TimesURL 공식 구현 pytorch
WenjieDu/PyPOTS pytorch

Tasks

Anomaly DetectionContrastive LearningImputationRepresentation LearningTime SeriesTransfer Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Self-Supervised Learning from Contrastive Mixtures for Personalized Speech Enhancement

2020-11-06 · Aswin Sivaraman, Minje Kim

This work explores how self-supervised learning can be universally used to discover speaker-specific features towards enabling personalized speech enhancement models. We specifically address the few-shot learning scenari…

Contrastive LearningFew-Shot LearningModel CompressionSelf-Supervised Learning+1

reCSE: Portable Reshaping Features for Sentence Embedding in Self-supervised Contrastive Learning

2024-08-09 · Fufangchen Zhao, Jian Gao, Danfeng Yan

We propose reCSE, a self supervised contrastive learning sentence representation framework based on feature reshaping. This framework is different from the current advanced models that use discrete data augmentation meth…

Contrastive LearningData AugmentationGPUSemantic Similarity+4

Time-Series Contrastive Learning against False Negatives and Class Imbalance

2023-12-19 · Xiyuan Jin, Jing Wang, Lei Liu, Youfang Lin

As an exemplary self-supervised approach for representation learning, time-series contrastive learning has exhibited remarkable advancements in contemporary research. While recent contrastive learning strategies have foc…

Contrastive LearningRepresentation LearningTime Series

Unifying Graph Contrastive Learning via Graph Message Augmentation

2024-01-08 · Ziyan Zhang, Bo Jiang, Jin Tang, Bin Luo

Graph contrastive learning is usually performed by first conducting Graph Data Augmentation (GDA) and then employing a contrastive learning pipeline to train GNNs. As we know that GDA is an important issue for graph cont…

Contrastive LearningData AugmentationGraph LearningSelf-Supervised Learning

Learning Universal User Representations via Self-Supervised Lifelong Behaviors Modeling

2021-09-29 · Bei Yang, Ke Liu, Xiaoxiao Xu, Renjun Xu 외

Universal user representation is an important research topic in industry, and is widely used in diverse downstream user analysis tasks, such as user profiling and user preference prediction. With the rapid development of…

Contrastive LearningDimensionality ReductionRepresentation LearningSelf-Supervised Learning