Pith. sign in

REVIEW 3 major objections 5 minor 41 references

SPECTRA beats 14 of 18 probabilistic energy forecast benchmarks by modeling the forecast center and uncertainty spread through separate pathways.

Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →

T0 review · deepseek-v4-flash

2026-08-01 10:35 UTC pith:BNFVAP43

load-bearing objection SPECTRA's architecture is genuinely novel, but the headline CRPS wins rely on three-seed point estimates with no error bars — the central empirical claim isn't yet supported as printed. the 3 major comments →

arxiv 2607.20587 v1 pith:BNFVAP43 submitted 2026-07-22 stat.ML cs.LG

SPECTRA: State-Space Exogenous Context and Temporal-Frequency Resolution Architecture for Probabilistic Energy Forecasting

classification stat.ML cs.LG
keywords probabilistic energy forecastingstate-space modelsquantile regressionspectral decompositionexogenous variablesCRPSload forecastingwind and solar forecasting
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

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

The paper argues that a probabilistic energy forecaster should not estimate the center of the forecast and the spread around it from one shared representation. Its central premise is that trend-periodic regularities (load cycles, market rhythms) set the baseline trajectory, while high-frequency residuals and external shocks set the width and asymmetry of the uncertainty. SPECTRA enforces this separation architecturally: an adaptive spectral filter splits each input series into a deterministic backbone and a residual stream, exogenous variables are aligned to both streams by cross-attention, a state-space engine refines the backbone, and a boundary estimator builds ordered quantiles from the two complementary representations. Across load, price, solar, and wind benchmarks the model achieves the best CRPS in 14 of 18 settings, with average CRPS down 5.74% and upper-tail quantile risk down 7.27% relative to the strongest baseline. The intended contribution is evidence that deterministic-stochastic separation is a workable design principle for general probabilistic energy forecasting.

Core claim

SPECTRA proposes that the forecast distribution can be factorized by source: the median trajectory is carried by a low-frequency trend-periodic component, and the quantile spread is carried by a high-frequency residual component that retains the information lost in that split. The model realizes this factorization via MTPD, which builds an input-adaptive mask over the Fourier spectrum by combining a smooth low-frequency prior with a sigmoid-masked log-amplitude energy, then inverse-transforms to get the deterministic part and subtracts to get the residual part. Exogenous context is aligned separately to both streams by the Exogenous Context Synergizer; the deterministic stream is refined by

What carries the argument

The load-bearing mechanism is the MTPD adaptive spectral mask: a learned combination of a smooth low-frequency prior and a convolutional mask over log-amplitude Fourier energies that decides, per input instance, which frequencies belong to the deterministic stream and which to the residual stream. The rest of the architecture—cross-attention exogenous alignment, wavelet-plus-state-space refinement of the deterministic stream, and direction-aware quantile offsets from the residual stream—is designed to keep those two streams from re-entangling before quantile estimation.

Load-bearing premise

The whole approach depends on the MTPD spectral mask making a stable, meaningful split between predictable structure and uncertainty-bearing residual; the paper does not state whether the cutoff frequency and transition sharpness of the low-frequency prior are learned or fixed, and if predictable high-frequency content lands in the residual stream the uncertainty intervals inherit that error.

What would settle it

Inspect the residual stream on held-out test windows: if the residual stream still contains strong periodic autocorrelation at a known operating frequency (e.g., a 24-hour cycle), or if the 80% prediction intervals are systematically too narrow on ramp days and too wide on calm days, then the deterministic-stochastic split is not isolating uncertainty. A second check is to fix the low-frequency prior's cutoff and transition at several values and measure CRPS sensitivity; large swings would show the split is not adaptive in the way claimed.

Watch this falsifier — get emailed when new claim-graph text bears on it.

