Pith. sign in

REVIEW 3 major objections 6 minor 300 references

Enhancing Irregular Time Series Forecasting with Continuous-Time Modeling Framework

T0 review · 3 major / 6 minor · reviewed 2026-07-31 · grok-4.5

Pith's one-line read WrapFlow forecasts irregular multivariate time series in continuous time without grid preprocessing or training-time ODE solvers.

desk verdict Solid IMTSF engineering paper: typed continuous-time tokens plus residual flow matching beat most baselines, but the continuous-ODE story is thinner than the SOTA framing. read the letter →

arxiv 2607.28035 v1 pith:CNRYIKUP submitted 2026-07-30 cs.LG

classification cs.LG
keywords irregularmultivariatetimeseriescontinuous-timetokenizationresidualflowmatchingforecastingTransformergap-awaretokenssimulation-freetraining
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

Irregular multivariate series—clinical monitors, motion sensors, climate stations—arrive at uneven times, and those gaps themselves carry meaning. Common practice either snaps the data onto a fixed grid, which erases that timing signal, or runs specialized differential-equation models that are slow to train. This paper argues both problems can be avoided at once. It encodes each raw observation, long silence, and training mask as a typed continuous-time token, lets an ordinary Transformer build memory over those tokens, then refines a simple base forecast by learning a residual vector field with flow matching that never simulates an ODE during training. At test time only a few fixed Euler steps are needed. On four standard benchmarks the method reports the best or near-best error, showing continuous-time forecasting need not mean heavy solvers or lost temporal semantics.

What carries the argument

Residual Flow Matching around a base anchor: the model first emits a deterministic prediction, then trains a conditional vector field on the linear path from noise to the residual (true value minus detached base); training regresses that field directly, and inference integrates a few Euler steps from zero residual to produce the final correction.

What would settle it

On the same four benchmarks, replace the residual flow with the base head alone or with many more/fewer rollout steps and check whether the reported gains over the strongest baselines disappear; if they do not, residual path geometry is not doing the claimed work.

Watch

Extended reading notes

Core claim

WrapFlow is a unified continuous-time framework for irregular multivariate forecasting: Continuous-Time Tokenization preserves raw event values, identities, absolute and relative times, and long-gap semantics without discretization, while simulation-free Residual Flow Matching learns conditional residual corrections around a detached base prediction, yielding state-of-the-art MSE and MAE on PhysioNet, MIMIC, HumanActivity, and USHCN with only lightweight fixed-step rollouts at inference.

Load-bearing premise

A few fixed Euler steps along a straight residual path from a detached base forecast are enough to capture the continuous dynamics that actually improve irregular forecasts.

Editorial extensions

If this is right

  • Irregular forecasting pipelines can keep raw asynchronous events and still use a standard Transformer backbone.
  • Continuous residual refinement can be trained without numerical ODE simulation or backprop through a solver.
  • Long unobserved gaps become explicit model inputs rather than missing-data artifacts to impute away.
  • High-quality continuous forecasts are obtainable from a small fixed number of inference rollout steps.
  • The same residual-flow head can be supervised on both future targets and masked historical spans during training.

Reading between the lines

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

  • If residual flow is the main gain, similar anchor-plus-residual matching could improve other query-based irregular tasks such as imputation or online monitoring without changing the encoder.
  • Gap-type tokens suggest a natural extension to regimes where silence length itself is a clinical or physical event (e.g., seizure-free intervals or sensor dropouts).
  • Because training never differentiates through a solver, the method may scale more readily to longer lookbacks than classical Neural-ODE forecasters on the same hardware.
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 / 6 minor

Summary. WrapFlow proposes a continuous-time framework for irregular multivariate time series forecasting (IMTSF). On the input side, Continuous-Time Tokenization encodes raw asynchronous events as typed tokens (Event, GAP-aware Event, Mask GAP) with value, variable, absolute-time, and relative-interval features, then feeds them to a standard Transformer backbone. On the output side, a query-based decoder produces a deterministic base (anchor) prediction; Residual Flow Matching then learns a conditional residual vector field along linear noise-to-residual paths in a simulation-free training regime, with few fixed-step Euler rollouts at inference to correct the anchor. Training jointly optimizes direct anchor loss and future/history flow-matching losses. Experiments on PhysioNet, MIMIC, HumanActivity, and USHCN against 14 baselines report strong MSE/MAE results, with ablations and sensitivity studies in the main text and appendix.

Significance. If the claims hold, the paper offers a practical middle path between discretization pipelines that discard continuous-time semantics and ODE-native models that require specialized dynamics and solver-heavy training. Using a standard Transformer with typed continuous-time tokens and a simulation-free residual flow head is attractive for adoption. The empirical package is a genuine strength: four standard IMTS benchmarks, fourteen baselines spanning continuous-time, set, graph, and patch methods, five seeds with mean±std, no DropLast, plus ablations (Table 3), lookback/horizon studies, and sensitivity to D, L, and τ_gap. Code and data are promised in the supplement. The main open question is how much of the gain is truly continuous residual transport versus typed event encoding plus any residual corrector.

major comments (3)
  1. [§3.6–3.7, Eqs. (12)–(19)] §3.6–3.7, Eqs. (12)–(19): Residual Flow Matching is central to the continuous-time output claim, but train and inference paths are inconsistent and unanalyzed. Training samples x_0 ~ N(0,I) and regresses velocity r*−x_0 along the linear path; inference integrates from the deterministic state r_0=0. The manuscript does not show that the learned field is approximately straight, low-error under the zero start, or that few-step Euler faithfully realizes the trained path. Please either (i) analyze/justify this mismatch (e.g., path straightness, endpoint error vs. start distribution) or (ii) align training with the inference start, and state the Euler step count used for Table 1 with a short sensitivity study.
  2. [Table 3; §4.3] Table 3, “w/o Flow-Matching Refinement”: this ablation removes the entire residual head and keeps only the deterministic anchor, so it cannot attribute gains to continuous residual transport versus ordinary one-shot residual regression (e.g., predict r̂ and add it to the anchor). Given that CT Tokenization removal hurts far more than FM removal, and that HumanActivity MSE is not best in Table 1, the claim that residual path geometry and few-step ODE rollout drive continuous-time forecasting gains is under-supported. Add a control that replaces FM+ODE with direct residual regression under the same conditioning (context, time, anchor), and discuss attribution accordingly.
  3. [Abstract; §1; Table 1; §4.2] Abstract, §1, and §4.2 claim state-of-the-art performance, but Table 1 is mixed: on HumanActivity MSE, APN (0.0421) and several others beat WrapFlow (0.0449); WrapFlow is best or second-best on most other cells, with clearer gains on USHCN and MAE. Please temper the global SOTA language to match the table (e.g., best or competitive across datasets/metrics, with largest gains on USHCN/MAE) and avoid implying uniform dominance.
minor comments (6)
  1. [§3.3; A.6] §3.3: the gap threshold τ_gap is introduced without a default value or selection rule in the main text; appendix sensitivity helps, but main-text defaults (and whether τ_gap is tuned per dataset) should be stated once for reproducibility.
  2. [§3.7; §4.1] §3.6–3.7: λ_f, λ_h, the form of ℓ_flow / ℓ_dir (MSE vs MAE, etc.), and the number of Euler steps are free parameters of the method but not fully specified beside the high-level objective in Eq. (17). A short hyperparameter table would help.
  3. [Figure 1] Figure 1 is dense; the training vs inference paths for residual flow (noise interpolation vs r_0=0 rollout) would be clearer with an explicit small schematic or caption callout matching Eqs. (12) and (18).
  4. [§2.2] Related work §2.2 correctly positions CGFM and TSFlow; a one-sentence contrast on asynchronous variable-time queries vs sequence-level FM would further clarify novelty without overstating uniqueness.
  5. [Throughout; Table 1] Minor prose issues: missing spaces in several compounds (“Existingapproaches”, “continuous-timesemantics”, “WrapFlowdirectly”) and leading-zero omission in tables is fine if consistent, but bold/underline rules should be checked where ties or near-ties occur.
  6. [§3.1; §3.5] §3.1 notation: Ω_x / Ω_y and per-variable lengths are clear; briefly state how multi-step future queries share t_last vs previous query time when building Δs_j, to avoid ambiguity in multi-horizon settings.

Circularity Check

0 steps flagged · score 0.0 of 10

No significant circularity: supervised IMTS forecasting with held-out MSE/MAE; losses optimize predictors rather than redefine the test metric.

full rationale

