Next Article in Journal
Octave Spanning Supercontinuum in Titanium Dioxide Waveguides
Previous Article in Journal
Project Robust Scheduling Based on the Scattered Buffer Technology
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

An Iterative Load Disaggregation Approach Based on Appliance Consumption Pattern

1
State Key Laboratory of Reliability and Intelligence of Electrical Equipment, Hebei University of Technology, Tianjin 300130, China
2
School of Computer and Remote Sensing Information Technology, North China Institute of Aerospace Engineering, Langfang 065000, China
*
Author to whom correspondence should be addressed.
Appl. Sci. 2018, 8(4), 542; https://doi.org/10.3390/app8040542
Submission received: 23 February 2018 / Revised: 26 March 2018 / Accepted: 29 March 2018 / Published: 2 April 2018
(This article belongs to the Section Energy Science and Technology)

Abstract

:
Non-intrusive load monitoring (NILM), monitoring single-appliance consumption level by decomposing the aggregated energy consumption, is a novel and economic technology that is beneficial to energy utilities and energy demand management strategies development. Hardware costs of high-frequency sampling and algorithm’s computational complexity hampered NILM large-scale application. However, low sampling data shows poor performance in event detection when multiple appliances are simultaneously turned on. In this paper, we contribute an iterative disaggregation approach that is based on appliance consumption pattern (ILDACP). Our approach combined Fuzzy C-means clustering algorithm, which provide an initial appliance operating status, and sub-sequence searching Dynamic Time Warping, which retrieves single energy consumption based on the typical power consumption pattern. Results show that the proposed approach is effective to accurately disaggregate power consumption, and is suitable for the situation where different appliances are simultaneously operated. Also, the approach has lower computational complexity than Hidden Markov Model method and it is easy to implement in the household without installing special equipment.

Graphical Abstract

1. Introduction

With the development of science and technology, the electricity consumption is constantly growing, which stimulate the development of Smart Grid [1], a new efficient, reliable, flexible and optimized electric power system [2]. Smart Grid requires that smart meters provide electricity consumption information to help in making demand management strategies [3]. Research has shown that the total electricity information feedback can produce energy saving by approximately 15% [4]. Furthermore, if detailed electricity consumption information is provided, the energy sector can adjust hourly dynamic energy price to reduce the demand in peak hour [5], and inform consumers about high energy consumable appliance, there will be more benefits than energy savings [6].
Traditional intrusive load monitoring technique requires installing sensors on each appliance for monitoring the load electricity consumption details. Although accurate monitoring can be achieved, it also causes high hardware installation cost [7,8]. Non-intrusive load monitoring (NILM), as proposed in 1992 [9], is a novel and cost-effective technique. NILM, using pattern recognition technologies and machine learning methods, decomposes the total energy consumption measured at the household level by a single point sensor into the energy consumption of individual appliances [9]. Thus, NILM has the advantages of low cost and easy implementation.
In recent years, several NILM approaches have been proposed [10]. Hart proposed event-based method to identify appliances [9]. Literature [11] adopts Naive Bayes classifier to identify the multiple appliances operating. Wavelet transform are used to identify the appliances by analyzing the power spectrum [12]. Yet, a number of problems emerged in recent works. At first, high-frequency feature leads to higher identification accuracy. However, high-frequency feature extraction needs additional measuring equipment and also causes high computational complexity [13]. Large-scale applications of NILM demands that appliances in residential or buildings could be directly monitored without adding additional costs. Load disaggregation utilizingsmart meter reading is easy to implement in real life.
Second, simultaneously operating appliances not only increases the complexity of identifying appliance-specific consumption patterns [14,15], but also the consequently overlapping operation makes it difficult for event detection [16]. Finally, the accuracy metrics of NILM approach are difficult to be defined consistently [14,15,17]. Many approaches focus on the accuracy of the on/off detection [18,19,20], and only few studies consider the retrieving appliances consumption information.
To solve the above problems, we proposed an iterative load disaggregation approach based on appliance consumption pattern (ILDACP), which will be implemented in a reduced invasiveness way. Proposed approach combines the fuzzy C-means clustering algorithm (FCM) and Dynamic Time Warping (DTW) to identify the on/off states of each appliance in sequence and sub-sequence searching DTW (SSDTW) to accurately disaggregate total power into single-level base on the different consumption pattern of each appliance. In our work, the consumption pattern of each appliance is described in low sampling, as high sampling leads to higher hardware cost [21]. FCM algorithm clusters the total consumption, high power level values of which will be clustered first, as the appliance with the highest contribution brings the greatest impact to the total consumption. Then, DTW is applied to identify the series from selected highest power level cluster (label the cluster) and SSDTW to estimate the consumption trajectory of single appliance. This process is repeated until each appliance power consumption trajectory is reproduced except normally open appliances. The proposed algorithm is tested on the data in AMPds database and three kinds of performance metrics are utilized to estimate the capability to identify the appliances operating states, power consumption, and the accuracy of trace retrieve. The computational complexity analysis and intrusiveness of the algorithm analysis are performed as well.
The rest of the paper is organized as follow. Section 2 formalizes the problem to be solved in load disaggregation and describes the related work that other researcher worked on. Section 3 explains the proposed approach. In Section 4 and Section 5, the result and discussion of the implementing approach is described and the final performance is evaluated.