If this is right

  • If the principle holds, grid operators can use the residual stream directly as a signal for ramp and spike uncertainty, since the model has already separated what is predictable from what is not.
  • Upper-tail quantile risk (ρ90) improves more than median error (ρ50), suggesting the two-stream design specifically helps the extreme events that matter for reserve scheduling and price-spike anticipation.
  • The linear-time state-space backbone means the probabilistic gains do not come with quadratic attention cost, so long look-back windows remain computationally feasible.
  • The same decomposition-first design could be applied to other time series with strong periodicity plus volatile residuals, not just energy.
  • Because quantile offsets are constructed to lie on the correct side of the median, the model is structurally protected against quantile crossings between symmetric levels.
  • The spectral amplitude regularizer adds frequency-domain consistency to quantile calibration, which may reduce distortion of periodic patterns in the forecast horizon.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • One could test whether the spectral split, rather than the specific neural components, is responsible for the gains by freezing the MTPD mask and retraining the rest, or by replacing MTPD with a simple seasonal-trend decomposition.
  • The direction-aware offset construction (absolute value with sign by quantile level) is a strong inductive bias; a fair reader would want to know how much of the CRPS gain comes from that constraint versus from the residual features themselves.
  • The paper leaves robust forecasting under imperfect or missing exogenous information as future work; a useful stress test is to withhold weather covariates at test time and measure how much of the CRPS advantage disappears.
  • The unspecified cutoff frequency and transition sharpness of the low-frequency prior are candidate hyperparameters whose sensitivity could be examined on a single dataset.

Editorial analysis

A structured set of objections, weighed in public.

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

Referee Report

3 major / 5 minor

Summary. The paper proposes SPECTRA, a four-module deep architecture for probabilistic energy forecasting. The core design principle is deterministic-stochastic decoupling: a Macro-Trend & Periodic Decoupling (MTPD) module splits the normalized series into a trend-periodic backbone and a high-frequency residual; an Exogenous Context Synergizer (ECS) aligns exogenous variables separately with both streams; a Spectral-Temporal State-Space Engine (STSSE) refines the deterministic backbone with wavelet multi-resolution filtering and selective state-space layers; and a Stochastic Boundary Estimator (SBE) produces ordered quantiles from fused deterministic and residual features. The model is trained with quantile regression plus a frequency-domain regularizer. Experiments on ECL, OPS, GEFCom2014, and a NewEnergy2025 case study report CRPS, ρ50, and ρ90, claiming the best CRPS in 14 of 18 settings, top-two in 17, an average CRPS reduction of 5.74%, and a 7.27% reduction in ρ90 over the strongest baseline. The paper interprets these results as evidence for deterministic-stochastic separation as an effective design principle.

Significance. If the empirical claims held with adequate statistical support, the paper would make a meaningful contribution: the architecture is well-motivated, modular, and evaluated across diverse energy forecasting tasks; the ablations isolate the contributions of each component; code is made available; and the state-space backbone offers a plausible efficiency advantage over attention-based models. The cross-domain validation and explicit separation of deterministic and stochastic streams are ideas likely to interest the power-systems forecasting community. However, the central claim is an empirical superiority claim, and the current evidence is weakened by the absence of uncertainty quantification on the reported metrics, by the omission of several key hyperparameters, and by the small margins in some headline comparisons. These gaps must be addressed before the design-principle conclusion can be considered established.

major comments (3)
  1. [§IV-A.4, Table I] The main claim that SPECTRA 'achieves the best CRPS in 14 of 18 settings and reduces average CRPS by 5.74%' is not supported with any measure of uncertainty. Results are averaged over three seeds, but no standard deviations, confidence intervals, or paired significance tests are reported. Several decisive margins are tiny: GEF Wind S is a tie with TFT at 0.462; OPS Price L is 0.423 vs PatchTST 0.419; OPS Wind S is 0.406 vs PatchTST 0.404; OPS Wind L is 0.552 vs TADNet 0.540. With only three seeds, these orderings could easily flip. The paper should report per-seed or per-sample variability, and ideally a paired test or confidence interval, for the CRPS and ρ90 comparisons in Table I and the ablations in Table II.
  2. [§III-A, Eqs. (21)-(28); §III-C; §III-E] Reproducibility and the stability of the MTPD split are compromised by omitted hyperparameters. Eq. (25) defines the low-frequency prior with cutoff fc and transition sharpness τ, but the paper never states whether these are learned or fixed, nor gives their values. Similarly, the spectral regularizer weight η in Eq. (47), the top-K frequency set ΩK, and the wavelet family used in STSSE (Eqs. (34)-(35)) are unspecified. Since the MTPD split is the foundation of the deterministic-stochastic decoupling, and the residual stream is claimed to represent forecast uncertainty, the paper should state these settings and show sensitivity to them. Without this, a reader cannot reproduce the results or assess whether the split is stable across samples.
  3. [§III-D, Eq. (44)] The direction-aware offset construction restricts lower and upper quantiles to opposite sides of the median, but it does not guarantee monotonicity among quantiles on the same side. For example, two upper quantiles could in principle cross each other, which would produce an invalid predictive CDF. The paper says this construction 'reduces cross-side quantile violations' but supplies no diagnostic for monotonicity or quantile crossings, and no theoretical argument that crossings are controlled. Given that SBE's output is the probabilistic forecast, the paper should either prove monotonicity or report the frequency of quantile crossings in the experiments.
