T-Rep: Representation Learning for Time Series using Time-Embeddings
Archibald Fraikin, Adrien Bennetot, St\'ephanie Allassonni\`ere

TL;DR
T-Rep is a self-supervised learning method that creates detailed time-aware representations of multivariate time series, improving performance and robustness in classification, forecasting, and anomaly detection tasks.
Contribution
It introduces T-Rep, a novel approach that learns time-specific embeddings to capture temporal features and handle missing data effectively.
Findings
Outperforms existing self-supervised methods in multiple tasks
Demonstrates robustness in missing data scenarios
Provides interpretable latent space visualizations
Abstract
Multivariate time series present challenges to standard machine learning techniques, as they are often unlabeled, high dimensional, noisy, and contain missing data. To address this, we propose T-Rep, a self-supervised method to learn time series representations at a timestep granularity. T-Rep learns vector embeddings of time alongside its feature extractor, to extract temporal features such as trend, periodicity, or distribution shifts from the signal. These time-embeddings are leveraged in pretext tasks, to incorporate smooth and fine-grained temporal dependencies in the representations, as well as reinforce robustness to missing data. We evaluate T-Rep on downstream classification, forecasting, and anomaly detection tasks. It is compared to existing self-supervised algorithms for time series, which it outperforms in all three tasks. We test T-Rep in missing data regimes, where it…
Peer Reviews
Decision·ICLR 2024 poster
Below are the strengths of this proposed work: 1. The problem is highly relevant to the time series research community and well motivated by the authors. They also do a good job at covering the related work and highlighting the necessity of temporal robustness in the representations that's usually overlooked when learning time series representation. 2. The authors introduce surrogate loss functions to train the representation model in a self supervised manner which they refer to as 'pretext ta
Following are weaknesses of this work: 1. The effectiveness of the proposed method relies on the evaluation done mainly on UCR/UEA and Yahoo Datasets which are infamous for their incorrectness, and triviality in labels. Refer: https://arxiv.org/pdf/2009.13807.pdf. This questions the effectiveness of the proposed method and how well would it work in real-world scenarios? 2. Similar to Pt.1, I feel the downstream benchmarks are bit too trivial to test the true effectiveness/usefulness of a repres
1. The paper is very well motivated, I congratulate the authors on explaining the issues with contrastive learning in the context of time-series. 2. The paper is overall well-written and easy to follow. 3. Experiments are set-up well except that monte-carlo simulations are missing.
1. The results are not repeated across random seeds, which significantly impacts the confidence in the method. 2. Visualizations: since the paper centers around time series representation learning, it would have been extremely valuable to see t-SNE plots of the learned embeddings to see how T-Rep performs over SOTA (TS2VEC) and others. 3. There are a number of moving parts, and some level of ablations are expected, but missing. For instance, impact of overlap in contexual consistency etc.
The paper proposes T-Rep, a self-supervised method for learning representations of time series at the timestep level. T-Rep learns vector embeddings of time called "time-embeddings" alongside its feature extractor encoder. The time-embeddings help capture temporal features like trend, periodicity, distribution shifts. The time-embeddings are incorporated into pretext tasks to learn fine-grained temporal dependencies and make the model robust to missing data. Two new pretext tasks are proposed:
The choice of time-embedding architecture is not well motivated or analyzed. Different architectures are used for different tasks, but it is unclear why they perform best in each case. More ablation studies on the time-embedding design could strengthen this key component. The pretext tasks using time-embeddings seem somewhat ad-hoc. While they demonstrate the utility of time-embeddings, developing more principled pretext tasks derived from intrinsic properties of time series could be beneficial
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTime Series Analysis and Forecasting · Data Visualization and Analytics · Anomaly Detection Techniques and Applications
