Pith. sign in

REVIEW 3 major objections 8 minor 34 references

Decision-Focused Scenario Generation and Selection for Efficient and Robust Grid Dispatch

T0 review · 3 major / 8 minor · reviewed 2026-07-08 · glm-5.2

Pith's one-line read Train scenarios on grid cost, not forecast error: 0.8–2% savings

desk verdict Unified decision-focused scenario generation for DRO dispatch: real framework, selectively reported results read the letter →

arxiv 2607.05830 v1 pith:3KABIUPZ submitted 2026-07-07 cs.LG cs.AI

classification cs.LGcs.AI
keywords decision-focusedlearningscenariogenerationdistributionallyrobustoptimizationpowersystemdispatchgenerativemodelsselectionWassersteinambiguitysetKKTdifferentiation
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

This paper argues that the scenarios fed into distributionally robust optimization (DRO) for power grid dispatch should be trained to minimize downstream operational cost, not statistical forecasting error. The authors build a unified framework that wraps three major generative model families—variational autoencoders (VAEs), generative adversarial networks (GANs), and diffusion models—into a single decision-focused training loop. The key mechanism is a differentiable pipeline: scenarios are generated from a learned joint distribution that captures inter-bus correlations, passed through a differentiable scenario selector that reduces the scenario count for tractability, and then fed into a DRO dispatch formulation whose optimal solution is differentiated via its KKT conditions using the OptNet approach. The gradient of the resulting operational cost flows back through the selector and into the generative model, updating its parameters so that future scenarios are more decision-relevant. The paper demonstrates that this approach reduces operational cost by 0.80%–2.02% across all three generative model types compared to accuracy-oriented training, and that the learned scenario selector consistently outperforms statistical clustering methods like K-means and hierarchical clustering.

What carries the argument

The framework has three mechanical components. First, a generative model (VAE decoder, GAN generator, or diffusion denoising network) produces a pool of jointly correlated scenarios from a shared latent space. Second, a differentiable scenario selector parameterized by a neural network outputs soft selection weights via Gumbel-Softmax reparameterization, constructing a reduced scenario set as convex combinations of pool scenarios during training and performing hard discrete selection at evaluation. Third, the DRO dispatch problem is reformulated as a linear program whose KKT conditions are differentiated using OptNet, yielding the sensitivity of the optimal dispatch cost to the inputscenario

What would settle it

If the DRO dispatch LP frequently encounters degenerate vertices (where the KKT Jacobian is singular), the gradient computation in Equation 16 becomes invalid, and the decision-focused training signal is corrupted. One could test this by tracking the condition number of the KKT Jacobian across training iterations on realistic grid data and checking whether degenerate points arise often enough to destabilize training.

Watch

Extended reading notes

Core claim

The central discovery is that a single decision-focused training protocol can be applied across architecturally distinct generative models (VAE, GAN, diffusion) for scenario generation in DRO-based grid dispatch, by abstracting each model into a common forward interface and routing the operational-cost gradient back through model-specific backward paths. The protocol works because the DRO dispatch problem, when reformulated as a linear program, admits differentiation through its KKT conditions, creating a valid gradient path from dispatch cost to generative model parameters. A secondary discovery is that a learned, differentiable scenario selector trained under the same cost objective can be

Load-bearing premise

The gradient computation that enables the entire decision-focused training loop assumes that the DRO dispatch linear program has a locally unique KKT point and that the Jacobian of the KKT system is nonsingular at the optimum. The paper states this assumption but does not verify it for the specific dispatch formulation used, and degenerate LP vertices—where multiple constraints bind simultaneously—are common in power system dispatch problems and would make the Jacobian sing

Editorial extensions

If this is right

  • Power system operators could adopt decision-focused scenario generation as a drop-in replacement for accuracy-oriented forecasting pipelines, obtaining dispatch decisions that directly account for the asymmetric cost structure of over- vs. under-forecasting.
  • The model-agnostic design means that as new generative architectures emerge (e.g., flow matching, transformer-based generators), they can be integrated into the same decision-focused training loop without redesigning the differentiation pipeline.
  • The differentiable scenario selector could be applied to other computationally expensive optimization problems beyond grid dispatch, such as supply chain or portfolio optimization, where scenario reduction is needed but statistical similarity does not capture decision relevance.
  • Joint distribution modeling across buses eliminates physically implausible scenario combinations, potentially improving grid reliability metrics that are not captured by cost alone.