minor comments (5)
  1. [Author affiliations] Minor grammar issues: 'Yuedong Shi are with' and 'Tian Zheng are with' should be 'is with'.
  2. [§III-D, Eq. (44)] λ is described as 'learnable or trainable'; please clarify which one is used and report its initial value or whether it is a fixed constant.
  3. [Table I caption] The note 'For Wind and Solar, L uses only the 72-step horizon' is ambiguous. Please state explicitly that long horizon is H=72 only for those cases, and why H=120/168 are excluded.
  4. [§IV-B, Fig. 3] The y-axis labels 'MSE 10 50 90' are cryptic; clarify that these denote MSE at median and pinball losses at quantiles 0.1, 0.5, 0.9, or add a legend.
  5. [§IV-D.1, NewEnergy2025] The description says the dataset 'can be accessed in the code repository,' but no documentation of its construction or license is provided. For a case-study dataset, more detail or a public link would aid reproducibility.

Circularity Check

0 steps flagged

No circular derivation: SPECTRA's claims are empirical benchmark results; only minor non-load-bearing self-citation to authors' KARMA work.

full rationale

SPECTRA's central claim is an empirical comparison: on held-out splits of ECL/OPS/GEF (and the NE case study), the proposed architecture obtains lower CRPS/rho90 than external baselines. The derivation chain is architectural, not a formal proof from assumptions to results. MTPD's decomposition X_res = X_norm - X_det and SBE's use of H_res to form quantile offsets mean that, by construction, the residual stream contributes to uncertainty; however, the paper does not claim to derive this contribution as a prediction. The empirical CRPS improvement over baselines is not logically forced by Eq. (28) or Eqs. (43)-(45); it is established by held-out evaluation and ablation. The only self-citation is [16] (authors' prior KARMA), used in the introduction to support the general promise of Mamba alongside external citations [15],[32]; it is not load-bearing for any quantitative result. The omitted specification of MTPD cutoff f_c and transition sharpness tau (Eq. 25) and the lack of seed-level error bars are correctness/robustness limitations, not circular reasoning. No uniqueness theorem, imported ansatz, or redefined known result is used to force the conclusions. Score reflects one minor non-load-bearing self-citation; otherwise no significant circularity.

Axiom & Free-Parameter Ledger

3 free parameters · 5 axioms · 0 invented entities

The architecture is not derived from first principles; it rests on a domain hypothesis about deterministic-stochastic separation, standard signal-processing assumptions, and several under-specified hyperparameters. No new physical entities are introduced.

free parameters (3)
  • Spectral prior cutoff fc and transition sharpness τ = unspecified
    Eq. (25) defines the low-frequency prior Pf using fc and τ, which control how much of the series is labeled deterministic. The paper does not state whether they are learned or fixed, nor their values.
  • Spectral regularizer weight η and top-K frequency set = unspecified
    Eqs. (46)-(47) require choosing η and K for the frequency-domain loss; neither value is reported, yet they directly shape the training objective.
  • Direction-aware offset scale λ = learnable, initialization unspecified
    Eq. (44) uses λ>0 to set the magnitude of upper and lower quantile offsets. It is called learnable/trainable, but its initialization or learned range is not documented.
