Enhancing Non-Intrusive Load Monitoring with Features Extracted by Independent Component Analysis
Hoosh, Kamyshev, Ouerdane
In this paper, a novel neural network architecture is proposed to address the challenges in energy disaggregation algorithms. These challenges include the limited availability of data and the complexity of disaggregating a large number of appliances operating simultaneously. The proposed model utilizes independent component analysis as the backbone of the neural network and is evaluated using the F1-score for varying numbers of appliances working concurrently. Our results demonstrate that the model is less prone to overfitting, exhibits low complexity, and effectively decomposes signals with many individual components. Furthermore, we show that the proposed model outperforms existing algorithms when applied to real-world data.
academic
Enhancing Non-Intrusive Load Monitoring with Features Extracted by Independent Component Analysis
This paper proposes a novel neural network architecture to address challenges in energy decomposition algorithms. These challenges include limited data availability and the complexity of decomposing signals from numerous concurrently operating devices. The proposed model leverages Independent Component Analysis (ICA) as the backbone of the neural network and employs F1 score to evaluate performance across varying numbers of concurrent devices. Results demonstrate that the model exhibits low propensity for overfitting, maintains low complexity, and effectively decomposes signals with multiple independent components. Furthermore, we demonstrate that the proposed model outperforms existing algorithms when applied to real-world data.
Non-Intrusive Load Monitoring (NILM), also known as energy disaggregation, is a technique that decomposes household total energy consumption into individual device-level components through advanced analytics. This concept was originally proposed by G. Hart in the 1980s and has received considerable attention in recent years due to its potential in improving energy efficiency, demand response, and load forecasting.
Existing deep learning models in NILM face challenges including reduced decomposition accuracy, increased generalization error, and overfitting due to limited training data. This research aims to develop a more robust and efficient energy decomposition algorithm by combining physical principles with ICA techniques.
First Application of ICA as Feature Extraction Technique: First use of ICA for feature extraction in multi-label classification models for NILM, particularly in high-frequency sampling scenarios (>1kHz)
Proposed ICA+ResNetFFN Architecture: A novel neural network architecture combining physical principles, accounting for the physical characteristics of energy decomposition problems
Comprehensive Performance Evaluation: Systematic evaluation of algorithm performance across varying numbers of simultaneously operating devices
Synthetic Data Generation Method: Generation of linearly separable synthetic device categories based on Kirchhoff's law
Experimental Validation: Demonstration of method superiority on both real and synthetic data
Input: Aggregated power signal X (voltage and current signals)
Output: Binary vector indicating whether corresponding device categories are present in the mixed signal
Constraints: Handling scenarios with 1 to nclasses devices operating simultaneously, considering device repetition (e.g., multiple chargers, light bulbs)
LSTM Networks: Improves classification accuracy combined with FIT-PS representation, but requires validation set for optimal initialization
CNN Methods: Deep convolutional networks based on image segmentation techniques, but feature space expansion comes at the cost of reduced temporal resolution
Temporal Pooling: Extends feature dimensions for multi-label classification, but exhibits higher computational complexity
This paper cites 16 relevant references covering classical NILM work (Hart, 1992), deep learning methods, feature extraction techniques, and related datasets, providing solid theoretical foundation and comparison benchmarks.
Overall Assessment: This is an innovative work in the NILM field that proposes an effective solution by combining physical principles with deep learning. While exhibiting certain limitations in device scale and theoretical analysis, its core ideas and experimental results provide valuable contributions to the field's development.