Next Article in Journal
High-Frequency and High-Current Transmission Techniques for Multiple Earth Electrical Characteristic Measurement Systems Based on Adaptive Impedance Matching through Phase Comparison
Previous Article in Journal
Thin Copper Plate Defect Detection Based on Lamb Wave Generated by Pulsed Laser in Combination with Laser Heterodyne Interference Technique
Previous Article in Special Issue
A Novel Lightweight Model for Underwater Image Enhancement
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Learning-Based Non-Intrusive Electric Load Monitoring for Smart Energy Management

1
Zhicheng College, Fuzhou University, Fuzhou 350002, China
2
Fujian Key Lab for Intelligent Processing and Wireless Transmission of Media Information, Fuzhou University, Fuzhou 350108, China
*
Author to whom correspondence should be addressed.
Sensors 2024, 24(10), 3109; https://doi.org/10.3390/s24103109
Submission received: 2 April 2024 / Revised: 5 May 2024 / Accepted: 8 May 2024 / Published: 14 May 2024

Abstract

:
State-of-the-art smart cities have been calling for economic but efficient energy management over a large-scale network, especially for the electric power system. It is a critical issue to monitor, analyze, and control electric loads of all users in the system. In this study, a non-intrusive load monitoring method was designed for smart power management using computer vision techniques popular in artificial intelligence. First of all, one-dimensional current signals are mapped onto two-dimensional color feature images using signal transforms (including the wavelet transform and discrete Fourier transform) and Gramian Angular Field (GAF) methods. Second, a deep neural network with multi-scale feature extraction and attention mechanism is proposed to recognize all electrical loads from the color feature images. Third, a cloud-based approach was designed for the non-intrusive monitoring of all users, thereby saving energy costs during power system control. Experimental results on both public and private datasets demonstrate that the method achieves superior performances compared to its peers, and thus supports efficient energy management over a large-scale Internet of Things network.

1. Introduction

The past decades have witnessed a booming of urban populations with ever-increased municipal facilities to serve all citizens. An effective solution for managing these facilities is a smart city with an Internet of Things (IoT), which is mostly benefited from the recent development of Artificial Intelligence (AI) [1,2,3]. To support the smart city, an economic but efficient electric power management system is indispensable [4].
A cloud-end administrator monitors the electricity consumption of all users and loads, presents analyses of all electricity usages, and provides advice to users, or directly manages electricity usage of all loads. As a result, the overall electricity consumption rates are saved to support the sustainable development of cities and environments.
An efficient electric power management system is dependent on its electric load monitoring module [5,6,7], which can be realized using intrusive or non-intrusive approaches. In intrusive load monitoring (ILM) [8,9], as shown in Figure 1a, each electric load is monitored by a separate sensor, and the information acquired from all sensors can be centrally processed at the cloud end. And in non-intrusive load monitoring (NILM) [6,7,10], as shown in Figure 1b, only one monitor is required for each family or cell. It captures electric signals (such as voltage, current, and so on) at the commercial power input and transmits them to the cloud server in which the workload information of all loads is interpreted with algorithms. Apparently, NILM is preferable in smart city infrastructure for its simple design, energy efficiency, and low setup/maintenance cost.
In the NILM design of Figure 1b, only one terminal is deployed at the access point of the family/cell. It observes the electrical loads in the room within a black box. How to design an effective load recognition algorithm (LRA) model to recognize or interpret these loads is thus critical.
Traditional LRA methodologies compared the feature of an unknown load with those of known loads in a dictionary. They made judgments through a metric set consisting of a matching degree [11], similarity degree [12], the Hellinger distance [13], etc. The performance of a LRA also benefited from the development of machine learning, resulting in recognition methods with K-means clustering [14] and fuzzy C-means clustering [15]. However, these methods basically utilized single features without considering subtle differences between similar signals. Therefore, the problem of recognition confusion has not been well addressed.
Researchers have considered introducing more types of signal features to improve the accuracy of the LRA. Ref. [16] proposed a load recognition model with a feature combination of a transient waveform and power change value during load switching. Kang et al. [17] employed a fast Fourier transform to extract the amplitude and phase of the odd harmonics of the current and then used them as key features for recognition. To improve the recognition accuracies of loads, Ref. [18] constructed a hybrid feature set using the parameters of active power, reactive power, and harmonic amplitude.
In the past decade, deep learning has demonstrated its strengths in AI-driven tasks, such as computer vision, natural language processing, human–computer interaction, and IoT. These successes have also inspired researchers to introduce deep neural networks to the LRA. Ref. [19] designed a sequence-to-sequence Long Short-Term Memory (LSTM) network for load recognition. The authors of [20] designed a capsule network-based LRA, in which a convolutional neural network (CNN) extracted latent features from a set of non-overlapping energy measurement data segments. Ref. [21] proposed a dual-stream neural network to extract features from current signals. Ref. [22] proposed to extract features with Siamese neural networks and then used them in load recognition. These works have revealed the strong feature extraction abilities of neural networks with promising performances in load recognition.
To further improve the LRA accuracy, researchers have also attempted to visualize the features of voltage or current and employed image-alike processing techniques in load recognition. Due to the advantage of the recent boom of computer vision technologies, more accurate and robust LRA methods have been developed. Ref. [23] presented an image classification-based LRA, where the image is obtained with voltage–current (V-I) trajectory. Ref. [24] provided a CNN-based LRA with weighted pixel V-I trajectory maps as features. Liu et al. employed a color-coded V-I trajectory map as the input of their AlexNet-based load recognition model [25]. In [26], the V-I trajectory and amplitudes of current and voltage were mapped as a color image, which provided richer feature information for CNN-based load recognition. Wenninger et al. [27] mapped a cycle of V-I trajectories as threshold-free recursive graphs and subsequently designed a Spatial Pyramid Pooling (SPP) convolutional neural network for load recognition.
Despite these great efforts, there still exists a need to further improve the accuracy of the LRA. Generally, load recognition may lead to inaccurate results when using inappropriate feature extraction methods and neural networks or false recognizing loads under masking effect—features of low power load are usually hard to recognize under high power loads. To address these issues, an NILM method based on a more effective current feature visualization and a more reliable deep load recognition network (DLRN) is introduced in this study, as shown in Figure 2. The NILM method enables precise load recognition in smart homes, facilitating more effective energy management.
In summary, the main contributions are summarized as follows:
  • A method for the visualization of current features based on signal transformation and a Gramian Angular Field (GAF) is proposed. By this operation, the features difference between loads are highlighted to facilitate vision-based recognition.
  • This study presents a DLRN based on multi-scale feature extraction and an attention mechanism. This design aims to further enhance the recognition accuracy and generalization abilities of the NILM method, especially at low-power conditions.
  • The approach in this study demonstrates its high efficiency in both public and private datasets. To examine the generalization ability of the proposed approach, this study introduced a new dataset with 12 types of electric loads with powers from 24 W to 1800 W. The experimental results from using this dataset, as well as the public PLAID dataset, validate the design.