axioms (5)
  • domain assumption Fourier and wavelet decomposition of a finite look-back window yields a stable trend-periodic/residual split that transfers to future uncertainty.
    This is the paper's central premise, operationalized in MTPD (Section III-A) and STSSE (Section III-C). If the split is unstable, residual-driven quantile boundaries are unreliable.
  • domain assumption Exogenous context is available over both the historical window and the entire forecast horizon.
    Eq. (1) defines Xexo over L+H steps. In practice, future weather or market covariates are forecasts, not observations; the paper notes in the conclusion that imperfect exogenous information is future work.
  • standard math Quantile pinball loss and the quantile approximation of CRPS are valid training and evaluation objectives.
    Equations (2)-(5) rely on standard quantile regression and CRPS estimation; this is standard practice and not controversial.
  • standard math Selective state-space layers with Zero-Order Hold discretization are numerically stable and appropriate for these energy series.
    Section II-C imports Mamba-style SSM foundations; the paper does not derive or test stability beyond the reported experiments.
  • ad hoc to paper The sign-constrained quantile offsets in Eq. (44) sufficiently control quantile crossings.
    The construction places lower quantiles below and upper quantiles above the median, but it does not enforce ordering within each side. This is a heuristic design choice specific to SPECTRA.

pith-pipeline@v1.3.0-alltime-deepseek · 17286 in / 14108 out tokens · 146227 ms · 2026-08-01T10:35:48.933602+00:00 · methodology

0 comments
read the original abstract

Modern power systems increasingly require probabilistic forecasts amid interacting uncertainties from renewable intermittency, flexible demand, market volatility, and weather-dependent generation. However, existing methods often treat multi-scale decomposition, exogenous-variable alignment, and probabilistic output as separate steps, obscuring how predictable structures and uncertainty-bearing fluctuations jointly shape the forecast distribution. This paper proposes a state-space exogenous-context and temporal-frequency resolution architecture for general probabilistic energy forecasting. Its central premise is that trend-periodic components primarily determine the baseline trajectory, whereas high-frequency residuals and external perturbations govern the spread and asymmetry of forecast uncertainty. Accordingly, the architecture adaptively separates deterministic and residual streams, aligns exogenous context with both, refines the deterministic backbone through multi-resolution spectral-temporal state-space modeling, and estimates ordered quantile boundaries from their complementary representations. Experiments on load, price, solar, and wind forecasting achieve the best continuous ranked probability score in 14 of 18 settings, reducing average CRPS by 5.74\% and upper-tail quantile risk by 7.27\% over the strongest baselines. These results support deterministic-stochastic separation as an effective design principle for general probabilistic energy forecasting.

Figures

Figures reproduced from arXiv: 2607.20587 by Hang Ye, Jianming Wei, Tian Zheng, Xiaoying Zheng, Xinyan Jiang, Yangxin Zhu, Yongxin Zhu, Yuedong Shi.

