Papers › Generative Modeling and Data Augmentation for Power System Production Simulation

Generative Modeling and Data Augmentation for Power System Production Simulation

10 Dec 2024arXiv:2412.12146archive 2025-07-28

Linna Xu, Yongli Zhu

As a key component of power system production simulation, load forecasting is critical for the stable operation of power systems. Machine learning methods prevail in this field. However, the limited training data can be a challenge. This paper proposes a generative model-assisted approach for load forecasting under small sample scenarios, consisting of two steps: expanding the dataset using a diffusion-based generative model and then training various machine learning regressors on the augmented dataset to identify the best performer. The expanded dataset significantly reduces forecasting errors compared to the original dataset, and the diffusion model outperforms the generative adversarial model by achieving about 200 times smaller errors and better alignment in latent data distributions.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2412.12146")

Code

Syntology Ran 11 of 17 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 1 ran · honoured contract; 10 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 10 ran; 1 identical to code first harvested elsewhere. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Becklishious/NeurIPS2024 officialmentioned in paperpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 11 ran; 1 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
10ran
6unverified

Licence: 17 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Becklishious/NeurIPS2024. Some samples are identical code Syntology first harvested from another repository; for those, this paper's copy is not located and its licence is not recorded. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

AdaLayerNorm Becklishious/NeurIPS2024/TS-Diffusion/Models/interpretable_diffusion/gaussian_diffusion.py official repository ran no licence file found · pointer only · bde67e07732aeff7 · report
Conv_MLP Becklishious/NeurIPS2024/TS-Diffusion/Models/interpretable_diffusion/gaussian_diffusion.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 32defcc2b620d0aa · report
CrossAttention Becklishious/NeurIPS2024/TS-Diffusion/Models/interpretable_diffusion/gaussian_diffusion.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · 70413232706855f0 · report
FourierLayer Becklishious/NeurIPS2024/TS-Diffusion/Models/interpretable_diffusion/gaussian_diffusion.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · edf24dca081f9e86 · report
FullAttention Becklishious/NeurIPS2024/TS-Diffusion/Models/interpretable_diffusion/gaussian_diffusion.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · ffd74a96f021eabd · report
GELU2 Becklishious/NeurIPS2024/TS-Diffusion/Models/interpretable_diffusion/gaussian_diffusion.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · d552eac1f22192a9 · report
LearnablePositionalEncoding Becklishious/NeurIPS2024/TS-Diffusion/Models/interpretable_diffusion/gaussian_diffusion.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · b15c5a5fdf22e554 · report
SinusoidalPosEmb Becklishious/NeurIPS2024/TS-Diffusion/Models/interpretable_diffusion/gaussian_diffusion.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · a57c24a19cf70ed9 · report
Transpose Becklishious/NeurIPS2024/TS-Diffusion/Models/interpretable_diffusion/gaussian_diffusion.py official repository ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · dde0210f6a5d551c · report
TrendBlock Becklishious/NeurIPS2024/TS-Diffusion/Models/interpretable_diffusion/gaussian_diffusion.py official repository ran · metamorphic tier: deterministic no licence file found · pointer only · b97fade1356fcd8b · report
Decoder Becklishious/NeurIPS2024/TS-Diffusion/Models/interpretable_diffusion/gaussian_diffusion.py official repository unverified no licence file found · pointer only · b9839249829b7cc3 · report
DecoderBlock Becklishious/NeurIPS2024/TS-Diffusion/Models/interpretable_diffusion/gaussian_diffusion.py official repository unverified no licence file found · pointer only · c9fce8b55facaba1 · report
Diffusion_TS Becklishious/NeurIPS2024/TS-Diffusion/Models/interpretable_diffusion/gaussian_diffusion.py official repository unverified no licence file found · pointer only · f7933336eb90bcbb · report
Encoder Becklishious/NeurIPS2024/TS-Diffusion/Models/interpretable_diffusion/gaussian_diffusion.py official repository unverified no licence file found · pointer only · 2abbcbdf623fdbf2 · report
EncoderBlock Becklishious/NeurIPS2024/TS-Diffusion/Models/interpretable_diffusion/gaussian_diffusion.py official repository unverified no licence file found · pointer only · ac3ebc988e160531 · report
Transformer Becklishious/NeurIPS2024/TS-Diffusion/Models/interpretable_diffusion/gaussian_diffusion.py official repository unverified no licence file found · pointer only · f8401c4a7e84213d · report
cosine_beta_schedule identical code first harvested elsewhere ran · honoured contract fingerprinted licence of this copy not recorded · 05e94467a0de94a4 · report

Tasks

Data AugmentationLoad Forecasting

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections