Pith. sign in

REVIEW 3 major objections 5 minor 52 references

MillGNN: Learning Multi-Scale Lead-Lag Dependencies for Multi-Variate Time Series Forecasting

T0 review · 3 major / 5 minor · reviewed 2026-08-05 · deepseek-v4-flash

Pith's one-line read A graph network that learns multi-scale lead-lag dependencies between time series can improve multivariate forecasting.

desk verdict A well-engineered new architecture for multi-scale lead-lag forecasting, but the empirical case lacks error bars and the sibling-pair filter makes the 'comprehensive' claim too strong. read the letter →

arxiv 2509.03852 v1 pith:T6VGRMRD submitted 2025-09-04 cs.LG cs.AI

classification cs.LGcs.AI
keywords multivariatetimeseriesforecastinglead-lagdependenciesgraphneuralnetworksmulti-scalegroupingFFTcross-correlationdecay-awareattentionhierarchicalmessagepassing
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

Time series often influence each other after a delay: one sensor reading helps predict another sensor hours later. Most forecasting models either align all series at the same time step or model delays only between individual series, missing delays that operate between groups of series. MillGNN is a graph-neural-network forecaster that learns these lead-lag dependencies at several grouping scales at once. It builds a hierarchy of variate groups from similarity, then per-scale graphs whose edges are FFT-based cross-correlations refined by a decay-aware attention, and finally passes messages both within and across scales. On 11 datasets against 16 state-of-the-art methods, including traffic, electricity, and air-quality data, it reports the best forecasts overall, with the largest margins on data with strong spatial propagation.

What carries the argument

The central objects are the scale-specific lead-lag graph and the hierarchical message-passing scheme. A lead-lag dependency is a delayed effect where one series' past helps predict another series' future. Each scale keeps its own directed graph whose nodes are patches of variates or variate groups; edges are seeded by FFT-based cross-correlation (the 'statistical interpretability') and reweighted by a decay-aware attention mechanism with excitatory and inhibitory rates (the 'data-driven flexibility'). The hierarchical message passing then aggregates fine-grained messages within the same group at scale 0 and coarsened messages from parent groups at higher scales down to the variates, which i

What would settle it

Take a dataset where the only predictive relationship is a delayed effect between two variates that DTW clustering places in different groups. If MillGNN cannot learn that relationship while a version that allows cross-cluster edges can, the static grouping restriction is the limiting factor. More practically, compare test-time error on ETTh2 after re-estimating the lag distribution and updating the graphs versus keeping the training-time graphs fixed.

Watch

Extended reading notes

Core claim

MillGNN claims to be the first forecaster to learn and exploit multi-scale lead-lag dependencies for multivariate time series forecasting. The central claim is that delays exist not only between individual variates but also between variate groups of different sizes, and that capturing both yields material gains. The model computes FFT-based cross-correlations to seed a directed lead-lag graph at each scale, then reweights those edges with a decay-aware attention mechanism that models how influence weakens over time, and then propagates messages within each scale and from coarser groups down to individual variates. The reported result is that MillGNN outperforms 16 baselines on 11 real-world

Load-bearing premise

The model only searches for delayed effects between variates that the training set already clusters together as similar, and that cluster structure never changes at test time; any delay that crosses clusters or shifts over time is invisible to it.

Editorial extensions