Figure 1
Figure 1. Figure 1: Architecture of SPECTRA. The main pipeline contains six stages from normalization to quantile-aware denormalization, while insets (a)–(d) detail [PITH_FULL_IMAGE:figures/full_fig_p004_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Forecasting results of SPECTRA with H = 72: forecasts and 80% prediction intervals (top), and deterministic and residual components (bottom). the configuration parameters are set as follows: dmodel = 512, the number of STSSE layers is E = 3, the core selective state￾space module uses an expansion factor of 1, a state dimension of dstate = 16, and a local convolution width of dconv = 2. All experiments are … view at source ↗
Figure 3
Figure 3. Figure 3: Impact of prediction length on forecast accuracy with the input length fixed as [PITH_FULL_IMAGE:figures/full_fig_p009_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Efficiency comparison of different forecasting models on the NE [PITH_FULL_IMAGE:figures/full_fig_p009_4.png] view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

41 extracted references · 2 linked inside Pith

  1. [1]

    Energy forecasting: A review and outlook,

    T. Hong, P. Pinson, Y . Wang, R. Weron, D. Yang, and H. Zareipour, “Energy forecasting: A review and outlook,”IEEE Open Access J. Power Energy, vol. 7, pp. 376–388, 2020

  2. [2]

    DiffLoad: Uncertainty quantification in electrical load forecasting with the diffusion model,

    Z. Wang, Q. Wen, C. Zhang, L. Sun, and Y . Wang, “DiffLoad: Uncertainty quantification in electrical load forecasting with the diffusion model,” IEEE Trans. Power Syst., vol. 40, no. 2, pp. 1777–1789, 2025

  3. [3]

    Electricity demand and grid impacts of AI data centers: Challenges and prospects,

    X. Chen, X. Wang, A. Colacelli, M. Lee, and L. Xie, “Electricity demand and grid impacts of AI data centers: Challenges and prospects,”arXiv preprint arXiv:2509.07218, 2025, accessed: Jul. 12, 2026

  4. [4]

    Probabilistic electric load forecasting: A tutorial review,

    T. Hong and S. Fan, “Probabilistic electric load forecasting: A tutorial review,”Int. J. Forecast., vol. 32, no. 3, pp. 914–938, 2016

  5. [5]

    Day-ahead electricity price forecasting using the wavelet transform and ARIMA models,

    A. J. Conejo, M. A. Plazas, R. Esp ´ınola, and A. B. Molina, “Day-ahead electricity price forecasting using the wavelet transform and ARIMA models,”IEEE Trans. Power Syst., vol. 20, no. 2, pp. 1035–1042, 2005

  6. [6]

    Short-term load forecasting based on a semi-parametric additive model,

    S. Fan and R. J. Hyndman, “Short-term load forecasting based on a semi-parametric additive model,”IEEE Trans. Power Syst., vol. 27, no. 1, pp. 134–141, 2012

  7. [7]

    Assessment of forecasting techniques for solar power production with no exogenous inputs,

    H. T. C. Pedro and C. F. M. Coimbra, “Assessment of forecasting techniques for solar power production with no exogenous inputs,”Sol. Energy, vol. 86, no. 7, pp. 2017–2028, 2012

  8. [8]

    Current methods and advances in forecasting of wind power generation,

    A. M. Foley, P. G. Leahy, A. Marvuglia, and E. J. McKeogh, “Current methods and advances in forecasting of wind power generation,”Renew. Energy, vol. 37, no. 1, pp. 1–8, 2012

  9. [9]

    Short-term residential load forecasting based on LSTM recurrent neural network,

    W. Kong, Z. Y . Dong, Y . Jia, D. J. Hill, Y . Xu, and Y . Zhang, “Short-term residential load forecasting based on LSTM recurrent neural network,” IEEE Trans. Smart Grid, vol. 10, no. 1, pp. 841–851, 2019

  10. [10]

    Attention-based neural load forecasting: A dynamic feature selection approach,

    J. Xiong, P. Zhou, A. Chen, and Y . Zhang, “Attention-based neural load forecasting: A dynamic feature selection approach,” inProc. IEEE Power & Energy Soc. Gen. Meeting (PESGM), 2021, pp. 1–5

  11. [11]

    DeepAR: Probabilistic forecasting with autoregressive recurrent networks,

    D. Salinas, V . Flunkert, J. Gasthaus, and T. Januschowski, “DeepAR: Probabilistic forecasting with autoregressive recurrent networks,”Int. J. Forecast., vol. 36, no. 3, pp. 1181–1191, 2020

  12. [12]

    Hybrid method for short-term photovoltaic power forecasting based on deep convolutional neural network,

    H. Zang, L. Cheng, T. Ding, K. W. Cheung, Z. Liang, Z. Wei, and G. Sun, “Hybrid method for short-term photovoltaic power forecasting based on deep convolutional neural network,”IET Gener., Transmiss. Distrib., vol. 12, no. 20, pp. 4557–4567, 2018

  13. [13]

    Autoformer: Decomposition transformers with Auto-Correlation for long-term series forecasting,

    H. Wu, J. Xu, J. Wang, and M. Long, “Autoformer: Decomposition transformers with Auto-Correlation for long-term series forecasting,” in Proc. Adv. Neural Inf. Process. Syst., vol. 34, 2021, pp. 22 419–22 430

  14. [14]

    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,” inProc. Int. Conf. Learn. Represent. (ICLR), 2023, accessed: Jul. 12, 2026

  15. [15]

    Mamba: Linear-time sequence modeling with selective state spaces,

    A. Gu and T. Dao, “Mamba: Linear-time sequence modeling with selective state spaces,” inProc. 1st Conf. Lang. Model. (COLM), 2024, accessed: Jul. 12, 2026

  16. [16]

    KARMA: A multilevel decomposition hybrid Mamba framework for multivariate long-term time series forecasting,

    H. Ye, G. Duan, H. Zeng, Y . Zhu, L. Meng, X. Zheng, and Y . Zhu, “KARMA: A multilevel decomposition hybrid Mamba framework for multivariate long-term time series forecasting,” inProc. Int. Conf. Wireless Artif. Intell. Comput. Syst. Appl., 2025, pp. 266–276

  17. [17]

    F. He, J. Zhou, Z.-k. Feng, G. Liu, and Y . Yang, “A hybrid short-term load forecasting model based on variational mode decomposition and long short-term memory networks considering relevant factors with Bayesian optimization algorithm,”Appl. Energy, vol. 237, pp. 103–116, 2019

  18. [18]

    An adaptive hybrid model for short term electricity price forecasting,

    J. Zhang, Z. Tan, and Y . Wei, “An adaptive hybrid model for short term electricity price forecasting,”Appl. Energy, vol. 258, p. 114087, 2020

  19. [19]

    Deep neural network for forecasting of photovoltaic power based on wavelet packet decomposition with similar day analysis,

    X. Liu, Y . Liu, X. Kong, L. Ma, A. H. Besheer, and K. Y . Lee, “Deep neural network for forecasting of photovoltaic power based on wavelet packet decomposition with similar day analysis,”Energy, vol. 271, p. 126963, 2023

  20. [20]

    Are transformers effective for time series forecasting?

    A. Zeng, M. Chen, L. Zhang, and Q. Xu, “Are transformers effective for time series forecasting?” inProc. AAAI Conf. Artif. Intell., vol. 37, no. 9, 2023, pp. 11 121–11 128

  21. [21]

    TADNet: Temporal attention decomposition networks for probabilistic energy forecasting,

    J. Ye, B. Zhao, D. Liu, Q. Wei, and Y . Wang, “TADNet: Temporal attention decomposition networks for probabilistic energy forecasting,” IEEE Trans. Power Syst., vol. 39, no. 6, pp. 7190–7202, 2024

  22. [22]

    A semi-empirical approach using gradient boost- ing and k-nearest neighbors regression for GEFCom2014 probabilistic solar power forecasting,

    J. Huang and M. Perry, “A semi-empirical approach using gradient boost- ing and k-nearest neighbors regression for GEFCom2014 probabilistic solar power forecasting,”Int. J. Forecast., vol. 32, no. 3, pp. 1081–1086, 2016

  23. [23]

    Probabilistic solar power forecasting based on weather scenario generation,

    M. Sun, C. Feng, and J. Zhang, “Probabilistic solar power forecasting based on weather scenario generation,”Appl. Energy, vol. 266, p. 114823, 2020

  24. [24]

    Weather-informed probabilistic forecasting and scenario generation in power systems,

    H. Zhang, R. Zandehshahvar, M. Tanneau, and P. Van Hentenryck, “Weather-informed probabilistic forecasting and scenario generation in power systems,”Appl. Energy, vol. 384, p. 125369, 2025

  25. [25]

    Multi-source and temporal attention network for probabilistic wind power prediction,

    H. Zhang, J. Yan, Y . Liu, Y . Gao, S. Han, and L. Li, “Multi-source and temporal attention network for probabilistic wind power prediction,” IEEE Trans. Sustain. Energy, vol. 12, no. 4, pp. 2205–2218, 2021

  26. [26]

    Temporal fusion transformers for interpretable multi-horizon time series forecasting,

    B. Lim, S. ¨O. Arık, N. Loeff, and T. Pfister, “Temporal fusion transformers for interpretable multi-horizon time series forecasting,”Int. J. Forecast., vol. 37, no. 4, pp. 1748–1764, 2021

  27. [27]

    Adaptive probabilistic forecasting of electricity (net-) load,

    J. de Vilmarest, J. Browell, M. Fasiolo, Y . Goude, and O. Wintenberger, “Adaptive probabilistic forecasting of electricity (net-) load,”IEEE Trans. Power Syst., vol. 39, no. 2, pp. 4154–4163, 2024

  28. [28]

    TimeXer: Empowering transformers for time series forecasting with exogenous variables,

    Y . Wang, H. Wu, J. Dong, G. Qin, H. Zhang, Y . Liu, Y . Qiu, J. Wang, and M. Long, “TimeXer: Empowering transformers for time series forecasting with exogenous variables,” inProc. Adv. Neural Inf. Process. Syst., vol. 37, 2024

  29. [29]

    Quantile regression based probabilistic forecasting of renewable energy generation and building electrical load: A state of the art review,

    C. Xu, Y . Sun, A. Du, and D.-c. Gao, “Quantile regression based probabilistic forecasting of renewable energy generation and building electrical load: A state of the art review,”J. Build. Eng., vol. 79, p. 107772, 2023

  30. [30]

    CRPS learning,

    J. Berrisch and F. Ziel, “CRPS learning,”J. Econometrics, vol. 237, no. 2, p. 105221, 2023

  31. [31]

    A new approach to linear filtering and prediction problems,

    R. E. Kalman, “A new approach to linear filtering and prediction problems,”J. Basic Eng., vol. 82, no. 1, pp. 35–45, 1960

  32. [32]

    Efficiently modeling long sequences with structured state spaces,

    A. Gu, K. Goel, and C. R ´e, “Efficiently modeling long sequences with structured state spaces,”arXiv preprint arXiv:2111.00396, 2021, accessed: Jul. 12, 2026

  33. [33]

    Reversible instance normalization for accurate time-series forecasting against distribution shift,

    T. Kim, J. Kim, Y . Tae, C. Park, J.-H. Choi, and J. Choo, “Reversible instance normalization for accurate time-series forecasting against distribution shift,” inProc. Int. Conf. Learn. Represent. (ICLR), 2021, accessed: Jul. 12, 2026

  34. [34]

    Attention is all you need,

    A. Vaswani, N. Shazeer, N. Parmar, J. Uszkoreit, L. Jones, A. N. Gomez, Ł. Kaiser, and I. Polosukhin, “Attention is all you need,” inProc. Adv. Neural Inf. Process. Syst., vol. 30, 2017, pp. 5998–6008

  35. [35]

    A theory for multiresolution signal decomposition: the wavelet representation,

    S. G. Mallat, “A theory for multiresolution signal decomposition: the wavelet representation,”IEEE Trans. Pattern Anal. Mach. Intell., vol. 11, no. 7, pp. 674–693, 1989

  36. [36]

    Root mean square layer normalization,

    B. Zhang and R. Sennrich, “Root mean square layer normalization,” in Proc. Adv. Neural Inf. Process. Syst., vol. 32, 2019, pp. 12 360–12 371

  37. [37]

    FreDF: Learning to forecast in the frequency domain,

    H. Wang, L. Pan, Y . Shen, Z. Chen, D. Yang, Y . Yang, S. Zhang, X. Liu, H. Li, and D. Tao, “FreDF: Learning to forecast in the frequency domain,” inProc. Int. Conf. Learn. Represent. (ICLR), 2025, accessed: Jul. 12, 2026

  38. [38]

    ElectricityLoadDiagrams20112014,

    A. Trindade, “ElectricityLoadDiagrams20112014,” UCI Machine Learning Repository, 2015, accessed: Jul. 12, 2026. [Online]. Available: https://archive.ics.uci.edu/dataset/321/electricityloaddiagrams20112014

  39. [39]

    Open power system data–frictionless data for electricity system modelling,

    F. Wiese, I. Schlecht, W.-D. Bunke, C. Gerbaulet, L. Hirth, M. Jahn, F. Kunz, C. Lorenz, J. M ¨uhlenpfordt, J. Reimannet al., “Open power system data–frictionless data for electricity system modelling,”Appl. Energy, vol. 236, pp. 401–409, 2019

  40. [40]

    Probabilistic energy forecasting: Global energy forecasting competition 2014 and beyond,

    T. Hong, P. Pinson, S. Fan, H. Zareipour, A. Troccoli, and R. J. Hyndman, “Probabilistic energy forecasting: Global energy forecasting competition 2014 and beyond,”Int. J. Forecast., vol. 32, no. 3, pp. 896–913, 2016

  41. [41]

    Long-term forecasting with TiDE: Time-series dense encoder,

    A. Das, W. Kong, A. Leach, S. K. Mathur, R. Sen, and R. Yu, “Long-term forecasting with TiDE: Time-series dense encoder,”Trans. Mach. Learn. Res., 2023