paper-with-me

Papers

TS2Vec: Towards Universal Representation of Time Series

2021-06-19 · Zhihan Yue, Yujing Wang, Juanyong Duan, Tianmeng Yang, Congrui Huang, Yunhai Tong, Bixiong Xu

This paper presents TS2Vec, a universal framework for learning representations of time series in an arbitrary semantic level. Unlike existing methods, TS2Vec performs contrastive learning in a hierarchical way over augmented context views, which enables a robust contextual representation for each timestamp. Furthermore, to obtain the representation of an arbitrary sub-sequence in the time series, we can apply a simple aggregation over the representations of corresponding timestamps. We conduct extensive experiments on time series classification tasks to evaluate the quality of time series representations. As a result, TS2Vec achieves significant improvement over existing SOTAs of unsupervised time series representation on 125 UCR datasets and 29 UEA datasets. The learned timestamp-level representations also achieve superior results in time series forecasting and anomaly detection tasks. A linear regression trained on top of the learned representations outperforms previous SOTAs of time series forecasting. Furthermore, we present a simple way to apply the learned representations for unsupervised anomaly detection, which establishes SOTA results in the literature. The source code is publicly available at https://github.com/yuezhihan/ts2vec.

📄 PDF Abstract BibTeX arXiv:2106.10466

Code (4)

zhihanyue/ts2vec 공식 구현 pytorch
WenjieDu/PyPOTS pytorch
etna-team/etna pytorch
xingyu617/SimTS_Representation_Learning pytorch

Tasks

Anomaly DetectionContrastive LearningTime SeriesTime Series AnalysisTime Series ClassificationTime Series ForecastingUnsupervised Anomaly Detection

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

General Time-series Model for Universal Knowledge Representation of Multivariate Time-Series data

2025-02-05 · Cheng He, Xu Huang, Gangwei Jiang, Zhaoyi Li 외

Universal knowledge representation is a central problem for multivariate time series(MTS) foundation models and yet remains open. This paper investigates this problem from the first principle and it makes four folds of c…

Anomaly DetectionImputationTime SeriesTime Series Analysis

Path Signatures on Lie Groups

2020-07-02 · Darrick Lee, Robert Ghrist

Path signatures are powerful nonparametric tools for time series analysis, shown to form a universal and characteristic feature map for Euclidean valued time series data. We lift the theory of path signatures to the sett…

Action RecognitionTemporal Action LocalizationTime SeriesTime Series Analysis

Universal Time-Series Representation Learning: A Survey

2024-01-08 · Patara Trirat, Yooju Shin, Junhyeok Kang, Youngeun Nam 외

Time-series data exists in every corner of real-world systems and services, ranging from satellites in the sky to wearable devices on human bodies. Learning representations by extracting and inferring valuable informatio…

Feature EngineeringRepresentation LearningSurveyTime Series

Are Synthetic Time-series Data Really not as Good as Real Data?

2024-02-01 · Fanzhe Fu, Junru Chen, Jing Zhang, Carl Yang 외

Time-series data presents limitations stemming from data quality issues, bias and vulnerabilities, and generalization problem. Integrating universal data synthesis methods holds promise in improving generalization. Howev…

Representation LearningTime Series

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-superv…

Anomaly DetectionContrastive LearningImputationRepresentation Learning+2