Summary
The paper addresses the challenges of non-stationarity in multivariate time series forecasting. The authors propose the TwinS model, which consists of three modules: Wavelet Convolution, Period-Aware Attention, and Channel-Temporal Mixed MLP. The Wavelet Convolution handles nested periodicity for time series embedding, the Period-Aware Attention models the periodic distributions at refined receptive fields, and the Channel-Temporal Mixed MLP learns the representation within time series patches across different variates. TwinS achieves state-of-the-art performance on eight datasets compared to mainstream time series models.
Strengths
1. The paper offers insights by exploring the time-frequency representations of time series through wavelet analysis.
2. Detailed ablations and alternative implementations are provided to validate the effectiveness of each proposed component in the model.
3. The model achieves promising performance on eight datasets compared to recent time series models.
Weaknesses
1. The paper is not well-written, especially because some key concepts are not elaborated, such as periodic missing states, hysteresis, and non-stationary periodic distribution. Besides, some abbreviations are not informal and inappropriately used (dim, Conv, TS, TSformers), and the figures are not portable. Thus, this paper essentially needs further polishing.
2. The method part can be difficult to follow. In the last paragraph of Section 3.1, I still don't know how the input is embedded into the outputted representation because it is almost separated from the previous paragraph only introducing the relationship between transforms and convolutional layers. I hope the authors can elaborate more on it.
3. The proposed framework somewhat lacks novelty. Both wavelet analysis and patching by windows are previously used techniques for analyzing time series. The author does not compare other modular designs of related work like FEDformer. The overall architecture seems a refinement of Crossformer (What is the difference between Channel-Temporal Mixed MLP and FFN in Crossformer?) but endowed with a higher computational cost.
4. Unclear motivations. As non-stationarity is commonly reflected by changing distribution statistics, in particular, its mean, variance, or temporal covariance varies over time. This paper focuses more on the changing periodic distribution issues, which are not well-acknowledged to stem from non-stationarity but the inherent properties of the time series itself. Could the author give more examples of the periodic distribution in highly non-stationary series and relatively stationary series?
5. About the experiment parts. The performance improvement of non-stationary forecasting seems incremental. And the model can also perform worse than previous models on highly non-stationary data (Exchange). Also, the authors offer two variants of the model, but only solely one of the proposed models does not yield consistent promising results, indicating that model selection is inevitable in practical applications. Besides, The analysis of the model is not systematic enough. Some experiments (Tables 2,3,4) only use the results on partial datasets. It seems there is cherry-picking in particular configurations. Could the authors provide more complete results?
6. I find the code implementation is incorporated with re-normalization, Channel-Independence, and Patchfy strategies but are not shown in Fig.2 and the method part. Since each of them can work as a general performance booster, how much do these techniques help the model, and is it dominant?
Questions
1. About the efficiency of the proposed method. Could you provide some memory/inference time evaluations?
2. How to explain the performance fluctuations by the choices of hidden dimensions?
3. How the Channel-Temporal Mixer Module capture the overall relations among time series as stated in the abstract?
Confidence
4: You are confident in your assessment, but not absolutely certain. It is unlikely, but not impossible, that you did not understand some parts of the submission or that you are unfamiliar with some pieces of related work.