The rest of this paper is organized as follows. Section 2 presents a detailed discussion of the proposed learning-based NILM algorithm. Comprehensive experiments and analyses are presented in Section 3. Finally, Section 4 concludes this paper.

2. Proposed Method

2.1. Motivation and Framework

It is clear that the choice of input signal has a significant impact on the performance of the load recognition. Most traditional approaches [26,28,29] directly input signals such as voltage, current, and a V-I trajectory diagram into a feature extraction network and carry out the subsequent load recognition accordingly. However, studies [30,31,32] have shown that there is a large amount of noise with a great negative impact on current and voltage signals. This will lead to a decrease in the accuracy of subsequent recognition algorithm, which also leaves room for performance improvement. In other words, preprocessing the signal before inputting it into the recognition network is expected to improve the performance of the recognition algorithm.
Considering the excellent results of frequency domain analysis (e.g., wavelet transform, discrete Fourier transform) and signal processing, this study introduced them into the preprocessing of a novel method. Firstly, the current signal is decomposed into approximation and detail coefficients using a wavelet transform. The approximation coefficient represents the envelope information of the current signal, which can be used as the main information to distinguish the load; the detail coefficient represents the texture information of the current signal, which can distinguish the details of different loads and consequently improve the accuracy of the load recognition. Secondly, this study used the harmonic information of the coefficients for the load recognition to reduce the impact of noise on the recognition accuracy. The experimental results of this study show that harmonics are generated during the operation of power equipment, and the harmonics generated by different types of power equipment are different (see below for validation experiments).
Inspired by the above analysis, an NILM method is proposed, as shown in Figure 3. First of all, the method employs a wavelet transform and discrete Fourier transform (DFT) to decompose the current signal into three feature sequences: (i) an approximation coefficient sequence with an envelope feature of the current signal; (ii) a detail coefficient sequence with a texture feature of the current signal; and (iii) a harmonic ratio sequence with a harmonic feature of the current signal. After that, it utilizes the GAF method to convert the above three sequences into gray-scale images and further set them as the R, G, and B channels of a color image. Through this operation, the differences between loads are highlighted to facilitate load recognition. Finally, a DLRN based on multi-scale features and a visual attention mechanism is proposed. These steps will be elaborated on as follows.

2.2. Proposed Current Feature Visualization

In an NILM system, the terminal at the commercial power input is able to capture the voltage and current signals. Between them, the voltage remains almost intact while the current fluctuates with the electric usage on the loads. Therefore, the current signal is chosen as the input for the load recognition model. To visualize the current signal as a two-dimensional image, this study first extracted its features and then converted them into gray-scale images, which were further set as channels of the visualized color image.
Denote the current signal by c ( n ) with a length N. This can be expanded into a wavelet series as follows [33]:
c ( n ) = 1 N k W φ ( j 0 , k ) · φ j 0 , k ( n ) + 1 N j = j 0 k W ψ ( j , k ) · ψ j , k ( n ) ,
where j represents the wavelet decomposition scale that determines the length of the wavelet coefficient, k. φ j 0 , k ( n ) and ψ j , k ( n ) represent the scaling and wavelet functions, respectively. W φ ( j 0 , k ) and W ψ ( j , k ) are the approximation coefficient and detail coefficient, respectively. For ease of presentation, this study denotes them as S a ( n ) and S d ( n ) , n = 0 , 1 , 2 , , N 1 . They are calculated as follows [34]:
S a ( n ) = 1 N n c ( n ) · φ j 0 , k ( n ) .
S d ( n ) = 1 N n c ( n ) · ψ j , k ( n ) , j > j 0 .
According to [35], S a ( n ) and S d ( n ) represent the envelope feature and texture feature of the current signal, respectively. This study used them as two features that will be visualized and recognized.
Another feature used in this paper is the harmonic content, which refers to the percentage of the k-th order harmonic component of the total harmonic components. As the k-th order harmonic component of the current signal can be obtained using a DFT [36],
r ( k ) = 1 N n = 1 N c ( n ) · e j 2 π k N n ,
the harmonic content (denoted by S h ( k ) ) is formulated as follows:
S h ( k ) = r ( k ) i = 1 N r ( i ) .
The harmonic contents of loads vary based on the electrical components and circuit systems. To verify the above assumption, this study explored the harmonic contents of different types of loads: resistive, pump-driven, motor-driven, and switching-powered. The results are shown in Figure 4, in which Figure 4a shows the current waves of typical loads, whereas Figure 4b shows their corresponding harmonic content. From this figure, the resistive loads (e.g., electric kettle, hair dryer) increase in heat with the resistors and barely have harmonic components. The pump-driven loads (e.g., washing machine, refrigerator) work mainly with a fundamental wave, but with more 3rd, 5th, and 7th harmonic components. The motor-driven loads (e.g., electric fan) are similar to pump-driven loads. They have 3rd, 5th, 7th, and 9th harmonic components that are lower the than fundamental wave. The switching-powered loads (e.g., TV, computer) adjust output voltages with high-frequency switches. They generate rich high-order harmonic components, such as 3rd, 5th, 7th, 9th, 11th, and 13th harmonic components, which are comparable with the fundamental wave. Obviously, the harmonic content, i.e., S h ( k ) , is an effective feature used to recognize different types of loads.
Then, this study mapped all extracted features of S a ( n ) , S d ( n ) , and S h ( k ) into gray-scale images with the GAF method. Take S a ( n ) for example. Firstly, S a ( n ) , where n = 0 , 1 , 2 , , N 1 , is transferred from the Cartesian coordinate system to a polar coordinate system:
φ ( n ) = arctg S a ( n ) r ( n ) = S a 2 ( n ) + n 2 .
Then, an n × n Gramian matrix G a is obtained in which
G a ( i , j ) = sin ( φ ( i 1 ) φ ( j 1 ) ) .
Similarly, the Gramian matrixes of S d ( n ) and S h ( k ) are also obtained and are, respectively, denoted by G d and G h . This study used the following equations to map these Gramian matrixes to the R, G, and B channels of a color image:
R = G a × 255 G = G d × 255 B = G h × 255 ,
I F = [ R G B ] .
The flowchart of the current feature visualization proposed in this study is summarized at the top of Figure 3. The results of the current feature visualization for typical loads (including an electric kettle, hair drier, washing machine, refrigerator, electric fan, and TV) are shown in Figure 5. It can be seen from this figure that after feature visualization, the fused color image (i.e., I F ), with a resolution of 40 × 40, has its unique texture information and chroma components. It includes low-frequency envelope features, high-frequency texture details, and all harmonic ratios. Compared with the original one-dimensional current signal, it visualizes and highlights all hidden features whilst keeping the timestamp of the original signal. As a result, this study was allowed to use CNN methods to recognize all loads with a high accuracy.

2.3. Proposed DLRN

2.3.1. Overview of the Network

To recognize a load from I F , a critical issue is how to effectively extract both global and local features and avoid the influence of noise. To this end, a deep feature extraction neural network (i.e., DLRN) was designed in this study, which is illustrated at the bottom of Figure 3. The DLRN consists, primarily, of a Shallow Feature Extraction Network (SFEN), an intermediate layer module, a Feature Recombination Network (FRN), and skip connections. The SFEN employs continuous attention-based multi-scale feature-dense extraction modules (denoted by AMFEs) to extract various types of feature information from the I F . The intermediate layer AMEF further processes the output of the SFEN to capture important load features. To preserve shallow features, the output of each AMEF (denoted as F L i ) is fed into the FRN through skip connections:
F L i = M ( I F ) i = 1 M F L ( i 1 ) ) i = 2 , 3 ,
where F L i represents the output of the i-th layer’s AMFE, and M ( ) represents the AMFE. In the FRN, Attention Gates (AGs) and AMEFs make progress between shallow and crucial load features. Ultimately, the output from the FRN is subjected to average global pooling, a fully connected layer, and a softmax function for precise load recognition.

2.3.2. AMFE

