TLDR: DeCoP is a novel self-supervised pre-training framework designed to enhance time series representation learning. It addresses challenges like dynamic temporal dependencies, distribution shifts, and multi-scale patterns through three key innovations: Instance-wise Patch Normalization (IPN) for stable input distributions, Hierarchical Dependency Controlled Learning (DCL) for adaptive multi-scale dependency modeling, and an Instance-level Contrastive Module (ICM) for robust global semantics. DeCoP achieves state-of-the-art performance in both forecasting and classification tasks across various datasets, significantly reducing computational resources while improving accuracy and generalization capabilities.
Time series data, which tracks changes over time like stock prices, weather patterns, or health metrics, is incredibly valuable across many fields. However, understanding and predicting these dynamic sequences presents significant challenges for artificial intelligence models. The core difficulties lie in the ever-changing nature of temporal dependencies, where patterns evolve due to shifts in data distribution and the presence of both short-term fluctuations and long-term trends. Traditional methods often struggle to capture these complex interactions, leading to models that don’t generalize well to new situations.
Introducing DeCoP: A Smarter Way to Pre-train Time Series Models
To tackle these limitations, researchers have developed DeCoP, a Dependency Controlled Pre-training framework. DeCoP is designed to explicitly model dynamic, multi-scale dependencies by simulating how relationships between different segments of a time series evolve. This innovative approach aims to create more robust and generalizable pre-trained models for various downstream tasks, such as forecasting and classification.
One of DeCoP’s standout features is its efficiency. It achieves state-of-the-art results across ten different datasets while using significantly fewer computing resources. For instance, on the ETTh1 dataset, DeCoP improved forecasting accuracy (measured by MSE) by 3% over a leading model called PatchTST, using only 37% of the computational power (FLOPs).
How DeCoP Works: Key Innovations
DeCoP introduces several key components that work together to enhance time series representation learning:
Instance-wise Patch Normalization (IPN): At the input level, DeCoP uses IPN to address distribution shifts. Imagine you have different segments, or “patches,” of time series data. IPN normalizes these patches by considering both their individual characteristics and the overall characteristics of the entire time series. This helps stabilize the data while preserving the unique local patterns within each patch, creating a solid foundation for the model to learn from.
Hierarchical Dependency Controlled Learning (DCL): This strategy operates at a deeper, “latent” level of the model. It’s designed to understand how different patches of time series data relate to each other across various time scales. DCL adaptively adjusts its “receptive field” – essentially, how much of the past it looks at – to capture both immediate, short-term patterns and broader, long-term trends. This multi-scale approach prevents the model from getting confused by spurious correlations and helps it build a more accurate understanding of temporal dynamics.
Instance-level Contrastive Module (ICM): To further improve the model’s ability to generalize, DeCoP includes ICM. This module helps the model learn stable, instance-discriminative representations. It does this by generating “time-invariant positive pairs” – essentially, slightly altered versions of the same time series that retain their core meaning but remove noise. By comparing these pairs, the model learns to focus on the essential, stable patterns, which is particularly beneficial for high-level tasks like classification.
Impressive Performance and Efficiency
Extensive experiments demonstrate DeCoP’s superior performance. In time series forecasting, DeCoP consistently outperforms existing state-of-the-art methods, both when trained and tested on the same type of data (in-domain) and when transferring knowledge from one type of data to another (cross-domain). For example, in a cross-domain scenario where the model was trained on ETTm2 data and applied to ETTh1, DeCoP showed a 4.2% improvement in MSE over PatchTST.
For time series classification, DeCoP also achieved remarkable results. In an in-domain classification task on the Epilepsy dataset, DeCoP outperformed SimMTM by 1.45% in F1-score and PatchTST by a significant 12.75%. Its robustness was further highlighted in cross-domain classification tasks, such as transferring knowledge from SleepEEG to FD-B, where it surpassed the next best framework by over 12% in accuracy and F1-score.
The framework’s efficiency is a major advantage. It achieves better results with fewer computational operations (FLOPs) and parameters compared to other leading models, making it a more accessible and sustainable solution for complex time series analysis. This efficiency is partly due to its controllable design, which allows it to adaptively model dependencies without over-processing irrelevant information.
Also Read:
- TimeAlign: Enhancing Time Series Forecasting Through Distribution-Aware Representation Alignment
- TimeRep: A New Approach to Anomaly Detection Using Intermediate Layers of Foundation Models
A Step Forward for Time Series AI
DeCoP represents a significant advancement in self-supervised time series representation learning. By explicitly modeling dynamic and multi-scale temporal dependencies through its innovative IPN, DCL, and ICM components, it provides a robust and efficient framework for understanding complex time series data. This work offers a strong foundation for future developments in time series pre-training, promising more accurate predictions and classifications across a wide range of applications. For more details, you can read the full research paper here.