If this is right

  • If the central claim holds, forecasting models should stop assuming simultaneous alignment: delays should be searched at both variate and group levels.
  • On datasets with strong spatial propagation, like traffic flow and air pollution, the hierarchical multi-scale lead-lag modeling is the reported source of gains; removing the hierarchy degrades accuracy.
  • The decay-aware reweighting is load-bearing: ablation shows that removing either the cross-correlation initialization or the dynamic weights hurts performance, with the largest drop on air-quality data.
  • The claimed O(SLN) complexity makes the multi-scale message passing affordable on large variate counts, supported by experiments on 862-variate traffic data.
  • The model's weaker result on ETTh2 indicates the approach assumes lag distributions stay similar between training and test.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • A testable extension: monitor the learned time-varying attention weights as a lag-drift alarm; when the lag distribution shifts, re-estimating cross-correlations or re-clustering online could recover accuracy.
  • Because the hierarchy is frozen after training, any important delayed relation between two variates that DTW clustering marks as dissimilar is structurally invisible; a synthetic experiment injecting a lead-lag pair across clusters would reveal this limitation directly.
  • The top-K lag selection in the lead-lag graph can be read as a lag-specific form of channel attention, suggesting that combining it with time-aligned channel-mixing models might generalize beyond the reported baselines.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. MillGNN is a graph-neural-network method for multivariate time series forecasting whose stated contribution is to learn lead-lag dependencies at multiple grouping scales. The method builds a hierarchical clustering of variates from training-set DTW similarities, initializes lead-lag graphs at each scale using FFT-based cross-correlation between sibling groups, refines those graphs with a decay-aware attention mechanism, and then propagates messages within and across scales via hierarchical aggregation and update operations. The paper reports experiments on 11 public datasets against 16 baselines, with ablations, a hyperparameter study, an efficiency study, and a case study on China-AQI.

Significance. The idea of explicitly modeling lead-lag dependencies at multiple grouping scales is a meaningful extension of single-scale lead-lag work such as LIFT and VCformer, and the combination of statistically motivated FFT cross-correlation with learnable decay-aware attention is a plausible and interpretable design. The hierarchical message-passing scheme with duplication is a sensible attempt to keep multi-scale propagation efficient, and the ablations in Table 4 attribute concrete value to each component. However, the central claim of 'comprehensive' multi-scale lead-lag modeling is weakened by a structural restriction in the candidate graph construction, and the stated complexity bound is not established for the configurations actually run. The empirical case is also presented without error bars or significance tests, despite several improvements over strong baselines being small. With targeted revisions, the core idea could be a solid contribution, but in its current form the manuscript overclaims both capacity and empirical support.

major comments (3)
  1. [Sec. 4.2.1, Eq. (10), Sec. 4.1] The candidate filter in Sec. 4.2.1 restricts C^s to group pairs sharing the same parent at scale s+1. Since A^s = C^s ⊙ Λ^s, all cross-cluster pairs have zero weight at every scale. Combined with the train-time-only DTW hierarchy (Sec. 4.1), any lead-lag relationship between variates or groups in different branches of the fixed hierarchy is structurally unreachable, including the long-range 'regional blackout' scenario motivating Sec. 1. The ETTh2 degradation (Sec. 5.2, Fig. 4) is a symptom of this frozen skeleton. This undercuts the 'comprehensive multi-scale lead-lag dependency' claim. Please either generalize candidate selection beyond siblings (e.g., top-K over all pairs or a learned sparsity) or explicitly reframe the contribution and provide evidence about whether cross-cluster lead-lag effects are needed for the reported gains.
  2. [Sec. 4.3.2, Proposition proof] The O(SLN) proof assumes a uniform group size k and a single top-level group (S = log_k N + 1). The hyperparameter settings in Sec. 5.1 contradict this: for Traffic, Electricity, PEMS04/08, and China-AQI, scale-2 group counts are 1–3 and scale-1 counts are 5–25, so the top level is not a single group and per-group sizes are not a constant k. Consequently, the claimed linear-in-N complexity is not established for the configurations actually used. Please provide a complexity proof for general trees (e.g., bounded branching) or report actual edge counts and runtimes for the large datasets, and state the complexity under the reported hyperparameters.
  3. [Tables 2–3, Sec. 5.2] All reported results appear to be single runs without standard errors or significance tests. Several headline gains are small: for example, ETTh1 average MSE is 0.431 versus 0.433 for FilterTS, and on Weather the average MAE of MillGNN (0.275) is not better than TimeMixer (0.271). Because baseline numbers are a mix of cited and re-run values, the claim of consistent superiority over 16 SOTA methods is not statistically supported. At minimum, report mean±std over multiple seeds and significance tests for the key comparisons, and clearly document which numbers are re-run under identical protocols.
