APLGDec 29, 2016

Sequence-to-point learning with neural networks for nonintrusive load monitoring

arXiv:1612.09106v3590 citations
Originality Incremental advance
AI Analysis

This addresses the nonintrusive load monitoring problem for energy management by reducing identifiability issues, though it is incremental as it builds on existing deep learning approaches.

The paper tackled the energy disaggregation problem by proposing sequence-to-point learning with convolutional neural networks, achieving state-of-the-art performance with improvements of 84% and 92% in standard error measures on real-world household energy data.

Energy disaggregation (a.k.a nonintrusive load monitoring, NILM), a single-channel blind source separation problem, aims to decompose the mains which records the whole house electricity consumption into appliance-wise readings. This problem is difficult because it is inherently unidentifiable. Recent approaches have shown that the identifiability problem could be reduced by introducing domain knowledge into the model. Deep neural networks have been shown to be a promising approach for these problems, but sliding windows are necessary to handle the long sequences which arise in signal processing problems, which raises issues about how to combine predictions from different sliding windows. In this paper, we propose sequence-to-point learning, where the input is a window of the mains and the output is a single point of the target appliance. We use convolutional neural networks to train the model. Interestingly, we systematically show that the convolutional neural networks can inherently learn the signatures of the target appliances, which are automatically added into the model to reduce the identifiability problem. We applied the proposed neural network approaches to real-world household energy data, and show that the methods achieve state-of-the-art performance, improving two standard error measures by 84% and 92%.

Code Implementations8 repos

Data from Papers with Code (CC-BY-SA-4.0)

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes