**W1-a. Contribution of our work**
As noted by Reviewer ZBCM, autoencoding is a well-established pretext task for self-supervised representation learning, prior to masked modeling (MM). Our contribution is on the fact that we **revisit autoencoding by adapting the task and architecture (to be PI) for better TS representation learning**, and our extensive experiments show that the proposed method achieves **SOTA performance while being more efficient than Transformers pretrained with MM** [A,B,C]. We believe our findings shed light on the effectiveness of self-supervised learning through simple pretraining tasks and model architectures in various domains, and provide a strong baseline for TS representation learning.
[A] Zerveas, George, et al. "A transformer-based framework for multivariate time series representation learning." SIGKDD (2021)
[B] Nie, Yuqi, et al. "A time series is worth 64 words: Long-term forecasting with transformers." ICLR (2022)
[C] Dong, Jiaxiang, et al. "SimMTM: A Simple Pre-Training Framework for Masked Time-Series Modeling." NeurIPS (2023).
**W1-b, W2. References for combining CL and MM**
Thanks for the suggestion, we added a brief discussion on recent works on combining CL and MM in various domains [A,B,C,D,E]. We initially omitted them as our main focus is on PI strategies, but we agree that discussion on those works is indeed interesting and helpful to remind audiences of recent progress.
Among them, we note that SimMTM [E], which is a concurrent work to ours, proposed an MM task with a regularizer in its objective function in the form of a contrastive loss (though they did not claim that the regularizer is about contrastive learning but "series-wise similarity learning" and "point-wise aggregation"). This regularizer enforces that the original TS and its masked TS exhibit close representations and are distinctly different from representations of other series. However, it differs from our work in that it performs CL *between TS*, while our proposed CL operates *within a single TS*. Nevertheless, since our primary emphasis is on PI tasks and architectures, we removed the claim in **Section 1** that "our work is the first to integrate MTM and CL."
[A] Jiang, Ziyu, et al. "Layer Grafted Pre-training: Bridging Contrastive Learning And Masked Image Modeling For Label-Efficient Representations." ICLR (2023).
[B] Yi, Kun, et al. "Masked image modeling with denoising contrast." ICLR (2023).
[C] Huang, Zhicheng, et al. "Contrastive masked autoencoders are stronger vision learners." arXiv preprint arXiv:2207.13532 (2022).
[D] Gong, Yuan, et al. "Contrastive audio-visual masked autoencoder." ICLR (2023)
[E] Dong, Jiaxiang, et al. "SimMTM: A Simple Pre-Training Framework for Masked Time-Series Modeling." NeurIPS (2023).
**Q1. About Figure 5**
The purpose of **Figure 5** is to see ***how robust PI task is under distribution shifts than PD task***. For better understanding, we added further details regarding the explanation of **Figure 5** in **Section 5**.
**[Left Panel]**
The **left panel of Figure 5** depicts a toy dataset comprising 98 time series exhibiting varying degrees of distribution shift, where **we assign a different color to each time series**. The degree of shift is characterized by changes in slope (trend) and amplitude (seasonality).
About how the toy dataset is exactly made, if the slope and amplitude of the training data are denoted as $s$ and $a$, respectively, then the slope and amplitude of the test data are represented as $r_1 \times s$ and $r_2 \times a$, respectively. Consequently, $r_1$ and $r_2$ serve as indicators of the slope and amplitude ratios, reflecting the degree of distribution shift.
**[Right Panel]**
The **right panel of Figure 5** illustrates the difference in MSE between the model trained with PI and PD tasks using the 98 time series depicted in the left panel (i.e., MSE of PD task - MSE of PI task). The x-axis and y-axis correspond to $r_1$ and $r_2$, respectively. For each $r_1$ and $r_2$, the color intensity shows how much PD is worse than PI (the darker, the worse.)
The observations from this figure are:
- 1. As the MSE difference (PD-PI) is non-negative for all cases, PI is more robust to distribution shifts than PD. Basically, PD becomes worse than PI as the change of $r_1$ and $r_2$ is larger (out of the center marked with the black rectangle).
- 2. The color gradient shows in which direction PD becomes even worse: when the slope is flipped (right to left) and the amplitude is increased (top to bottom).
If you have further questions, please feel free to share them. We are happy to address them and improve the clarity of our work.