minor comments (5)
  1. [Sec. 4.2.2, Eq. (9)] The description of the inhibitory rate is counterintuitive: increasing β_i decreases the magnitude of the negative term exp(-β_i Δ), i.e., it weakens inhibition. Please clarify the intended semantics or rename the quantity to avoid confusion.
  2. [Sec. 4.2.1 and Sec. 4.3.1] Minor language issues: 'patifying' should be 'patchifying'; 'coarsen-grained' would be more standard as 'coarse-grained'.
  3. [Table 2] The 'Count' row is difficult to interpret and appears to be a concatenation of counts for multiple metrics. Please explain its meaning or remove it.
  4. [Fig. 7] The caption lists 'Selected Lags (p0): 1,2,3,4,8' but the main text describes K selected lags. Clarify whether these are patch offsets or absolute time steps, and define p0/p1 consistently.
  5. [Sec. 5.1] The hyperparameter search uses NNI with up to 20 trials on the validation split; please report the validation protocol and how overfitting to the validation set is avoided. Also, the paper would benefit from a code-availability statement.

Circularity Check

0 steps flagged · score 0.0 of 10

No circular construction: lags, graph weights, and forecasts are distinct and externally benchmarked; self-citations are non-load-bearing.

full rationale

I walked the paper's claimed derivation chain. The lags are computed from the input windows via FFT-based cross-correlation (Eq. 2, Sec. 3.3) and materialize as binary initial lead-lag graphs C^s (Eq. 5, Sec. 4.2.1). The dynamic decay weights Λ^s are trained model parameters obtained from learned embeddings and attention (Eqs. 6-9), and the final adjacency is A^s = C^s ⊙ Λ^s (Eq. 10). This is graph construction, not a fitted quantity renamed as a prediction. Forecasts are produced by hierarchical message passing (Eqs. 11-12) and a linear projection (Eq. 13), then evaluated against 16 external baselines on 11 public datasets. The paper's self-citations (GAGNN, Ada-MSHyper, ST-Hyper, etc.) are used for dataset configuration or as related work; none carries a load-bearing inference. The Sec. 4.2.1 restriction of candidate lead-lag pairs to sibling groups under a frozen DTW hierarchy is a structural assumption and a genuine limitation (cross-cluster lead-lag dependencies are unreachable, and the ETTh2 drift discussion in Sec. 5.2 illustrates when it fails), but it is not circular: it does not make any predicted output equivalent to an input or fitted value by construction. No step reduces to its own inputs, so the paper receives a circularity score of 0.

Assumptions & free parameters 6 free parameters · 6 assumptions · 0 invented entities

The central claim rests on per-dataset tunable hyperparameters (scales, group sizes, patch lengths, number of lags, embedding dimension), the standard FFT cross-correlation identity, the domain assumption that lead-lag relations live inside a static train-time similarity clustering, the top-K lag truncation, the exponential decay modeling choice, and idealized uniform-group-size assumptions in the complexity proof. No invented entities are introduced; variate groups are aggregations of observed variates, and excitatory/inhibitory rates are learned scalars rather than new entities with independent evidential handles.

free parameters (6)
  • number of grouping scales S = searched {1,2} or {1,2,3}; optimal 2 on China-AQI (Fig. 5a)
    Sets hierarchy depth; performance rises then declines with S, so it is tuned per dataset.
  • group sizes at scales 1 and 2 = scale 1 from {1,2,3} or {5,10,15,20,25}; scale 2 from {1,2,3}
    Defines which pairs become lead-lag candidates; tuned per dataset.
  • patch length p_s = searched in {2,4,8,12,24}
    Sets the granularity of lead-lag edges per scale.
  • number of selected lags K = searched in {4,6,8,10,15,20}; optimal 5 on China-AQI (Fig. 5b)
    Top-K cross-correlation lags define the initial binary graph C^s in Eq. 5.
  • embedding dimension d_e = optimal 7 on China-AQI (Fig. 5c)
    Dimension of the excitatory/inhibitory rate embeddings in Eq. 7.
  • network dimensions (hidden size d, query/key dim d_a, number of layers) = not reported
    Unspecified in the paper; required for exact reproduction.