In order to effectively extract features about envelope information, texture details, and all harmonic ratios in load images, the AMFEs in both the SFEN and FRN were designed in this study, which are depicted in Figure 3. First, an AMFE utilizes a 1 × 1 convolution to extract coarse-grain features and further divides them into four feature sub-sets with the same space size. Second, it employs four different convolution kernels to extract features from different sub-sets:
b i = a i i = 1 m i b i 1 + a i 2 i 4 ,
where m 2 ( ) , m 3 ( ) , and m 4 ( ) are 3 × 3, 5 × 5, and 7 × 7 convolutions, respectively. Third, it concatenates all inputs b i , i [ 1 , 4 ] and uses a 1 × 1 convolution to fuse all features from different scales. Finally, it employs an attention mechanism to adaptively allocate weights to multi-scale features. The attention mechanism allows the network to adaptively adjust the importance of each channel. By weighting operations on the feature maps, the attention mechanism highlights important features and suppresses the other features; thus, it degrades the impacts of non-relevant features in load recognition.
In using AMFE, the proposed network deeply exploits the image features at different scales that benefit the feature extraction ability of the model.

2.3.3. Attention Gate

During the process of the FRN, low-level load features will be replaced by high-level load features. To address this issue, an AG is introduced before each addition operation to better recombine high-level and low-level features. Figure 3 shows the network structure of an AG, which incorporates both low-level and high-level features for load recognition. In this structure, the low-level feature from a skip connection ( F L ) serves as a gate control signal, while a high-level feature ( F H ) acts as an input signal. To combine these two signals, both signals are separately convoluted 1 × 1 and added into a new signal. Then, the new signal is activated by the ReLU function, convoluted 1 × 1, and filtered by a Sigmoid function to obtain a weight matrix. Finally, the feature F H is multiplied element-wise with the weight matrix obtained earlier, resulting in a new feature F N that integrates both low-level and high-level features for load recognition. The features are passed through the AG network, which can be represented by the following:
α t = φ 1 f 1 × 1 φ 2 f 1 × 1 ( F L ) + f 1 × 1 ( F H ) ,
F N = F H α t ,
where f 1 × 1 ( ) denotes a convolution of 1 × 1, φ 1 represents a Sigmoid function, φ 2 represents the ReLU function, and α t is the weight matrix of the AG network.
In incorporating the AG network, the model selectively enhances important low-level features while preserving the information from high-level features.

2.4. The Overall Algorithm for the Proposed NILM

In summary, the steps of the proposed NILM method are as follows:
Step 1. Obtain the current signal c ( n ) .
Step 2. Calculate the three feature sequences, approximation coefficient S a ( n ) , detail coefficient S d ( n ) , and harmonic content S h ( k ) with Equations (2), (3), and (5).
Step 3. Use the GAF method, as shown in Equations (6)–(9) to convert these feature sequences into a color image I F .
Step 4. Recognize the electric load with the image I F and the proposed DLRN in Figure 3.

3. Experiments and Simulations

To examine the performance of the method, this study compared it with state-of-the-art methods on popular datasets. Ablation studies were also conducted in this study to validate the effectiveness of the network design. In addition, this study discusses the application of the proposed method of NILM in smart cities.

3.1. Datasets

This study compared all methods in a publicly available dataset, Plug Load Appliance Identification Dataset (PLAID) [37], with electric usage data of 11 types of loads. To increase the data samples for training, this study also designed a load-sensing terminal and captured the electric usage of 12 types of popular loads. The powers of these loads ranged from 24 W to 1800 W, which are representative for testing the LRAs under similar electric loads or the masking effect of other loads.

3.2. The Performance of the Method in This Study

The results of the proposed method are summarized in Table 1, including results on both the PLAID and the private dataset. For each dataset, this study split it based on a 70:30 ratio for training and testing. From the table, the method achieved a promisingly high accuracy of 98.26% on the private dataset with an F1 score of 0.9819. It also achieved an accuracy of 0.9771 and an F1 score of 0.9743 on the PLAID. These results fully demonstrate the efficiency of the load recognition model in this study.
To analyze the recognition accuracies of different types of loads, confusion matrixes of testing sets are displayed in Figure 6. In Figure 6, all resistive loads, e.g., electric kettle (1800 W) and hair dryer (1200 W), can be well recognized with a high accuracy of 98.20%. This fact is mainly attributed to their distinct features of high powers and low harmonic content. As discussed in Section 2, pump-driven loads have similar feature distributions to those of motor-driven loads. In these categories, the model proposed in this study successively recognized the washing machine, electric fan, air conditioner, and vacuum cleaner with a low probability of an incorrect recognition or confusion. Switching-powered loads have high harmonic content, but they also have low powers that might be covered by high-power loads. Based on Figure 6, the method in this study is well capable of addressing this issue. Its recognition accuracies of the notebook, TV, and router exceed 96.88% even when high-power loads (e.g., electric kettle, air conditioner) are working at full powers.

3.3. Comparison with Popular Methods

To examine the superiority of the proposed method, this study compared it with those of references [24,25,26] under the same conditions. The evaluation results on the PLAID are shown in Table 2. From the table, the proposed method surpasses all compared algorithms on the PLAID with an average accuracy of 97.71%. This fact validates the effectiveness of the proposed method in electric load recognition. It is thus capable of identifying all types of loads after fine training in a large-scale electricity management system for a smart city.
In addition, both two stages of the model in this study, current feature visualization and deep load recognition, contribute to the final performance. With the current feature visualization and Ding’s CNN model, the hybrid method also achieves an accuracy of 96.91% that outperforms Ding’s method. By using both current feature visualization and deep load recognition, the method in this study outperforms Ding’s by 1.08%. This fact also validates the design.