Reading between the lines

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

  • The 0.80%–2.02% cost reduction is measured on a single 14-bus system with loads from one region of China. Whether the relative benefit scales to larger transmission networks with hundreds of buses and more complex topology remains an open question—the computational cost of the KKT-based backward pass grows with problem size, and the benefit may be diluted or amplified in larger systems.
  • The framework's success hinges on the DRO dispatch LP having a locally unique KKT point with a nonsingular Jacobian. Power system dispatch problems frequently encounter degenerate LP vertices where multiple constraints bind simultaneously, which would corrupt the gradient signal. The paper does not report how often this occurs in practice or how the training behaves when it does.
  • The truncated backpropagation strategy for diffusion models (keeping only the last n_tru denoising steps) introduces an approximation whose quality likely depends on the variance schedule and the value of n_tru. The trade-off between gradient fidelity and memory cost is not fully characterized, and the optimal truncation depth may vary with the complexity of the uncertainty distribution.
Share X Bluesky LinkedIn Reddit HN

Signed reviews

No signed human review yet.

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 / 8 minor

Summary. The paper proposes a unified decision-focused scenario generation and selection framework for distributionally robust optimization (DRO)-based power grid dispatch. The framework backpropagates operational cost gradients through the DRO optimization into generative models (VAE, GAN, diffusion), enabling scenario generation that is directly optimized for downstream dispatch cost rather than statistical accuracy. A differentiable scenario selector based on Gumbel-Softmax is introduced to reduce computational burden. Experiments on an IEEE 14-bus system with load data from southern China demonstrate cost reductions compared to accuracy-oriented methods.