assumptions (6)
  • standard math Wiener-Khinchin theorem: FFT-based circular cross-correlation in Eq. 2 estimates true cross-correlations
    Section 3.3; standard result, but no zero-padding note, so circular wraparound is a silent implementation risk.
  • domain assumption Lead-lag dependencies occur mainly between temporally similar variates, so candidate pairs are restricted to those sharing a parent group
    Sections 4.1 and 4.2.1; load-bearing: cross-cluster lead-lag is excluded by construction.
  • domain assumption The train-time grouping (DTW similarity plus spectral clustering) remains valid at test time
    Section 4.1; the paper's own ETTh2 analysis (lag-distribution drift, Fig. 4) shows a concrete failure mode.
  • domain assumption The top-K highest cross-correlation lags include the operative lags, with small K sufficient
    Section 4.2.1; K is tuned per dataset and Fig. 5b shows strong sensitivity to it.
  • ad hoc to paper Exponential decay in lag with excitatory/inhibitory rates (Eq. 9) adequately models lead-lag dynamics
    Section 4.2.2; a modeling choice specific to this paper, validated only by ablations on 3 datasets.
  • ad hoc to paper Uniform group size k and a single top-level group in the complexity proof
    Section 4.3.2 proof; contradicts the actual searched group-size ranges reported in Section 5.1.

how reviews work

0 comments
Cite this review

Pith. "Pith review of MillGNN: Learning Multi-Scale Lead-Lag Dependencies for Multi-Variate Time Series Forecasting." pith.science (2026). https://pith.science/paper/T6VGRMRD

@misc{pith2026250903852,
  author       = {Pith},
  title        = {Pith review of: MillGNN: Learning Multi-Scale Lead-Lag Dependencies for Multi-Variate Time Series Forecasting},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/T6VGRMRD}},
  note         = {Machine review of arXiv:2509.03852}
}
read the original abstract

Multi-variate time series (MTS) forecasting is crucial for various applications. Existing methods have shown promising results owing to their strong ability to capture intra- and inter-variate dependencies. However, these methods often overlook lead-lag dependencies at multiple grouping scales, failing to capture hierarchical lead-lag effects in complex systems. To this end, we propose MillGNN, a novel \underline{g}raph \underline{n}eural \underline{n}etwork-based method that learns \underline{m}ult\underline{i}ple grouping scale \underline{l}ead-\underline{l}ag dependencies for MTS forecasting, which can comprehensively capture lead-lag effects considering variate-wise and group-wise dynamics and decays. Specifically, MillGNN introduces two key innovations: (1) a scale-specific lead-lag graph learning module that integrates cross-correlation coefficients and dynamic decaying features derived from real-time inputs and time lags to learn lead-lag dependencies for each scale, which can model evolving lead-lag dependencies with statistical interpretability and data-driven flexibility; (2) a hierarchical lead-lag message passing module that passes lead-lag messages at multiple grouping scales in a structured way to simultaneously propagate intra- and inter-scale lead-lag effects, which can capture multi-scale lead-lag effects with a balance of comprehensiveness and efficiency. Experimental results on 11 datasets demonstrate the superiority of MillGNN for long-term and short-term MTS forecasting, compared with 16 state-of-the-art methods.

Figures

Figures reproduced from arXiv: 2509.03852 by the authors.