2. Related Work and Problem Description

The goal of the NILM disaggregation algorithm is to estimate the power of each appliance that contributes to the total power consumption that was measured by smart meter in a household. The problem can be described as:
P t ¯ = i = 1 N p t i + e t
where P t ¯ is the total power consumption at time t , p t i is the consumption of appliance i at time t , N equals the number of appliances, and e t the measurement noise.
For FSM (Finite State Machine) with multiple power states, assuming that each appliance has M power states, the power consumption of i-th appliance, for time t , is described as follows:
p t i = A i X t i + e t i A i = [ a i , 1 , a i , 2 , , a i , M ] i = 1 , 2 , , N X t i = [ x t i , 1 , x t i , 2 , , x t i , M ] T   i = 1 , 2 , , N
where A i is a vector containing the power consumption a i , j for appliance i in every state j , and X t i is a binary-valued vector, composed by the ON/OFF status of each power state for appliance i at time t . If appliance i is in state j at time t , x t i , j = 1 ; Otherwise, x t i , j = 0 . Obviously, appliance i is in only one state, so j = 1 M x t i , j = 1 , i , t . e t i is the measurement noise for appliance i at time t .
Based on the above introduction, the load disaggregation is transformed into the optimization problem seeking operating state of each appliance X t at time t , so that the difference between the estimated and the measured total power is minimized, which can be described as follows for a given time step H and the measured total power P t at time t :
arg min [ t = 1 H ( P t P t ) 2 ]
Problem described in Equation (3) can be solved by using optimization algorithms such as genetic algorithms [22], integer optimization [23], sparse optimization [24,25,26], or differential evolution [27], which are applied to search the best matched combination of appliances making the calculated total power equal to the measured total power. The techniques are not suitable for more types of appliances and need complex computation. Another solution for load disaggregation is the so-called pattern recognition method, which extracts transient or steady-state features of appliances, then to match with the signature model in database. Pattern recognition techniques, such as artificial neural networks (ANN) [12,28,29] or Hidden Markov Models (HMM) [30,31] have been tested and show their ability in learning the consumption pattern of appliances. In particular, HMMs and their extensions were used in many data disaggregation models The hidden states chain in HMMs represents the operating state/states of a device and the emission or observation sequences represent the measured total power consumption [30]. However, as the number of appliances increases, the computation complexity of HMM increases exponentially (see the computational complexity analysis in Section 4.3.2) [31].
Time series subsequence data mining is using to study and classify the transient operations of typical appliances [32]. K-means method is applied to denoise the measured consumption sequence [31], and in some literature, FCM, fuzzy version of the K-means, is running to divide appliances turn-on events or spectral into several categories, and then each category is labeled [33,34]. In literature [35], X-means algorithm is used to cluster the power levels, and shows good performance on real data in an industrial application for smart houses. However, the appliances with similar power ranges may be misidentified. Another pattern recognition method proposed recently relies on Dynamic Time Warping (DTW), used in the field of speech recognition to match between traces of difference length [36]. DTW is used to match transient signature [37] and to identify the appliance power sequence [31].
Our ILDACP algorithm combines FCM algorithm and DTW based method to achieve load disaggregation. A multi-state appliance is considered as multiple appliances. FCM clusters the total power consumption values with maximum into a cluster. The time series composed of these values are labeled by calculating the similarity between the series and the signature of each appliance. The proposed approach, utilizing low sampling data, can be applied in industrial solutions based on real-life data acquired.

3. The ILDACP Algorithm

Through the study of the power consumption characteristics of some typical electrical appliance, we found that even everyday appliances with similar power profiles show the time characteristics, we hope to apply these characteristics to disaggregate the consumption of multiple electrical appliances. We extract the measured power consumption of fridge in AMPds database [38], as shown in Figure 1. The fridge exhibits a cyclic pattern of power consumption due to duty cycling of its compressor. Since there may be multiple electrical appliances with a similar power level, a power values does not represent a particular appliance. Thus, our work disaggregates the consumption of multiple appliances based on the consumption pattern characteristics.
Our approach, ILDACP, is based on the following assumptions: First, each appliance, contributing to the total power consumption, has its own consumption pattern. Second, we can identify the appliance and estimate its power consumption through its power consumption pattern. The workflow of the approach includes four steps: appliance signatures extraction, consumption clustering, appliances identification and power consumption estimate, and result correction. The last three stages of them are carried out iteratively, until every appliance is disaggregated or only normally-open appliances left. The flowchart of ILDACP is shown in Figure 2. In this section, we provide details on each step of ILDACP in the next paragraphs.

3.1. Appliance Signatures Extraction

At the first step, we need to create a signature database of each appliance i , ( i = 1 , 2 , , N ), contributing to the total measured consumption in the household. In order to gain the database of appliance signature S = { S i } , ( i = 1 , 2 , , N ) , for each appliance, we retrieved the power consumption value intrusively to constitute a training dataset D T in a chosen short training period T . When considering of the possible consumption differences between weekdays and weekend days, it is necessary to ensure that T is longer than a week. In order to reduce intrusiveness, a seven-day training period is considered.

3.2. Total Power Consumption Clustering

