Subtopic Deep Dive

Short-Term Electricity Load Forecasting
Research Guide

What is Short-Term Electricity Load Forecasting?

Short-Term Electricity Load Forecasting predicts electricity demand 24-168 hours ahead using neural networks, LSTMs, and hybrid models incorporating weather and calendar variables.

Researchers benchmark these models with MAPE for accuracy in power system operations. Key approaches include Informer transformers (Zhou et al., 2021, 5132 citations) and LSTM with genetic algorithms (Bouktif et al., 2018, 864 citations). Over 10 high-citation papers since 2016 focus on deep learning hybrids for real-time applicability.

15
Curated Papers
3
Key Challenges

Why It Matters

Accurate forecasts enable economic dispatch and grid stability in smart grids (Hong et al., 2020). Bouktif et al. (2018) show LSTM models reduce scheduling errors by feature selection. Zhou et al. (2021) demonstrate Informer handles long sequences for consumption planning, cutting excess production (Kuster et al., 2017). Applications include residential load prediction (Sajjad et al., 2020) and price forecasting (Lago et al., 2018).

Key Research Challenges

Handling Long Sequences

LSTF requires models to capture dependencies over extended horizons like 168 hours (Zhou et al., 2021). Transformers struggle with quadratic complexity. Informer addresses this with ProbSparse attention (5132 citations).

Feature Selection Complexity

Weather and calendar variables increase dimensionality, complicating optimal selection (Bouktif et al., 2018). Genetic algorithms hybridize with LSTM for improvement (864 citations). Systematic reviews highlight inconsistent benchmarks (Kuster et al., 2017).

Real-Time Accuracy Variability

MAPE fluctuates with volatile loads in deregulated markets (Chen et al., 2009). Hybrid CNN-LSTM models aim for residential stability (Alhussein et al., 2020). Wavelet-neuro methods face similar day selection issues (435 citations).

Essential Papers

1.

Informer: Beyond Efficient Transformer for Long Sequence Time-Series Forecasting

Haoyi Zhou, Shanghang Zhang, Jieqi Peng et al. · 2021 · Proceedings of the AAAI Conference on Artificial Intelligence · 5.1K citations

Many real-world applications require the prediction of long sequence time-series, such as electricity consumption planning. Long sequence time-series forecasting (LSTF) demands a high prediction ca...

2.

Optimal Deep Learning LSTM Model for Electric Load Forecasting using Feature Selection and Genetic Algorithm: Comparison with Machine Learning Approaches †

Salah Bouktif, Ali Fiaz, Ali Ouni et al. · 2018 · Energies · 864 citations

Background: With the development of smart grids, accurate electric load forecasting has become increasingly important as it can help power companies in better load scheduling and reduce excessive e...

3.

Tackling Climate Change with Machine Learning

David Rolnick, Priya L. Donti, Lynn H. Kaack et al. · 2022 · OPUS 4 (Zuse Institute Berlin) · 735 citations

Climate change is one of the greatest challenges facing humanity, and we, as machine learning experts, may wonder how we can help. Here we describe how machine learning can be a powerful tool in re...

4.

Forecasting spot electricity prices: Deep learning approaches and empirical comparison of traditional algorithms

Jesus Lago, Fjo De Ridder, Bart De Schutter · 2018 · Applied Energy · 585 citations

<p>In this paper, a novel modeling framework for forecasting electricity prices is proposed. While many predictive models have been already proposed to perform this task, the area of deep lea...

5.

A new hybrid model for wind speed forecasting combining long short-term memory neural network, decomposition methods and grey wolf optimizer

Aytaç Altan, Seçkin Karasu, Enrico Zio · 2020 · Applied Soft Computing · 568 citations

6.

Energy Forecasting: A Review and Outlook

Tao Hong, Pierre Pinson, Yi Wang et al. · 2020 · IEEE Open Access Journal of Power and Energy · 529 citations

Forecasting has been an essential part of the power and energy industry. Researchers and practitioners have contributed thousands of papers on forecasting electricity demand and prices, and renewab...

7.

Electrical load forecasting models: A critical systematic review

Corentin Kuster, Yacine Rezgui, Monjur Mourshed · 2017 · Sustainable Cities and Society · 482 citations