WrapFlow is an engineering ML method paper. Its central claims are architectural (Continuous-Time Tokenization + Residual Flow Matching around a detached base anchor) and empirical (Table 1 SOTA vs external baselines on PhysioNet, MIMIC, HumanActivity, USHCN). Training objectives L_dir, L_f, L_h regress base estimates and conditional residual velocities against ground-truth targets on valid positions; residual targets are explicitly detached from the base head (Sec. 3.6). Inference adds a few-step Euler residual to the anchor and is scored by held-out MSE/MAE—not by a quantity fitted into the metric by construction. Self-citations (e.g., Qiu/Liu group TFB–TAB protocols, APN baseline, dataset splits) supply evaluation conventions and comparators; they do not supply a uniqueness theorem or fitted identity that forces the leaderboard result. No step reduces Eq. (prediction) to Eq. (input fit) or renames a known law as a derived first principle. Weaknesses (train/infer path mismatch, incomplete FM ablations) are correctness/attribution issues, not circularity.

Assumptions & free parameters 5 free parameters · 5 assumptions · 2 invented entities

Load-bearing content is mostly engineering inductive biases and hyperparameters, not physical axioms. Claims rest on standard ML math, domain assumptions about irregular sampling semantics, and paper-specific token/flow constructions whose value is justified empirically rather than independently measured outside these benchmarks.

free parameters (5)
  • λ_f, λ_h (FM loss weights)
    Scale future and history flow-matching losses against direct anchor loss in Eq. 17; chosen by the authors and not derived.
  • τ_gap (gap-aware threshold)
    Decides when an event becomes a GAP-aware token (§3.3); sensitivity studied in appendix, value is a design knob.
  • hidden dimension D and encoder depth L
    Capacity hyperparameters selected per dataset complexity (Fig. 2, Fig. 3); performance depends on these choices.
  • number of Euler rollout steps at inference
    Controls residual integration fidelity (§3.7); paper claims a small fixed number suffices but does not fix a universal value in the main text.
  • masked-history span sampling for Ω_h
    Training-time auxiliary supervision depends on how continuous historical spans are masked; procedure is described qualitatively.
assumptions (5)
  • domain assumption Standard Transformer attention and MLP function approximation suffice to encode irregular event tokens and decode query contexts.
    Invoked by adopting a standard masked-attention backbone and shared query decoder (§3.4–3.5) without specialized continuous dynamics modules.
  • domain assumption Long unobserved intervals carry usable dynamic semantics distinct from ordinary short gaps and from artificially masked spans.
    Motivates GAP-aware vs Mask GAP token types in §1 and §3.3; supported by ablation but not independently proven.
  • domain assumption Conditional flow matching along linear residual paths (x_τ=(1-τ)x_0+τ r) yields a useful residual corrector when trained by velocity regression without solver simulation.
    Core of Residual Flow Matching (§3.6, Eqs. 12–15), imported from flow-matching literature and applied to IMTS residuals.
  • domain assumption Forecast targets at query times are well evaluated by MSE/MAE under the cited lookback/horizon protocols and 80/10/10 splits.
    Experimental setup §4.1 and Appendix A follow prior IMTSF benchmarks (APN, Hi-Patch, etc.).
  • standard math Linear algebra / calculus of ODE rollouts and expectation of ℓ_flow / ℓ_dir losses are valid optimization targets.
    Background mathematics for Eqs. 12–19; not re-proved.
invented entities (2)
  • Continuous-Time Tokenization (Event / GAP-aware Event / Mask GAP tokens)
    purpose: Encode raw irregular observations, long gaps, and masked recovery positions without grid discretization.
    Defined in §3.3 with type embeddings and absolute/relative time encoders; utility argued via ablations, not external measurement theory.
  • Residual Flow Matching refinement branch for IMTS queries
    purpose: Learn conditional residual vector fields around base anchor predictions with simulation-free training and few-step inference rollout.
    Formulated in §3.6–3.7 as future + masked-history FM; related to CGFM-style residual flows but specialized here to irregular query decoding.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Enhancing Irregular Time Series Forecasting with Continuous-Time Modeling Framework." pith.science (2026). https://pith.science/paper/CNRYIKUP

@misc{pith2026260728035,
  author       = {Pith},
  title        = {Pith review of: Enhancing Irregular Time Series Forecasting with Continuous-Time Modeling Framework},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/CNRYIKUP}},
  note         = {Machine review of arXiv:2607.28035}
}
read the original abstract

Irregular multivariate time series are widely encountered in applications such as healthcare monitoring, human activity recognition, and environmental sensing. Their core challenges stem from asynchronous observations, non-uniform sampling intervals, and the fact that temporal patterns themselves carry critical dynamic information. Existing approaches either rely on discretization-based preprocessing (e.g., interpolation, imputation, or aggregation), which disrupts the underlying continuous-time semantics, or adopt continuous-time modeling via ODE-based frameworks, which typically require specialized architectures and incur substantial computational overhead due to numerical solvers. To address these limitations, we propose WrapFlow, a continuous-time modeling framework for irregular time series forecasting. On the input side, WrapFlow introduces Continuous-Time Tokenization, which directly encodes raw observation events and explicitly models long unobserved intervals via gap-aware tokens. The resulting continuous-time tokens are then processed by a standard Transformer backbone to capture long-range temporal dependencies. On the output side, we develop a simulation-free training paradigm for Residual Flow Matching, which learns conditional residual vector fields around base predictions while avoiding numerical-solver simulation and backpropagation during training. This design enables high-quality continuous forecasting using only a small number of fixed rollout steps at inference. Extensive experiments on multiple real-world datasets demonstrate that WrapFlow achieves state-of-the-art performance.

Figures

Figures reproduced from arXiv: 2607.28035 by the authors.