Fuzzy C-means algorithm (FCM) [39] is a clustering algorithm that is based on squared error and criterion. In this phase, FCM clusters the aggregation power consumption to detect the operating states of the largest power contribution appliance over the validation time horizon H. First of all, if the total power consumption values that are extracted from total power trajectory P include more than one appliance, it is clustered into optimal number clusters. Figure 3 shows a clustering result. We can see from the figure, the power consumption values of the highest power appliance in turned-on state are clustered shown in cluster 3. Then, the total consumption trajectory A j , only the power value in cluster 3 left (others are set to 0), is generated. Thus, the appliances power values with larger power contribution can be estimated first, as they give largest impact on the trajectory of total power consumption and weaken the traces of less contribution appliances.

3.3. Power Load Disaggregation

DTW is used to measure the similarity between time series with different length [40]. In our paper, DTW based methods are used to identify the appliance by searching minimum DTW distance between the time series A j of largest contribution appliance and each signature sequence S i .

3.3.1. Appliances Identification

For two one-dimensional time–series A j and each S i , they are expressed respectively in vector forms as A j = [ x ( 1 ) , x ( 2 ) , , x ( t ) ] T and S i = [ y ( 1 ) , y ( 2 ) , , y ( T ) ] T , where x ( m ) and y ( n ) belong A j and S i .
We utilize DTW pattern-matching technique to measure the similarity between A j and each S i . The similarity between two time series is measured by DTW distance. The larger the DTW distance, the lower the similarity between two time series. In our algorithm, DTW distance is calculated according to the following procedure.
At first, all pairwise distances between A j and S i are stored in local cost matrix C t × T , which is described as:
C t × T = { C ( m , n ) } m = 1 , 2 , , t , n = 1 , 2 , , T C ( m , n ) = d ( x ( m ) , y ( n ) )   m = 1 , 2 , , t ,   n = 1 , 2 , , T
where C ( m , n ) is the element of the m th row and the n th column in matrix C t × T , and d ( x ( m ) , y ( n ) ) is the Euclid distance between x ( m ) and y ( n ) , which is d ( x ( m ) , y ( n ) ) = | x ( m ) y ( n ) | .
Secondly, assume that the warping path between A j and S i from ( 1 , 1 ) to ( m , n ) is
p = ( p 1 , p 2 , , p k , p l )
where p k = ( m k , n k ) { 1 , 2 , , m } × { 1 , 2 , , n } .
The constraints of boundary condition, step size condition and monotonicity condition are shown in the following Equation (6).
p 1 = ( 1 , 1 ) , p l = ( m , n ) m 1 m 2 m l , n 1 n 2 p k + 1 p k { ( 1 , 1 ) , ( 0 , 1 ) , ( 1 , 0 ) } n l
where l is the length of the path. The accumulated cost of warping path p is described as
D ( m , n ) = k = 1 l C ( m k , n k )
where k { 1 , 2 , , l } and l [ max ( m , n ) , m + n 1 ] .
Finally, we use dynamic programming algorithm according to the recursive rule shown in Equation (8) to search the optimal warping path between A j and S i .
D ( m , n ) = C ( m , n ) + m i n { D ( m 1 , j ) , D ( m 1 , n 1 ) , D ( m , n 1 ) } D ( 0 , 0 ) = 0 D ( m , 0 ) = m > 0 D ( 0 , n ) = n > 0
The corresponding minimum accumulated distance D ( t , T ) is calculated, and finally the DTW distance DTW ( A j , S i ) = D ( t , T ) .
In this step, we search for the minimum DTW distance between A j and each signature S i , the appliance with minimum DTW distance is identified as the one of maximum contribution.

3.3.2. Power Consumption Trajectory Estimating

We have received the total power consumption trajectory when the appliance with largest power contribution is operating, which is written as A j . By removing 0 from A j , it is partition into some operation duration sub-sequences [ A 1 j , A 2 j , , , A k j ] , where k is the number of operation sub-sequences. Since A r j represents an operation duration, and S j include more than one operation durations, we use sub-sequence searching method based DTW (SSDTW) to find the best matched sub-sequence from appliance signatures. SSDTW is described as follows:
Assume that S j represents the closest signature to A j . We estimate each A r j according to following procedure.
  • Sequentially scan S j and find a time s ( 1 s T ) with S j ( s ) 0 , compute DTW distance between S j [ s , T ] and A r j . In this procedure, DTW ( S j [ s , t ] , A r j )   ( s t T ) are generated.
  • Scanning and compute iteratively DTW distance as above until s > T , find such a sub-sequence S s j , which bring about minimum DTW distance.
  • Replace A r j in A j with the best matched signature subsequence S s j .
At last, the new total power consumption sequence is calculated according to Equation (9):
P = P A j

3.4. Power Consumption Correction