Reading Guide

Foundational Papers

Start with Chen et al. (2009) for similar day wavelet methods and Taylor (2009) for triple seasonal baselines, as they establish pre-deep learning benchmarks cited in modern hybrids.

Recent Advances

Study Zhou et al. (2021) Informer for LSTF advances and Bouktif et al. (2018) LSTM-GA for feature selection, plus Sajjad et al. (2020) CNN-GRU for residential focus.

Core Methods

Core techniques: ProbSparse attention (Informer), genetic algorithm optimization (LSTM), wavelet decomposition (hybrids), CNN-LSTM for spatio-temporal patterns.

How PapersFlow Helps You Research Short-Term Electricity Load Forecasting

Discover & Search

Research Agent uses searchPapers('short-term electricity load forecasting LSTM') to find Bouktif et al. (2018), then citationGraph reveals 864 citing works, and findSimilarPapers uncovers Informer (Zhou et al., 2021) for LSTF extensions.

Analyze & Verify

Analysis Agent applies readPaperContent on Zhou et al. (2021) to extract ProbSparse mechanisms, verifyResponse with CoVe checks MAPE claims against baselines, and runPythonAnalysis replots their long-sequence forecasts using pandas for statistical verification with GRADE scoring.

Synthesize & Write

Synthesis Agent detects gaps in hybrid LSTM coverage post-Bouktif (2018), flags contradictions in MAPE benchmarks across Sajjad (2020) and Alhussein (2020); Writing Agent uses latexEditText for model equations, latexSyncCitations for 10+ papers, and latexCompile for forecast diagrams via exportMermaid.

Use Cases

"Reproduce LSTM feature selection from Bouktif 2018 with my load dataset"

Research Agent → searchPapers → readPaperContent (extracts GA-LSTM code) → Analysis Agent → runPythonAnalysis (NumPy/pandas sandbox trains model on user CSV, outputs MAPE plot).

"Write LaTeX section comparing Informer vs CNN-LSTM for 24h forecasts"

Research Agent → citationGraph (Zhou 2021, Sajjad 2020) → Synthesis → gap detection → Writing Agent → latexEditText (drafts comparison table) → latexSyncCitations → latexCompile (PDF with Mermaid accuracy graph).

"Find GitHub repos implementing short-term load hybrids"

Research Agent → exaSearch('short-term load LSTM GitHub') → Code Discovery → paperExtractUrls → paperFindGithubRepo → githubRepoInspect (reviews Bouktif-style code, exports runnable Jupyter notebook).

Automated Workflows

Deep Research scans 50+ papers like Hong et al. (2020) review → structures MAPE benchmark report with GRADE grades. DeepScan's 7-steps verify Informer claims (Zhou 2021) via CoVe checkpoints and Python replots. Theorizer generates hybrid model hypotheses from Chen (2009) wavelet baselines and modern LSTMs.

Frequently Asked Questions

What defines Short-Term Electricity Load Forecasting?

Predictions 24-168 hours ahead using LSTMs, transformers, and hybrids with weather/calendar inputs, benchmarked by MAPE (Hong et al., 2020).

What are key methods?

Informer transformers for long sequences (Zhou et al., 2021), GA-optimized LSTMs (Bouktif et al., 2018), CNN-GRU hybrids (Sajjad et al., 2020).

What are seminal papers?

Zhou et al. (2021, 5132 citations) on Informer; Bouktif et al. (2018, 864 citations) on LSTM-GA; foundational Chen et al. (2009, 435 citations) on wavelet neural nets.

What open problems exist?

Scaling to real-time volatile loads, unifying benchmarks beyond MAPE, integrating climate variables robustly (Kuster et al., 2017; Rolnick et al., 2022).

Research Energy Load and Power Forecasting with AI

PapersFlow provides specialized AI tools for Engineering researchers. Here are the most relevant for this topic:

See how researchers in Engineering use PapersFlow

Field-specific workflows, example queries, and use cases.

Engineering Guide

Start Researching Short-Term Electricity Load Forecasting with AI

Search 474M+ papers, run AI-powered literature reviews, and write with integrated citations — all in one workspace.

See how PapersFlow works for Engineering researchers