Figure 1
Figure 1. WrapFlow architecture. (a) Continuous-Time Tokenization and Backbone convert irregular observations into typed [PITH_FULL_IMAGE:figures/full_fig_p004_1.png] view at source ↗
Figure 2
Figure 2. Parameter sensitivity of WrapFlow with respect to the hidden dimension [PITH_FULL_IMAGE:figures/full_fig_p007_2.png] view at source ↗
Figure 3
Figure 3. Parameter sensitivity of WrapFlow on HumanActivity, USHCN, PhysioNet, and MIMIC. From top to bottom: hidden [PITH_FULL_IMAGE:figures/full_fig_p012_3.png] view at source ↗
Figures from the paper (1 more)
Figure 4
Figure 4. Figure 4: Forecasting performance with varying lookback lengths and fixed forecast horizons. From left to right, the datasets [PITH_FULL_IMAGE:figures/full_fig_p013_4.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

300 extracted references · 35 linked inside Pith

  1. [1]

    S.; Januschowski, T.; and G \"u nnemann, S

    Bilo s , M.; Sommer, J.; Rangapuram, S. S.; Januschowski, T.; and G \"u nnemann, S. 2021. Neural flows: Efficient alternative to neural ODEs. Advances in neural information processing systems, 34: 21325--21337

  2. [2]

    Che, Z.; Purushotham, S.; Cho, K.; Sontag, D.; and Liu, Y. 2018. Recurrent neural networks for multivariate time series with missing values. Scientific reports, 8(1): 6085

  3. [3]

    T.; Rubanova, Y.; Bettencourt, J.; and Duvenaud, D

    Chen, R. T.; Rubanova, Y.; Bettencourt, J.; and Duvenaud, D. K. 2018. Neural ordinary differential equations. Advances in neural information processing systems, 31

  4. [4]

    R.; Li, J.; Zhang, X.; Hong, D.; Gupta, R

    Chowdhury, R. R.; Li, J.; Zhang, X.; Hong, D.; Gupta, R. K.; and Shang, J. 2023. Primenet: Pre-training for irregular multivariate time series. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 37, 7184--7192

  5. [5]

    De Brouwer, E.; Simm, J.; Arany, A.; and Moreau, Y. 2019. GRU-ODE-Bayes: Continuous modeling of sporadically-observed time series. Advances in neural information processing systems, 32

  6. [6]

    Easterling, D. 2002. United States Historical Climatology Network daily temperature and precipitation data (1871-1997). Technical report, ORNL Oak Ridge National Laboratory (US)

  7. [7]

    Gao, H.; Shen, W.; Qiu, X.; Xu, R.; Yang, B.; and Hu, J. 2025. SSD-TS : Exploring the potential of linear state space models for diffusion models in time series imputation. In SIGKDD 2025

  8. [8]

    Horn, M.; Moor, M.; Bock, C.; Rieck, B.; and Borgwardt, K. 2020. Set functions for time series. In ICML, volume 119, 4353--4363

Show all 300 references
  1. [9]

    Z.; Wang, S.; Zhang, J.; Li, Z.; and Chen, T

    Hu, Y.; Wang, X.; Ding, Z.; Wu, L.; Zhang, H.; Li, S. Z.; Wang, S.; Zhang, J.; Li, Z.; and Chen, T. 2024. FlowTS: Time Series Generation via Rectified Flow. arXiv preprint arXiv:2411.07506

  2. [10]

    E.; Pollard, T

    Johnson, A. E.; Pollard, T. J.; Shen, L.; Lehman, L.-w. H.; Feng, M.; Ghassemi, M.; Moody, B.; Szolovits, P.; Anthony Celi, L.; and Mark, R. G. 2016. MIMIC-III, a freely accessible critical care database. Scientific data, 3(1): 1--9

  3. [11]

    Kidger, P.; Morrill, J.; Foster, J.; and Lyons, T. J. 2020. Neural Controlled Differential Equations for Irregular Time Series. In NeurIPS 2020

  4. [12]

    u dke, D.; Schwinn, L.; and G \

    Kollovieh, M.; Lienen, M.; L \" u dke, D.; Schwinn, L.; and G \" u nnemann, S. 2025. Flow Matching with Gaussian Process Priors for Probabilistic Time Series Forecasting. In The Thirteenth International Conference on Learning Representations, ICLR 2025, Singapore, April 24-28,...

  5. [13]

    Li, B.; Luo, Y.; Liu, Z.; Zheng, J.; Lv, J.; and Ma, Q. 2025. Hyperimts: Hypergraph neural network for irregular multivariate time series forecasting. arXiv preprint arXiv:2505.17431

  6. [14]

    T.; Ben-Hamu, H.; Nickel, M.; and Le, M

    Lipman, Y.; Chen, R. T.; Ben-Hamu, H.; Nickel, M.; and Le, M. 2022. Flow matching for generative modeling. arXiv preprint arXiv:2210.02747

  7. [15]

    Liu, X.; Gong, C.; and Liu, Q. 2022. Flow straight and fast: Learning to generate and transfer data with rectified flow. arXiv preprint arXiv:2209.03003

  8. [16]

    Liu, X.; Qiu, X.; Cheng, H.; Wu, X.; Guo, C.; Yang, B.; and Hu, J. 2026 a . ASTGI: Adaptive Spatio-Temporal Graph Interactions for Irregular Multivariate Time Series Forecasting. In ICLR

  9. [17]

    Liu, X.; Qiu, X.; Wu, X.; Li, Z.; Guo, C.; Hu, J.; and Yang, B. 2026 b . Rethinking irregular time series forecasting: A simple yet effective baseline. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 40, 23873--23881

  10. [18]

    Luo, Y.; Zhang, B.; Liu, Z.; and Ma, Q. 2025. Hi-Patch: Hierarchical Patch GNN for Irregular Multivariate Time Series. In ICML, volume 267, 41494--41519

  11. [19]

    Mercatali, G.; Freitas, A.; and Chen, J. 2024. Graph neural flows for unveiling systemic interactions among irregularly sampled time series. Advances in Neural Information Processing Systems, 37: 57183--57206

  12. [20]

    Paszke, A.; Gross, S.; Massa, F.; Lerer, A.; Bradbury, J.; Chanan, G.; Killeen, T.; Lin, Z.; Gimelshein, N.; Antiga, L.; et al. 2019. Pytorch: An imperative style, high-performance deep learning library. Advances in neural information processing systems, 32

  13. [21]

    S.; Sheng, Z.; and Yang, B

    Qiu, X.; Hu, J.; Zhou, L.; Wu, X.; Du, J.; Zhang, B.; Guo, C.; Zhou, A.; Jensen, C. S.; Sheng, Z.; and Yang, B. 2024. TFB: Towards Comprehensive and Fair Benchmarking of Time Series Forecasting Methods. In Proc. VLDB Endow. , 2363--2377

  14. [22]

    S.; and Yang, B

    Qiu, X.; Li, Z.; Qiu, W.; Hu, S.; Zhou, L.; Wu, X.; Li, Z.; Guo, C.; Zhou, A.; Sheng, Z.; Hu, J.; Jensen, C. S.; and Yang, B. 2025 a . TAB: Unified Benchmarking of Time Series Anomaly Detection Methods. In Proc. VLDB Endow. , 2775--2789

  15. [23]

    Qiu, X.; Wu, X.; Lin, Y.; Guo, C.; Hu, J.; and Yang, B. 2025 b . DUET : Dual Clustering Enhanced Multivariate Time Series Forecasting. In SIGKDD 2025, 1185--1196

  16. [24]

    Rasul, K.; Seward, C.; Schuster, I.; and Vollgraf, R. 2021. Autoregressive denoising diffusion models for multivariate probabilistic time series forecasting. In ICML, 8857--8868

  17. [25]

    Schirmer, M.; Eltayeb, M.; Lessmann, S.; and Rudolph, M. 2022. Modeling irregular time series with continuous recurrent units. In International conference on machine learning, 19388--19405

  18. [26]

    N.; and Marlin, B

    Shukla, S. N.; and Marlin, B. M. 2021. Multi-Time Attention Networks for Irregularly Sampled Time Series. In International Conference on Learning Representations

  19. [27]

    J.; Celi, L

    Silva, I.; Moody, G.; Scott, D. J.; Celi, L. A.; and Mark, R. G. 2012. Predicting in-hospital mortality of icu patients: The physionet/computing in cardiology challenge 2012. In 2012 computing in cardiology, 245--248

  20. [28]

    Tashiro, Y.; Song, J.; Song, Y.; and Ermon, S. 2021. Csdi: Conditional score-based diffusion models for probabilistic time series imputation. Advances in neural information processing systems, 34: 24804--24816

  21. [29]

    Tong, A.; Fatras, K.; Malkin, N.; Huguet, G.; Zhang, Y.; Rector-Brooks, J.; Wolf, G.; and Bengio, Y. 2023. Improving and generalizing flow-based generative models with minibatch optimal transport. arXiv preprint arXiv:2302.00482

  22. [30]

    Wang, H.; Li, H.; Chen, X.; Gong, M.; Chen, Z.; et al. 2025. Optimal transport for time series imputation. In ICLR

  23. [31]

    Wu, X.; Qiu, X.; Gao, H.; Hu, J.; Yang, B.; and Guo, C. 2025. K ^2 VAE : A Koopman-Kalman Enhanced Variational AutoEncoder for Probabilistic Time Series Forecasting. In ICML

  24. [32]

    Xu, H.; Yu, R.; Wu, L.; Wang, X.; and Liu, Q. 2025. Bridging the last mile of prediction: Enhancing time series forecasting with conditional guided flow matching. arXiv preprint arXiv:2507.07192

  25. [33]

    K.; Madhusudhanan, K.; Scholz, R.; Ahmed, N.; Burchert, J.; Jawed, S.; Born, S.; and Schmidt-Thieme, L

    Yalavarthi, V. K.; Madhusudhanan, K.; Scholz, R.; Ahmed, N.; Burchert, J.; Jawed, S.; Born, S.; and Schmidt-Thieme, L. 2024. Grafiti: Graphs for forecasting irregularly sampled time series. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 38, 16255--16263

  26. [34]

    Yao, Z.; Bi, J.; and Chen, Y. 2018. Applying Deep Learning to Individual and Community Health Monitoring Data: A Survey. Int. J. Autom. Comput., 15(6): 643--655

  27. [35]

    Zhang, J.; Zheng, S.; Cao, W.; Bian, J.; and Li, J. 2023. Warpformer: A multi-scale modeling approach for irregular clinical time series. In Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining, 3273--3285

  28. [36]

    Zhang, W.; Yin, C.; Liu, H.; Zhou, X.; and Xiong, H. 2024. Irregular Multivariate Time Series Forecasting: A Transformable Patching Graph Neural Networks Approach. In ICML, volume 235, 60179--60196

  29. [37]

    Zhang, X.; Zeman, M.; Tsiligkaridis, T.; and Zitnik, M. 2022. Graph-Guided Network for Irregularly Sampled Multivariate Time Series. In ICLR

  30. [38]

    Zhou, Z.; Huang, Y.; Wang, Y.; Wu, Y.; Kwok, J.; and Liang, Y. 2026. Revitalizing canonical pre-alignment for irregular multivariate time series forecasting. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 40, 29115--29123

  31. [39]

    Proceedings of the National Academy of Sciences , volume=

    Hamiltonian systems and transformation in Hilbert space , author=. Proceedings of the National Academy of Sciences , volume=. 1931 , publisher=

  32. [40]

    An Introduction to the Kalman Filter , author=

  33. [41]

    , author=

    beta-vae: Learning basic visual concepts with a constrained variational framework. , author=. ICLR (Poster) , volume=

  34. [42]

    NeurIPS , volume=

    Koopa: Learning non-stationary time series dynamics with koopman predictors , author=. NeurIPS , volume=

  35. [43]

    NeurIPS , volume=

    Variational autoencoder for deep learning of images, labels and captions , author=. NeurIPS , volume=

  36. [44]

    Embedded systems programming , volume=

    Kalman filtering , author=. Embedded systems programming , volume=

  37. [45]

    Physica D: Nonlinear Phenomena , volume=

    Linearization in the large of nonlinear systems and Koopman operator spectrum , author=. Physica D: Nonlinear Phenomena , volume=. 2013 , publisher=

  38. [46]

    Journal of fluid mechanics , volume=

    Dynamic mode decomposition of numerical and experimental data , author=. Journal of fluid mechanics , volume=. 2010 , publisher=

  39. [47]

    International journal of forecasting , volume=

    DeepAR: Probabilistic forecasting with autoregressive recurrent networks , author=. International journal of forecasting , volume=

  40. [48]

    IEEE Transactions on Intelligent Transportation Systems , volume=

    Metaprobformer for charging load probabilistic forecasting of electric vehicle charging stations , author=. IEEE Transactions on Intelligent Transportation Systems , volume=

  41. [49]

    Applied Energy , volume=

    A deep generative model for probabilistic energy forecasting in power systems: normalizing flows , author=. Applied Energy , volume=

  42. [50]

    Science Advances , volume=

    Generative emulation of weather forecast ensembles with diffusion models , author=. Science Advances , volume=

  43. [51]

    High-dimensional multivariate forecasting with low-rank Gaussian Copula Processes , booktitle =

    David Salinas and Michael Bohlke. High-dimensional multivariate forecasting with low-rank Gaussian Copula Processes , booktitle =

  44. [52]

    Multivariate Probabilistic Time Series Forecasting via Conditioned Normalizing Flows , booktitle =

    Kashif Rasul and Abdul. Multivariate Probabilistic Time Series Forecasting via Conditioned Normalizing Flows , booktitle =

  45. [53]

    Seeger and Jan Gasthaus and Lorenzo Stella and Yuyang Wang and Tim Januschowski , title =

    Syama Sundar Rangapuram and Matthias W. Seeger and Jan Gasthaus and Lorenzo Stella and Yuyang Wang and Tim Januschowski , title =. NeurIPS , pages =

  46. [54]

    IJCAI , pages =

    Longyuan Li and Junchi Yan and Xiaokang Yang and Yaohui Jin , title =. IJCAI , pages =

  47. [55]

    Shibo Feng and Chunyan Miao and Ke Xu and Jiaxiang Wu and Pengcheng Wu and Yang Zhang and Peilin Zhao , title =

  48. [56]

    Matteson , title =

    Binh Tang and David S. Matteson , title =. NeurIPS , pages =

  49. [57]

    ICML , volume =

    Kashif Rasul and Calvin Seward and Ingmar Schuster and Roland Vollgraf , title =. ICML , volume =

  50. [58]

    NeurIPS , year =

    Kollovieh, Marcel and Ansari, Abdul Fatir and Bohlke-Schneider, Michael and Zschiegner, Jasper and Wang, Hao and Wang, Yuyang , title =. NeurIPS , year =

  51. [59]

    NeurIPS , pages =

    Yusuke Tashiro and Jiaming Song and Yang Song and Stefano Ermon , title =. NeurIPS , pages =

  52. [60]

    Management science , volume=

    Scoring rules for continuous probability distributions , author=. Management science , volume=

  53. [61]

    SIGKDD , year=

    FM4TS-Bench: A Comprehensive and Unified Benchmark of Foundation Models for Time Series Forecasting , author=. SIGKDD , year=

  54. [62]

    ICLR , year =

    Xinyao Fan and Yueying Wu and Chang Xu and Yuhao Huang and Weiqing Liu and Jiang Bian , title =. ICLR , year =

  55. [63]

    AAAI , volume=

    Causal recurrent variational autoencoder for medical time series generation , author=. AAAI , volume=

  56. [64]

    arXiv preprint arXiv:2111.08095 , year=

    Timevae: A variational auto-encoder for multivariate time series generation , author=. arXiv preprint arXiv:2111.08095 , year=

  57. [65]

    ICASSP , pages=

    Missing data in traffic estimation: A variational autoencoder imputation method , author=. ICASSP , pages=

  58. [66]

    Measurement , volume=

    Variational auto-encoders based on the shift correction for imputation of specific missing in multivariate time series , author=. Measurement , volume=

  59. [67]

    ICASSP , pages=

    Anomaly detection for time series using vae-lstm hybrid model , author=. ICASSP , pages=

  60. [68]

    WWW , pages=

    Revisiting VAE for Unsupervised Time Series Anomaly Detection: A Frequency Perspective , author=. WWW , pages=

  61. [69]

    WWW , pages=

    A semi-supervised vae based active anomaly detection framework in multivariate time series for online systems , author=. WWW , pages=

  62. [70]

    AAAI , volume=

    Ddg-da: Data distribution generation for predictable concept drift adaptation , author=. AAAI , volume=

  63. [71]

    Nikolaos Passalis and Anastasios Tefas and Juho Kanniainen and Moncef Gabbouj and Alexandros Iosifidis , title =

  64. [72]

    Progress in Environmental Science , volume=

    Nonstationary time series analysis and forecasting , author=. Progress in Environmental Science , volume=. 1999 , publisher=

  65. [73]

    energy , volume=

    Grey prediction with rolling mechanism for electricity demand forecasting of Turkey , author=. energy , volume=. 2007 , publisher=

  66. [74]

    1991 , publisher=

    Time series: theory and methods , author=. 1991 , publisher=

  67. [75]

    Ziquan Fang and Lu Pan and Lu Chen and Yuntao Du and Yunjun Gao , title =. Proc

  68. [76]

    ICML , year =

    Yong Liu and Haoran Zhang and Chenyu Li and Xiangdong Huang and Jianmin Wang and Mingsheng Long , title =. ICML , year =

  69. [77]

    ICML , year =

    Gerald Woo and Chenghao Liu and Akshat Kumar and Caiming Xiong and Silvio Savarese and Doyen Sahoo , title =. ICML , year =

  70. [78]

    Nguyen and Pankaj Dayama and Chandra Reddy and Wesley M

    Vijay Ekambaram and Arindam Jati and Nam H. Nguyen and Pankaj Dayama and Chandra Reddy and Wesley M. Gifford and Jayant Kalagnanam , title =. CoRR , volume =

  71. [79]

    Chronos: Learning the Language of Time Series , journal =

    Abdul Fatir Ansari and Lorenzo Stella and Ali Caner T. Chronos: Learning the Language of Time Series , journal =

  72. [80]

    ICML , year =

    Abhimanyu Das and Weihao Kong and Rajat Sen and Yichen Zhou , title =. ICML , year =

  73. [81]

    CoRR , volume =

    Yihang Wang and Yuying Qiu and Peng Chen and Kai Zhao and Yang Shu and Zhongwen Rao and Lujia Pan and Bin Yang and Chenjuan Guo , title =. CoRR , volume =

  74. [82]

    CoRR , volume =

    Xiaoming Shi and Shiyu Wang and Yuqi Nie and Dianqi Li and Zhou Ye and Qingsong Wen and Ming Jin , title =. CoRR , volume =

  75. [83]

    arXiv preprint arXiv:2403.00131 , year=

    Units: Building a unified time series model , author=. arXiv preprint arXiv:2403.00131 , year=

  76. [84]

    Pan, Zijie and Jiang, Yushan and Garg, Sahil and Schneider, Anderson and Nevmyvaka, Yuriy and Song, Dongjin , booktitle=. S^

  77. [85]

    WWW , year=

    Unitime: A language-empowered unified model for cross-domain time series forecasting , author=. WWW , year=

  78. [86]

    CoRR , volume =

    Ching Chang and Wen. CoRR , volume =

  79. [87]

    NeurIPS , year =

    Tian Zhou and Peisong Niu and Xue Wang and Liang Sun and Rong Jin , title =. NeurIPS , year =

  80. [88]

    TAB: Unified Benchmarking of Time Series Anomaly Detection Methods , author =. Proc. 2025 , pages =

  81. [89]

    Zhang and Xiaoming Shi and Pin

    Ming Jin and Shiyu Wang and Lintao Ma and Zhixuan Chu and James Y. Zhang and Xiaoming Shi and Pin. Time-LLM: Time Series Forecasting by Reprogramming Large Language Models , booktitle =

  82. [90]

    CoRR , volume =

    Yong Liu and Guo Qin and Xiangdong Huang and Jianmin Wang and Mingsheng Long , title =. CoRR , volume =

  83. [91]

    The VLDB Journal , pages=

    AutoCTS++: zero-shot joint neural architecture and hyperparameter search for correlated time series forecasting , author=. The VLDB Journal , pages=. 2024 , publisher=

  84. [92]

    Stationary and non-stationary time series , author=

  85. [93]

    ICLR , year =

    Wang Lu and Jindong Wang and Xinwei Sun and Yiqiang Chen and Xing Xie , title =. ICLR , year =

  86. [94]

    Wang Lu and Jindong Wang and Xinwei Sun and Yiqiang Chen and Xiangyang Ji and Qiang Yang and Xing Xie , title =

  87. [95]

    AAAI , pages =

    Wei Fan and Pengyang Wang and Dongkun Wang and Dongjie Wang and Yuanchun Zhou and Yanjie Fu , title =. AAAI , pages =

  88. [96]

    NeurIPS , year =

    Zhiding Liu and Mingyue Cheng and Zhi Li and Zhenya Huang and Qi Liu and Yanhu Xie and Enhong Chen , title =. NeurIPS , year =

  89. [97]

    arXiv preprint arXiv:2410.15997 , year=

    MultiRC: Joint Learning for Time Series Anomaly Prediction and Detection with Multi-scale Reconstructive Contrast , author=. arXiv preprint arXiv:2410.15997 , year=

  90. [98]

    SIGKDD , pages =

    Yiyuan Yang and Chaoli Zhang and Tian Zhou and Qingsong Wen and Liang Sun , title =. SIGKDD , pages =

  91. [99]

    NeurIPS , pages =

    Chengsen Wang and Zirui Zhuang and Qi Qi and Jingyu Wang and Xingyu Wang and Haifeng Sun and Jianxin Liao , title =. NeurIPS , pages =

  92. [100]

    arXiv preprint arXiv:2410.13338 , year=

    DiffImp: Efficient Diffusion Model for Probabilistic Time Series Imputation with Bidirectional Mamba Backbone , author=. arXiv preprint arXiv:2410.13338 , year=

  93. [101]

    arXiv preprint arXiv:2410.12261 , year=

    CATCH: Channel-Aware multivariate Time Series Anomaly Detection via Frequency Patching , author=. arXiv preprint arXiv:2410.12261 , year=

  94. [102]

    CIKM , pages =

    Chengqing Yu and Fei Wang and Zezhi Shao and Tao Sun and Lin Wu and Yongjun Xu , title =. CIKM , pages =

  95. [103]

    SIGKDD , pages=

    Ginar: An end-to-end multivariate time series forecasting model suitable for variable missing , author=. SIGKDD , pages=

  96. [104]

    Time-Series Anomaly Detection: Overview and New Trends , author=. Proc

  97. [105]

    NeurIPS , year=

    The Elephant in the Room: Towards A Reliable Time-Series Anomaly Detection Benchmark , author=. NeurIPS , year=

  98. [106]

    IEEE Transactions on Industrial Informatics , year=

    SPOT-I: Similarity Preserved Optimal Transport for Industrial IoT Data Imputation , author=. IEEE Transactions on Industrial Informatics , year=

  99. [107]

    CIKM , pages =

    Zhichao Chen and Leilei Ding and Zhixuan Chu and Yucheng Qi and Jianmin Huang and Hao Wang , title =. CIKM , pages =

  100. [108]

    arXiv preprint arXiv:2405.17478 , year=

    ROSE: Register Assisted General Time Series Forecasting with Decomposed Frequency Learning , author=. arXiv preprint arXiv:2405.17478 , year=

  101. [109]

    AAAI , pages =

    Hao Wang , title =. AAAI , pages =

  102. [110]

    Hao Wang and Zhiyu Wang and Yunlong Niu and Zhaoran Liu and Haozhe Li and Yilin Liao and Yuxin Huang and Xinggao Liu , title =

  103. [111]

    Zhang and Jun Zhou , title =

    Shiyu Wang and Haixu Wu and Xiaoming Shi and Tengge Hu and Huakun Luo and Lintao Ma and James Y. Zhang and Jun Zhou , title =. ICLR , year =

  104. [112]

    arXiv preprint arXiv:2411.05833 , year=

    Fully Automated Correlated Time Series Forecasting in Minutes , author=. arXiv preprint arXiv:2411.05833 , year=

  105. [113]

    ICML , pages =

    Shengsheng Lin and Weiwei Lin and Wentai Wu and Haojun Chen and Junjie Yang , title =. ICML , pages =

  106. [114]

    SIGKDD , year =

    DUET: Dual Clustering Enhanced Multivariate Time Series Forecasting , author =. SIGKDD , year =

  107. [115]

    The Capacity and Robustness Trade-Off: Revisiting the Channel Independent Strategy for Multivariate Time Series Forecasting , journal =

    Lu Han and Han. The Capacity and Robustness Trade-Off: Revisiting the Channel Independent Strategy for Multivariate Time Series Forecasting , journal =

  108. [116]

    arXiv preprint arXiv:2405.08440 , year=

    DGCformer: Deep Graph Clustering Transformer for Multivariate Time Series Forecasting , author=. arXiv preprint arXiv:2405.08440 , year=

  109. [117]

    Proceedings of the 2022 international conference on multimedia retrieval , pages=

    M2tr: Multi-modal multi-scale transformers for deepfake detection , author=. Proceedings of the 2022 international conference on multimedia retrieval , pages=

  110. [118]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    Iterative answer prediction with pointer-augmented multimodal transformers for textvqa , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  111. [119]

    Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

    Mvitv2: Improved multiscale vision transformers for classification and detection , author=. Proceedings of the IEEE/CVF conference on computer vision and pattern recognition , pages=

  112. [120]

    Proceedings of the IEEE/CVF international conference on computer vision , pages=

    Pyramid vision transformer: A versatile backbone for dense prediction without convolutions , author=. Proceedings of the IEEE/CVF international conference on computer vision , pages=

  113. [121]

    arXiv preprint arXiv:1607.08022 , year=

    Instance normalization: The missing ingredient for fast stylization , author=. arXiv preprint arXiv:1607.08022 , year=

  114. [122]

    International conference on learning representations , year=

    Pyraformer: Low-complexity pyramidal attention for long-range time series modeling and forecasting , author=. International conference on learning representations , year=

  115. [123]

    Proceedings of the AAAI Conference on Artificial Intelligence , volume=

    Msgnet: Learning multi-scale inter-series correlations for multivariate time series forecasting , author=. Proceedings of the AAAI Conference on Artificial Intelligence , volume=

  116. [124]

    ICLR , year =

    Yong Liu and Tengge Hu and Haoran Zhang and Haixu Wu and Shiyu Wang and Lintao Ma and Mingsheng Long , title =. ICLR , year =

  117. [125]

    CIKM , pages =

    Yuntao Du and Jindong Wang and Wenjie Feng and Sinno Jialin Pan and Tao Qin and Renjun Xu and Chongjun Wang , title =. CIKM , pages =

  118. [126]

    ICLR , year =

    Zhijian Xu and Ailing Zeng and Qiang Xu , title =. ICLR , year =

  119. [127]

    Jensen and Zhenli Sheng and Bin Yang , title =

    Xiangfei Qiu and Jilin Hu and Lekui Zhou and Xingjian Wu and Junyang Du and Buang Zhang and Chenjuan Guo and Aoying Zhou and Christian S. Jensen and Zhenli Sheng and Bin Yang , title =. Proc

  120. [128]

    Sean Bin Yang and Chenjuan Guo and Jilin Hu and Jian Tang and Bin Yang , title =

  121. [129]

    Jensen and Bin Yang , title =

    Chenjuan Guo and Christian S. Jensen and Bin Yang , title =

  122. [130]

    Jensen and Yu Ma , title =

    Jilin Hu and Bin Yang and Christian S. Jensen and Yu Ma , title =. GeoInformatica , volume =

  123. [131]

    Frontiers of Computer Science , volume=

    High-availability in-memory key-value store using RDMA and Optane DCPMM , author=. Frontiers of Computer Science , volume=

  124. [132]

    Frontiers of Computer Science , volume=

    Cancer classification with data augmentation based on generative adversarial networks , author=. Frontiers of Computer Science , volume=

  125. [133]

    Frontiers of Computer Science , volume=

    THS-GWNN: a deep learning framework for temporal network link prediction , author=. Frontiers of Computer Science , volume=

  126. [134]

    Razvan-Gabriel Cirstea and Tung Kieu and Chenjuan Guo and Bin Yang and Sinno Jialin Pan , title =

  127. [135]

    Razvan-Gabriel Cirstea and Bin Yang and Chenjuan Guo , title =

  128. [136]

    Towards Spatio-Temporal Aware Traffic Time Series Forecasting , booktitle =

    Razvan. Towards Spatio-Temporal Aware Traffic Time Series Forecasting , booktitle =

  129. [137]

    Jensen , title =

    Hao Miao and Yan Zhao and Chenjuan Guo and Bin Yang and Zheng Kai and Feiteng Huang and Jiandong Xie and Christian S. Jensen , title =

  130. [138]

    CGF: A Category Guidance Based PM _

    Yu, Haomin and Hu, Jilin and Zhou, Xinyuan and Guo, Chenjuan and Yang, Bin and Li, Qingyong , journal=. CGF: A Category Guidance Based PM _

  131. [139]

    Learning to route with sparse trajectory sets , author=

  132. [140]

    Outlier detection for streaming task assignment in crowdsourcing , author=

  133. [141]

    Anomaly detection in time series with robust variational quasi-recurrent autoencoders , author=

  134. [142]

    Weakly guided adaptation for robust time series forecasting , author=. Proc

  135. [143]

    Data Science and Engineering , pages=

    Graph Neural Network-Based Short-Term Load Forecasting with Temporal Convolution , author=. Data Science and Engineering , pages=. 2023 , publisher=

  136. [144]

    arXiv preprint arXiv:2404.13990 , year=

    QCore: Data-Efficient, On-Device Continual Calibration for Quantized Models--Extended Version , author=. arXiv preprint arXiv:2404.13990 , year=

  137. [145]

    Multiple time series forecasting with dynamic graph modeling , author=. Proc

  138. [146]

    Jensen , title =

    Jilin Hu and Chenjuan Guo and Bin Yang and Christian S. Jensen , title =. ICDE , pages =

  139. [147]

    Lightpath: Lightweight and scalable path representation learning , author=

  140. [148]

    MTTPRE: a multi-scale spatial-temporal model for travel time prediction , author=

  141. [149]

    arXiv preprint arXiv:2307.02626 , year=

    Real-time Workload Pattern Analysis for Large-scale Cloud Databases , author=. arXiv preprint arXiv:2307.02626 , year=

  142. [150]

    arXiv preprint arXiv:2401.02116 , year=

    Starling: An I/O-Efficient Disk-Resident Graph Index Framework for High-Dimensional Vector Similarity Search on Data Segment , author=. arXiv preprint arXiv:2401.02116 , year=

  143. [151]

    2019 Computing in Cardiology (CinC) , pages=

    Representation learning for early sepsis prediction , author=. 2019 Computing in Cardiology (CinC) , pages=

  144. [152]

    Handbook of large-scale distributed computing in smart healthcare , pages=

    Big healthcare data analytics: Challenges and applications , author=. Handbook of large-scale distributed computing in smart healthcare , pages=

  145. [153]

    arXiv preprint arXiv:2308.11200 , year=

    Segrnn: Segment recurrent neural network for long-term time series forecasting , author=. arXiv preprint arXiv:2308.11200 , year=

  146. [154]

    ICLR , publisher =

    Alexey Dosovitskiy and Lucas Beyer and Alexander Kolesnikov and Dirk Weissenborn and Xiaohua Zhai and Thomas Unterthiner and Mostafa Dehghani and Matthias Minderer and Georg Heigold and Sylvain Gelly and Jakob Uszkoreit and Neil Houlsby , title =. ICLR , publisher =

  147. [155]

    NeurIPS , pages =

    Xuanwen Huang and Yang Yang and Yang Wang and Chunping Wang and Zhisheng Zhang and Jiarong Xu and Lei Chen and Michalis Vazirgiannis , title =. NeurIPS , pages =

  148. [156]

    NeurIPS , year =

    Rethinking the Power of Timestamps for Robust Time Series Forecasting: A Global-Local Fusion Perspective , author=. NeurIPS , year =

  149. [157]

    arXiv preprint arXiv:2410.06651 , year=

    Toward Physics-guided Time Series Embedding , author=. arXiv preprint arXiv:2410.06651 , year=

  150. [158]

    AAAI , pages =

    Qihe Huang and Lei Shen and Ruixin Zhang and Jiahuan Cheng and Shouhong Ding and Zhengyang Zhou and Yang Wang , title =. AAAI , pages =

  151. [159]

    AAAI , year =

    Artyom Stitsyuk and Jaesik Choi , title =. AAAI , year =

  152. [160]

    AAAI , year =

    Unlocking the Power of Patch: Patch-Based MLP for Long-Term Time Series Forecasting , author=. AAAI , year =

  153. [161]

    NeurIPS , pages =

    Qihe Huang and Lei Shen and Ruixin Zhang and Shouhong Ding and Binwu Wang and Zhengyang Zhou and Yang Wang , title =. NeurIPS , pages =

  154. [162]

    AAAI , volume=

    Calf: Aligning llms for time series forecasting via cross-modal fine-tuning , author=. AAAI , volume=

  155. [163]

    IJCAI , pages =

    Qihe Huang and Zhengyang Zhou and Kuo Yang and Gengyu Lin and Zhongchao Yi and Yang Wang , title =. IJCAI , pages =

  156. [164]

    Internet of Things , volume=

    Cocv: A compression algorithm for time-series data with continuous constant values in IoT-based monitoring systems , author=. Internet of Things , volume=

  157. [165]

    Cluster Computing , volume=

    Benchmarking and revisiting time series forecasting methods in cloud workload prediction , author=. Cluster Computing , volume=

  158. [166]

    Space Weather , volume=

    Solar wind speed prediction via graph attention network , author=. Space Weather , volume=

  159. [167]

    International Conference on Artificial Neural Networks , pages=

    Spatio-Temporal Attention Model with Prior Knowledge for Solar Wind Speed Prediction , author=. International Conference on Artificial Neural Networks , pages=

  160. [168]

    arXiv preprint arXiv:2405.18975 , year=

    Hierarchical Classification Auxiliary Network for Time Series Forecasting , author=. arXiv preprint arXiv:2405.18975 , year=

  161. [169]

    Yuanyuan Yao and Dimeng Li and Hailiang Jie and Lu Chen and Tianyi Li and Jie Chen and Jiaqi Wang and Feifei Li and Yunjun Gao , title =. Proc

  162. [170]

    Yuanyuan Yao and Shenjia Dai and Yilin Li and Lu Chen and Dimeng Li and Yunjun Gao and Tianyi Li , title =. Proc

  163. [171]

    ICDE , pages =

    Yuanyuan Yao and Hailiang Jie and Lu Chen and Tianyi Li and Yunjun Gao and Shiting Wen , title =. ICDE , pages =

  164. [172]

    Wendong Zheng and Putian Zhao and Gang Chen and Huihui Zhou and Yonghong Tian , title =

  165. [173]

    arXiv preprint arXiv:2405.16312 , year=

    Time-SSM: Simplifying and Unifying State Space Models for Time Series Forecasting , author=. arXiv preprint arXiv:2405.16312 , year=

  166. [174]

    NeurIPS , year =

    Attractor memory for long-term time series forecasting: A chaos perspective , author=. NeurIPS , year =

  167. [175]

    NeurIPS , year =

    CycleNet: Enhancing Time Series Forecasting through Modeling Periodic Patterns , author=. NeurIPS , year =

  168. [176]

    2024 , pages =

    Hao Wang and Zhichao Chen and Zhaoran Liu and Haozhe Li and Degui Yang and Xinggao Liu and Haoxuan Li , title =. 2024 , pages =

  169. [177]

    LSPT-D: Local Similarity Preserved Transport for Direct Industrial Data Imputation , year=

    Hao Wang and Xinggao Liu and Zhaoran Liu and Haozhe Li and Yilin Liao and Yuxin Huang and Zhichao Chen , journal=. LSPT-D: Local Similarity Preserved Transport for Direct Industrial Data Imputation , year=

  170. [178]

    Jensen , title =

    David Campos and Miao Zhang and Bin Yang and Tung Kieu and Chenjuan Guo and Christian S. Jensen , title =. Proc

  171. [179]

    IEEE Internet of Things Journal , year=

    FCNet: Fully Complex Network for Time Series Forecasting , author=. IEEE Internet of Things Journal , year=

  172. [180]

    GeoInformatica , volume=

    Ecomark 2.0: empowering eco-routing with vehicular environmental models and actual vehicle fuel consumption data , author=. GeoInformatica , volume=

  173. [181]

    The VLDB Journal , volume=

    Risk-aware path selection with time-varying, uncertain travel costs: a time series approach , author=. The VLDB Journal , volume=

  174. [182]

    Generative semi-supervised learning for multivariate time series imputation , author=

  175. [183]

    SimpleTS: An efficient and universal model selection framework for time series forecasting , author=. Proc

  176. [184]

    ICLR , year =

    Peng Chen and Yingying Zhang and Yunyao Cheng and Yang Shu and Yihang Wang and Qingsong Wen and Bin Yang and Chenjuan Guo , title =. ICLR , year =

  177. [185]

    Data Science and Engineering , pages=

    Anomaly Detection with Sub-Extreme Values: Health Provider Billing , author=. Data Science and Engineering , pages=

  178. [186]

    Libra: A benchmark for time series forecasting methods , author=

  179. [187]

    arXiv preprint arXiv:2105.06643 , year=

    Monash time series forecasting archive , author=. arXiv preprint arXiv:2105.06643 , year=

  180. [188]

    International journal of forecasting , volume=

    The M3-Competition: results, conclusions and implications , author=. International journal of forecasting , volume=

  181. [189]

    International Journal of Forecasting , volume=

    The M4 Competition: Results, findings, conclusion and way forward , author=. International Journal of Forecasting , volume=

  182. [190]

    ICLR , year =

    Haixu Wu and Tengge Hu and Yong Liu and Hang Zhou and Jianmin Wang and Mingsheng Long , title =. ICLR , year =

  183. [191]

    Are transformers effective for time series forecasting? , author=

  184. [192]

    Forecasting with exponential smoothing: the state space approach , author=

  185. [193]

    Review of Quantitative Finance and Accounting , volume=

    A machine learning approach to univariate time series forecasting of quarterly earnings , author=. Review of Quantitative Finance and Accounting , volume=

  186. [194]

    Alvarez, Francisco Martinez and Troncoso, Alicia and Riquelme, Jose C and Ruiz, Jesus S Aguilar , title =

  187. [195]

    Financial time series forecasting with deep learning :

    Omer Berat Sezer and Mehmet Ugur Gudelek and Ahmet Murat. Financial time series forecasting with deep learning :. Appl. Soft Comput. , volume =

  188. [196]

    Abhimanyu Das and Weihao Kong and Andrew Leach and Shaan Mathur and Rajat Sen and Rose Yu , title =. Trans. Mach. Learn. Res. , volume =

  189. [197]

    Machine learning , volume=

    Random forests , author=. Machine learning , volume=

  190. [198]

    Analytical methods , volume=

    Principal component analysis , author=. Analytical methods , volume=

  191. [199]

    Feature selection using principal feature analysis , author=

  192. [200]

    Xgboost: A scalable tree boosting system , author=

  193. [201]

    arXiv preprint arXiv:1905.10437 , year=

    N-BEATS: Neural basis expansion analysis for interpretable time series forecasting , author=. arXiv preprint arXiv:1905.10437 , year=

  194. [202]

    NeurIPS , volume=

    Lightgbm: A highly efficient gradient boosting decision tree , author=. NeurIPS , volume=

  195. [203]

    International Journal of Forecasting , volume=

    DeepAR: Probabilistic forecasting with autoregressive recurrent networks , author=. International Journal of Forecasting , volume=

  196. [204]

    Proceedings of the ACM on Management of Data , volume=

    Origin-destination travel time oracle for map-based services , author=. Proceedings of the ACM on Management of Data , volume=

  197. [205]

    International journal of forecasting , volume=

    Another look at measures of forecast accuracy , author=. International journal of forecasting , volume=

  198. [206]

    Informer: Beyond efficient transformer for long sequence time-series forecasting , author=

  199. [207]

    Fedformer: Frequency enhanced decomposed transformer for long-term series forecasting , author=

  200. [208]

    Nguyen and Phanwadee Sinthong and Jayant Kalagnanam , title =

    Yuqi Nie and Nam H. Nguyen and Phanwadee Sinthong and Jayant Kalagnanam , title =. ICLR , year =

  201. [209]

    Songtao Huang and Zhen Zhao and Can Li and LEI BAI , booktitle=. Time

  202. [210]

    AAAI , year =

    Jingru Fei and Kun Yi and Wei Fan and Qi Zhang and Zhendong Niu , title =. AAAI , year =

  203. [211]

    STL: A seasonal-trend decomposition , author=. J. Off. Stat , volume=

  204. [212]

    NeurIPS , pages =

    Haixu Wu and Jiehui Xu and Jianmin Wang and Mingsheng Long , title =. NeurIPS , pages =

  205. [213]

    arXiv preprint arXiv:1803.01271 , year=

    An empirical evaluation of generic convolutional and recurrent networks for sequence modeling , author=. arXiv preprint arXiv:1803.01271 , year=

  206. [214]

    Forecasting, structural time series models and the Kalman filter , author=

  207. [215]

    kaggle-web-traffic

    Suilin, A. kaggle-web-traffic. 2017

  208. [216]

    arXiv preprint arXiv:1707.01926 , year=

    Diffusion convolutional recurrent neural network: Data-driven traffic forecasting , author=. arXiv preprint arXiv:1707.01926 , year=

  209. [217]

    Spatial-temporal synchronous graph convolutional networks: A new framework for spatial-temporal network data forecasting , author=

  210. [218]

    NeurIPS , year =

    Yong Liu and Haixu Wu and Jianmin Wang and Mingsheng Long , title =. NeurIPS , year =

  211. [219]

    Journal of the American statistical Association , volume=

    Distribution of residual autocorrelations in autoregressive-integrated moving average time series models , author=. Journal of the American statistical Association , volume=

  212. [220]

    Olivares , title =

    Federico Garza, Max Mergenthaler Canseco, Cristian Challú, Kin G. Olivares , title =. 2022 , howpublished=

  213. [221]

    NeurIPS , volume=

    Film: Frequency improved legendre memory model for long-term time series forecasting , author=. NeurIPS , volume=

  214. [222]

    Crossformer: Transformer utilizing cross-dimension dependency for multivariate time series forecasting , author=

  215. [223]

    Micn: Multi-scale local and global context modeling for long-term series forecasting , author=

  216. [224]

    Expert systems with applications , volume=

    A review and comparison of strategies for multi-step ahead time series forecasting based on the NN5 forecasting competition , author=. Expert systems with applications , volume=

  217. [225]

    NeurIPS , year=

    ProbTS: Benchmarking Point and Distributional Forecasting across Diverse Prediction Horizons , author=. NeurIPS , year=

  218. [226]

    Transfer graph neural networks for pandemic forecasting , author=

  219. [227]

    Probabilistic forecasting with spline quantile function RNNs , author=

  220. [228]

    NeurIPS , year =

    DDN: Dual-domain Dynamic Normalization for Non-stationary Time Series Forecasting , author=. NeurIPS , year =

  221. [229]

    Modeling long-and short-term temporal patterns with deep neural networks , author=

  222. [230]

    Periodicity Decoupling Framework for Long-term Series Forecasting , booktitle =

    Tao Dai and Beiliang Wu and Peiyuan Liu and Naiqi Li and Jigang Bao and Yong Jiang and Shu. Periodicity Decoupling Framework for Long-term Series Forecasting , booktitle =

  223. [231]

    Jensen , title =

    Yunyao Cheng and Peng Chen and Chenjuan Guo and Kai Zhao and Qingsong Wen and Bin Yang and Christian S. Jensen , title =. Proc

  224. [232]

    ICDE , pages=

    Towards spatio-temporal aware traffic time series forecasting , author=. ICDE , pages=

  225. [233]

    Triformer: Triangular, Variable-Specific Attentions for Long Sequence Multivariate Time Series Forecasting , booktitle =

    Razvan. Triformer: Triangular, Variable-Specific Attentions for Long Sequence Multivariate Time Series Forecasting , booktitle =

  226. [234]

    Sean Bin Yang and Chenjuan Guo and Bin Yang , title =

  227. [235]

    Jensen and Bac Le , title =

    Duc Kieu and Tung Kieu and Peng Han and Bin Yang and Christian S. Jensen and Bac Le , title =. Proc

  228. [236]

    arXiv preprint arXiv:2406.03751 , year=

    Adaptive Multi-Scale Decomposition Framework for Time Series Forecasting , author=. arXiv preprint arXiv:2406.03751 , year=

  229. [237]

    WFTNet: Exploiting Global and Local Periodicity in Long-Term Time Series Forecasting , booktitle =

    Peiyuan Liu and Beiliang Wu and Naiqi Li and Tao Dai and Fengmao Lei and Jigang Bao and Yong Jiang and Shu. WFTNet: Exploiting Global and Local Periodicity in Long-Term Time Series Forecasting , booktitle =

  230. [238]

    arXiv preprint arXiv:2410.04442 , year=

    TimeBridge: Non-Stationarity Matters for Long-term Time Series Forecasting , author=. arXiv preprint arXiv:2410.04442 , year=

  231. [239]

    Journal of Business & Economic Statistics , volume=

    FRED-MD: A monthly database for macroeconomic research , author=. Journal of Business & Economic Statistics , volume=

  232. [240]

    ACM Transactions on Information Systems , volume=

    Temporal relational ranking for stock prediction , author=. ACM Transactions on Information Systems , volume=

  233. [241]

    NeurIPS , volume=

    Generative time series forecasting with diffusion, denoise, and disentanglement , author=. NeurIPS , volume=

  234. [242]

    Econometric reviews , volume=

    Vector autoregression and causality: a theoretical overview and simulation study , author=. Econometric reviews , volume=

  235. [243]

    2015 , howpublished =

    Trindade,Artur , title =. 2015 , howpublished =

  236. [244]

    International Symposium on Benchmarking, Measuring and Optimization , pages=

    BasicTS: An Open Source Fair Multivariate Time Series Prediction Benchmark , author=. International Symposium on Benchmarking, Measuring and Optimization , pages=

  237. [245]

    ACM Transactions on Information Systems , volume=

    TME: Tree-guided Multi-task Embedding Learning towards Semantic Venue Annotation , author=. ACM Transactions on Information Systems , volume=

  238. [246]

    Proceedings of the ACM on Management of Data , volume=

    AutoCTS+: Joint Neural Architecture and Hyperparameter Search for Correlated Time Series Forecasting , author=. Proceedings of the ACM on Management of Data , volume=

  239. [247]

    AutoCTS: Automated correlated time series forecasting , author=. Proc

  240. [248]

    Annals of statistics , pages=

    Greedy function approximation: a gradient boosting machine , author=. Annals of statistics , pages=

  241. [249]

    Magicscaler: Uncertainty-aware, predictive autoscaling , author=. Proc

  242. [250]

    Efficient tests for an autoregressive unit root , author=

  243. [251]

    Anomaly detection in multivariate non-stationary time series for automatic DBMS diagnosis , author=

  244. [252]

    Noise reduction in speech processing , pages=

    Pearson correlation coefficient , author=. Noise reduction in speech processing , pages=

  245. [253]

    Data Mining and Knowledge Discovery , volume=

    catch22: CAnonical Time-series CHaracteristics: Selected through highly comparative time-series analysis , author=. Data Mining and Knowledge Discovery , volume=

  246. [254]

    Monash University, UEA,

    Chang Wei Tan and Christoph Bergmeir and Fran. Monash University, UEA,. arXiv preprint arXiv:2006.10996 , year =

  247. [255]

    arXiv preprint arXiv:2310.06119 , year=

    Exploring Progress in Multivariate Time Series Forecasting: Comprehensive Benchmarking and Heterogeneity Analysis , author=. arXiv preprint arXiv:2310.06119 , year=

  248. [256]

    CVPR , pages=

    Imagenet: A large-scale hierarchical image database , author=. CVPR , pages=

  249. [257]

    Psychological Bulletin , volume=

    Measures of explained variance: Cautions and limitations , author=. Psychological Bulletin , volume=

  250. [258]

    The Journal of Machine Learning Research , volume=

    Darts: User-friendly modern machine learning for time series , author=. The Journal of Machine Learning Research , volume=

  251. [259]

    2014 IEEE PES General Meeting| Conference & Exposition , pages=

    A random forest method for real-time price forecasting in New York electricity market , author=. 2014 IEEE PES General Meeting| Conference & Exposition , pages=

  252. [260]

    Regression models for time series analysis , author=

  253. [261]

    Nhits: Neural hierarchical interpolation for time series forecasting , author=

  254. [262]

    Journal of Physics: Conference Series , volume=

    Time series forecast of sales volume based on XGBoost , author=. Journal of Physics: Conference Series , volume=

  255. [263]

    Earth System Science Data Discussions , volume=

    Global transpiration data from sap flow measurements: the SAPFLUXNET database , author=. Earth System Science Data Discussions , volume=

  256. [264]

    Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences , volume=

    Cautionary tales on air-quality improvement in Beijing , author=. Proceedings of the Royal Society A: Mathematical, Physical and Engineering Sciences , volume=

  257. [265]

    Jensen , title =

    Simon Aagaard Pedersen and Bin Yang and Christian S. Jensen , title =. Proc

  258. [266]

    Pre-training context and time aware location embeddings from spatial-temporal trajectories for user next location prediction , author=

  259. [267]

    arXiv preprint arXiv:2402.12035 , year=

    Class-incremental Learning for Time Series: Benchmark and Evaluation , author=. arXiv preprint arXiv:2402.12035 , year=

  260. [268]

    arXiv preprint arXiv:2402.07232 , year=

    GenSTL: General Sparse Trajectory Learning via Auto-regressive Generation of Feature Domains , author=. arXiv preprint arXiv:2402.07232 , year=

  261. [269]

    IEEE Transactions on Knowledge and Data Engineering , year=

    Pre-Training General Trajectory Embeddings With Maximum Multi-View Entropy Coding , author=. IEEE Transactions on Knowledge and Data Engineering , year=

  262. [270]

    2021 , eprint=

    Merlion: A Machine Learning Library for Time Series , author=. 2021 , eprint=

  263. [271]

    Journal of Machine Learning Research , year =

    Julien Herzen and Francesco Lässig and Samuele Giuliano Piazzetta and Thomas Neuer and Léo Tafti and Guillaume Raille and Tomas Van Pottelbergh and Marek Pasieka and Andrzej Skrodzki and Nicolas Huguenin and Maxime Dumonal and Jan Kościsz and Dennis Bader and Frédérick Gu...

  264. [272]

    Jensen and Yan Zhao and Feiteng Huang and Kai Zheng , title =

    Tung Kieu and Bin Yang and Chenjuan Guo and Christian S. Jensen and Yan Zhao and Feiteng Huang and Kai Zheng , title =

  265. [273]

    Jensen , title =

    David Campos and Tung Kieu and Chenjuan Guo and Feiteng Huang and Kai Zheng and Bin Yang and Christian S. Jensen , title =. Proc

  266. [274]

    Jensen and Lu Chen , title =

    Chenjuan Guo and Bin Yang and Jilin Hu and Christian S. Jensen and Lu Chen , title =. The VLDB Journal , volume =

  267. [275]

    Kingma and Max Welling , title =

    Diederik P. Kingma and Max Welling , title =. ICLR , year =

  268. [276]

    Le and Geoffrey E

    Noam Shazeer and Azalia Mirhoseini and Krzysztof Maziarz and Andy Davis and Quoc V. Le and Geoffrey E. Hinton and Jeff Dean , title =. ICLR , year =

  269. [277]

    IEEE spectrum , volume=

    The fast Fourier transform , author=. IEEE spectrum , volume=. 1967 , publisher=

  270. [278]

    Roweis and Geoffrey E

    Jacob Goldberger and Sam T. Roweis and Geoffrey E. Hinton and Ruslan Salakhutdinov , title =. NeurIPS , pages =

  271. [279]

    ICLR , year =

    Eric Jang and Shixiang Gu and Ben Poole , title =. ICLR , year =

  272. [280]

    Gomez and Lukasz Kaiser and Illia Polosukhin , title =

    Ashish Vaswani and Noam Shazeer and Niki Parmar and Jakob Uszkoreit and Llion Jones and Aidan N. Gomez and Lukasz Kaiser and Illia Polosukhin , title =. NeurIPS , pages =

  273. [281]

    arXiv preprint arXiv:1607.06450 , year=

    Layer normalization , author=. arXiv preprint arXiv:1607.06450 , year=

  274. [282]

    AAAI , volume=

    Spatio-temporal self-supervised learning for traffic flow prediction , author=. AAAI , volume=

  275. [283]

    IET signal processing , volume=

    Unsupervised video anomaly detection using feature clustering , author=. IET signal processing , volume=. 2012 , publisher=

  276. [284]

    Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , pages=

    Token pooling in vision transformers for image classification , author=. Proceedings of the IEEE/CVF Winter Conference on Applications of Computer Vision , pages=

  277. [285]

    IEEE transactions on knowledge and data engineering , volume=

    A fuzzy self-constructing feature clustering algorithm for text classification , author=. IEEE transactions on knowledge and data engineering , volume=. 2010 , publisher=

  278. [286]

    NeurIPS , year=

    From Similarity to Superiority: Channel Clustering for Time Series Forecasting , author=. NeurIPS , year=

  279. [287]

    Information retrieval for music and motion , pages=

    Dynamic time warping , author=. Information retrieval for music and motion , pages=. 2007 , publisher=

  280. [288]

    ICLR , year=

    Reversible instance normalization for accurate time-series forecasting against distribution shift , author=. ICLR , year=

  281. [289]

    BMVC , pages=

    Sergey Zagoruyko and Nikos Komodakis , title =. BMVC , pages=

  282. [290]

    ICLR , year =

    FreDF: Learning to Forecast in the Frequency Domain , author =. ICLR , year =

  283. [291]

    arXiv preprint arXiv:2503.00877 , year=

    Patch-wise Structural Loss for Time Series Forecasting , author=. arXiv preprint arXiv:2503.00877 , year=

  284. [292]

    arXiv preprint arXiv:2210.15050 , year=

    TILDE-Q: a transformation invariant loss function for time-series forecasting , author=. arXiv preprint arXiv:2210.15050 , year=

  285. [293]

    ICML , pages=

    Soft-dtw: a differentiable loss function for time-series , author=. ICML , pages=

  286. [294]

    NeurIPS , volume=

    Shape and time distortion loss for training deep time series forecasting models , author=. NeurIPS , volume=

  287. [295]

    ICLR , year=

    MOMENT: A Family of Open Time-series Foundation Models , author=. ICLR , year=

  288. [296]

    NeurIPS , year=

    Time-o1: Time-Series Forecasting Needs Transformed Label Alignment , author=. NeurIPS , year=

  289. [297]

    ICLR , year=

    Optimal transport for time series imputation , author=. ICLR , year=

  290. [298]

    IEEE Transactions on Artificial Intelligence , volume=

    An accurate and interpretable framework for trustworthy process monitoring , author=. IEEE Transactions on Artificial Intelligence , volume=

  291. [299]

    NeurIPS , year=

    Towards Accurate Time Series Forecasting via Implicit Decoding , author=. NeurIPS , year=

  292. [300]

    NeurIPS , year=

    OLinear: A Linear Model for Time Series Forecasting in Orthogonally Transformed Domain , author=. NeurIPS , year=

Pith tools

Reviewed July 31, 2026 · model on record in the stance chip above.