Significance. The paper addresses a relevant problem at the intersection of decision-focused learning and power systems optimization. The model-agnostic design across VAE, GAN, and diffusion models is a strength, as is the differentiable scenario selector. The provision of a public code repository (https://github.com/hkuedl/Cost-oriented-Generative-Model) supports reproducibility. The framework is applied to a concrete two-stage Wasserstein-DRO dispatch formulation with tractable reformulation.

major comments (3)
  1. Table I and Abstract: The abstract claims cost reductions of '0.80%–2.02%' across different generative models. However, Table I shows that for several settings (Parametric, Non-parametric, GAN-Separate, Diff-Separate), the DF(Selector)-AO improvements range from 0.11% to 0.49%, well below the stated 0.80% lower bound. The abstract appears to selectively report only the better-performing settings. The authors should either revise the claimed range to reflect all results or explicitly state that the 0.80%–2.02% range applies specifically to the joint forecasting settings.
  2. Table I: No statistical significance testing or random-seed variation is reported for the cost comparisons. The improvements in several settings are below 0.50% (e.g., 0.11% for Parametric with Selector-Inner), which may be within run-to-run variance. The paper mentions 10 runs only for timing benchmarks (§V.D, Fig. 12), not for the cost results. Without confidence intervals or repeated trials, it is unclear whether these small improvements are robust. The authors should provide multi-seed results with standard deviations or significance tests for the main cost comparisons.
  3. §IV.A, Eq. (16): The KKT-based implicit differentiation assumes the Jacobian ∂K/∂x̃ is nonsingular at the optimum. The paper states this assumption but does not verify it for the specific DRO dispatch LP (12). LP degeneracy is common in power-system dispatch problems, and if the Jacobian is singular at degenerate vertices, the gradient computation is invalid. The authors should either provide conditions under which nonsingularity holds for the specific LP structure in (12) or discuss how degeneracy is handled in practice (e.g., via regularization or perturbation).
minor comments (8)
  1. §IV.B, Eq. (22): The smoothing coefficient ν is introduced but its value is not specified in the experimental setup. Please state the value used.
  2. §IV.B, Eq. (23): The Gumbel-Softmax temperature τ_g is mentioned but its annealing schedule or final value is not provided. Please specify.
  3. §IV.A, diffusion model backward propagation: The truncated backpropagation strategy uses n_tru steps, but the value of n_tru is not stated. Please include this in the experimental setup.
  4. §V.A: The values of hyperparameters ε (ambiguity set radius), K (number of selected scenarios), and λ (regularization weight) are not clearly tabulated. A table summarizing all hyperparameter values would improve reproducibility.
  5. Table I: The row label 'DF(Selector)-AO(Random)' is ambiguous. It is unclear whether this represents the best selector result minus AO, or a specific selector variant. Clarification is needed.
  6. §V.C, Fig. 9: The x-axis values span 10^1 to 10^4, but the tick labels are not shown clearly. Please improve the readability of the axis labels.
  7. §V.A: Only a single 14-bus system with one dataset is tested. While the authors mention the framework is applicable to other systems, testing on at least one additional system (e.g., IEEE 30-bus or 118-bus) would strengthen the generalizability claim.
  8. The paper would benefit from a brief discussion of the computational overhead introduced by the OptNet backward pass relative to the forward solve, particularly for the full (non-simplified) system.

Simulated Author's Rebuttal

3 responses · 0 unresolved

We thank the referee for the careful review and constructive feedback. The referee raises three major points: (1) the abstract's cost-reduction range appears to selectively report only better-performing settings; (2) no statistical significance testing or multi-seed variation is reported for the main cost comparisons; and (3) the KKT-based implicit differentiation assumes nonsingularity of the Jacobian, which may fail under LP degeneracy. We address each point below and commit to revisions where appropriate.

read point-by-point responses
  1. Referee: Table I and Abstract: The abstract claims cost reductions of '0.80%–2.02%' across different generative models. However, Table I shows that for several settings (Parametric, Non-parametric, GAN-Separate, Diff-Separate), the DF(Selector)-AO improvements range from 0.11% to 0.49%, well below the stated 0.80% lower bound. The abstract appears to selectively report only the better-performing settings. The authors should either revise the claimed range to reflect all results or explicitly state that the 0.80%–2.02% range applies specifically to the joint forecasting settings.

    Authors: The referee is correct that the abstract's stated range of 0.80%–2.02% does not encompass all settings reported in Table I. Examining the table, the improvements for the joint forecasting settings (VAE-Joint, GAN-Joint, Diff-Joint) range from 0.73% to 2.09%, while the separate forecasting and traditional methods show smaller improvements (0.11%–0.49%). The 0.80%–2.02% range was intended to characterize the joint forecasting results, where the decision-focused framework's benefits are most pronounced, but this scope was not made clear in the abstract. We will revise the abstract to explicitly state that the 0.80%–2.02% range applies to the joint forecasting settings, and we will also report the full range of improvements across all settings to avoid any impression of selective reporting. revision: yes

  2. Referee: Table I: No statistical significance testing or random-seed variation is reported for the cost comparisons. The improvements in several settings are below 0.50% (e.g., 0.11% for Parametric with Selector-Inner), which may be within run-to-run variance. The paper mentions 10 runs only for timing benchmarks (§V.D, Fig. 12), not for the cost results. Without confidence intervals or repeated trials, it is unclear whether these small improvements are robust. The authors should provide multi-seed results with standard deviations or significance tests for the main cost comparisons.

    Authors: The referee raises a valid concern. We acknowledge that the cost results in Table I are reported as single-run values without confidence intervals or standard deviations, while the timing benchmarks in §V.D do use 10 runs. This is an inconsistency in our experimental reporting. We will conduct multi-seed experiments (at least 5–10 runs with different random seeds) for the main cost comparisons in Table I and report standard deviations. For settings where improvements are below 0.50%, we will explicitly discuss whether the differences are statistically significant. We note that for the joint forecasting settings where improvements exceed 0.73%, we expect these to be robust, but we will verify this empirically. We agree this is necessary for the reader to assess the reliability of the reported improvements. revision: yes

  3. Referee: §IV.A, Eq. (16): The KKT-based implicit differentiation assumes the Jacobian ∂K/∂x̃ is nonsingular at the optimum. The paper states this assumption but does not verify it for the specific DRO dispatch LP (12). LP degeneracy is common in power-system dispatch problems, and if the Jacobian is singular at degenerate vertices, the gradient computation is invalid. The authors should either provide conditions under which nonsingularity holds for the specific LP structure in (12) or discuss how degeneracy is handled in practice (e.g., via regularization or perturbation).

    Authors: The referee correctly identifies a technical gap. The nonsingularity of ∂K/∂x̃ at the KKT point is equivalent to the standard second-order sufficient condition (SOSC) for the LP, which requires linear independence of active constraints (LICQ) and strict complementarity. We acknowledge that LP degeneracy, where strict complementarity fails, is common in power-system dispatch problems and can arise in our formulation (12) when, for example, multiple generators hit their capacity limits simultaneously or when reserve constraints are binding at the same time step. We do not currently verify or handle this condition in practice. In the revised manuscript, we will add a discussion of this issue, including: (1) the specific conditions under which nonsingularity holds for the LP structure in (12), (2) a note that in our experiments we did not encounter numerical issues, which suggests degeneracy did not arise in the tested instances, and (3) a practical mitigation strategy such as adding a small quadratic regularization term to the LP objective or applying a perturbation to ensure strict complementarity. We note that such regularization is standard in the differentiable optimization literature (e.g., OptNet-based approaches). However, we cannot at this stage provide a formal proof that nonsingularity always holds for the specific DRO dispatch LP, so the discussion will be framed as conditions and practical mitigations rather than a guarantee. revision: partial

Circularity Check

0 steps flagged · score 1.0 of 10

No significant circularity; one minor non-load-bearing self-citation.

full rationale

The paper's core derivation chain is self-contained. The decision-focused objective (Eq. 1) is a standard predict-and-optimize formulation, not self-definitional. The KKT-based implicit differentiation (Eq. 16) relies on OptNet [28] (Amos & Kolter, an external, widely-used reference) and the implicit function theorem — standard machinery, not a self-citation. The Wasserstein DRO reformulation (Eq. 12) relies on [27] (Skalyga et al., external). The only self-citation is [21] (Zhou, Morstyn), cited merely for the general observation that DRO optimization is computationally expensive — this is not load-bearing for any derivation or central claim. The empirical evaluation in Table I measures cost reductions against accuracy-oriented baselines on held-out 2023 test data, so the 'prediction' is not statistically forced by the training objective. The scenario selector is trained and evaluated on the same decision-focused cost, but this is by design (it selects decision-relevant scenarios) and is evaluated out-of-sample, so it is not circular. The selective reporting concern (abstract claims 0.80%–2.02% but Table I shows 0.11%–2.09%) is a validity/statistical issue, not a circularity issue. Score 1 reflects the minor, non-load-bearing self-citation [21].

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

The paper introduces no new physical entities, particles, forces, or dimensions. The scenario selector network is a new architectural component but is a standard neural network, not a postulated physical object. The free parameters are hyperparameters of the training pipeline rather than physically fitted constants. The key axioms are standard for the power-systems DRO literature except for the unverified KKT nonsingularity and the ad-hoc diffusion truncation.

free parameters (6)
  • ε (ambiguity set radius) = selected via validation dataset
    Controls the Wasserstein ambiguity set size; selected on validation data per Section V.A but selection procedure not detailed.
  • K (number of selected scenarios) = varied (10–190 in experiments)
    Determines reduced scenario set size; chosen experimentally.
  • λ (regularization weight) = not specified
    Weights the diversity regularizer in selector training (L = C* + λL_reg); value not reported.
  • ν (smoothing coefficient) = not specified
    Controls uniform smoothing in selection distribution (Eq. 22); value not reported.
  • τ_g (Gumbel-Softmax temperature) = not specified
    Controls softness of discrete selection approximation (Eq. 23); annealing schedule not reported.
  • n_tru (truncated backprop steps for diffusion) = not specified
    Number of final denoising steps retained for gradient computation; value not reported.
assumptions (5)
  • domain assumption KKT Jacobian nonsingularity: ∂K/∂x̃ is nonsingular at the optimum (Eq. 16)
    Section IV.A: required for implicit differentiation to compute gradients through the DRO optimization layer. Not verified for the specific LP structure of Eq. 12.
  • domain assumption DC power-flow approximation is valid for the test system
    Section III.A, Eq. 2h: line flows modeled as linear in voltage angle differences. Standard for transmission-level dispatch but limits applicability to distribution networks.
  • standard math Recourse value function Q(x,y) is convex in y
    Section IV.A: stated because the second-stage problem is an LP in u with y entering linearly. This is a standard result for LP recourse.
  • ad hoc to paper Truncated backpropagation through final n_tru diffusion steps preserves sufficient gradient signal
    Section IV.A: adopted to address memory and gradient attenuation but no sensitivity analysis or justification for the truncation choice is provided.
  • domain assumption The two-stage dispatch model (adapted from [26]) is representative of real-world DRO dispatch
    Section III.A: the framework is instantiated on this specific model; generalization to other dispatch structures is claimed but not demonstrated.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Decision-Focused Scenario Generation and Selection for Efficient and Robust Grid Dispatch." pith.science (2026). https://pith.science/paper/3KABIUPZ

@misc{pith2026260705830,
  author       = {Pith},
  title        = {Pith review of: Decision-Focused Scenario Generation and Selection for Efficient and Robust Grid Dispatch},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/3KABIUPZ}},
  note         = {Machine review of arXiv:2607.05830}
}
read the original abstract