In this very last phase of our algorithm, the results of the previous step are corrected in order to produce accurate disaggregated end-use trajectories. We correct the results based on two basic facts: an operating appliance is in one state at time t , and the total power value is always greater than or equal to 0. The correction is carried out taking into account the following three-case correction:
  • False appliance identification correction. Assuming the closest signature of A j is S j . In one case, if the sub-sequence at the same time in A j has ever been identified as the appliance j , it is false identification. The other case, when two different appliances have a similar contribution to the total power consumption, if sub-sequence A r j picked up from A j is far shorter than the duration of appliance j , it is false identification as well. In these situations, the second highest similarity signature is adopted.
  • False clustering correction. We detect every A r j . If the length of it is less than the minimum duration time of appliance j in S j , false clustering is considered. It is possible that A r j or its neighbor is misclassified. Inaccurate power estimation of an appliance generates incorrect new total power, which causes the wrong clustering. Thus, we adjust the false clustered power value to the cluster’s center value of its neighbor, and compensate former power estimation.
  • New total power estimation correction. Once any value of new total power estimation is negative, adjust it to the average value of its neighbors and compensate former power estimation of the highest contributing appliance. If there are still positive values in total power after all of the appliances power consumption traces has been retrieved, adjust the negative values to 0, and compensate former power estimation of the highest contributing appliance.

4. Experiment and Result

4.1. Data Setting

We choose AMPds dataset [38] to test our ILDACP method. AMPds contains power consumption readings in a single house in Canada and provides the metered data at the end-use level at 1 min resolution. The data of AMPds dataset was obtained over a long period of time (two years) and is presented with minor amounts of missing data. All of the mentioned above make the dataset meet the need of our algorithm. We considered several typical indoor appliances, i.e., security/network equipment, heat pump, clothes dryer, and fridge. In order to focus only on the most important indoor activities of residents, we did not take into account the outdoor appliance and undefined reading, e.g., room aggregate consumption.
Due to the possible seasonality effects on power consumption, we extract four sub-periods from the dataset to test our algorithm. (1) Two weeks data from 1 April 2012 to 14 April 2012 with a week data for appliances signatures extraction and the following week data for validation. (2) Two weeks data from 14 October 2012 to 27 October 2012 for validation. (3) Two weeks data from 14 July 2013 to 27 July 2013 for validation. (4) 2 weeks data from 1 April 2013 to 14 April 2013 for validation.
Since the minimum power of chosen appliances is more than 30 Watt, the preset threshold is set to 30 Watt.

4.2. Performance Metrics