Figure 1
Figure 1. Illustration of lead-lag dependencies at different [PITH_FULL_IMAGE:figures/full_fig_p001_1.png] view at source ↗
Figure 2
Figure 2. Framework of MillGNN. scales is transformed into {𝑿¯ 𝑠 } 𝑆−1 𝑠=0 = {𝑿¯ 0 ,𝑿¯ 1 , · · · ,𝑿¯ 𝑆−1 }, and 𝑿¯ 𝑠 ∈ R 𝑁 𝑠 ×𝑃 𝑠 ×𝑝 𝑠 , where 𝑃 𝑠 = 𝐿/𝑝 𝑠 and 𝑝 𝑠 are the patch number and patch length of scale 𝑠, respectively. At this stage, we construct a hierarchy of time series {𝑿¯ 𝑠 } 𝑆−1 𝑠=0 and their corresponding similarity graphs {𝑫 𝑠 } 𝑆−1 𝑠=0 on multiple grouping scales. When 𝑠 = 0, each variate forms an individual … view at source ↗
Figure 3
Figure 3. Illustration of hierarchical message aggregation. [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (3 more)
Figure 4
Figure 4. Figure 4: Lag distributions of the training and test datasets [PITH_FULL_IMAGE:figures/full_fig_p008_4.png]
Figure 6
Figure 6. Figure 6: Results of the efficiency study. Efficiency compar [PITH_FULL_IMAGE:figures/full_fig_p009_6.png]
Figure 7
Figure 7. Figure 7: Example of multi-scale lead-lag dependencies on [PITH_FULL_IMAGE:figures/full_fig_p009_7.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

52 extracted references · 48 canonical work pages

  1. [1]

    Chris Brooks, Alistair G Rew, and Stuart Ritson. 2001. A trading strategy based on the lead-lag relationship between the spot index and futures contract for the FTSE 100. International Journal of Forecasting 17, 1 (2001), 31–44

  2. [2]

    Wanlin Cai, Yuxuan Liang, Xianggen Liu, Jianshuai Feng, and Yuankai Wu. 2024. MSGNet: Learning multi-scale inter-series correlations for multivariate time series forecasting. In Proceedings of the AAAI Conference on Artificial Intelligence . AAAI Press, 11141–11149

  3. [3]

    Ling Chen, Donghui Chen, Zongjiang Shang, Binqing Wu, Cen Zheng, Bo Wen, and Wei Zhang. 2023. Multi-scale adaptive graph neural network for multivariate time series forecasting. IEEE Transactions on Knowledge and Data Engineering 35, 10 (2023), 10748–10761

  4. [4]

    Ling Chen, Jiahui Xu, Binqing Wu, and Jianlong Huang. 2023. Group-aware graph neural network for nationwide city air quality forecasting. ACM Transactions on Knowledge Discovery from Data 18, 3 (2023), 1–20

  5. [5]

    Peng Chen, Yingying Zhang, Yunyao Cheng, Yang Shu, Yihang Wang, Qingsong Wen, Bin Yang, and Chenjuan Guo. 2024. Multi-scale transformers with adaptive pathways for time series forecasting. In International Conference on Learning Representations. OpenReview.Net

  6. [6]

    Vijay Ekambaram, Arindam Jati, Nam Nguyen, Phanwadee Sinthong, and Jayant Kalagnanam. 2023. TSMixer: Lightweight MLP-mixer model for multivariate time series forecasting. In Proceedings of the ACM SIGKDD Conference on Knowledge 1https://weatherspark.com/ Discovery and Data Mining . Association for Computing Machinery, New York, NY, USA, 459–469

  7. [7]

    William L Hamilton. 2020. Graph representation learning. Morgan & Claypool Publishers

  8. [8]

    Qihe Huang, Lei Shen, Ruixin Zhang, Jiahuan Cheng, Shouhong Ding, Zhengyang Zhou, and Yang Wang. 2024. Hdmixer: Hierarchical dependency with extend- able patch for multivariate time series forecasting. In Proceedings of the AAAI Conference on Artificial Intelligence. AAAI Press, 12608–12616

Show all 52 references
  1. [9]

    Qihe Huang, Lei Shen, Ruixin Zhang, Shouhong Ding, Binwu Wang, Zhengyang Zhou, and Yang Wang. 2023. CrossGNN: Confronting noisy multivariate time series via cross interaction refinement. Advances in Neural Information Processing Systems 36 (2023), 46885–46902

  2. [10]

    Xu Huang, Chuyao Luo, Bowen Zhang, Huiwei Lin, Xutao Li, and Yunming Ye. 2024. iTrendRNN: An interpretable trend-aware RNN for meteorological spatiotemporal Prediction. In Proceedings of the AAAI Conference on Artificial Intelligence. AAAI Press, 22132–22140

  3. [11]

    Jiawei Jiang, Chengkai Han, Wayne Xin Zhao, and Jingyuan Wang. 2023. PDFormer: Propagation delay-aware aynamic long-range transformer for traffic flow prediction. In Proceedings of the AAAI Conference on Artificial Intelligence . AAAI Press, 4365–4373

  4. [12]

    Thomas N Kipf and Max Welling. 2017. Semi-Supervised Classification with Graph Convolutional Networks. In International Conference on Learning Repre- sentations. OpenReview.Net

  5. [13]

    Linze Li and William Ferreira. 2025. Follow the Leader: Enhancing Systematic Trend-Following Using Network Momentum. arXiv preprint arXiv:2501.07135 (2025)

  6. [14]

    Linsen Li, Chunfei Jian, Feng Wan, Dongdong Geng, Ziquan Fang, Lu Chen, Yunjun Gao, Weihao Jiang, and Jiang Zhu. 2024. LagCNN: A Fast yet Effective Model for Multivariate Long-term Time Series Forecasting. In Proceedings of the ACM International Conference on Information and K...

  7. [15]

    Shengsheng Lin, Weiwei Lin, Wentai Wu, Feiyu Zhao, Ruichao Mo, and Haotong Zhang. 2023. Segrnn: Segment recurrent neural network for long-term time series forecasting. arXiv preprint arXiv:2308.11200 (2023)

  8. [16]

    Shengsheng Lin, Weiwei Lin, HU Xinyi, Wentai Wu, Ruichao Mo, and Haocheng Zhong. 2024. CycleNet: Enhancing Time Series Forecasting through Modeling Periodic Patterns. Advances in Neural Information Processing Systems 37 (2024), 106315–106345

  9. [17]

    Minhao Liu, Ailing Zeng, Muxi Chen, Zhijian Xu, Qiuxia Lai, Lingna Ma, and Qiang Xu. 2022. SCINet: Time series modeling and forecasting with sample convolution and interaction. Advances in Neural Information Processing Systems 35 (2022), 5816–5828

  10. [18]

    Yong Liu, Tengge Hu, Haoran Zhang, Haixu Wu, Shiyu Wang, Lintao Ma, and Mingsheng Long. 2024. iTransformer: Inverted transformers are effective for time series forecasting. In International Conference on Learning Representations . OpenReview.Net

  11. [19]

    Yong Liu, Haixu Wu, Jianmin Wang, and Mingsheng Long. 2022. Non-stationary transformers: Exploring the stationarity in time series forecasting. Advances in Neural Information Processing Systems 35 (2022), 9881–9893

  12. [20]

    Qingqing Long, Zheng Fang, Chen Fang, Chong Chen, Pengfei Wang, and Yuanchun Zhou. 2024. Unveiling Delay Effects in Traffic Forecasting: A Perspec- tive from Spatial-Temporal Delay Differential Equations. In Proceedings of the ACM on Web Conference 2024. Association for Comput...

  13. [21]

    Microsoft. 2021. Neural Network Intelligence. https://github.com/microsoft/nni

  14. [22]

    Wancen Mu, Jiawen Chen, Eric S Davis, Kathleen Reed, Douglas Phanstiel, Michael I Love, and Didong Li. 2025. Gaussian processes for time series with lead–lag effects with applications to biology data.Biometrics 81, 1 (2025), ujae156

  15. [23]

    Yuqi Nie, Nam H Nguyen, Phanwadee Sinthong, and Jayant Kalagnanam. 2022. A time series is worth 64 words: Long-term forecasting with transformers. In International Conference on Learning Representations . OpenReview.Net

  16. [24]

    Xihao Piao, Zheng Chen, Taichi Murayama, Yasuko Matsubara, and Yasushi Saku- rai. 2024. Fredformer: Frequency debiased transformer for time series forecasting. In Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. Association for Computing Ma...

  17. [25]

    David Salinas, Valentin Flunkert, Jan Gasthaus, and Tim Januschowski. 2020. DeepAR: Probabilistic forecasting with autoregressive recurrent networks. Inter- national Journal of Forecasting 36, 3 (2020), 1181–1191

  18. [26]

    Zongjiang Shang and Ling Chen. 2024. Mshyper: Multi-scale hypergraph trans- former for long-range time series forecasting. arXiv preprint arXiv:2401.09261 (2024)

  19. [27]

    Zongjiang Shang, Ling Chen, Binqing Wu, and Dongliang Cui. 2024. Ada- MSHyper: Adaptive Multi-Scale Hypergraph Transformer for Time Series Fore- casting. In The Thirty-eighth Annual Conference on Neural Information Processing Systems, Vol. 37. 33310–33337

  20. [28]

    Ke Sun, Pei Liu, Pengfei Li, and Zhifang Liao. 2024. ModWaveMLP: MLP-Based mode decomposition and wavelet denoising model to defeat complex structures in traffic forecasting. In Proceedings of the AAAI Conference on Artificial Intelligence . AAAI Press, 9035–9043

  21. [29]

    Changyuan Tian, Zhicong Lu, Zequn Zhang, Heming Yang, Wei Cao, Zhi Guo, Xian Sun, and Li Jin. 2025. HyperMixer: Specializable Hypergraph Channel Mixing for Long-term Multivariate Time Series Forecasting. In Proceedings of the AAAI Conference on Artificial Intelligence , Vol. 3...

  22. [30]

    Shiyu Wang, Haixu Wu, Xiaoming Shi, Tengge Hu, Huakun Luo, Lintao Ma, James Y Zhang, and JUN ZHOU. 2024. TimeMixer: Decomposable multiscale mixing for time series forecasting. In International Conference on Learning Repre- sentations. OpenReview.Net

  23. [31]

    Yulong Wang, Yushuo Liu, Xiaoyi Duan, and Kai Wang. 2025. FilterTS: Com- prehensive Frequency Filtering for Multivariate Time Series Forecasting. In Proceedings of the AAAI Conference on Artificial Intelligence , Vol. 39. AAAI Press, 21375–21383

  24. [32]

    Norbert Wiener. 1930. Generalized harmonic analysis. Acta mathematica 55, 1 (1930), 117–258

  25. [33]

    Billy M Williams and Lester A Hoel. 2003. Modeling and forecasting vehicular traffic flow as a seasonal ARIMA process: Theoretical basis and empirical results. Journal of Transportation Engineering 129, 6 (2003), 664–672

  26. [34]

    Binqing Wu and Ling Chen. 2023. DSTCGCN: Learning dynamic spatial-temporal cross dependencies for traffic forecasting. arXiv preprint arXiv:2307.00518 (2023)

  27. [35]

    Binqing Wu, Weiqi Chen, Wengwei Wang, Bingqing Peng, Liang Sun, and Ling Chen. 2024. WeatherGNN: Exploiting meteo- and spatial-dependencies for local numerical weather prediction bias-correction. In International Joint Conference on Artificial Intelligence. 2433–2441

  28. [36]

    Binqing Wu, Jianlong Huang, Zongjiang Shang, and Ling Chen. 2025. ST-Hyper: Learning High-Order Dependencies Across Multiple Spatial-Temporal Scales for Multivariate Time Series Forecasting. arXiv preprint arXiv:2509.02217 (2025)

  29. [37]

    Chun-Hsin Wu, Jan-Ming Ho, and Der-Tsai Lee. 2004. Travel-time prediction with support vector regression. IEEE Transactions on Intelligent Transportation Systems 5, 4 (2004), 276–281

  30. [38]

    Haixiang Wu. 2025. Revisiting Attention for Multivariate Time Series Forecasting. In Proceedings of the AAAI Conference on Artificial Intelligence , Vol. 39. AAAI Press, 21528–21535

  31. [39]

    Haixu Wu, Tengge Hu, Yong Liu, Hang Zhou, Jianmin Wang, and Mingsheng Long

  32. [40]

    Haixu Wu, Jiehui Xu, Jianmin Wang, and Mingsheng Long. 2021. Autoformer: De- composition transformers with auto-correlation for long-term series forecasting. Advances in Neural Information Processing Systems 34 (2021), 22419–22430

  33. [41]

    Zonghan Wu, Shirui Pan, Guodong Long, Jing Jiang, Xiaojun Chang, and Chengqi Zhang. 2020. Connecting the dots: Multivariate time series forecasting with graph neural networks. In Proceedings of the ACM SIGKDD Conference on Knowledge Discovery and Data Mining . Association for ...

  34. [42]

    Yingnan Yang, Qingling Zhu, and Jianyong Chen. 2024. VCformer: Variable Correlation Transformer with Inherent Lagged Correlation for Multivariate Time Series Forecasting. In International Joint Conference on Artificial Intelligence . 5335–5343

  35. [43]

    Zhitao Ying, Jiaxuan You, Christopher Morris, Xiang Ren, Will Hamilton, and Jure Leskovec. 2018. Hierarchical graph representation learning with differentiable pooling. Advances in neural information processing systems 31 (2018)

  36. [44]

    Ailing Zeng, Muxi Chen, Lei Zhang, and Qiang Xu. 2023. Are transformers effective for time series forecasting?. In Proceedings of the AAAI conference on artificial intelligence. AAAI Press, 11121–11128

  37. [45]

    Yichi Zhang, Mihai Cucuringu, Alexander Shestopaloff, and Stefan Zohren. 2023. Dynamic time warping for lead-lag relationship detection in lagged multi-factor models. In Proceedings of ACM International Conference on AI in Finance . Associa- tion for Computing Machinery, 454–462

  38. [46]

    Yunhao Zhang and Junchi Yan. 2023. Crossformer: Transformer utilizing cross- dimension dependency for multivariate time series forecasting. In International Conference on Learning Representations . OpenReview.net

  39. [47]

    Lifan Zhao and Yanyan Shen. 2024. Rethinking channel dependence for multi- variate time series forecasting: Learning from leading indicators. In International Conference on Learning Representations . OpenReview.Net

  40. [48]

    Haoyi Zhou, Shanghang Zhang, Jieqi Peng, Shuai Zhang, Jianxin Li, Hui Xiong, and Wancai Zhang. 2021. Informer: Beyond efficient transformer for long se- quence time-series forecasting. In Proceedings of the AAAI conference on artificial intelligence. AAAI Press, 11106–11115

  41. [49]

    Tian Zhou, Ziqing Ma, Qingsong Wen, Xue Wang, Liang Sun, and Rong Jin. 2022. FEDformer: Frequency enhanced decomposed transformer for long-term series forecasting. In Proceedings of the International Conference on Machine Learning . PMLR, 27268–27286

  42. [50]

    Nanyang Zhu, Ying Wang, Kun Yuan, Jiahao Yan, Yaping Li, and Kaifeng Zhang

  43. [2023]

    In International Conference on Learning Representations

    TimesNet: Temporal 2D-variation modeling for general time series analysis. In International Conference on Learning Representations . OpenReview.Net

  44. [2024]

    Applied Energy 364 (2024), 123194

    GGNet: A novel graph structure for power forecasting in renewable power plants considering temporal lead-lag correlations. Applied Energy 364 (2024), 123194

Pith tools

Reviewed August 5, 2026 · model on record in the stance chip above.