The increasing uncertainty from flexible demand and renewable generation has made distributionally robust optimization (DRO) an important tool for robust power system dispatch. DRO relies on forecast scenarios to construct ambiguity sets, but conventional scenario generation pipelines are often trained in an accuracy-oriented manner and may neglect spatial correlations among uncertainties. This mismatch can produce ambiguity sets that are statistically plausible but suboptimal for downstream operation. This work proposes a decision-focused generative framework for correlated scenario generation in DRO-based dispatch. Instead of training generative models solely to fit the historical uncertainty distribution, the proposed framework optimizes generated scenarios according to their induced downstream operational cost. The proposed framework is tailored to mainstream generative models, including variational autoencoders, generative adversarial networks, and diffusion models, while capturing the joint distribution of uncertainties across buses. To improve computational tractability, we further develop a differentiable scenario selector that selects decision-relevant scenarios from a generated pool and can be trained within the same decision-focused pipeline. Case studies demonstrate that the proposed framework effectively reduces 0.80%-2.02% operational cost across different generative models compared to accuracy-oriented methods.

Figures

Figures reproduced from arXiv: 2607.05830 by the authors.

Figure 1
Figure 1. Overview of the proposed decision-focused scenario generation framework and its interaction with downstream dispatch. [PITH_FULL_IMAGE:figures/full_fig_p004_1.png] view at source ↗
Figure 2
Figure 2. Simplified illustration of the proposed decision-focused scenario [PITH_FULL_IMAGE:figures/full_fig_p004_2.png] view at source ↗
Figure 3
Figure 3. The framework of the proposed scenario selector [PITH_FULL_IMAGE:figures/full_fig_p006_3.png] view at source ↗
Figures from the paper (7 more)
Figure 4
Figure 4. Figure 4: Accuracy comparison between the generative approach and parametric [PITH_FULL_IMAGE:figures/full_fig_p008_4.png]
Figure 5
Figure 5. Figure 5: Accuracy comparison between the generative approach and non [PITH_FULL_IMAGE:figures/full_fig_p008_5.png]
Figure 7
Figure 7. Figure 7: Correlation between different nodes learned by different generative [PITH_FULL_IMAGE:figures/full_fig_p008_7.png]
Figure 9
Figure 9. Figure 9: It can be seen that, for all radii, the joint forecasting ap [PITH_FULL_IMAGE:figures/full_fig_p008_9.png]
Figure 6
Figure 6. Figure 6: The accuracy comparison of separate forecasting and joint forecasting [PITH_FULL_IMAGE:figures/full_fig_p008_6.png]
Figure 10
Figure 10. Figure 10: The average costs of AO, DF, and DF(Selector) methods for the [PITH_FULL_IMAGE:figures/full_fig_p009_10.png]
Figure 12
Figure 12. Figure 12: The forward and backward time per sample for VAE in the joint [PITH_FULL_IMAGE:figures/full_fig_p010_12.png]

