Beyond Weather Correlation: A Comparative Study of Static and Temporal Neural Architectures for Fine-Grained Residential Energy Consumption Forecasting in Melbourne, Australia

arXiv cs.LG / 4/15/2026

💬 OpinionSignals & Early TrendsIdeas & Deep AnalysisModels & Research

Key Points

  • The study compares static weather-feature inputs using an MLP versus temporal sequence modeling using an LSTM for 5-minute residential energy forecasting in Melbourne households.
  • Using 14 months of 5-minute smart meter data (117,000+ samples per household) merged with BOM daily weather observations, the LSTM substantially outperforms weather-driven MLPs, highlighting that temporal autocorrelation is dominant at fine granularity.
  • For House 3 (grid-connected), the LSTM reaches R^2=0.883 versus the weather-only MLP at R^2=-0.055, and for House 4 (PV-integrated) the LSTM achieves R^2=0.865 versus the MLP at R^2=0.410.
  • The results suggest an asymmetry under solar generation: the MLP’s improved performance for the PV household indicates it may implicitly leverage solar-related patterns from weather-time correlations.
  • The paper contextualizes performance with persistence baselines and seasonal stratification, and proposes future directions including hybrid weather-augmented LSTMs and federated learning.

Abstract

Accurate short-term residential energy consumption forecasting at sub-hourly resolution is critical for smart grid management, demand response programmes, and renewable energy integration. While weather variables are widely acknowledged as key drivers of residential electricity demand, the relative merit of incorporating temporal autocorrelation - the sequential memory of past consumption; over static meteorological features alone remains underexplored at fine-grained (5-minute) temporal resolution for Australian households. This paper presents a rigorous empirical comparison of a Multilayer Perceptron (MLP) and a Long Short-Term Memory (LSTM) recurrent network applied to two real-world Melbourne households: House 3 (a standard grid-connected dwelling) and House 4 (a rooftop solar photovoltaic-integrated household). Both models are trained on 14 months of 5-minute interval smart meter data (March 2023-April 2024) merged with official Bureau of Meteorology (BOM) daily weather observations, yielding over 117,000 samples per household. The LSTM, operating on 24-step (2-hour) sliding consumption windows, achieves coefficients of determination of R^2 = 0.883 (House 3) and R^2 = 0.865 (House 4), compared to R^2 = -0.055 and R^2 = 0.410 for the corresponding weather-driven MLPs - differences of 93.8 and 45.5 percentage points. These results establish that temporal autocorrelation in the consumption sequence dominates meteorological information for short-term forecasting at 5-minute granularity. Additionally, we demonstrate an asymmetry introduced by solar generation: for the PV-integrated household, the MLP achieves R^2 = 0.410, revealing implicit solar forecasting from weather-time correlations. A persistence baseline analysis and seasonal stratification contextualise model performance. We propose a hybrid weather-augmented LSTM and federated learning extensions as directions for future work.