Thanks for your feedback (2/2)
Thanks for your valuable time and careful review.
**W2**
**The numbers you report for e.g. PatchTST deviate from the published numbers. Can you explain these differences?**
The differences are attributed to the fact that we adopt a different normalization method (**min-max normalization**) in the experiment to that (**standard normalization**) in the PatchTST paper.
- As we stated in **Lines 241-242**, all datasets are normalized using the **min-max normalization**. Keeping consistent with the setting, we also performed the **min-max normalization** on the four datasets, i.e., Exchange, Weather, ETTh1, and ETTm1. Accordingly, we rerun PatchTST, DLinear, and our FourierGNN on the normalized data with the same input length of 96. The corresponding results are reported for comparison in **Table 2 in the attached PDF**.
- In addition, we aim to investigate the long-term forecasting performance of our FourierGNN compared with two SOTA long-term forecasting performances. Under the same experimental settings, the results in Table 2 in the rebuttal PDF verify that our FourierGNN performs worse than the baselines under long-term forecasting settings, which confirms our expectation that our FourierGNN is designed for short-term forecasting and unsuitable for long-term forecasting.
- Honestly, comparing FourierGNN with PatchTST and DLinear under the settings of the baseline papers would be more appropriate. We reperformed the experiments and rerun our FourierGNN under the same normalization settings of the PatchTST paper. We report the corresponding results in the following table, where we can achieve the same conclusion that FourierGNN does not perform as well as PatchTST and DLinear under large horizons, i.e., the long-term forecasting settings.
ETTh1
| Model| Metric|96 | 192 | 336 | 720 |
|:--------|:----|:----|:----|:----|:----|
|PatchTST|MAE| 0.370| 0.413| 0.422| 0.447|
| |MSE|0.400 | 0.429| 0.440| 0.468|
|DLinear|MAE| 0.375| 0.405| 0.439| 0.472|
| |MSE|0.399 | 0.416| 0.443| 0.490|
|FourierGNN|MAE| 0.433| 0.486| 0.507| 0.564|
| |MSE| 0.451| 0.553| 0.594| 0.663|
**W3**
**1. for the main experiment in tab. 1: what is \tau? 1 ?**
The $\tau$ in Table 1 is 12, and we will mark this in the caption of Table 1.
**2. what does "follow the experimental settings in short-term forecasting baselines, like LSTNet and StemGNN" mean exactly?**
The sentence "follow the experimental settings in short-term forecasting baselines, like LSTNet and StemGNN" in the rebuttal
means that we adopt $\tau\in\{3,6,9,12\}$ in our experiments, following the two papers.
**2.1 The LSTNet paper reports two different error measures, RSE and corr, so one cannot compare numbers directly.**
Since the metrics, the datasets, and the experimental settings of LSTNet are different from our paper and some other baseline papers, we re-run the source code of LSTNet according to our experimental settings and datasets. To ensure a comprehensive assessment, we employed three evaluation metrics in MTS forecasting, namely MAE, RMSE, and MAPE. These evaluation metrics are also commonly utilized in MTS forecasting research, as exemplified by the baselines StemGNN and AGCRN.
**2.2 The StemGNN paper reports RMSE for datasets Solar and Electricity, but they report different numbers than you do (their table 2)**
As aforementioned, the different numbers are derived from the different experimental settings between the StemGNN paper and ours. In the StemGNN paper, for Solar and Electricity datasets, the input length is 24 and the prediction length is 3; while in our settings, both the input length and prediction length are 12. Meanwhile, StemGNN uses Z-score normalization, whereas our model employs min-max normalization.
**3. Do any of the numbers in your table 1 coincide with some published numbers in the baseline papers? And if so, could you mark them, say with a star?**
As explained in our responses to the experimental settings, in our work, we adopt the unified experiments settings for all methods for a fair comparison. Since the experimental settings are different in each baseline paper, we re-run all baseline source codes and report the result numbers carefully. Correspondingly, the results of the baselines reported in our paper may differ from those reported in their original papers. We believe we could advance short-term time series forecasting by using such unified settings for fair comparisons.
Thanks again for your feedback. Hope we have addressed all your concerns.
Authors