paper-with-me

Papers

CoST: Contrastive Learning of Disentangled Seasonal-Trend Representations for Time Series Forecasting

2022-02-03 · ICLR 2022 4 · Gerald Woo, Chenghao Liu, Doyen Sahoo, Akshat Kumar, Steven Hoi

Deep learning has been actively studied for time series forecasting, and the mainstream paradigm is based on the end-to-end training of neural network architectures, ranging from classical LSTM/RNNs to more recent TCNs and Transformers. Motivated by the recent success of representation learning in computer vision and natural language processing, we argue that a more promising paradigm for time series forecasting, is to first learn disentangled feature representations, followed by a simple regression fine-tuning step -- we justify such a paradigm from a causal perspective. Following this principle, we propose a new time series representation learning framework for time series forecasting named CoST, which applies contrastive learning methods to learn disentangled seasonal-trend representations. CoST comprises both time domain and frequency domain contrastive losses to learn discriminative trend and seasonal representations, respectively. Extensive experiments on real-world datasets show that CoST consistently outperforms the state-of-the-art methods by a considerable margin, achieving a 21.3% improvement in MSE on multivariate benchmarks. It is also robust to various choices of backbone encoders, as well as downstream regressors. Code is available at https://github.com/salesforce/CoST.

📄 PDF Abstract BibTeX arXiv:2202.01575

Code (1)

salesforce/CoST 공식 구현 pytorch

Tasks

Contrastive LearningRepresentation LearningTime SeriesTime Series AnalysisTime Series Forecasting

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

A Temporally Disentangled Contrastive Diffusion Model for Spatiotemporal Imputation

2024-02-18 · Yakun Chen, Kaize Shi, Zhangkai Wu, Juan Chen 외

Spatiotemporal data analysis is pivotal across various domains, such as transportation, meteorology, and healthcare. The data collected in real-world scenarios are often incomplete due to device malfunctions and network …

Contrastive LearningImputationMissing Values

Guidelines for Augmentation Selection in Contrastive Learning for Time Series Classification

2024-07-12 · Ziyu Liu, Azadeh Alavi, Minyi Li, Xiang Zhang

Self-supervised contrastive learning has become a key technique in deep learning, particularly in time series analysis, due to its ability to learn meaningful representations without explicit supervision. Augmentation is…

Activity RecognitionContrastive LearningPrognosisTime Series+2

A Robust and Efficient Multi-Scale Seasonal-Trend Decomposition

2021-09-18 · Linxiao Yang, Qingsong Wen, Bo Yang, Liang Sun

Many real-world time series exhibit multiple seasonality with different lengths. The removal of seasonal components is crucial in numerous applications of time series, including forecasting and anomaly detection. However…

Anomaly DetectionTime SeriesTime Series Analysis

C$^2$VAE: Gaussian Copula-based VAE Differing Disentangled from Coupled Representations with Contrastive Posterior

2023-09-23 · Zhangkai Wu, Longbing Cao

We present a self-supervised variational autoencoder (VAE) to jointly learn disentangled and dependent hidden factors and then enhance disentangled representation learning by a self-supervised classifier to eliminate cou…

Representation Learning

TimeMar: Multi-Scale Autoregressive Modeling for Unconditional Time Series Generation

2026-01-16 · Xiangyu Xu, Qingsong Zhong, Jilin Hu arxiv

Generative modeling offers a promising solution to data scarcity and privacy challenges in time series analysis. However, the structural complexity of time series, characterized by multi-scale temporal patterns and heter…

Time Series Analysis