Attention-based Neural Load Forecasting: A Dynamic Feature Selection Approach
Jing Xiong, Pengyang Zhou, Alan Chen, Yu Zhang

TL;DR
This paper introduces an attention-based neural network model for short-term load forecasting that adaptively selects relevant features and historical information, significantly improving prediction accuracy in power systems.
Contribution
The paper proposes a novel attention mechanism within an encoder-decoder RNN for dynamic feature selection in multi-horizon load forecasting.
Findings
Model outperforms existing schemes on energy forecasting data
Attention mechanism improves feature relevance identification
Enhanced forecasting accuracy demonstrated on real dataset
Abstract
Encoder-decoder-based recurrent neural network (RNN) has made significant progress in sequence-to-sequence learning tasks such as machine translation and conversational models. Recent works have shown the advantage of this type of network in dealing with various time series forecasting tasks. The present paper focuses on the problem of multi-horizon short-term load forecasting, which plays a key role in the power system's planning and operation. Leveraging the encoder-decoder RNN, we develop an attention model to select the relevant features and similar temporal information adaptively. First, input features are assigned with different weights by a feature selection attention layer, while the updated historical features are encoded by a bi-directional long short-term memory (BiLSTM) layer. Then, a decoder with hierarchical temporal attention enables a similar day selection, which…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsEnergy Load and Power Forecasting · Computational Physics and Python Applications · Stock Market Forecasting Methods
MethodsFeature Selection