3.4. Ablation Study

Ablation experiments were also performed in this study to examine the design of the DLRN. Experiments were run on both the PLAID and private dataset.
(1) The Effectiveness of the Feature Extraction: In this method, this study employed an approximation coefficient, detail coefficient, and harmonic ratio as the three features for load recognition, as shown at the top of Figure 3. To validate the effectiveness of these features, this study implemented an experiment in which the features used in the traditional methods [26,28,29] were fed to the proposed network, and then the traditional method’s performances was compared with that of the proposed method. The results are shown in Table 3. From this table, it can be seen that the proposed feature extraction method achieves an apparently higher accuracy compared to the traditional method.
(2) The Effectiveness of Multi-Scale Feature Extraction: The proposed deep network utilizes multi-scale convolution kernels (1 × 1, 3 × 3, 5 × 5, 7 × 7), as shown in the network part of Figure 3. To validate their effectiveness, this study compared them with identical kernel settings, e.g., 1 × 1, 3 × 3, 5 × 5, or 7 × 7, and the results are summarized in Table 4. All settings were retrained for a fair comparison. From the table, the multi-scale feature extraction design is superior to all other settings. Therefore, the proposed deep model can well extract all critical information from the visualized current and, thus, is more suitable for load recognition.
(3) The Effectiveness of AGs: The AGs are utilized to add multi-scale features after skip connections. From Table 5, the proposed method achieves an inferior performance without these AGs. Therefore, both multi-scale feature extraction and the attention mechanism contribute to the final recognition performance.

3.5. Discussion on Practical Use

A practical AI-driven load management system can be implemented with the proposed load recognition method, as shown in Figure 7. This system was designed as a joint Terminal–Network–Cloud infrastructure for smart cities.
At the terminal end, a load-sensing and control terminal is in charge of managing all loads in a family or cell. It collects load information (e.g., the current signal) and sends it to a cloud server for further analysis. It also receives and executes all commands from the cloud server to control loads for energy saving. The network is utilized to transmit all data and commands, which can be based on technologies like Narrow Band IoT (NB-IoT) or 5G.
At the cloud end, a cloud-based service platform is responsible for load recognition, monitoring, and control. It analyzes the electricity consumption of all loads and provides suggestions for the smart control of switches. In controlling the loads, unnecessary (e.g., lighting under daylight) or dangerous (e.g., abnormal use in factory) uses of electricity can be avoided. The cloud-based service platform runs the proposed NILM method only when necessary, so the computational cost is not a critical issue. The experiments also demonstrate that the NILM approach can run on a laptop, as the proposed deep model processes a 40 × 40 color image only.
A laboratory prototype was designed to assert the above application paradigm. It was a minimum system consisting of the load-sensing and control terminal and the application software. When the system starts working, it firstly checks the connection status of the load sensing and control terminal. The information (such as serial number, IP address, etc.) of the online terminals is displayed in the application software. Meanwhile, the current data, which are captured and transferred by the online terminals, are received and stored in the server by the application software. Then, the application software uses the proposed NILM algorithm for load recognition. The results are employed to determine whether there are abnormal loads (e.g., unnecessary loads) based on a predefined mechanism. When an abnormality occurs, the abnormality information is sent to the terminal, which subsequently performs a corresponding operation (e.g., turn off the unnecessary load). It is worth mentioning that the above laboratory prototype was also utilized to establish the private dataset mentioned in Section 3.1.
In summary, the joint Terminal–Network–Cloud infrastructure enables efficient electricity management over a large-scale IoT in smart cities, allowing for load monitoring, analysis, and control for each family or cell. The proposed NILM approach can be deployed in the smart electricity management system of smart cities.

4. Conclusions

This paper proposes an NILM method based on a current feature visualization and deep recognition network. It first converts current signals into color images with a combination of a signal transform and thhe GAF method. Then, it utilizes multi-scale feature extraction and attention mechanisms to form a deep recognition network. The experimental results demonstrate that the proposed algorithm surpasses all compared algorithms on the public PLAID with an average accuracy of 97.71%. The proposed method can be embedded into a load monitoring and management system to control the electricity usage and save energy in a smart city. It is worth noting that load recognition and management pose certain challenges in practical application. For example, there is no specific legal framework supporting the use of a load recognition system in different application scenarios (e.g., private homes, enterprises, public organizations). Additionally, the legal mechanisms for managing electronic receivers remain unclear. This might involve whether the terminal provides users with email recommendations or directly shuts down loads. These are proposed as future works.

Author Contributions

Conceptualization, Y.X. and T.Z.; methodology, Y.X. and D.L.; software, Z.L. and D.L.; validation, Y.X. and T.Z.; formal analysis, N.H.; investigation, N.H. and D.L.; resources, Y.X. and T.Z.; data curation, N.H. and Z.Z.; writing—original draft preparation, Y.X. and D.L.; writing—review and editing, N.H. and D.L.; visualization, Z.L. and D.L.; supervision, Y.X. and T.Z.; project administration, Y.X. and T.Z.; funding acquisition, Y.X. and T.Z. All authors have read and agreed to the published version of the manuscript.

Funding

This work is supported by the National Key R and D Program, MOST, China (No. 2022YFB3603704).