The consistent evaluation of the result is mentioned as a difficult challenge in the literature on NILM [14,15,16]. Moreover, accurate estimates of appliances power consumption patterns are helpful in identifying peak hours, quantifying the contribution of each appliance during the peak and off-peak hours, and assess the efficiency levels of different appliances, which help to design demand management strategies that aim to improve energy efficiency and reduce costs through demand peak shifting and replacing low-efficiency devices.
In our paper, a set of three metrics, F-score, power contribution error, and R2 score, is used to assess the quality of identifying and disaggregation result of our ILDACP method. The metrics are picked from others’ literature, because it is a complete evaluation with necessary estimation characteristics involved [16].
F-score (Fs) provides the capability of NILM algorithms to identify the appliances’ operating states for each appliance i , which is defined in the following Equation (10)
F s i = 2 × P C i × R C i P C i + R C i
where P C i and R C i are the recall and precision for appliance i . P C i   and   R C i are described in Equation (11).
{ R C i = T P i T P i + F N i P C i = T P i T P i + F P i
Table 1 shows the operating state prediction of appliances. According to Table 1, T P i is the number of examples that are correctly labeled as ON state (true positive), F P i corresponds the OFF state examples incorrectly labeled as ON state (false positive), and F N i represents the ones classified as OFF being actually ON (false negative).
Based on above description, F-score ranges from 0 (0% accuracy in state detection) to 1 (100% accuracy in state detection). It evaluates how good the algorithm is in identifying the operating states of each appliance. However, it does not give the information about the power consumption of each appliance i .
The power contribution error (PCE) shows the goodness of NILM models to estimate the power consumption assigned to each appliance. It gives the information on the accuracy in assigning the total power consumption to each appliance i , according to the Equation (12). The closer the estimated contribution of appliance i is to the true contribution, the closer P C E i is to 0.
P C E i = | t = 1 H y t i t = 1 H y ^ t i | t = 1 H P t
where y t i and y ^ t i are the measured true and estimated power consumption for appliance i in time t ; P t is the total power consumption of all the appliance in time t . The more accurate NILM model is, the closer to 0 the PCE values are. The PCE provides more information than F-score to describe the estimation of power contribution of appliances. The R2 score evaluates the accuracy of power trace retrieve. For each appliance i , it is defined as
R 2 i = 1 ( t = 1 H y t i t = 1 H y ^ t i ) 2 t = 1 H ( y t i t = 1 H y t i / H ) 2
The more similar the estimated consumption trajectory of the appliance i is to the measured consumption trajectory, the closer R 2 i is to 1.
This set of metrics assesses the performance of NILM algorithms in different viewpoints, and the values that were calculated by these metrics offer electric utilities and decision makers the reference to help designing energy demand management strategies.

4.3. Results and Discussion

4.3.1. Numerical Results

We test our ILDACP method on the chosen data and calculate the three metrics from four sub-periods to analyze ILDACP method, the results of three metrics are shown in Table 2, Table 3 and Table 4. Figure 4 shows the metrics from the first test period when compared with the factorial Hidden Markov Model (FHMM) algorithm that was developed in literature [16]. An open source toolkit using FHMM for NILM is provided to allow for empirical comparisons to be made between energy disaggregation algorithms across multiple data sets. The charts in Figure 5 represent a detailed comparison of model estimation versus measured values of the four considered appliances for the first chosen period.
See Table 2, Table 3 and Table 4, F-score and PCE show good performance for values close to 1 and 0 respectively on the date in four sub-periods. The first three periods are in different seasons, the three metrics are not much different, which proved the robustness of data. In the period 3, heat pump is a normally opened appliance. There are two normally-open appliances, which makes the clustering algorithm is unable to cluster correctly, so the heat pump shows poor performance in period 3.
As shown in Figure 4, when compared with FHMM algorithm, the ILDACP method achieves good performance in detecting the operating states, estimating contribution power consumption, and consumption pattern trace of each appliance The F-score values show that the algorithm can correctly find turned-on states of each appliance with a high rate. F-score values of all the four appliances are higher than FHMM. We can find out why larger contribution appliance generates higher F-score except normally-open appliances, the reason is that the operating states of largest contribution appliance is first detected and estimated, thus the estimation error affects the result behind (the top panel in Figure 4). On the other two metrics, ILDACP obtains PCE values that were lower and R2 higher than FHMM.
As described above, ILDACP can detect the operating states of the appliances, generate the contribution to the total power consumption by each appliance, and provide the consumption pattern of most appliances in spite of multiple appliances operating simultaneously. Besides, there is another truth needing our attention in the R2 metric shown in Figure 4: though highest accuracy of power contribution estimation for security/network equipment (lowest PCE value in the middle panel of Figure 4), the performance on the R2 is relatively poor. Since the powers of security/network equipment vary in a narrow range compared to the other appliance, thus making accurate power contribution estimation with average value. However, the impact of noise on the trace of it leads to difficult predict (the ILDACP doesn’t filter out the noise for such appliances).

4.3.2. Algorithm Computational Complexity Analysis

The ILDACP method shows good performance in detecting the operating states, estimating the power contribution, and retrieving the consumption pattern for the considered four appliances. FCM algorithm is adopted iteratively to detect the operating states of the largest contribution appliance. In the clustering phase, multiple states for one appliance are detected respectively, thus the performances are effectively improved. The time complexity of FCM algorithm is O(MNT2) for a problem with M states for each appliance, N appliances and T time instances [37], but FHMM for the same problem attains the time complexity in the order of O(TM2N) on. Obviously, as the number of states and appliances increase, FCM needs less computation than FHMM does (Figure 6). Then, FCM is coupled with SSDTW to estimate the best matching power trace pattern. ILDACP method, the combination of FCM and SSDTW, gets the time complexity O(MNT2+kNT2), where k is time series A j length. When combined Figure 6 with the results analysis in Section 4.3.1, we can get the conclusion that our ILDACP method can achieve good disaggregation with a lower computational complexity for the problem with increasing appliances numbers and states number of each appliance than FHMM.
From the points of disaggregation outputs, we expect to keep improve the disaggregation accuracy. Since cluster validity index for calculating the best cluster number is invalid when only one cluster exists, clustering algorithms have difficulty in detecting turned-on state of normally-open appliance. The problem in our algorithm is solved in correction phase in Section 3.4. However, once more than one kinds of normally-open appliance contribute to the total power consumption, we need to skip the clustering phase when these appliances become the largest contribution appliance.
Based on the above discussion, the proposed approach has high accuracy on the three metrics and relatively low computational complexity.

4.3.3. Sensitivity of the Result with the Signature Length

Reducing the invasiveness of the algorithm is one of the most important issues in NILM. Hart’s work [9], known as supervised algorithm, requires large appliance-level data for the training step. Although in order to ensure the accuracy of algorithm in disaggregation, a certain degree of invasiveness is inevitable, the purpose is to keep it at the minimum level. In this step, we conduct a test and compare the performance of our approach in two different length signatures.
The signatures for each appliance are shortened to an operating duration series in Section 3.1 to keep the intrusiveness lowest. Figure 7 is the disaggregation performance comparisons of ILDACP and revised method. We can find that the accuracy of states identification is not significantly reduced when short signature is adopted. However, the performance of estimating the power contribution and retrieving the consumption trace is worse than the long one especially on PCE and R2 metrics. The R2 for fridge shows inaccuracy in consumption pattern trace estimation caused by error determination the turned-on time of fridge. The result provides us the sensitivity of three metrics with the signature length of our algorithm. The result shows the impact of signature length on performance.

5. Conclusions and Further Work

In this paper, ILDACP, an appliance consumption pattern based load disaggregation approach is proposed. The approach, utilizing low sampling data, clusters the power consumption and labels the highest contribution appliance, and the power estimation approach based on consumption pattern utilizing SSDTW is given. We tested the proposed algorithm on the data from AMPds dataset and compared it with the literature. The results demonstrate that the appliances can be distinguished according their contribution to total consumption and their own consumption pattern without extra equipment being installment. The proposed ILDACP has better performance on F-score, PCE and R2 metrics than those that are presented in other studies, and the algorithm has the advantage of quick execution, particularly for multi-states appliance when compared with FHMM.
The proposed ILDACP algorithm in this paper has a limitation. It can not cluster normally-open appliances. When the number of the appliances contributing to the total power is more than 1, not all the normally-open appliances can be identified. In addition, the identification performances of lower contribution appliances are affected by the estimation performance of higher contribution appliances. Thus, further study will concentrate on improving the estimation performance of appliances to enhance the rate of appliances identification.

Author Contributions

Huijuan Wang and Wenrong Yang conceived and designed the experiments; Huijuan Wang performed the experiments, analyzed the data; and wrote the paper.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Gungor, V.C.; Sahin, D.; Kocak, T.; Ergut, S.; Buccella, C.; Cecati, C.; Hancke, G.P. A Survey on Smart Grid Potential Applications and Communication Requirements. IEEE Trans. Ind. Inform. 2012, 9, 28–42. [Google Scholar] [CrossRef]
  2. Ribeiro, P.F.; Duque, C.A.; Silveira, P.M.D.; Cerqueira, A.S. Power Systems Signal Processing for Smart Grids; John Wiley & Sons: Hoboken, NJ, USA, 2013. [Google Scholar]
  3. Nagesh, D.Y.R.; Krishna, J.V.V.; Tulasiram, S.S. A real-time architecture for smart energy management. In Proceedings of the 2010 Innovative Smart Grid Technologies (ISGT), Gaithersburg, MD, USA, 19–21 January 2010; pp. 1–4. [Google Scholar]
  4. Darby, S. The Effectiveness of Feedback on Energy Consumption. A Review for Defra of the Literature on Metering, Billing and direct Displays; Environmental Change Institute, University of Oxford: Oxford, UK, 2006; p. 486. [Google Scholar]
  5. Gaiser, K.; Stroeve, P. The impact of scheduling appliances and rate structure on bill savings for net-zero energy communities: Application to West Village. Appl. Energy 2014, 113, 1586–1595. [Google Scholar] [CrossRef]
  6. Chakravarty, P.; Gupta, A. Impact of Energy Disaggregation on Consumer Behavior. In Proceedings of the 2013 Behaviour, Energy and Climate Chance Conference, Sacramento, CA, USA, 17–20 November 2013. [Google Scholar]
  7. Froehlich, J.; Larson, E.; Gupta, S.; Cohn, G.; Reynolds, M.; Patel, S. Disaggregated End-Use Energy Sensing for the Smart Grid. IEEE Pervasive Comput. 2010, 10, 28–39. [Google Scholar] [CrossRef]
  8. Armel, K.C.; Gupta, A.; Shrimali, G.; Albert, A. Is disaggregation the holy grail of energy efficiency? The case of electricity. Energy Policy 2013, 52, 213–234. [Google Scholar] [CrossRef]
  9. Hart, G.W. Nonintrusive appliance load monitoring. Proc. IEEE 1992, 80, 1870–1891. [Google Scholar] [CrossRef]
  10. Tabatabaei, S.M.; Dick, S.; Xu, W. Towards Non-Intrusive Load Monitoring via Multi-Label Classification. IEEE Trans. Smart Grid 2017, 8, 26–40. [Google Scholar] [CrossRef]
  11. Yang, C.C.; Soh, C.S.; Yap, V.V. A non-intrusive appliance load monitoring for efficient energy consumption based on Naive Bayes classifier. Sustain. Comput. Inform. Syst. 2017, 14, 34–42. [Google Scholar]
  12. Chang, H.H.; Lian, K.L.; Su, Y.C.; Lee, W.J. Power-Spectrum-Based Wavelet Transform for Nonintrusive Demand Monitoring and Load Identification. IEEE Trans. Ind. Appl. 2015, 50, 2081–2089. [Google Scholar] [CrossRef]
  13. Sadeghianpourhamami, N.; Ruyssinck, J.; Deschrijver, D.; Dhaene, T.; Develder, C. Comprehensive feature selection for appliance classification in NILM. Energy Build. 2017, 151, 98–106. [Google Scholar] [CrossRef]
  14. Butner, R.S.; Reid, D.J.; Hoffman, M.G.; Sullivan, G.; Blanchard, J. Non-Intrusive Load Monitoring Assessment: Literature Review and Laboratory Protocol; Office of Scientific & Technical Information Technical Reports; Pacific Northwest National Laboratory (PNNL): Richland, WA, USA, 2013. [Google Scholar]
  15. Barker, S.; Kalra, S.; Irwin, D.; Shenoy, P. NILM redux: The case for emphasizing applications over accuracy. In Proceedings of the NILM-2014 Workshop, Austin, TX, USA, 7–8 March 2014. [Google Scholar]
  16. Liang, J.; Ng, S.K.K.; Kendall, G.; Cheng, J.W. Load Signature Study—Part II: Disaggregation Framework, Simulation, and Applications. IEEE Trans. Power Deliv. 2010, 25, 561–569. [Google Scholar] [CrossRef]
  17. Batra, N.; Kelly, J.; Parson, O.; Dutta, H.; Knottenbelt, W.; Rogers, A.; Singh, A.; Srivastava, M. NILMTK: An open source toolkit for non-intrusive load monitoring. In Proceedings of the 5th International Conference on Future Energy Systems, Cambridge, UK, 11–13 June 2014; pp. 265–276. [Google Scholar]
  18. Giri, S.; Bergés, M. An energy estimation framework for event-based methods in Non-Intrusive Load Monitoring. Energy Convers. Manag. 2015, 90, 488–498. [Google Scholar] [CrossRef]
  19. Makonin, S.; Popowich, F. Nonintrusive load monitoring (NILM) performance evaluation. Energy Effic. 2015, 8, 809–814. [Google Scholar] [CrossRef]
  20. Bernard, T.; Marx, M. Unsupervised learning algorithm using multiple electrical low and high frequency features for the task of load disaggregation. In Proceedings of the 3rd International Workshop on NILM, Vancouver, BC, Canada, 14–15 May 2016. [Google Scholar]
  21. Kolter, J.Z.; Johnson, M.J. REDD: A Public Data Set for Energy Disaggregation Research. In Proceedings of the Workshop on Data Mining Applications in Sustainability (SIGKDD), San Diego, CA, USA, 21–24 August 2011. [Google Scholar]
  22. Baranski, M.; Voss, J. Genetic algorithm for pattern detection in NIALM systems. In Proceedings of the 2004 IEEE International Conference on Systems, Man and Cybernetics, The Hague, The Netherlands, 10–13 October 2004; Volume 4, pp. 3462–3468. [Google Scholar]
  23. Inagaki, S.; Egami, T.; Suzuki, T.; Nakamura, H.; Ito, K. Nonintrusive appliance load monitoring based on integer programming. In Proceedings of the 2008 SICE Annual Conference, Tokyo, Japan, 20–22 August 2008; pp. 2742–2747. [Google Scholar]
  24. Elhamifar, E.; Sastry, S. Energy disaggregation via learning Powerlets and sparse coding. In Proceedings of the Twenty-Ninth AAAI Conference on Artificial Intelligence, Austin, TX, USA, 25–30 January 2015; pp. 629–635. [Google Scholar]
  25. Kolter, J.Z.; Batra, S.; Ng, A.Y. Energy disaggregation via discriminative sparse coding. In Advances in Neural Information Processing Systems; The MIT Press: Cambridge, MA, USA, 2010; pp. 1153–1161. [Google Scholar]
  26. Piga, D.; Cominola, A.; Giuliani, M.; Castelletti, A.; Rizzoli, A.E. Sparse optimization for automated energy end use disaggregation. IEEE Trans Control Syst. Technol. 2016, 24, 1044–1051. [Google Scholar] [CrossRef]
  27. Li, P.; Yu, Y.X. Nonintrusive Method for On-Line Power Load Decomposition. J. Tianjin Univ. 2009, 42, 1–8. [Google Scholar]
  28. Zoha, A.; Gluhak, A.; Imran, M.A.; Rajasegarar, S. Non-Intrusive Load Monitoring Approaches for Disaggregated Energy Sensing: A Survey. Sensors 2012, 12, 16838–16866. [Google Scholar] [CrossRef] [PubMed] [Green Version]
  29. Srinivasan, D.; Ng, W.S.; Liew, A.C. Neural-network-based signature recognition for harmonic source identification. IEEE Trans. Power Deliv. 2006, 21, 398–405. [Google Scholar] [CrossRef]
  30. Aiad, M.; Peng, H.L. Non-intrusive load disaggregation with adaptive estimations of devices main power effects and two-way interactions. Energy Build. 2016, 130, 131–139. [Google Scholar] [CrossRef]
  31. Cominola, A.; Giuliani, M.; Piga, D.; Castelletti, A.; Rizzoli, A.E. A Hybrid Signature-based Iterative Disaggregation algorithm for Non-Intrusive Load Monitoring. Appl. Energy 2017, 185, 331–344. [Google Scholar] [CrossRef]
  32. Kalluri, B.; Kamilaris, A.; Kondepudi, S.; Kua, H.W.; Tham, K.W. Applicability of using time series subsequences to study office plug load appliances. Energy Build. 2016, 127, 399–410. [Google Scholar] [CrossRef]
  33. Figueiredo, M.B.; Almeida, A.D.; Ribeiro, B. An experimental study on electrical signature identification of Non-Intrusive Load Monitoring (NILM) systems. In Adaptive and Natural Computing Algorithms; Springer: Berlin, Germany, 2011; Volume 6594, pp. 31–40. [Google Scholar]
  34. Ferraro, P.; Crisostomi, E.; Tucci, M.; Raugi, M. Comparison and clustering analysis of the daily electrical load in eight European countries. Electr. Power Syst. Res. 2016, 141, 114–123. [Google Scholar] [CrossRef]
  35. Basu, K.; Debusschere, V.; Bacha, S.; Hably, A.; Van Delft, D.; Dirven, G.J. A generic data driven approach for low sampling load disaggregation. Sustain. Energy Grids Netw. 2017, 9, 118–127. [Google Scholar] [CrossRef]
  36. Sakoe, H.; Chiba, S. Dynamic programming algorithm optimization for spoken word recognition. IEEE Trans. Acoust. Speech Signal Process. 1978, 26, 43–49. [Google Scholar] [CrossRef]
  37. Liu, B.; Luan, W.; Yu, Y. Dynamic time warping based non-intrusive load transient identification. Appl. Energy 2017, 195, 634–645. [Google Scholar] [CrossRef]
  38. Makonin, S.; Ellert, B.; Bajić, I.V.; Popowich, F. Electricity, water, and natural gas consumption of a residential house in Canada from 2012 to 2014. Sci. Data 2016, 3, 160037. [Google Scholar] [CrossRef] [PubMed]
  39. Bezdek, J.C.; Ehrlich, R.; Full, W. FCM: The fuzzy c-means clustering algorithm. Comput. Geosci. 1984, 10, 191–203. [Google Scholar] [CrossRef]
  40. Berndt, D.J.; Clifford, J. Using dynamic time warping to find patterns in time series. In Proceedings of the KDD Workshop, Seattle, WA, USA, 31 July–1 August 1994; Volume10, pp. 359–370. [Google Scholar]
Figure 1. Power consumption pattern trajectory for fridge in AMPds database.
Figure 1. Power consumption pattern trajectory for fridge in AMPds database.
Applsci 08 00542 g001
Figure 2. The flowchart of the algorithm proposed in this paper. DTW: Dynamic Time Warping.
Figure 2. The flowchart of the algorithm proposed in this paper. DTW: Dynamic Time Warping.
Applsci 08 00542 g002
Figure 3. The example of clustering result.
Figure 3. The example of clustering result.
Applsci 08 00542 g003
Figure 4. This is disaggregation accuracy metrics for our iterative load disaggregation approach based on appliance consumption pattern (ILDACP) and factorial hidden Markov model (FHMM) on four simultaneously operating appliances. From top: (a) F-score; (b) Power contribution error (PCE); and, (c) R2.
Figure 4. This is disaggregation accuracy metrics for our iterative load disaggregation approach based on appliance consumption pattern (ILDACP) and factorial hidden Markov model (FHMM) on four simultaneously operating appliances. From top: (a) F-score; (b) Power contribution error (PCE); and, (c) R2.
Applsci 08 00542 g004aApplsci 08 00542 g004b
Figure 5. Consumption patterns estimation on four considered appliances by ILDACP Four panels are listed as: (a) Clothes dryer; (b) Heat pump; (c) Fridge; and, (d) Security/Network equipment.
Figure 5. Consumption patterns estimation on four considered appliances by ILDACP Four panels are listed as: (a) Clothes dryer; (b) Heat pump; (c) Fridge; and, (d) Security/Network equipment.
Applsci 08 00542 g005
Figure 6. This is analysis of algorithm time complexity. There are two panels, they are listed as: (a) where M = 2, T = 200; and, (b) N = 4, T = 200.
Figure 6. This is analysis of algorithm time complexity. There are two panels, they are listed as: (a) where M = 2, T = 200; and, (b) N = 4, T = 200.
Applsci 08 00542 g006
Figure 7. This is disaggregation accuracy metrics for ILDACP with a long signature (a week data) and a short signature (an operating duration data). From top: (a) F-score; (b) PCE; and, (c) R2.
Figure 7. This is disaggregation accuracy metrics for ILDACP with a long signature (a week data) and a short signature (an operating duration data). From top: (a) F-score; (b) PCE; and, (c) R2.
Applsci 08 00542 g007
Table 1. F-score parameters description.TP: true positive; FP: false positive; FN: false negative; TN: true negative.
Table 1. F-score parameters description.TP: true positive; FP: false positive; FN: false negative; TN: true negative.
StateActual ONActual OFF
Prediction ONTPFP
Prediction OFFFNTN
Table 2. F-score values from four periods for the four appliances.
Table 2. F-score values from four periods for the four appliances.
AppliancePeriod (1)Period (2)Period (3)Period (4)
Clothes dryer1111
Heat pump0.980.9700.97
Fridge10.960.980.99
Security/network equipment1111
Table 3. PCE (%) values from four periods for the four appliances.
Table 3. PCE (%) values from four periods for the four appliances.
AppliancePeriod (1)Period (2)Period (3)Period (4)
Clothes dryer0.2030.3490.5050.085
Heat pump0.1010.046NaN0.173
Fridge0.0770.3290.4860.020
Security/network equipment0.0490.0730.2160.138
Table 4. R2 values from four periods for the four appliances.
Table 4. R2 values from four periods for the four appliances.
AppliancePeriod (1)Period (2)Period (3)Period (4)
Clothes dryer0.9990.9970.9980.999
Heat pump0.9990.990NaN0.998
Fridge0.9380.3190.2130.934
Security/network equipment0.0090.0040.3460.258

Share and Cite

MDPI and ACS Style

Wang, H.; Yang, W. An Iterative Load Disaggregation Approach Based on Appliance Consumption Pattern. Appl. Sci. 2018, 8, 542. https://doi.org/10.3390/app8040542

AMA Style

Wang H, Yang W. An Iterative Load Disaggregation Approach Based on Appliance Consumption Pattern. Applied Sciences. 2018; 8(4):542. https://doi.org/10.3390/app8040542

Chicago/Turabian Style

Wang, Huijuan, and Wenrong Yang. 2018. "An Iterative Load Disaggregation Approach Based on Appliance Consumption Pattern" Applied Sciences 8, no. 4: 542. https://doi.org/10.3390/app8040542

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