REVIEW 3 major objections 4 minor 4 cited by
Diffusion Models for Time Series Forecasting: A Survey
T0 review · 3 major / 4 minor · reviewed 2026-08-06 · deepseek-v4-flash
Pith's one-line read This survey organizes the diffusion-based time series forecasting literature into a two-axis taxonomy: conditioning source (history vs. multimodal data) and integration (feature-centric vs. diffusion-centric).
desk verdict Useful survey with a genuinely new two-axis taxonomy, but the central figure mislabels five history-conditioned models as multimodal and double-assigns TMDM — fix that before trusting the map. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The engine of the survey is the two-axis taxonomy. Axis 1, condition source, separates models by what information guides generation: historical time series, used raw or transformed, versus multimodal data such as text, images, and timestamps. Axis 2, condition integration, separates models by where conditioning acts inside the generative model: feature-centric methods encode the history with a denoising network while keeping the standard trajectory, whereas diffusion-centric methods alter the trajectory itself, for example by interpolating the forward process toward a learned prior, by using a Brownian bridge between history and future, or by making the forward step a sliding interpolation along the time axis. Underneath the taxonomy sits the DDPM noise-prediction objective $L = \mathbb{E}_{Y_0,c,t,\epsilon}\|\epsilon - \epsilon_\theta(Y_t, c, t)\|^2$; feature-centric models keep this objective and change $\epsilon_\theta$, while diffusion-centric models change how $Y_t$ is produced. The taxonomy does the work of converting a model-by-model literature into a design space in which each paper's contribution is its position and its neighbors.
What would settle it
A concrete test is a systematic assignment of a large sample of published diffusion-based TSF models to the four cells following the paper's definitions; if any model has to occupy two cells on the same axis, the taxonomy's dichotomy fails. A particularly sharp check is a model whose forward process both keeps standard Gaussian noise and interpolates toward a historical prior while its denoiser also applies memory-based adaptive conditioning, since such a model would be inherently hybrid on the integration axis.
Extended reading notes
Core claim
The central claim is organizational: the growing literature on diffusion-based time series forecasting can be systematically organized along two independent dimensions, and each existing approach can be placed within the resulting map. The first dimension, condition source, distinguishes models that condition on historical time series from models that condition on multimodal data, with historical conditions subdivided into raw, multi-scale, decomposition, spectrum, retrieval-reference, and latent strategies, and multimodal conditions subdivided into enhanced signals derived from the series and external side information. The second dimension, condition integration, distinguishes feature-centric methods, which keep the standard forward noising and reverse denoising processes and invest in the denoising network, from diffusion-centric methods, which modify the generative trajectory by injecting historical priors into the forward process or by reformulating the forward dynamics altogether. The paper presents this as the systematic categorization earlier surveys did not provide.
Load-bearing premise
The map holds only if every diffusion-based TSF model lands in exactly one category on each axis, with no model mixing feature-centric and diffusion-centric integration and no model straddling the historical versus multimodal source split.
Editorial extensions
If this is right
- A researcher encountering a new diffusion-based TSF model can locate it on the two axes and immediately identify its closest relatives and the design pattern it extends.
- Comparing feature-centric and diffusion-centric approaches becomes a principled question: whether investing in the denoiser or in the trajectory yields better probabilistic calibration on a given dataset.
- The taxonomy exposes open cells and underexplored combinations, such as trajectory-level multimodal conditioning, which the paper identifies as a future direction.
- The limitations the paper lists, including fixed input shapes, shallow multimodal fusion, heavy inference cost, and thin evaluation, recur across many cells, so progress on them would benefit the whole map.
Reading between the lines
- Beyond the survey itself, the taxonomy invites a quantitative stress test: collect a broad sample of published diffusion-based TSF models, assign each to one of the four cells, and check whether models in the same cell cluster on benchmark performance; this would require re-running models under uniform history lengths, horizons, and normalization, since the survey's own tables are not controlled c
- The boundary between the two source categories is softer than a dichotomy: multimodal "enhanced" conditions are derived from the same historical series, so on a continuum of provenance they sit between pure history and true external data.
- A testable design prediction follows from the diffusion-centric category: if injecting historical priors into the forward process helps non-stationary series, then diffusion-centric models should show the largest gains on datasets with regime shifts and volatility, and a benchmark split by change-point density could confirm this.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This survey reviews diffusion models for time series forecasting (TSF). Its central contribution is a proposed two-axis taxonomy: the condition source (historical time series vs. multimodal data) and the condition integration mechanism (feature-centric vs. diffusion-centric). The paper first introduces DDPM and DDIM foundations, then organizes roughly two dozen diffusion-based TSF models into the taxonomy, describes datasets and evaluation metrics, and closes with limitations and future directions.
Significance. If the taxonomy were internally consistent, it would provide a useful organizing map for a rapidly growing literature, distinguishing this survey from prior model-by-model reviews. The paper is comprehensive in coverage, gives a clear mathematical template for many models, and includes a useful summary of datasets and metrics. Its main value is organizational; the numerical comparison tables are secondary and are not used to derive the taxonomy.
major comments (3)
- [Fig. 2 / Sections 3.2 and 4.2] Figure 2 double-assigns TMDM, placing it under both Historical Time Series and Multimodal Data, and also lists NsDiff, REDI, DYffusion, S2DBM, and ARMD under Multimodal Data. Section 3.2, the only section defining multimodal conditioning, discusses only LDM4TS (Enhanced) and MCD-TSF (External), and the Section 4.2 descriptions of NsDiff, REDI, DYffusion, S2DBM, and ARMD condition only on historical series or internal dynamics (Eqs. (41)-(51)). This contradicts the abstract's central claim of a systematic exclusive two-axis categorization. The figure entries should be corrected, or the condition-source axis should be explicitly redefined; Section 7.2 does not list this inconsistency as a limitation of the survey itself.
- [Sections 3 and 4] The paper never states how the two taxonomy axes compose, so it is unclear whether every model is supposed to occupy exactly one cell. For example, LDM4TS appears under multimodal conditioning in Section 3.2 and under convolutional feature-centric integration in Section 4.1, while TMDM appears under both source categories in Fig. 2. If the axes are independent, the text should say so and assign each model a unique source-integration pair; if they are not independent, the taxonomy needs restructuring. Without this, the claimed exhaustive partition is not verifiable.
- [Tables 4-6] The numerical comparison tables mix results obtained under incompatible protocols: Table 4 has blocks with history {48,96,192,336}/prediction {96,168,336,720}, history {1000}/prediction {192}, and history {96}/prediction {96}; Table 5 has a block with history {96,192,336,720,1440} and per-dataset prediction lengths 168, 168, 672, 14, and 168; Table 6 varies similarly. The caption notes provenance of entries but not that cross-block comparisons are invalid. The tables should either be limited to a single protocol, or the captions should explicitly state that no comparison across blocks is meaningful and provide per-protocol configurations.
minor comments (4)
- [Table 3] In the ARMD row of Table 3, the first dataset entry is listed as "Metric"; this appears to be a typo and should be corrected to the actual dataset name.
- [Section 2.3, Eq. (14)] The description of classifier guidance says the classifier is "trained to predict the historical time series x from the noisy future sequence"; in standard classifier guidance for forecasting the role of the classifier is to evaluate the condition given the noisy sample. Please rephrase to match the standard formulation or clarify the intended direction.
- [Fig. 2 and Section 4.2] The model name is spelled "DYffusion" in Section 4.2 and "Dyffusion" in Fig. 2; please standardize the spelling.
- [Reference [39]] Reference [39], "Text reinforcement for multimodal time series forecasting," is listed as "arXiv preprint, 2025" without an arXiv identifier; completing the reference would improve reproducibility of the survey's bibliography.
Circularity Check
No significant circularity: the survey's taxonomy and comparisons are organizational, not derived from fitted values or self-cited theorems.
full rationale
This is a literature survey; it makes no empirical predictions and fits no parameters. The central claim is a two-axis categorization (condition source and condition integration). The categories are introduced definitionally in Sections 3 and 4 and then populated with examples; no surveyed model's reported result is used to define a category, and no category is defined by the performance of its members. The paper cites several works by its own authors (e.g., MCD-TSF [94]) as instances of external multimodal conditioning, but the taxonomy does not depend on the truth or performance of those works, and the 'external multimodal' subcategory is also independently meaningful (timestamp and text side information) even if the example were removed. No uniqueness theorem is imported from the authors' prior work, and no ansatz is smuggled in via citation: the diffusion formulas in Section 2 are standard DDPM/DDIM equations attributed to Ho et al. and Song et al. The only notable defect is internal consistency of Fig. 2 (e.g., TMDM appears under both Historical Time Series and Multimodal Data, and several non-multimodal models are listed under Multimodal Data), but that is a correctness/classification inconsistency, not a circular derivation. Accordingly the circularity burden is minimal.
Assumptions & free parameters
assumptions (2)
- standard math The DDPM and DDIM equations in Section 2 correctly follow Ho et al. [54] and Song et al. [77].
- ad hoc to paper The two-axis taxonomy (condition source x condition integration) is a sufficient and non-overlapping partition of diffusion-based TSF models.
Cite this review
Pith. "Pith review of Diffusion Models for Time Series Forecasting: A Survey." pith.science (2026). https://pith.science/paper/SXG5YAB7
@misc{pith2026250714507,
author = {Pith},
title = {Pith review of: Diffusion Models for Time Series Forecasting: A Survey},
year = {2026},
howpublished = {\url{https://pith.science/paper/SXG5YAB7}},
note = {Machine review of arXiv:2507.14507}
}
read the original abstract
Diffusion models, initially developed for image synthesis, demonstrate remarkable generative capabilities. Recently, their application has expanded to time series forecasting (TSF), yielding promising results. Existing surveys on time series primarily focus on the application of diffusion models to time series tasks or merely provide model-by-model introductions of diffusion-based TSF models, without establishing a systematic taxonomy for existing diffusion-based TSF models. In this survey, we firstly introduce several standard diffusion models and their prevalent variants, explaining their adaptation to TSF tasks. Then, we provide a comprehensive review of diffusion models for TSF, paying special attention to the sources of conditional information and the mechanisms for integrating this conditioning within the models. In analyzing existing approaches using diffusion models for TSF, we provide a systematic categorization and a comprehensive summary of them in this survey. Furthermore, we examine several foundational diffusion models applied to TSF, alongside commonly used datasets and evaluation metrics. Finally, we discuss the progress and limitations of these approaches, as well as potential future research directions for diffusion-based TSF. Overall, this survey offers a comprehensive overview of recent progress and future prospects for diffusion models in TSF, serving as a valuable reference for researchers in the field.
Figures
Figures from the paper (3 more)
Forward citations
Cited by 4 Pith papers
-
EMFusion: Uncertainty-Aware Conditional Diffusion Model for Multivariate Narrow-band Exposure Forecasting
On an 8-month Italian hospital EMF dataset, a working-hour-conditioned multivariate diffusion forecaster beats the best baseline in CRPS and NRMSE, though the headline percentages do not match the paper's own aggregate table.
-
Text as Partial Constraint: Core-Residual Alignment for Robust Vision-Language Learning
Aligning images to multi-view caption cores while suppressing orthogonal residual text and disagreement-aware temperature improves robust zero-shot recognition and LVLM transfer.
-
Differencing the Diffusion Trajectory toward Uncertain Components for Time Series Forecasting
DiffDiff rewires diffusion forecasting so corruption gradually emphasizes second-order differences, concentrating generation on history-uncertain parts and improving forecasts on seven benchmarks.
-
Text Reinforcement for Multimodal Time Series Forecasting
Reinforcement learning trains an LLM to generate improved text from time series, improving multimodal forecasting on Time-MMD.
Reference graph
Works this paper leans on
-
[1]
Probabilistic electric load forecasting: A tutorial review,
T. Hong and S. Fan, “Probabilistic electric load forecasting: A tutorial review,” International Journal of Forecasting, vol. 32, no. 3, pp. 914–938, 2016
2016
-
[2]
Forecasting energy consumption time series using machine learning techniques based on usage patterns of residential householders,
J.-S. Chou and D.-S. Tran, “Forecasting energy consumption time series using machine learning techniques based on usage patterns of residential householders,” Energy, vol. 165, pp. 709–726, 2018
2018
-
[3]
Forecasting energy demand in china and india: Using single-linear, hybrid-linear, and non-linear time series forecast techniques,
Q. Wang, S. Li, and R. Li, “Forecasting energy demand in china and india: Using single-linear, hybrid-linear, and non-linear time series forecast techniques,” Energy, vol. 161, pp. 821–831, 2018
2018
-
[4]
Short-term traffic flow fore- casting: An experimental comparison of time-series analysis and supervised learning,
M. Lippi, M. Bertini, and P . Frasconi, “Short-term traffic flow fore- casting: An experimental comparison of time-series analysis and supervised learning,” IEEE Transactions on Intelligent Transportation Systems, vol. 14, no. 2, pp. 871–882, 2013
2013
-
[5]
Diffusion convolutional recurrent neural network: Data-driven traffic forecasting,
Y. Li, R. Yu, C. Shahabi, and Y. Liu, “Diffusion convolutional recurrent neural network: Data-driven traffic forecasting,” arXiv preprint arXiv:1707.01926, 2017
arXiv 2017
-
[6]
Traffic flow forecast through time series analysis based on deep learning,
J. Zheng and M. Huang, “Traffic flow forecast through time series analysis based on deep learning,” IEEE access, vol. 8, pp. 82 562– 82 570, 2020
2020
-
[7]
Statistical pattern recognition for structural health monitoring using time series modeling: Theory and experimental verifications,
M. Gul and F. N. Catbas, “Statistical pattern recognition for structural health monitoring using time series modeling: Theory and experimental verifications,” Mechanical Systems and Signal Processing, vol. 23, no. 7, pp. 2192–2204, 2009
2009
-
[8]
Statistical time series methods for structural health monitoring,
S. D. Fassois and J. S. Sakellariou, “Statistical time series methods for structural health monitoring,” Encyclopedia of structural health monitoring, pp. 443–472, 2009
2009
Show all 110 references
-
[9]
Predicting blood glucose with an lstm and bi-lstm based deep neural network,
Q. Sun, M. V . Jankovic, L. Bally, and S. G. Mougiakakou, “Predicting blood glucose with an lstm and bi-lstm based deep neural network,” in 2018 14th symposium on neural networks and applications (NEUREL). IEEE, 2018, pp. 1–5
2018
-
[10]
Autoformer: Decomposition transformers with auto-correlation for long-term series forecast- ing,
H. Wu, J. Xu, J. Wang, and M. Long, “Autoformer: Decomposition transformers with auto-correlation for long-term series forecast- ing,” Advances in neural information processing systems , vol. 34, pp. 22 419–22 430, 2021
2021
-
[11]
Fedformer: Frequency enhanced decomposed transformer for long-term series forecasting,
T. Zhou, Z. Ma, Q. Wen, X. Wang, L. Sun, and R. Jin, “Fedformer: Frequency enhanced decomposed transformer for long-term series forecasting,” in International conference on machine learning. PMLR, 2022, pp. 27 268–27 286
2022
-
[12]
A time series is worth 64 words: Long-term forecasting with transformers,
Y. Nie, N. H. Nguyen, P . Sinthong, and J. Kalagnanam, “A time series is worth 64 words: Long-term forecasting with transformers,” arXiv preprint arXiv:2211.14730, 2022
2022 arXiv
-
[13]
Tri- former: Triangular, variable-specific attentions for long sequence multivariate time series forecasting–full version,
R.-G. Cirstea, C. Guo, B. Yang, T. Kieu, X. Dong, and S. Pan, “Tri- former: Triangular, variable-specific attentions for long sequence multivariate time series forecasting–full version,” arXiv preprint arXiv:2204.13767, 2022
2022 arXiv
-
[14]
Multivariate time series prediction based on temporal change information learning method,
W. Zheng and J. Hu, “Multivariate time series prediction based on temporal change information learning method,” IEEE Transactions on Neural Networks and Learning Systems , vol. 34, no. 10, pp. 7034– 7048, 2022
2022
-
[15]
itransformer: Inverted transformers are effective for time series forecasting,
Y. Liu, T. Hu, H. Zhang, H. Wu, S. Wang, L. Ma, and M. Long, “itransformer: Inverted transformers are effective for time series forecasting,” arXiv preprint arXiv:2310.06625, 2023
2023 arXiv
-
[16]
Spatio-temporal graph convolutional networks: A deep learning framework for traffic forecasting,
B. Yu, H. Yin, and Z. Zhu, “Spatio-temporal graph convolutional networks: A deep learning framework for traffic forecasting,” arXiv preprint arXiv:1709.04875, 2017
2017 arXiv
-
[17]
Spatio- temporal graph structure learning for traffic forecasting,
Q. Zhang, J. Chang, G. Meng, S. Xiang, and C. Pan, “Spatio- temporal graph structure learning for traffic forecasting,” in Proceedings of the AAAI conference on artificial intelligence , vol. 34, no. 01, 2020, pp. 1177–1185
2020
-
[18]
Spectral temporal graph neural network for multivariate time-series forecasting,
D. Cao, Y. Wang, J. Duan, C. Zhang, X. Zhu, C. Huang, Y. Tong, B. Xu, J. Bai, J. Tong et al. , “Spectral temporal graph neural network for multivariate time-series forecasting,” Advances in neural information processing systems , vol. 33, pp. 17 766–17 778, 2020
2020
-
[19]
Time-mmd: A new multi-domain multimodal dataset for time series analysis,
H. Liu, S. Xu, Z. Zhao, L. Kong, H. Kamarthi, A. B. Sasanur, M. Sharma, J. Cui, Q. Wen, C. Zhang et al., “Time-mmd: A new multi-domain multimodal dataset for time series analysis,” arXiv preprint arXiv:2406.08627, 2024
2024 arXiv
-
[20]
Chattime: A unified multimodal time series foundation model bridging numerical and textual data,
C. Wang, Q. Qi, J. Wang, H. Sun, Z. Zhuang, J. Wu, L. Zhang, and J. Liao, “Chattime: A unified multimodal time series foundation model bridging numerical and textual data,” in Proceedings of the AAAI Conference on Artificial Intelligence, vol. 39, no. 12, 2025, pp. 12 694–12 702
2025
-
[21]
Time-vlm: Exploring multimodal vision-language models for augmented time series forecasting,
S. Zhong, W. Ruan, M. Jin, H. Li, Q. Wen, and Y. Liang, “Time-vlm: Exploring multimodal vision-language models for augmented time series forecasting,” arXiv preprint arXiv:2502.04395, 2025
2025 arXiv
-
[22]
G. E. Box, G. M. Jenkins, G. C. Reinsel, and G. M. Ljung, Time series analysis: forecasting and control. John Wiley & Sons, 2015
2015
-
[23]
Arima models,
R. H. Shumway, D. S. Stoffer, R. H. Shumway, and D. S. Stoffer, “Arima models,” Time series analysis and its applications: with R examples, pp. 75–163, 2017
2017
-
[24]
Exponential smoothing: The state of the art,
E. S. Gardner Jr, “Exponential smoothing: The state of the art,” Journal of forecasting, vol. 4, no. 1, pp. 1–28, 1985
1985
-
[25]
Hyndman, A
R. Hyndman, A. B. Koehler, J. K. Ord, and R. D. Snyder,Forecasting with exponential smoothing: the state space approach. Springer Science & Business Media, 2008
2008
-
[26]
Forecasting time series with complex seasonal patterns using exponential smoothing,
A. M. De Livera, R. J. Hyndman, and R. D. Snyder, “Forecasting time series with complex seasonal patterns using exponential smoothing,” Journal of the American statistical association , vol. 106, no. 496, pp. 1513–1527, 2011
2011
-
[27]
Recurrent neural networks and robust time series prediction,
J. T. Connor, R. D. Martin, and L. E. Atlas, “Recurrent neural networks and robust time series prediction,” IEEE transactions on neural networks, vol. 5, no. 2, pp. 240–254, 1994
1994
-
[28]
A rnn based time series approach for forecasting turkish electricity load,
A. Tokgöz and G. Ünal, “A rnn based time series approach for forecasting turkish electricity load,” in 2018 26th Signal processing and communications applications conference (SIU). IEEE, 2018, pp. 1–4
2018
-
[29]
Recurrent neural networks for time series forecasting: Current status and future directions,
H. Hewamalage, C. Bergmeir, and K. Bandara, “Recurrent neural networks for time series forecasting: Current status and future directions,” International Journal of Forecasting , vol. 37, no. 1, pp. 388–427, 2021
2021
-
[30]
Multivariate time series forecasting using multiscale recurrent networks with scale attention and cross-scale guidance,
Q. Guo, L. Fang, R. Wang, and C. Zhang, “Multivariate time series forecasting using multiscale recurrent networks with scale attention and cross-scale guidance,” IEEE Transactions on Neural Networks and Learning Systems, 2023
2023
-
[31]
Conditional time series forecasting with convolutional neural networks,
A. Borovykh, S. Bohte, and C. W. Oosterlee, “Conditional time series forecasting with convolutional neural networks,” arXiv preprint arXiv:1703.04691, 2017
2017 arXiv
-
[32]
A cnn–lstm model for gold price time-series forecasting,
I. E. Livieris, E. Pintelas, and P . Pintelas, “A cnn–lstm model for gold price time-series forecasting,” Neural computing and applications, vol. 32, no. 23, pp. 17 351–17 360, 2020. 19
2020
-
[33]
Analysis and forecasting of financial time series using cnn and lstm-based deep learning models,
S. Mehtab and J. Sen, “Analysis and forecasting of financial time series using cnn and lstm-based deep learning models,” in Advances in Distributed Computing and Machine Learning: Proceedings of ICADCML 2021. Springer, 2022, pp. 405–423
2021
-
[34]
Ctfnet: Long-sequence time-series forecasting based on convolution and time–frequency analysis,
Z. Zhang, Y. Chen, D. Zhang, Y. Qian, and H. Wang, “Ctfnet: Long-sequence time-series forecasting based on convolution and time–frequency analysis,” IEEE Transactions on Neural Networks and Learning Systems, 2023
2023
-
[35]
Enhancing the locality and breaking the memory bottleneck of transformer on time series forecasting,
S. Li, X. Jin, Y. Xuan, X. Zhou, W. Chen, Y.-X. Wang, and X. Yan, “Enhancing the locality and breaking the memory bottleneck of transformer on time series forecasting,” Advances in neural information processing systems, vol. 32, 2019
2019
-
[36]
Deep transformer models for time series forecasting: The influenza prevalence case,
N. Wu, B. Green, X. Ben, and S. O’Banion, “Deep transformer models for time series forecasting: The influenza prevalence case,” arXiv preprint arXiv:2001.08317, 2020
2001 arXiv
-
[37]
Wavelet trans- former: An effective method on multiple periodic decomposition for time series forecasting,
W. Wei, Z. Wang, B. Pang, J. Wang, and X. Liu, “Wavelet trans- former: An effective method on multiple periodic decomposition for time series forecasting,” IEEE Transactions on Neural Networks and Learning Systems, 2025
2025
-
[38]
Fusing large language models with temporal transformers for time series forecasting,
C. Su, Y. Tian, Q. Liu, J. Zhang, and Y. Song, “Fusing large language models with temporal transformers for time series forecasting,” arXiv preprint arXiv:2507.10098, 2025
2025 arXiv
-
[39]
Text reinforcement for multimodal time series forecasting,
C. Su, Y. Tian, Y. Song, and Y. Zhang, “Text reinforcement for multimodal time series forecasting,” arXiv preprint, 2025
2025
-
[40]
Large language models are zero-shot time series forecasters,
N. Gruver, M. Finzi, S. Qiu, and A. G. Wilson, “Large language models are zero-shot time series forecasters,” Advances in Neural Information Processing Systems, vol. 36, pp. 19 622–19 635, 2023
2023
-
[41]
Lag-llama: Towards foundation models for time series forecasting,
K. Rasul, A. Ashok, A. R. Williams, A. Khorasani, G. Adamopou- los, R. Bhagwatkar, M. Biloš, H. Ghonia, N. Hassen, A. Schneider et al. , “Lag-llama: Towards foundation models for time series forecasting,” in R0-FoMo: Robustness of Few-shot and Zero-shot Learning in Large Found...
2023
-
[42]
Forecastpfn: Synthetically-trained zero-shot forecasting,
S. Dooley, G. S. Khurana, C. Mohapatra, S. V . Naidu, and C. White, “Forecastpfn: Synthetically-trained zero-shot forecasting,” Ad- vances in Neural Information Processing Systems, vol. 36, pp. 2403– 2426, 2023
2023
-
[43]
A decoder-only foundation model for time-series forecasting,
A. Das, W. Kong, R. Sen, and Y. Zhou, “A decoder-only foundation model for time-series forecasting,” in Forty-first International Conference on Machine Learning, 2024
2024
-
[44]
Unified training of universal time series forecasting transformers,
G. Woo, C. Liu, A. Kumar, C. Xiong, S. Savarese, and D. Sahoo, “Unified training of universal time series forecasting transformers,” in International Conference on Machine Learning. PMLR, 2024, pp. 53 140–53 164
2024
-
[45]
Timer-xl: Long- context transformers for unified time series forecasting,
Y. Liu, G. Qin, X. Huang, J. Wang, and M. Long, “Timer-xl: Long- context transformers for unified time series forecasting,” arXiv preprint arXiv:2410.04803, 2024
2024 arXiv
-
[46]
Auto-encoding variational bayes,
D. P . Kingma and M. Welling, “Auto-encoding variational bayes,” arXiv preprint arXiv:1312.6114, 2013
2013 arXiv
-
[47]
Stochastic backprop- agation and approximate inference in deep generative models,
D. J. Rezende, S. Mohamed, and D. Wierstra, “Stochastic backprop- agation and approximate inference in deep generative models,” in International conference on machine learning . PMLR, 2014, pp. 1278–1286
2014
-
[48]
Generative time series fore- casting with diffusion, denoise, and disentanglement,
Y. Li, X. Lu, Y. Wang, and D. Dou, “Generative time series fore- casting with diffusion, denoise, and disentanglement,” Advances in Neural Information Processing Systems, vol. 35, pp. 23 009–23 022, 2022
2022
-
[49]
Generative adversar- ial nets,
I. J. Goodfellow, J. Pouget-Abadie, M. Mirza, B. Xu, D. Warde- Farley, S. Ozair, A. Courville, and Y. Bengio, “Generative adversar- ial nets,” Advances in neural information processing systems , vol. 27, 2014
2014
-
[50]
Unsupervised represen- tation learning with deep convolutional generative adversarial networks,
A. Radford, L. Metz, and S. Chintala, “Unsupervised represen- tation learning with deep convolutional generative adversarial networks,” arXiv preprint arXiv:1511.06434, 2015
2015 arXiv
-
[51]
If you like it, gan it—probabilistic multivariate times series forecast with gan,
A. Koochali, A. Dengel, and S. Ahmed, “If you like it, gan it—probabilistic multivariate times series forecast with gan,” Engineering proceedings, vol. 5, no. 1, p. 40, 2021
2021
-
[52]
Deep unsupervised learning using nonequilibrium thermody- namics,
J. Sohl-Dickstein, E. Weiss, N. Maheswaranathan, and S. Ganguli, “Deep unsupervised learning using nonequilibrium thermody- namics,” in International conference on machine learning. pmlr, 2015, pp. 2256–2265
2015
-
[53]
Generative modeling by estimating gradients of the data distribution,
Y. Song and S. Ermon, “Generative modeling by estimating gradients of the data distribution,” Advances in neural information processing systems, vol. 32, 2019
2019
-
[54]
Denoising diffusion probabilistic models,
J. Ho, A. Jain, and P . Abbeel, “Denoising diffusion probabilistic models,” Advances in neural information processing systems , vol. 33, pp. 6840–6851, 2020
2020
-
[55]
Score-based generative modeling through stochastic differential equations,
Y. Song, J. Sohl-Dickstein, D. P . Kingma, A. Kumar, S. Ermon, and B. Poole, “Score-based generative modeling through stochastic differential equations,” arXiv preprint arXiv:2011.13456, 2020
2011 arXiv
-
[56]
Large scale gan training for high fidelity natural image synthesis,
A. Brock, J. Donahue, and K. Simonyan, “Large scale gan training for high fidelity natural image synthesis,” arXiv preprint arXiv:1809.11096, 2018
2018 arXiv
-
[57]
Spa- gan: Spatial attention gan for image-to-image translation,
H. Emami, M. M. Aliabadi, M. Dong, and R. B. Chinnam, “Spa- gan: Spatial attention gan for image-to-image translation,” IEEE Transactions on Multimedia, vol. 23, pp. 391–401, 2020
2020
-
[58]
Diffusion-lm improves controllable text generation,
X. Li, J. Thickstun, I. Gulrajani, P . S. Liang, and T. B. Hashimoto, “Diffusion-lm improves controllable text generation,” Advances in neural information processing systems, vol. 35, pp. 4328–4343, 2022
2022
-
[59]
Audioldm: Text-to-audio generation with latent diffusion models,
H. Liu, Z. Chen, Y. Yuan, X. Mei, X. Liu, D. Mandic, W. Wang, and M. D. Plumbley, “Audioldm: Text-to-audio generation with latent diffusion models,” arXiv preprint arXiv:2301.12503, 2023
2023 arXiv
-
[60]
Diffusion networks with task-specific noise control for radiology report generation,
Y. Tian, F. Xia, and Y. Song, “Diffusion networks with task-specific noise control for radiology report generation,” in Proceedings of the 32nd ACM International Conference on Multimedia , 2024, pp. 1771–1780
2024
-
[61]
Aspect-based sentiment analysis with context denoising,
Y. Tian, C. Liu, Y. Song, F. Xia, and Y. Zhang, “Aspect-based sentiment analysis with context denoising,” in Findings of the Association for Computational Linguistics: NAACL 2024 , 2024, pp. 3083–3095
2024
-
[62]
Autoregressive denoising diffusion models for multivariate probabilistic time series forecasting,
K. Rasul, C. Seward, I. Schuster, and R. Vollgraf, “Autoregressive denoising diffusion models for multivariate probabilistic time series forecasting,” in International conference on machine learning. PMLR, 2021, pp. 8857–8868
2021
-
[63]
Csdi: Conditional score- based diffusion models for probabilistic time series imputation,
Y. Tashiro, J. Song, Y. Song, and S. Ermon, “Csdi: Conditional score- based diffusion models for probabilistic time series imputation,” Advances in neural information processing systems, vol. 34, pp. 24 804– 24 816, 2021
2021
-
[64]
Diffusion-based time series imputation and forecasting with structured state space models,
J. M. L. Alcaraz and N. Strodthoff, “Diffusion-based time series imputation and forecasting with structured state space models,” arXiv preprint arXiv:2208.09399, 2022
2022 arXiv
-
[65]
Predict, refine, synthesize: Self- guiding diffusion models for probabilistic time series forecasting,
M. Kollovieh, A. F. Ansari, M. Bohlke-Schneider, J. Zschiegner, H. Wang, and Y. B. Wang, “Predict, refine, synthesize: Self- guiding diffusion models for probabilistic time series forecasting,” Advances in Neural Information Processing Systems , vol. 36, pp. 28 341–28 364, 2023
2023
-
[66]
Diffusion-ts: Interpretable diffusion for general time series generation,
X. Yuan and Y. Qiao, “Diffusion-ts: Interpretable diffusion for general time series generation,” arXiv preprint arXiv:2403.01742, 2024
2024 arXiv
-
[67]
Retrieval-augmented diffusion models for time series forecasting,
J. Liu, L. Yang, H. Li, and S. Hong, “Retrieval-augmented diffusion models for time series forecasting,” Advances in Neural Information Processing Systems, vol. 37, pp. 2766–2786, 2024
2024
-
[68]
Multi-resolution diffusion models for time series forecasting,
L. Shen, W. Chen, and J. Kwok, “Multi-resolution diffusion models for time series forecasting,” in The Twelfth International Conference on Learning Representations, 2024
2024
-
[69]
Diffusion- based decoupled deterministic and uncertain framework for probabilistic multivariate time series forecasting,
Q. Li, Z. Zhang, L. Yao, Z. Li, T. Zhong, and Y. Zhang, “Diffusion- based decoupled deterministic and uncertain framework for probabilistic multivariate time series forecasting,” in The Thirteenth International Conference on Learning Representations, 2025
2025
-
[70]
Deep learning for time- series prediction in iiot: progress, challenges, and prospects,
L. Ren, Z. Jia, Y. Laili, and D. Huang, “Deep learning for time- series prediction in iiot: progress, challenges, and prospects,” IEEE transactions on neural networks and learning systems , vol. 35, no. 11, pp. 15 072–15 091, 2023
2023
-
[71]
Survey and taxonomy: The role of data-centric ai in transformer-based time series forecasting,
J. Xu, C. Wu, Y.-F. Li, G. Danoy, and P . Bouvry, “Survey and taxonomy: The role of data-centric ai in transformer-based time series forecasting,” arXiv preprint arXiv:2407.19784, 2024
2024 arXiv
-
[72]
A systematic literature review of spatio-temporal graph neural network models for time series forecasting and classification,
F. Corradini, F. Gerosa, M. Gori, C. Lucheroni, M. Piangerelli, and M. Zannotti, “A systematic literature review of spatio-temporal graph neural network models for time series forecasting and classification,” arXiv preprint arXiv:2410.22377, 2024
-
[73]
Positional encoding in transformer-based time series models: a survey,
H. Irani and V . Metsis, “Positional encoding in transformer-based time series models: a survey,” arXiv preprint arXiv:2502.12370 , 2025
2025 arXiv
-
[74]
Diffusion models for time- series applications: a survey,
L. Lin, Z. Li, R. Li, X. Li, and J. Gao, “Diffusion models for time- series applications: a survey,” Frontiers of Information Technology & Electronic Engineering, vol. 25, no. 1, pp. 19–41, 2024
2024
-
[75]
The rise of diffusion models in time- series forecasting,
C. Meijer and L. Y. Chen, “The rise of diffusion models in time- series forecasting,” arXiv preprint arXiv:2401.03006, 2024
2024 arXiv
-
[76]
A survey on diffusion models for time series and spatio-temporal data,
Y. Yang, M. Jin, H. Wen, C. Zhang, Y. Liang, L. Ma, Y. Wang, C. Liu, B. Yang, Z. Xu et al., “A survey on diffusion models for time series and spatio-temporal data,” arXiv preprint arXiv:2404.18886, 2024
2024
-
[77]
Denoising diffusion implicit models,
J. Song, C. Meng, and S. Ermon, “Denoising diffusion implicit models,” arXiv preprint arXiv:2010.02502, 2020. 20
2010 arXiv
-
[78]
Diffusion models beat gans on image synthesis,
P . Dhariwal and A. Nichol, “Diffusion models beat gans on image synthesis,” Advances in neural information processing systems, vol. 34, pp. 8780–8794, 2021
2021
-
[79]
Classifier-free diffusion guidance,
J. Ho and T. Salimans, “Classifier-free diffusion guidance,” arXiv preprint arXiv:2207.12598, 2022
2022 arXiv
-
[80]
Latent diffusion transformer for probabilistic time series forecasting,
S. Feng, C. Miao, Z. Zhang, and P . Zhao, “Latent diffusion transformer for probabilistic time series forecasting,” inProceedings of the AAAI Conference on Artificial Intelligence , vol. 38, no. 11, 2024, pp. 11 979–11 987
2024
-
[81]
Auto-regressive moving diffusion models for time series forecasting,
J. Gao, Q. Cao, and Y. Chen, “Auto-regressive moving diffusion models for time series forecasting,” in Proceedings of the AAAI Conference on Artificial Intelligence, vol. 39, no. 16, 2025, pp. 16 727– 16 735
2025
-
[82]
Analytic-dpm: an analytic estimate of the optimal reverse variance in diffusion probabilistic models,
F. Bao, C. Li, J. Zhu, and B. Zhang, “Analytic-dpm: an analytic estimate of the optimal reverse variance in diffusion probabilistic models,” arXiv preprint arXiv:2201.06503, 2022
2022 arXiv
-
[83]
Dpm-solver: A fast ode solver for diffusion probabilistic model sampling in around 10 steps,
C. Lu, Y. Zhou, F. Bao, J. Chen, C. Li, and J. Zhu, “Dpm-solver: A fast ode solver for diffusion probabilistic model sampling in around 10 steps,” Advances in Neural Information Processing Systems, vol. 35, pp. 5775–5787, 2022
2022
-
[84]
Non-autoregressive conditional diffusion models for time series prediction,
L. Shen and J. Kwok, “Non-autoregressive conditional diffusion models for time series prediction,” in International Conference on Machine Learning. PMLR, 2023, pp. 31 016–31 029
2023
-
[85]
Treating brain-inspired memories as priors for diffusion model to forecast multivariate time series,
M. Wang, W. Chen, Z. Duan, and B. Chen, “Treating brain-inspired memories as priors for diffusion model to forecast multivariate time series,” arXiv preprint arXiv:2409.18491, 2024
2024 arXiv
-
[86]
Stochastic diffusion: A diffusion probabilistic model for stochastic time series forecasting,
Y. Liu, S. Wijewickrema, D. Hu, C. Bester, S. O’Leary, and J. Bailey, “Stochastic diffusion: A diffusion probabilistic model for stochastic time series forecasting,” arXiv preprint arXiv:2406.02827, 2024
2024
-
[87]
Channel-aware contrastive condi- tional diffusion for multivariate probabilistic time series forecast- ing,
S. Li, Y. Chen, and H. Xiong, “Channel-aware contrastive condi- tional diffusion for multivariate probabilistic time series forecast- ing,” arXiv preprint arXiv:2410.02168, 2024
2024 arXiv
-
[88]
Mg-tsd: Multi- granularity time series diffusion models with guided learning process,
X. Fan, Y. Wu, C. Xu, Y. Huang, W. Liu, and J. Bian, “Mg-tsd: Multi- granularity time series diffusion models with guided learning process,” arXiv preprint arXiv:2403.05751, 2024
2024 arXiv
-
[89]
Fdf: Flexi- ble decoupled framework for time series forecasting with con- ditional denoising and polynomial modeling,
J. Zhang, M. Cheng, X. Tao, Z. Liu, and D. Wang, “Fdf: Flexi- ble decoupled framework for time series forecasting with con- ditional denoising and polynomial modeling,” arXiv preprint arXiv:2410.13253, 2024
2024
-
[90]
Stl: A seasonal-trend decomposition,
R. B. Cleveland, W. S. Cleveland, J. E. McRae, I. Terpenning et al., “Stl: A seasonal-trend decomposition,” J. off. Stat, vol. 6, no. 1, pp. 3–73, 1990
1990
-
[91]
Effective probabilistic time series forecasting with fourier adaptive noise-separated diffusion,
X. Wang, R. Dai, K. Liu, and X. Chu, “Effective probabilistic time series forecasting with fourier adaptive noise-separated diffusion,” arXiv preprint arXiv:2505.11306, 2025
2025 arXiv
-
[92]
Multi-modal time series analysis: A tutorial and survey,
Y. Jiang, K. Ning, Z. Pan, X. Shen, J. Ni, W. Yu, A. Schneider, H. Chen, Y. Nevmyvaka, and D. Song, “Multi-modal time series analysis: A tutorial and survey,” arXiv preprint arXiv:2503.13709, 2025
2025 arXiv
-
[93]
Vision-enhanced time series forecasting via latent diffusion models,
W. Ruan, S. Zhong, H. Wen, and Y. Liang, “Vision-enhanced time series forecasting via latent diffusion models,” arXiv preprint arXiv:2502.14887, 2025
2025 arXiv
-
[94]
Multimodal conditioned diffusive time series forecasting,
C. Su, Y. Tian, and Y. Song, “Multimodal conditioned diffusive time series forecasting,” arXiv preprint arXiv:2504.19669, 2025
2025 arXiv
-
[95]
Transformer- modulated diffusion models for probabilistic multivariate time series forecasting,
Y. Li, W. Chen, X. Hu, B. Chen, M. Zhou et al. , “Transformer- modulated diffusion models for probabilistic multivariate time series forecasting,” in The Twelfth International Conference on Learning Representations, 2024
2024
-
[96]
Non-stationary diffusion for proba- bilistic time series forecasting,
W. Ye, Z. Xu, and N. Gui, “Non-stationary diffusion for proba- bilistic time series forecasting,” arXiv preprint arXiv:2505.04278 , 2025
2025 arXiv
-
[97]
Dyffusion: A dynamics-informed diffusion model for spatiotemporal forecast- ing,
S. Rühling Cachay, B. Zhao, H. Joren, and R. Yu, “Dyffusion: A dynamics-informed diffusion model for spatiotemporal forecast- ing,” Advances in neural information processing systems , vol. 36, pp. 45 259–45 287, 2023
2023
-
[98]
Redi: Recurrent diffusion model for probabilistic time series forecast- ing,
S. Zhou, Z. Gu, Y. Xiong, Y. Luo, Q. Wang, and X. Gao, “Redi: Recurrent diffusion model for probabilistic time series forecast- ing,” in Proceedings of the 33rd ACM International Conference on Information and Knowledge Management, 2024, pp. 3505–3514
2024
-
[99]
Series-to-series diffusion bridge model,
H. Yang, Z. Feng, F. Zhou, R. C. Qiu, and Z. Ling, “Series-to-series diffusion bridge model,” arXiv preprint arXiv:2411.04491, 2024
2024 arXiv
-
[100]
Modeling long-and short-term temporal patterns with deep neural networks,
G. Lai, W.-C. Chang, Y. Yang, and H. Liu, “Modeling long-and short-term temporal patterns with deep neural networks,” in The 41st international ACM SIGIR conference on research & development in information retrieval, 2018, pp. 95–104
2018
-
[101]
Informer: Beyond efficient transformer for long sequence time- series forecasting,
H. Zhou, S. Zhang, J. Peng, S. Zhang, J. Li, H. Xiong, and W. Zhang, “Informer: Beyond efficient transformer for long sequence time- series forecasting,” in Proceedings of the AAAI conference on artificial intelligence, vol. 35, no. 12, 2021, pp. 11 106–11 115
2021
-
[102]
The m3-competition: results, conclusions and implications,
S. Makridakis and M. Hibon, “The m3-competition: results, conclusions and implications,” International journal of forecasting, vol. 16, no. 4, pp. 451–476, 2000
2000
-
[103]
Attention based spatial-temporal graph convolutional networks for traffic flow forecasting,
S. Guo, Y. Lin, N. Feng, C. Song, and H. Wan, “Attention based spatial-temporal graph convolutional networks for traffic flow forecasting,” in Proceedings of the AAAI conference on artificial intelligence, vol. 33, no. 01, 2019, pp. 922–929
2019
-
[104]
Freeway performance measurement system: mining loop detector data,
C. Chen, K. Petty, A. Skabardonis, P . Varaiya, and Z. Jia, “Freeway performance measurement system: mining loop detector data,” Transportation research record, vol. 1748, no. 1, pp. 96–102, 2001
2001
-
[105]
Improvements of the daily optimum interpolation sea surface temperature (doisst) version 2.1,
B. Huang, C. Liu, V . Banzon, E. Freeman, G. Graham, B. Hankins, T. Smith, and H.-M. Zhang, “Improvements of the daily optimum interpolation sea surface temperature (doisst) version 2.1,” Journal of Climate, vol. 34, no. 8, pp. 2923–2939, 2021
2021
-
[106]
An extensible benchmark suite for learning to simulate physical systems,
K. Otness, A. Gjoka, J. Bruna, D. Panozzo, B. Peherstorfer, T. Schneider, and D. Zorin, “An extensible benchmark suite for learning to simulate physical systems,” arXiv preprint arXiv:2108.07799, 2021
2021 arXiv
-
[107]
Timecap: Learning to contextualize, augment, and predict time series events with large language model agents,
G. Lee, W. Yu, K. Shin, W. Cheng, and H. Chen, “Timecap: Learning to contextualize, augment, and predict time series events with large language model agents,” in Proceedings of the AAAI Conference on Artificial Intelligence, vol. 39, no. 17, 2025, pp. 18 082– 18 090
2025
-
[108]
Gpt-4 technical report,
J. Achiam, S. Adler, S. Agarwal, L. Ahmad, I. Akkaya, F. L. Aleman, D. Almeida, J. Altenschmidt, S. Altman, S. Anadkat et al., “Gpt-4 technical report,” arXiv preprint arXiv:2303.08774, 2023
2023 arXiv
-
[109]
Multi-modal forecaster: Jointly predicting time series and textual data,
K. Kim, H. Tsai, R. Sen, A. Das, Z. Zhou, A. Tanpure, M. Luo, and R. Yu, “Multi-modal forecaster: Jointly predicting time series and textual data,” arXiv preprint arXiv:2411.06735, 2024
2024 arXiv
-
[110]
A large and rich eeg dataset for modeling human visual object recognition,
A. T. Gifford, K. Dwivedi, G. Roig, and R. M. Cichy, “A large and rich eeg dataset for modeling human visual object recognition,” NeuroImage, vol. 264, p. 119754, 2022
2022
Reviewed August 6, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.