Discussion (0). Continue with ORCID to comment.

Reference graph

Works this paper leans on

34 extracted references · 34 canonical work pages

  1. [1]

    Optimal scheduling of integrated demand response-enabled community-integrated energy systems in uncertain environments,

    Y . Li, B. Wang, Z. Yang, J. Li, and G. Li, “Optimal scheduling of integrated demand response-enabled community-integrated energy systems in uncertain environments,”IEEE Transactions on Industry Applications, vol. 58, no. 2, pp. 2640–2651, 2021

  2. [2]

    Stochastic optimization for unit commitment—a review,

    Q. P. Zheng, J. Wang, and A. L. Liu, “Stochastic optimization for unit commitment—a review,”IEEE Transactions on Power Systems, vol. 30, no. 4, pp. 1913–1924, 2014

  3. [3]

    Robust generation dispatch with strategic re- newable power curtailment and decision-dependent uncertainty,

    Y . Chen and W. Wei, “Robust generation dispatch with strategic re- newable power curtailment and decision-dependent uncertainty,”IEEE Transactions on Power Systems, vol. 38, no. 5, pp. 4640–4654, 2022

  4. [4]

    Two-stage distributionally robust optimization for energy hub systems,

    P. Zhao, C. Gu, D. Huo, Y . Shen, and I. Hernando-Gil, “Two-stage distributionally robust optimization for energy hub systems,”IEEE Transactions on Industrial Informatics, vol. 16, no. 5, pp. 3460–3469, 2019

  5. [5]

    Data-driven dis- tributionally robust scheduling of community integrated energy systems with uncertain renewable generations considering integrated demand response,

    Y . Li, M. Han, M. Shahidehpour, J. Li, and C. Long, “Data-driven dis- tributionally robust scheduling of community integrated energy systems with uncertain renewable generations considering integrated demand response,”Applied Energy, vol. 335, p. 120749, 2023

  6. [6]

    Probabilistic electric load forecasting: A tutorial review,

    T. Hong and S. Fan, “Probabilistic electric load forecasting: A tutorial review,”International Journal of Forecasting, vol. 32, no. 3, pp. 914– 938, 2016

  7. [7]

    Decision-focused learning for power system decision-making under uncertainty,

    H. Zhang, R. Li, Q. Du, J. Tao, S. Pineda, G. Kariniotakis, S. Camal, C. B. Monroc, M. Sun, C. Wanet al., “Decision-focused learning for power system decision-making under uncertainty,”IEEE Transactions on Power Systems, 2025

  8. [8]

    A task-based day-ahead load forecasting model for stochastic economic dispatch,

    J. Han, L. Yan, and Z. Li, “A task-based day-ahead load forecasting model for stochastic economic dispatch,”IEEE Transactions on Power Systems, vol. 36, no. 6, pp. 5294–5304, 2021. SUBMITTED TO IEEE TRANS. ON POWER SYSTEMS 10 TABLE I: The cost comparison between different methods for eight forecasting settings (USD) Parametric Non-parametric V AE(Separate...

Show all 34 references
  1. [9]

    Cost-oriented prediction intervals: On bridging the gap between forecasting and decision,

    C. Zhao, C. Wan, and Y . Song, “Cost-oriented prediction intervals: On bridging the gap between forecasting and decision,”IEEE Transactions on Power Systems, vol. 37, no. 4, pp. 3048–3062, 2021

  2. [10]

    Toward value-oriented renewable energy forecasting: An iterative learning approach,

    Y . Zhang, M. Jia, H. Wen, Y . Bian, and Y . Shi, “Toward value-oriented renewable energy forecasting: An iterative learning approach,”IEEE Transactions on Smart Grid, vol. 16, no. 2, pp. 1962–1974, 2024

  3. [11]

    An integrated approach for value- oriented energy forecasting and data-driven decision-making application to renewable energy trading,

    T. Carriere and G. Kariniotakis, “An integrated approach for value- oriented energy forecasting and data-driven decision-making application to renewable energy trading,”IEEE Transactions on Smart Grid, vol. 10, no. 6, pp. 6933–6944, 2019

  4. [12]

    Decision-focused linear pooling for probabilistic forecast combination,

    A. Stratigakos, S. Pineda, and J. M. Morales, “Decision-focused linear pooling for probabilistic forecast combination,”International Journal of Forecasting, vol. 41, no. 3, pp. 1112–1125, 2025

  5. [13]

    Advancing energy system optimization via data-centric task-oriented forecasting: An application in pv-battery operation,

    X. Huang, T. Zhao, B. Huang, Z. Zhang, and M. Yue, “Advancing energy system optimization via data-centric task-oriented forecasting: An application in pv-battery operation,”Applied Energy, vol. 378, p. 124753, 2025

  6. [14]

    A weighted predict-and-optimize framework for power system operation considering varying impacts of uncertainty,

    Y . Zhuang, L. Cheng, C. Wan, R. Xie, N. Qi, and Y . Chen, “A weighted predict-and-optimize framework for power system operation considering varying impacts of uncertainty,”IEEE Transactions on Power Systems, 2025

  7. [15]

    High-dimensional multivariate forecasting with low-rank gaussian cop- ula processes,

    D. Salinas, M. Bohlke-Schneider, L. Callot, R. Medico, and J. Gasthaus, “High-dimensional multivariate forecasting with low-rank gaussian cop- ula processes,”Advances in Neural Information Processing Systems, vol. 32, 2019

  8. [16]

    A copula- based bayesian method for probabilistic solar power forecasting,

    H. Panamtash, Q. Zhou, T. Hong, Z. Qu, and K. O. Davis, “A copula- based bayesian method for probabilistic solar power forecasting,”Solar Energy, vol. 196, pp. 336–345, 2020

  9. [17]

    Distributional drift adaptation with temporal conditional variational autoencoder for multivariate time series forecasting,

    H. He, Q. Zhang, K. Yi, K. Shi, Z. Niu, and L. Cao, “Distributional drift adaptation with temporal conditional variational autoencoder for multivariate time series forecasting,”IEEE Transactions on Neural Networks and Learning Systems, vol. 36, no. 4, pp. 7287–7301, 2024

  10. [18]

    Operational scenario generation and forecasting for integrated energy systems,

    Y . Wang, Y . Liu, and Q. Yang, “Operational scenario generation and forecasting for integrated energy systems,”IEEE Transactions on In- dustrial Informatics, vol. 20, no. 2, pp. 2920–2931, 2023

  11. [19]

    Transformer- modulated diffusion models for probabilistic multivariate time series forecasting,

    Y . Li, W. Chen, X. Hu, B. Chen, B. Sun, and M. Zhou, “Transformer- modulated diffusion models for probabilistic multivariate time series forecasting,” inThe Twelfth International Conference on Learning Representations, 2024

  12. [20]

    Deep generative models: a review,

    R. Mehmood, R. Bashir, and K. Giri, “Deep generative models: a review,”Indian Journal of Science and Technology, vol. 16, no. 7, pp. 460–467, 2023

  13. [21]

    Fica: Faster inner convex ap- proximation of chance constrained grid dispatch with decision-coupled uncertainty,

    Y . Zhou, H. Yang, and T. Morstyn, “Fica: Faster inner convex ap- proximation of chance constrained grid dispatch with decision-coupled uncertainty,”arXiv preprint arXiv:2506.18806, 2025

  14. [22]

    Hierarchical clustering to find representative operating periods for capacity-expansion modeling,

    Y . Liu, R. Sioshansi, and A. J. Conejo, “Hierarchical clustering to find representative operating periods for capacity-expansion modeling,”IEEE Transactions on Power Systems, vol. 33, no. 3, pp. 3029–3039, 2017

  15. [23]

    Stochastic planning of integrated energy system via frank-copula function and scenario reduction,

    S. Lin, C. Liu, Y . Shen, F. Li, D. Li, and Y . Fu, “Stochastic planning of integrated energy system via frank-copula function and scenario reduction,”IEEE Transactions on Smart Grid, vol. 13, no. 1, pp. 202– 212, 2021

  16. [24]

    Cost-oriented scenario reduction for stochastic optimization of power system operation with high-penetration renewable energy,

    C. Wan, K. Zhang, F. Teng, H. Liu, and P. Ju, “Cost-oriented scenario reduction for stochastic optimization of power system operation with high-penetration renewable energy,”IEEE Transactions on Power Sys- tems, 2026

  17. [25]

    Analytical reformulation for stochastic unit commitment considering wind power uncertainty with gaussian mixture model,

    Y . Yang, W. Wu, B. Wang, and M. Li, “Analytical reformulation for stochastic unit commitment considering wind power uncertainty with gaussian mixture model,”IEEE Transactions on Power Systems, vol. 35, no. 4, pp. 2769–2782, 2019

  18. [26]

    Security-constrained multiperiod economic dispatch with renewable energy utilizing distribu- tionally robust optimization,

    X. Lu, K. W. Chan, S. Xia, B. Zhou, and X. Luo, “Security-constrained multiperiod economic dispatch with renewable energy utilizing distribu- tionally robust optimization,”IEEE Transactions on Sustainable Energy, vol. 10, no. 2, pp. 768–779, 2018

  19. [27]

    Distributionally robust day-ahead combined heat and power plants scheduling with wasserstein metric,

    M. Skalyga, M. Amelin, Q. Wu, and L. S ¨oder, “Distributionally robust day-ahead combined heat and power plants scheduling with wasserstein metric,”Energy, vol. 269, p. 126793, 2023

  20. [28]

    Optnet: Differentiable optimization as a layer in neural networks,

    B. Amos and J. Z. Kolter, “Optnet: Differentiable optimization as a layer in neural networks,” inInternational conference on machine learning. PMLR, 2017, pp. 136–145

  21. [29]

    A large-scale residential load dataset in a southern province of china,

    B. Li, R. Yu, K. Gan, G. Ruan, S. Liu, M. Yang, D. Xie, W. Dai, and H. Zhong, “A large-scale residential load dataset in a southern province of china,”Scientific Data, vol. 12, no. 1, p. 450, 2025

  22. [30]

    Out-of-distribution detection of unknown false data injection attack with logit-normalized bayesian resnet,

    G. Feng, K.-W. Lao, and G. Chen, “Out-of-distribution detection of unknown false data injection attack with logit-normalized bayesian resnet,”IEEE Transactions on Smart Grid, vol. 15, no. 6, pp. 6005– 6017, 2024

  23. [31]

    Load forecasting in power grids using spatio-temporal graph neural networks,

    S. Park, K. Kwon, and Y . Kim, “Load forecasting in power grids using spatio-temporal graph neural networks,” in2025 IEEE 11th International Conference on Big Data Computing Service and Machine Learning Applications (BigDataService). IEEE, 2025, pp. 170–171

  24. [32]

    A quantitative analysis of the effect of flexible loads on reserve markets,

    S. Mathieu, Q. Louveaux, D. Ernst, and B. Corn ´elusse, “A quantitative analysis of the effect of flexible loads on reserve markets,” in2014 Power Systems Computation Conference. IEEE, 2014, pp. 1–7

  25. [33]

    Precise recovery of corrupted synchrophasors based on autoregressive bayesian low-rank factorization and adaptive k-medoids clustering,

    J. Pei, J. Wang, Z. Wang, and D. Shi, “Precise recovery of corrupted synchrophasors based on autoregressive bayesian low-rank factorization and adaptive k-medoids clustering,”IEEE Transactions on Power Sys- tems, vol. 38, no. 6, pp. 5834–5848, 2022

  26. [34]

    An optimal solution is not enough: Alternative solutions and optimal power systems,

    M. Viens, J. K. Skolfield, W. E. Hart, and M. Ferris, “An optimal solution is not enough: Alternative solutions and optimal power systems,”arXiv preprint arXiv:2511.08805, 2025

Pith tools

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