Institutional Review Board Statement

Not applicable.

Informed Consent Statement

Not applicable.

Data Availability Statement

Some or all data, models, or code generated or used during the study are available from the corresponding author upon request.

Conflicts of Interest

The authors declare no conflicts of interest.

References

  1. Lee, G.; Kim, M. Deepfake Detection Using the Rate of Change between Frames Based on Computer Vision. Sensors 2021, 21, 7367. [Google Scholar] [CrossRef]
  2. Muzzini, F.; Montangero, M. Exploiting Traffic Light Coordination and Auctions for Intersection and Emergency Vehicle Management in a Smart City Mixed Scenario. Sensors 2024, 24, 2036. [Google Scholar] [CrossRef]
  3. He, X.; Ho, D.W.C.; Huang, T.; Yu, J.; Abu-Rub, H.; Li, C. Second-Order Continuous-Time Algorithms for Economic Power Dispatch in Smart Grids. IEEE Trans. Syst. Man Cybern. Syst. 2018, 48, 1482–1492. [Google Scholar] [CrossRef]
  4. Gunduz, M.Z.; Das, R. Smart Grid Security: An Effective Hybrid CNN-Based Approach for Detecting Energy Theft Using Consumption Patterns. Sensors 2024, 24, 1148. [Google Scholar] [CrossRef]
  5. Han, W.; Lu, X.S.; Zhou, M.; Shen, X.; Wang, J.; Xu, J. An Evaluation and Optimization Methodology for Efficient Power Plant Programs. IEEE Trans. Syst. Man Cybern. Syst. 2020, 50, 707–716. [Google Scholar] [CrossRef]
  6. Lazzaretti, A.E.; Renaux, D.P.B.; Lima, C.R.E.; Mulinari, B.M.; Ancelmo, H.C.; Oroski, E.; Pöttker, F.; Linhares, R.R.; Nolasco, L.d.S.; Lima, L.T.; et al. A multi-agent NILM architecture for event detection and load classification. Energies 2020, 13, 4396. [Google Scholar] [CrossRef]
  7. He, J.; Zhang, Z.; Zhu, L.; Zhu, Z.; Liu, J.; Gai, K. An efficient and accurate nonintrusive load monitoring scheme for power consumption. IEEE Internet Things J. 2019, 6, 9054–9063. [Google Scholar] [CrossRef]
  8. Ridi, A.; Gisler, C.; Hennebert, J. A Survey on Intrusive Load Monitoring for Appliance Recognition. In Proceedings of the 2014 22nd International Conference on Pattern Recognition, Stockholm, Sweden, 24–28 August 2014; pp. 3702–3707. [Google Scholar] [CrossRef]
  9. Weiss, M.; Helfenstein, A.; Mattern, F.; Staake, T. Leveraging smart meter data to recognize home appliances. In Proceedings of the 2012 IEEE International Conference on Pervasive Computing and Communications, Lugano, Switzerland, 19–23 March 2012; pp. 190–197. [Google Scholar] [CrossRef]
  10. Ghaffar, M.; Sheikh, S.R.; Naseer, N.; Din, Z.M.U.; Rehman, H.Z.U.; Naved, M. Non-Intrusive Load Monitoring of Buildings Using Spectral Clustering. Sensors 2022, 22, 4036. [Google Scholar] [CrossRef]
  11. Lu, Z.; Shaowei, S. A Non-Intrusive Load Monitoring Method Based on Multi-scale Wavelet Packet Optimization and Transient Feature Matching. In Proceedings of the 2021 12th IEEE International Conference on Software Engineering and Service Science (ICSESS), Beijing, China, 20–22 August 2021; IEEE: Piscataway, NJ, USA, 2021; pp. 113–117. [Google Scholar]
  12. Yan, L.; Han, J.; Wang, H.; Li, Z.; Li, Z. An online transient-based electrical appliance state tracking method via Markov chain Monte Carlo sampling. In Proceedings of the 2020 IEEE Power and Energy Society General Meeting (PESGM), Montreal, QC, Canada, 2–6 August 2020; IEEE: Piscataway, NJ, USA, 2020; pp. 1–5. [Google Scholar]
  13. Basu, K.; Debusschere, V.; Douzal-Chouakria, A.; Bacha, S. Time series distance-based methods for non-intrusive load monitoring in residential buildings. Energy Build. 2015, 96, 109–117. [Google Scholar] [CrossRef]
  14. Papageorgiou, P.G.; Gkaidatzis, P.A.; Christoforidis, G.C.; Bouhouras, A.S. Unsupervised NILM Implementation Using Odd Harmonic Currents. In Proceedings of the 2021 56th International Universities Power Engineering Conference (UPEC), Middlesbrough, UK, 31 August–3 September 2021; IEEE: Piscataway, NJ, USA, 2021; pp. 1–6. [Google Scholar]
  15. Ji, T.; Liu, L.; Wang, T.; Lin, W.; Li, M.; Wu, Q. Non-intrusive load monitoring using additive factorial approximate maximum a posteriori based on iterative fuzzy c-means. IEEE Trans. Smart Grid 2019, 10, 6667–6677. [Google Scholar] [CrossRef]
  16. Liu, B.; Luan, W.; Yu, Y. Dynamic time warping based non-intrusive load transient identification. Appl. Energy 2017, 195, 634–645. [Google Scholar] [CrossRef]
  17. Kang, H.; Kim, H. Household appliance classification using lower odd-numbered harmonics and the bagging decision tree. IEEE Access 2020, 8, 55937–55952. [Google Scholar]
  18. Yi, S.H.; Wang, J.; Liu, J.J. Simultaneous Load Identification Method Based on Hybrid Features and Genetic Algorithm for Nonintrusive Load Monitoring. Math. Probl. Eng. 2022, 2022, 7876380. [Google Scholar] [CrossRef]
  19. Le, T.T.H.; Heo, S.; Kim, H. Toward Load Identification Based on the Hilbert Transform and Sequence to Sequence Long Short-Term Memory. IEEE Trans. Smart Grid 2021, 12, 3252–3264. [Google Scholar] [CrossRef]
  20. Saha, D.; Bhattacharjee, A.; Chowdhury, D.; Hossain, E.; Islam, M.M. Comprehensive NILM framework: Device type classification and device activity status monitoring using capsule network. IEEE Access 2020, 8, 179995–180009. [Google Scholar] [CrossRef]
  21. Li, K.; Yin, B.; Du, Z.; Sun, Y. A Nonintrusive load identification model based on time-frequency features fusion. IEEE Access 2020, 9, 1376–1387. [Google Scholar] [CrossRef]
  22. Yin, B.; Zhao, L.; Huang, X.; Zhang, Y.; Du, Z. Research on non-intrusive unknown load identification technology based on deep learning. Int. J. Electr. Power Energy Syst. 2021, 131, 107016. [Google Scholar] [CrossRef]
  23. Jia, D.; Li, Y.; Du, Z.; Xu, J.; Yin, B. Non-intrusive load identification using reconstructed voltage–current images. IEEE Access 2021, 9, 77349–77358. [Google Scholar] [CrossRef]
  24. De Baets, L.; Ruyssinck, J.; Develder, C.; Dhaene, T.; Deschrijver, D. Appliance classification using VI trajectories and convolutional neural networks. Energy Build. 2018, 158, 32–36. [Google Scholar] [CrossRef]
  25. Liu, Y.; Wang, X.; You, W. Non-intrusive load monitoring by voltage–current trajectory enabled transfer learning. IEEE Trans. Smart Grid 2018, 10, 5609–5619. [Google Scholar] [CrossRef]
  26. Ding, H.; Le, Y.; Hongling, S.; Hong, S. Realize intelligent non-intrusive load identification by using data visualization. J. Huazhong Univ. Sci. Technol. (Nat. Sci. Ed.) 2021, 49, 85–90. [Google Scholar]
  27. Wenninger, M.; Bayerl, S.P.; Maier, A.; Schmidt, J. Recurrence Plot Spacial Pyramid Pooling Network for Appliance Identification in Non-Intrusive Load Monitoring. In Proceedings of the 2021 20th IEEE International Conference on Machine Learning and Applications (ICMLA), Pasadena, CA, USA, 13–16 December 2021; IEEE: Piscataway, NJ, USA, 2021; pp. 108–115. [Google Scholar]
  28. Kang, J.S.; Yu, M.; Lu, L.; Wang, B.; Bao, Z. Adaptive Non-Intrusive Load Monitoring Based on Feature Fusion. IEEE Sens. J. 2022, 22, 6985–6994. [Google Scholar] [CrossRef]
  29. Wang, Z.; Xie, Q. Household Load Identification Based on Multi-label and Convolutional Neural Networks. In Proceedings of the 2022 6th International Conference on Deep Learning Technologies, Xi’an, China, 26–28 July 2022; pp. 42–48. [Google Scholar]
  30. Jayant, H.K.; Rana, K.; Kumar, V.; Nair, S.S.; Mishra, P. Efficient IIR notch filter design using Minimax optimization for 50Hz noise suppression in ECG. In Proceedings of the 2015 International Conference on Signal Processing, Computing and Control (ISPCC), Waknaghat, India, 24–26 September 2015; pp. 290–295. [Google Scholar] [CrossRef]
  31. Bouny, L.E.; Khalil, M.; Adib, A. Removal of 50Hz PLI from ECG signal using undecimated wavelet transform. In Proceedings of the 2017 International Conference on Wireless Networks and Mobile Communications (WINCOM), Rabat, Morocco, 1–4 November 2017; pp. 1–6. [Google Scholar] [CrossRef]
  32. Dhayabarani, R.; Balachandar, P.; Arunkumar, R.; Elakkiyaselvan, M. Design of FIR Filter for Reduction of Power Line Interference from ECG Signal. In Proceedings of the 2018 Second International Conference on Inventive Communication and Computational Technologies (ICICCT), Coimbatore, India, 20–21 April 2018; pp. 1205–1208. [Google Scholar] [CrossRef]
  33. Cho, H.; Park, J.H.; Choo, K.B.; Kim, M.; Ji, D.H.; Choi, H.S. Unmanned Surface Vehicle Thruster Fault Diagnosis via Vibration Signal Wavelet Transform and Vision Transformer under Varying Rotational Speed Conditions. Sensors 2024, 24, 1697. [Google Scholar] [CrossRef] [PubMed]
  34. Zhang, X.Y.; Zhang, R.J. The technology research in decomposition and reconstruction of image based on two-dimensional wavelet transform. In Proceedings of the 2012 9th International Conference on Fuzzy Systems and Knowledge Discovery, Chongqing, China, 29–31 May 2012; IEEE: Piscataway, NJ, USA, 2012; pp. 1998–2000. [Google Scholar]
  35. Ali, H.H.S.M.; Sharif, S.M. Computation reduction of haar wavelet coefficients. In Proceedings of the 2017 2nd International Conference on Image, Vision and Computing (ICIVC), Chengdu, China, 2–4 June 2017; pp. 832–835. [Google Scholar] [CrossRef]
  36. Elliott, D.F. Varying null locations and the number of nulls in DFT windows. IEEE Trans. Syst. Man Cybern. 1983, SMC-13, 1139–1143. [Google Scholar] [CrossRef]
  37. Gao, J.; Giri, S.; Kara, E.C.; Bergés, M. Plaid: A public dataset of high-resoultion electrical appliance measurements for load identification research: Demo abstract. In Proceedings of the 1st ACM Conference on Embedded Systems for Energy-Efficient Buildings, Memphis, TN, USA, 3–6 November 2014; pp. 198–199. [Google Scholar]
