paper-with-me

Papers

TimeMAE: Self-Supervised Representations of Time Series with Decoupled Masked Autoencoders

2023-03-01 · Mingyue Cheng, Qi Liu, Zhiding Liu, Hao Zhang, Rujiao Zhang, Enhong Chen

Enhancing the expressive capacity of deep learning-based time series models with self-supervised pre-training has become ever-increasingly prevalent in time series classification. Even though numerous efforts have been devoted to developing self-supervised models for time series data, we argue that the current methods are not sufficient to learn optimal time series representations due to solely unidirectional encoding over sparse point-wise input units. In this work, we propose TimeMAE, a novel self-supervised paradigm for learning transferrable time series representations based on transformer networks. The distinct characteristics of the TimeMAE lie in processing each time series into a sequence of non-overlapping sub-series via window-slicing partitioning, followed by random masking strategies over the semantic units of localized sub-series. Such a simple yet effective setting can help us achieve the goal of killing three birds with one stone, i.e., (1) learning enriched contextual representations of time series with a bidirectional encoding scheme; (2) increasing the information density of basic semantic units; (3) efficiently encoding representations of time series using transformer networks. Nevertheless, it is a non-trivial to perform reconstructing task over such a novel formulated modeling paradigm. To solve the discrepancy issue incurred by newly injected masked embeddings, we design a decoupled autoencoder architecture, which learns the representations of visible (unmasked) positions and masked ones with two different encoder modules, respectively. Furthermore, we construct two types of informative targets to accomplish the corresponding pretext tasks. One is to create a tokenizer module that assigns a codeword to each masked region, allowing the masked codeword classification (MCC) task to be completed effectively...

📄 PDF Abstract BibTeX arXiv:2303.00320

Code (5)

mingyue-cheng/timemae 공식 구현 pytorch
RomGai/BrainVis pytorch
mingyue-cheng/convtimenet pytorch
mingyue-cheng/crosstimenet pytorch
mingyue-cheng/formertime pytorch

Tasks

Time SeriesTime Series AnalysisTime Series Classification

Similar Papers 제목 키워드 기반

Multimodal Physical Fitness Monitoring (PFM) Framework Based on TimeMAE-PFM in Wearable Scenarios

2024-03-25 · Junjie Zhang, Zheming Zhang, Huachen Xiang, Yangquan Tan 외

Physical function monitoring (PFM) plays a crucial role in healthcare especially for the elderly. Traditional assessment methods such as the Short Physical Performance Battery (SPPB) have failed to capture the full dynam…

Time SeriesTime Series Classification

Diffusion Auto-regressive Transformer for Effective Self-supervised Time Series Forecasting

2024-10-08 · Daoyu Wang, Mingyue Cheng, Zhiding Liu, Qi Liu 외

Self-supervised learning has become a popular and effective approach for enhancing time series forecasting, enabling models to learn universal representations from unlabeled data. However, effectively capturing both the …

DecoderDenoisingSelf-Supervised LearningTime Series+1

Self-Supervised Time Series Representation Learning by Inter-Intra Relational Reasoning

2020-11-27 · Haoyi Fan, Fengbin Zhang, Yue Gao

Self-supervised learning achieves superior performance in many domains by extracting useful representations from the unlabeled data. However, most of traditional self-supervised methods mainly focus on exploring the inte…

RelationRelational ReasoningRepresentation LearningSelf-Supervised Learning+3

Series2Vec: Similarity-based Self-supervised Representation Learning for Time Series Classification

2023-12-07 · Navid Mohammadi Foumani, Chang Wei Tan, Geoffrey I. Webb, Hamid Rezatofighi 외

We argue that time series analysis is fundamentally different in nature to either vision or natural language processing with respect to the forms of meaningful self-supervised learning tasks that can be defined. Motivate…

Data AugmentationRepresentation LearningSelf-Supervised LearningTime Series+2

Time Series Generation with Masked Autoencoder

2022-01-14 · Mengyue Zha, SiuTim Wong, Mengqi Liu, Tong Zhang 외

This paper shows that masked autoencoder with extrapolator (ExtraMAE) is a scalable self-supervised model for time series generation. ExtraMAE randomly masks some patches of the original time series and learns temporal d…

Data AugmentationDecoderImputationManagement+5