Figure 1. Intrusive and non-intrusive load monitoring in electricity grid. (a) Intrusive load monitoring. (b) Non-intrusive load monitoring.
Figure 1. Intrusive and non-intrusive load monitoring in electricity grid. (a) Intrusive load monitoring. (b) Non-intrusive load monitoring.
Sensors 24 03109 g001
Figure 2. Non-intrusive load monitoring with feature visualization.
Figure 2. Non-intrusive load monitoring with feature visualization.
Sensors 24 03109 g002
Figure 3. Flowchart of the proposed current feature visualization method and a DLRN.
Figure 3. Flowchart of the proposed current feature visualization method and a DLRN.
Sensors 24 03109 g003
Figure 4. Current signals and harmonic contents of typical loads. (a) The current waves of typical loads. (b) The harmonic content of typical loads.
Figure 4. Current signals and harmonic contents of typical loads. (a) The current waves of typical loads. (b) The harmonic content of typical loads.
Sensors 24 03109 g004
Figure 5. The results of current feature visualization for typical loads.
Figure 5. The results of current feature visualization for typical loads.
Sensors 24 03109 g005
Figure 6. Confusion matrixes of the method. (a) Results on the private dataset. (b) Results on the PLAID.
Figure 6. Confusion matrixes of the method. (a) Results on the private dataset. (b) Results on the PLAID.
Sensors 24 03109 g006
Figure 7. An application paradigm of the method in this study.
Figure 7. An application paradigm of the method in this study.
Sensors 24 03109 g007
Table 1. Performance of the method.
Table 1. Performance of the method.
DatabaseAccuracyPrecisionRecallF1
Private0.98260.98180.98210.9819
PLAID0.97710.97790.97070.9743
Table 2. Comparison results on the PLAID.
Table 2. Comparison results on the PLAID.
MethodNetworkAccuracy (%)
De’s [24]CNN91.74
Liu’s [25]AlexNet95.40
Ding’s [26]CNN96.63
ProposedDLRN97.71
Table 3. Effectiveness of the features employed in the proposed method.
Table 3. Effectiveness of the features employed in the proposed method.
AccuracyPrecisionRecallF1
Traditional0.92730.92820.92730.9259
Proposed0.98260.98180.98210.9819
Table 4. Performance evaluation with different kernels.
Table 4. Performance evaluation with different kernels.
KernelAccuracyPrecisionRecallF1
1 × 10.851000.856110.850760.85342
3 × 30.924580.925730.921840.92378
5 × 50.953330.955760.949410.95257
7 × 70.954970.957200.953930.95566
Proposed0.984650.986810.981140.98396
Table 5. Performance evaluation w/ and w/o AGs.
Table 5. Performance evaluation w/ and w/o AGs.
ParametersAccuracyPrecisionRecallF1
w/ AG12640140.984650.986810.981140.98396
w/o AG12475150.974970.974810.972350.97357
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

He, N.; Liu, D.; Zhang, Z.; Lin, Z.; Zhao, T.; Xu, Y. Learning-Based Non-Intrusive Electric Load Monitoring for Smart Energy Management. Sensors 2024, 24, 3109. https://doi.org/10.3390/s24103109

AMA Style

He N, Liu D, Zhang Z, Lin Z, Zhao T, Xu Y. Learning-Based Non-Intrusive Electric Load Monitoring for Smart Energy Management. Sensors. 2024; 24(10):3109. https://doi.org/10.3390/s24103109

Chicago/Turabian Style

He, Nian, Dengfeng Liu, Zhichen Zhang, Zhiquan Lin, Tiesong Zhao, and Yiwen Xu. 2024. "Learning-Based Non-Intrusive Electric Load Monitoring for Smart Energy Management" Sensors 24, no. 10: 3109. https://doi.org/10.3390/s24103109

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop