CN110119816A - A kind of load characteristic self-learning method suitable for non-intrusion type electric power monitoring - Google Patents

A kind of load characteristic self-learning method suitable for non-intrusion type electric power monitoring Download PDF

Info

Publication number
CN110119816A
CN110119816A CN201910303389.XA CN201910303389A CN110119816A CN 110119816 A CN110119816 A CN 110119816A CN 201910303389 A CN201910303389 A CN 201910303389A CN 110119816 A CN110119816 A CN 110119816A
Authority
CN
China
Prior art keywords
layer
input
hidden layer
load
autoencoder
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201910303389.XA
Other languages
Chinese (zh)
Inventor
方国权
赵家庆
陈中
郭家昌
戴中坚
杜璞良
马子文
苏大威
徐春雷
吕洋
丁宏恩
田江
霍雪松
李春
唐聪
徐秀之
俞瑜
赵奇
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Southeast University
Suzhou Power Supply Co of State Grid Jiangsu Electric Power Co Ltd
Original Assignee
Southeast University
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Southeast University filed Critical Southeast University
Priority to CN201910303389.XA priority Critical patent/CN110119816A/en
Publication of CN110119816A publication Critical patent/CN110119816A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01RMEASURING ELECTRIC VARIABLES; MEASURING MAGNETIC VARIABLES
    • G01R31/00Arrangements for testing electric properties; Arrangements for locating electric faults; Arrangements for electrical testing characterised by what is being tested not provided for elsewhere
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N20/00Machine learning
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/04Architecture, e.g. interconnection topology
    • G06N3/045Combinations of networks
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06NCOMPUTING ARRANGEMENTS BASED ON SPECIFIC COMPUTATIONAL MODELS
    • G06N3/00Computing arrangements based on biological models
    • G06N3/02Neural networks
    • G06N3/08Learning methods
    • G06N3/084Backpropagation, e.g. using gradient descent

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Software Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Artificial Intelligence (AREA)
  • Mathematical Physics (AREA)
  • Data Mining & Analysis (AREA)
  • Evolutionary Computation (AREA)
  • General Engineering & Computer Science (AREA)
  • Biomedical Technology (AREA)
  • Molecular Biology (AREA)
  • General Health & Medical Sciences (AREA)
  • Computational Linguistics (AREA)
  • Biophysics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • Health & Medical Sciences (AREA)
  • Computer Vision & Pattern Recognition (AREA)
  • Medical Informatics (AREA)
  • Alarm Systems (AREA)

Abstract

本发明提供了一种适用于非侵入式电力监测的负荷特征自学习方法,包括:获取负荷事件发生后的负荷数据序列作为输入样本;在样本中随机加入噪声;根据数据样本序列长度确定降噪自编码器的输入层神经元数,生成输入层与输出层;确定自编码器隐藏层神经元个数并生成隐藏层;设定降噪自编码器的训练误差限;初始化降噪自编码器层间映射参数;根据映射参数计算序列对于输入序列的重构误差;判断重构误差若小于训练误差限则提取隐藏层节点值作为负荷事件的抽象特征,若大于训练误差限则利用梯度下降算法更新输入层与隐藏层,隐藏层与输出层之间的映射参数。本发明实现对数据序列的压缩感知,从而实现抽象特征的学习,对负荷事件数据曲线进行了全局解释。

The invention provides a load characteristic self-learning method suitable for non-intrusive power monitoring, comprising: acquiring a load data sequence after the occurrence of a load event as an input sample; randomly adding noise to the sample; determining noise reduction according to the length of the data sample sequence The number of neurons in the input layer of the autoencoder to generate the input layer and the output layer; determine the number of neurons in the hidden layer of the autoencoder and generate the hidden layer; set the training error limit of the denoising autoencoder; initialize the denoising autoencoder Inter-layer mapping parameters; calculate the reconstruction error of the sequence to the input sequence according to the mapping parameters; if the reconstruction error is less than the training error limit, the hidden layer node value is extracted as the abstract feature of the load event, and if it is greater than the training error limit, the gradient descent algorithm is used Update the mapping parameters between the input layer and the hidden layer, and the hidden layer and the output layer. The invention realizes the compressed sensing of the data sequence, thus realizes the learning of abstract features, and provides a global interpretation of the load event data curve.

Description

一种适用于非侵入式电力监测的负荷特征自学习方法A self-learning method of load characteristics suitable for non-intrusive power monitoring

技术领域technical field

本发明属于电力系统技术领域,涉及一种适用于非侵入式电力监测的负荷特征自学习方法。The invention belongs to the technical field of power systems, and relates to a load characteristic self-learning method suitable for non-intrusive power monitoring.

背景技术Background technique

非侵入式负荷监测(NILM)技术包含四大基本内容:1)数据与预处理采集;2)事件检测;3)特征提取;4)负荷识别。其共同构成非侵入式负荷监测系统的原理如图1所示。系统在工作时,数据采集与预处理模块首先采集并计算总的负荷数据(有功功率、无功功率、电压、电流等),传递给事件检测模块;事件检测模块能检测出在哪些时刻发生了负荷事件(负荷投入或切除);特征提取模块依据事件检测的结果,在负荷事件发生后提取负荷事件特征(包括稳态特征和暂态特征);最后负荷识别模块根据提取出的负荷事件特征,通过分类识别算法,对负荷事件进行分类识别。其中负荷特征提取模块在NILM中起到重要作用,只有提取到正确、有效的负荷特征,才能进一步利用这些特征通过负荷分类识别算法对负荷进行识别。The non-invasive load monitoring (NILM) technology includes four basic contents: 1) data and preprocessing acquisition; 2) event detection; 3) feature extraction; 4) load identification. The principle of which together constitute the non-intrusive load monitoring system is shown in Figure 1. When the system is working, the data acquisition and preprocessing module first collects and calculates the total load data (active power, reactive power, voltage, current, etc.), and transmits it to the event detection module; the event detection module can detect when it happened. Load events (load input or removal); the feature extraction module extracts load event features (including steady-state features and transient features) after the occurrence of load events according to the results of event detection; finally, the load identification module extracts load event features according to the extracted load event features, Through the classification and identification algorithm, the load events are classified and identified. Among them, the load feature extraction module plays an important role in NILM. Only when correct and effective load features are extracted can these features be further used to identify the load through the load classification and identification algorithm.

当前对于负荷特征的研究主要集中于负荷投切事件发生后的稳态与暂态物理特征,包括:有功、有功、无功、电流、电压及其差量,电流—电压轨迹,以及高次谐波特征等。这些提取的特征量都是具有明确物理意义的,在进行特征提取时需要人为去进行设定,再通过对数据采集模块采集到的电量数据进行计算得到。在对这些特征进行计算时,往往只是基于局部数据点的,以特征量功率峰值为例,它只用到了负荷事件发生后的一个数据点,而有功差量这一特征也只用到了某时刻前后的两个数据点。局部的数据点对于对应的负荷事件数据曲线具有一定的解释性,能反映曲线的大致特点,但是依然缺乏对负荷事件数据曲线的全局解释性。The current research on load characteristics mainly focuses on the steady-state and transient physical characteristics after load switching events, including: active power, active power, reactive power, current, voltage and their differences, current-voltage trajectories, and higher harmonics. wave characteristics, etc. These extracted feature quantities all have clear physical meanings, which need to be set manually during feature extraction, and then obtained by calculating the power data collected by the data acquisition module. When calculating these features, it is often only based on local data points. Taking the peak power value of the feature quantity as an example, it only uses one data point after the occurrence of the load event, and the feature of active power difference is only used at a certain moment. Two data points before and after. The local data points have a certain interpretability for the corresponding load event data curve, which can reflect the general characteristics of the curve, but still lacks the global interpretability of the load event data curve.

发明内容SUMMARY OF THE INVENTION

为解决上述问题,本发明提出一种适用于非侵入式电力监测的负荷特征自学习方法,无需人为设定特征提取模块需要提取哪些具体的物理特征,而是自主的去学习能反映负荷事件本质特点的抽象特征,该方法中特征学习的数据源为投切事件模块标定的负荷事件时刻对应的负荷数据序列。In order to solve the above problems, the present invention proposes a load feature self-learning method suitable for non-intrusive power monitoring. It is not necessary to manually set which specific physical features need to be extracted by the feature extraction module, but to learn independently can reflect the nature of the load event. The abstract feature of the feature, the data source of feature learning in this method is the load data sequence corresponding to the load event time calibrated by the switching event module.

为了达到上述目的,本发明提供如下技术方案:In order to achieve the above object, the present invention provides the following technical solutions:

一种适用于非侵入式电力监测的负荷特征自学习方法,包括如下步骤:A self-learning method for load characteristics suitable for non-intrusive power monitoring, comprising the following steps:

步骤一、获取负荷事件发生后的负荷数据序列作为输入样本;Step 1. Obtain the load data sequence after the occurrence of the load event as an input sample;

步骤二、在输入样本中随机加入噪声;Step 2: Randomly add noise to the input sample;

步骤三、根据数据样本序列的长度确定降噪自编码器的输入层神经元数,并生成输入层与输出层;Step 3: Determine the number of neurons in the input layer of the noise reduction autoencoder according to the length of the data sample sequence, and generate an input layer and an output layer;

步骤四、确定降噪自编码器隐藏层神经元个数,并生成隐藏层;Step 4: Determine the number of neurons in the hidden layer of the noise reduction autoencoder, and generate the hidden layer;

步骤五、设定降噪自编码器的训练误差限;Step 5. Set the training error limit of the noise reduction autoencoder;

步骤六、初始化降噪自编码器输入层与隐藏层,隐藏层与输出层间的映射参数,参数包括权重与偏置;Step 6: Initialize the input layer and the hidden layer of the noise reduction autoencoder, and the mapping parameters between the hidden layer and the output layer, and the parameters include weights and biases;

步骤七、根据输入数据序列与各层之间的映射参数计算输出序列对于输入序列的重构误差;Step 7: Calculate the reconstruction error of the output sequence for the input sequence according to the mapping parameters between the input data sequence and each layer;

步骤八、对重构误差是否小于设定的训练误差限进行判断,若重构误差小于训练误差限则转步骤十,若重构误差大于训练误差限则转步骤九;Step 8: Judging whether the reconstruction error is less than the set training error limit, if the reconstruction error is less than the training error limit, go to step ten, and if the reconstruction error is greater than the training error limit, go to step nine;

步骤九、利用梯度下降算法更新输入层与隐藏层,隐藏层与输出层之间的映射参数;Step 9. Use the gradient descent algorithm to update the input layer and the hidden layer, and the mapping parameters between the hidden layer and the output layer;

步骤十、提取隐藏层节点值作为负荷事件的抽象特征。Step 10: Extract the node value of the hidden layer as the abstract feature of the load event.

进一步的,所述步骤三中输出层与输入层结构相同,输出层的神经元个数与输入层相同。Further, in the third step, the structure of the output layer is the same as that of the input layer, and the number of neurons in the output layer is the same as that of the input layer.

进一步的,所述步骤四中,隐藏层神经元个数小于输入层与输出层额定神经元个数。Further, in the fourth step, the number of neurons in the hidden layer is less than the rated number of neurons in the input layer and the output layer.

进一步的,所述步骤六中,输入层与隐藏层之间的映射函数定义为:Further, in the step 6, the mapping function between the input layer and the hidden layer is defined as:

Y=fθ(X')=S(WX'+b) (1)Y=f θ (X')=S(WX'+b) (1)

式(1)中S(X)为降噪自编码器的激活函数,θ为编码参数,由权重W和偏置b组成;In formula (1), S(X) is the activation function of the noise reduction autoencoder, θ is the encoding parameter, which is composed of the weight W and the bias b;

隐藏层与输出层之间的映射函数定义为:The mapping function between the hidden layer and the output layer is defined as:

Z=fθ'(Y)=S(W'Y+b') (2)Z=f θ' (Y)=S(W'Y+b') (2)

式(2)中θ'为解码参数,由权重W'和偏置b'组成。In formula (2), θ' is a decoding parameter, which is composed of weight W' and bias b'.

进一步的,所述步骤七中,所述重构误差的计算公式为:Further, in the step 7, the calculation formula of the reconstruction error is:

其中,l为自编码器的输入层神经元个数。where l is the number of neurons in the input layer of the autoencoder.

与现有技术相比,本发明具有如下优点和有益效果:Compared with the prior art, the present invention has the following advantages and beneficial effects:

本发明利用降噪自编码器模型,对输入的负荷数据序列进行编码再解码,以实现对数据序列的压缩感知,从而实现抽象特征的学习。本发明方法中特征自学习的数据源为投切事件模块标定的负荷事件时刻对应的负荷数据序列,对负荷事件数据曲线实现了全局解释。The invention utilizes the noise reduction self-encoder model to encode and then decode the input load data sequence, so as to realize the compressed sensing of the data sequence, thereby realizing the learning of abstract features. The data source of the feature self-learning in the method of the present invention is the load data sequence corresponding to the load event time calibrated by the switching event module, and the global interpretation of the load event data curve is realized.

附图说明Description of drawings

图1为是非侵入式负荷监测系统的基本原理图。Figure 1 is a basic schematic diagram of a non-intrusive load monitoring system.

图2为自编码器结构图。Figure 2 is a structural diagram of an autoencoder.

图3为适用于非侵入式电力监测的负荷特征自学习方法的流程图。FIG. 3 is a flowchart of a load characteristic self-learning method suitable for non-intrusive power monitoring.

具体实施方式Detailed ways

以下将结合具体实施例对本发明提供的技术方案进行详细说明,应理解下述具体实施方式仅用于说明本发明而不用于限制本发明的范围。The technical solutions provided by the present invention will be described in detail below with reference to specific embodiments. It should be understood that the following specific embodiments are only used to illustrate the present invention and not to limit the scope of the present invention.

本发明利用降噪自编码器模型实现,自编码器是一种特殊的神经网络,即输出与输入相同,模型通过训练调整参数,使得输入通过特征编码再解码的方式尽可能地恢复原来的输入信号,这些经特征编码变换后的数值即为表示输入信号的抽象特征,一般的自编码器结构如图2所示。The present invention is realized by using a noise reduction auto-encoder model. The auto-encoder is a special neural network, that is, the output is the same as the input, and the model adjusts parameters through training, so that the input can recover the original input as much as possible by means of feature encoding and decoding. These values after feature coding and transformation are the abstract features representing the input signal, and the general autoencoder structure is shown in Figure 2.

将不同的负荷投切事件对应的时间序列作为自编码器的输入,以某一特定的负荷投切事件样本为例,假设对应的样本数量为k,则样本集为x={x(1),x(2)...x(k)},任意一个样本x(i)是长度为l的时间序列,即x(i)是l维向量,设计自编码器的输入层神经元个数为l,设计中间隐藏层的神经元个数为m,由于自编码器使用反向传播算法优化输入数据的重构误差,即使目标输出y(i)→x(i),迫使神经网络去学习输入数据的压缩表示,即必须从m维的隐藏神经元激活度向量α(i)∈Rm中重构出x(i)。如果样本集中的任意样本是完全随机的,比如每个输入的x(i)都是跟其它输入变量完全无关的独立同分布的高斯随机变量,这一学习过程将很难进行,但如果输入的样本数据都隐含一些特定的结构,那么这一算法便可以发现输入样本数据之间的相关性。网络训练结束后,每一个输入样本x(i)对应的隐藏层激活度向量α(i)就相当于降维(学习)后的抽象特征向量。将自编码器的输入加入一些随机噪声,此时自编码器将能获得从受干扰的输入数据中提取抽象特征的能力,此时自编码器的鲁棒性增强。Taking the time series corresponding to different load switching events as the input of the autoencoder, taking a specific load switching event sample as an example, assuming the corresponding number of samples is k, the sample set is x={x (1) ,x (2) ...x (k) }, any sample x (i) is a time series of length l, that is, x (i) is an l-dimensional vector, and the number of neurons in the input layer of the self-encoder is designed is l, and the number of neurons in the middle hidden layer is designed to be m. Since the autoencoder uses the back-propagation algorithm to optimize the reconstruction error of the input data, even if the target output y (i) → x (i) , the neural network is forced to learn A compressed representation of the input data, that is, x (i) must be reconstructed from the m-dimensional hidden neuron activation vector α (i) ∈ R m . If any sample in the sample set is completely random, for example, each input x (i) is an independent and identically distributed Gaussian random variable that is completely independent of other input variables, this learning process will be difficult to carry out, but if the input The sample data implies some specific structure, so this algorithm can find the correlation between the input sample data. After network training, the hidden layer activation vector α (i ) corresponding to each input sample x (i ) is equivalent to the abstract feature vector after dimension reduction (learning). By adding some random noise to the input of the autoencoder, the autoencoder will be able to obtain the ability to extract abstract features from the disturbed input data, and the robustness of the autoencoder will be enhanced.

本发明提出的一种适用于非侵入式电力监测的负荷特征自学习方法,其流程如图3所示,包括以下步骤:A self-learning method of load characteristics suitable for non-intrusive power monitoring proposed by the present invention, the process of which is shown in Figure 3, including the following steps:

步骤一、获取负荷事件发生后的负荷数据序列作为输入样本:Step 1. Obtain the load data sequence after the occurrence of the load event as an input sample:

以有功功率数据为例,通过事件检测算法标定了负荷事件的起始时刻以及对应的稳态与暂态过程,将从起始时刻起至稳态过程的有功功率数据序列作为自编码器的输入样本。Taking the active power data as an example, the starting time of the load event and the corresponding steady-state and transient processes are calibrated by the event detection algorithm, and the active power data sequence from the starting time to the steady-state process is used as the input of the self-encoder. sample.

步骤二、在输入样本中随机加入噪声:Step 2. Randomly add noise to the input samples:

这一步骤的目的是使输入样本X变为含噪样本X’,以模拟可能随机出现的扰动对自编码器特征学习能力的影响,如果自编码器能够在噪声存在的情况下,对输入序列有很小的重构误差,则认为其特征学习能力的鲁棒性得到增强。对于人为加入噪声的自编码器称为降噪自编码器。The purpose of this step is to turn the input sample X into a noisy sample X' to simulate the effect of random disturbances on the feature learning ability of the autoencoder. If there is a small reconstruction error, the robustness of its feature learning ability is considered to be enhanced. An autoencoder that artificially adds noise is called a noise reduction autoencoder.

步骤三、根据数据样本序列的长度确定降噪自编码器的输入层神经元数,并生成输入层与输出层:Step 3: Determine the number of neurons in the input layer of the denoising autoencoder according to the length of the data sample sequence, and generate the input layer and output layer:

若经加噪后的输入样本X’的序列长度为l,则设定输入层的神经元个数也为l,即输入样本序列与输入层神经元存在一一映射的关系。根据自编码器特征学习的原理,需尽可能缩小对输入数据序列的重构误差,故输出层应保持与输入层相同的结构,即输出层的神经元个数与输入层相同。If the sequence length of the input sample X' after adding noise is 1, the number of neurons in the input layer is also set to 1, that is, there is a one-to-one mapping relationship between the input sample sequence and the neurons in the input layer. According to the principle of autoencoder feature learning, the reconstruction error of the input data sequence needs to be minimized, so the output layer should maintain the same structure as the input layer, that is, the number of neurons in the output layer is the same as the input layer.

步骤四、确定降噪自编码器的隐藏层神经元个数并生成隐藏层:Step 4. Determine the number of hidden layer neurons of the denoising autoencoder and generate the hidden layer:

在步骤三中已经确定了输入层与输出层额定神经元个数为l,对于隐藏层神经元个数k的选取应遵循k<l的原则,这是为了满足将高维度的输入向量,压缩成更低维度的抽象特征向量,从而实现对数据特征的压缩提取。In step 3, it has been determined that the rated number of neurons in the input layer and the output layer is l. The selection of the number of neurons in the hidden layer k should follow the principle of k<l. This is to satisfy the compression of high-dimensional input vectors, compression into a lower-dimensional abstract feature vector, so as to realize the compression and extraction of data features.

步骤五、设定降噪自编码器的训练误差限。Step 5: Set the training error limit of the noise reduction autoencoder.

训练误差限可以认为是能被接受的重构误差的上限。The training error bound can be thought of as an upper bound on the acceptable reconstruction error.

步骤六、初始化降噪自编码器输入层与隐藏层,隐藏层与输出层间的映射参数,参数包括权重与偏置。Step 6: Initialize the input layer and the hidden layer of the noise reduction autoencoder, and the mapping parameters between the hidden layer and the output layer, and the parameters include weights and biases.

输入层与隐藏层之间的映射函数可以定义为:The mapping function between the input layer and the hidden layer can be defined as:

Y=fθ(X')=S(WX'+b) (1)Y=f θ (X')=S(WX'+b) (1)

式(1)中S(X)为降噪自编码器的激活函数,θ为编码参数,由权重W和偏置b组成;In formula (1), S(X) is the activation function of the noise reduction autoencoder, θ is the encoding parameter, which is composed of the weight W and the bias b;

隐藏层与输出层之间的映射函数可以定义为:The mapping function between the hidden layer and the output layer can be defined as:

Z=fθ'(Y)=S(W'Y+b') (2)Z=f θ' (Y)=S(W'Y+b') (2)

式(2)中θ'为解码参数,由权重W'和偏置b'组成;In formula (2), θ' is a decoding parameter, which is composed of weight W' and bias b';

步骤七、根据输入数据序列与各层之间的映射参数计算输出序列对于输入序列的重构误差。Step 7: Calculate the reconstruction error of the output sequence with respect to the input sequence according to the mapping parameters between the input data sequence and each layer.

重构误差的计算公式为:The formula for calculating the reconstruction error is:

注意在式(3)中,输出序列Z是在已经经过加噪处理的输入序列X'的基础上计算得到的,但参与重构误差计算的依然是原始的输入序列X。Note that in equation (3), the output sequence Z is calculated on the basis of the input sequence X' that has been subjected to noise processing, but the original input sequence X is still involved in the calculation of the reconstruction error.

步骤八、对重构误差是否小于设定的训练误差限进行判断,若重构误差小于训练误差限则认为降噪自编码器模型已经学习到对输入数据具有良好解释性的抽象特征,转步骤十。Step 8. Judge whether the reconstruction error is less than the set training error limit. If the reconstruction error is less than the training error limit, it is considered that the noise reduction autoencoder model has learned the abstract features that have good interpretability for the input data, and go to step ten.

若重构误差大于训练误差限,则认为降噪自编码器模型还没有学习到对输入数据具有良好解释性的抽象特征,转步骤九。If the reconstruction error is greater than the training error limit, it is considered that the denoising autoencoder model has not learned the abstract features that have good interpretability for the input data, and go to step 9.

步骤九、利用梯度下降算法更新输入层与隐藏层,隐藏层与输出层之间的映射参数。Step 9. Use the gradient descent algorithm to update the input layer and the hidden layer, and the mapping parameters between the hidden layer and the output layer.

步骤十提取隐藏层节点值作为负荷事件的抽象特征。Step 10: Extract hidden layer node values as abstract features of load events.

本发明方案所公开的技术手段不仅限于上述实施方式所公开的技术手段,还包括由以上技术特征任意组合所组成的技术方案。应当指出,对于本技术领域的普通技术人员来说,在不脱离本发明原理的前提下,还可以做出若干改进和润饰,这些改进和润饰也视为本发明的保护范围。The technical means disclosed in the solution of the present invention are not limited to the technical means disclosed in the above embodiments, but also include technical solutions composed of any combination of the above technical features. It should be pointed out that for those skilled in the art, without departing from the principle of the present invention, several improvements and modifications can be made, and these improvements and modifications are also regarded as the protection scope of the present invention.

Claims (5)

1.一种适用于非侵入式电力监测的负荷特征自学习方法,其特征在于,包括如下步骤:1. a load characteristic self-learning method applicable to non-intrusive power monitoring, is characterized in that, comprises the steps: 步骤一、获取负荷事件发生后的负荷数据序列作为输入样本;Step 1. Obtain the load data sequence after the occurrence of the load event as an input sample; 步骤二、在输入样本中随机加入噪声;Step 2: Randomly add noise to the input sample; 步骤三、根据数据样本序列的长度确定降噪自编码器的输入层神经元数,并生成输入层与输出层;Step 3: Determine the number of neurons in the input layer of the noise reduction autoencoder according to the length of the data sample sequence, and generate an input layer and an output layer; 步骤四、确定降噪自编码器隐藏层神经元个数,并生成隐藏层;Step 4: Determine the number of neurons in the hidden layer of the noise reduction autoencoder, and generate the hidden layer; 步骤五、设定降噪自编码器的训练误差限;Step 5. Set the training error limit of the noise reduction autoencoder; 步骤六、初始化降噪自编码器输入层与隐藏层,隐藏层与输出层间的映射参数,参数包括权重与偏置;Step 6: Initialize the input layer and the hidden layer of the noise reduction autoencoder, and the mapping parameters between the hidden layer and the output layer, and the parameters include weights and biases; 步骤七、根据输入数据序列与各层之间的映射参数计算输出序列对于输入序列的重构误差;Step 7: Calculate the reconstruction error of the output sequence for the input sequence according to the mapping parameters between the input data sequence and each layer; 步骤八、对重构误差是否小于设定的训练误差限进行判断,若重构误差小于训练误差限则转步骤十,若重构误差大于训练误差限则转步骤九;Step 8: Judging whether the reconstruction error is less than the set training error limit, if the reconstruction error is less than the training error limit, go to step ten, and if the reconstruction error is greater than the training error limit, go to step nine; 步骤九、利用梯度下降算法更新输入层与隐藏层,隐藏层与输出层之间的映射参数;Step 9. Use the gradient descent algorithm to update the input layer and the hidden layer, and the mapping parameters between the hidden layer and the output layer; 步骤十、提取隐藏层节点值作为负荷事件的抽象特征。Step 10: Extract the node value of the hidden layer as the abstract feature of the load event. 2.根据权利要求1所述的适用于非侵入式电力监测的负荷特征自学习方法,其特征在于:所述步骤三中输出层与输入层结构相同,输出层的神经元个数与输入层相同。2. The load characteristic self-learning method suitable for non-intrusive power monitoring according to claim 1, characterized in that: in the step 3, the output layer and the input layer have the same structure, and the number of neurons in the output layer is the same as that in the input layer. same. 3.根据权利要求1所述的适用于非侵入式电力监测的负荷特征自学习方法,其特征在于:所述步骤四中,隐藏层神经元个数小于输入层与输出层额定神经元个数。3. The load characteristic self-learning method suitable for non-invasive power monitoring according to claim 1, wherein in the step 4, the number of neurons in the hidden layer is less than the number of rated neurons in the input layer and the output layer . 4.根据权利要求1所述的适用于非侵入式电力监测的负荷特征自学习方法,其特征在于:所述步骤六中,输入层与隐藏层之间的映射函数定义为:4. The load characteristic self-learning method suitable for non-intrusive power monitoring according to claim 1, wherein in the step 6, the mapping function between the input layer and the hidden layer is defined as: Y=fθ(X')=S(WX'+b) (1)Y=f θ (X')=S(WX'+b) (1) 式(1)中S(X)为降噪自编码器的激活函数,θ为编码参数,由权重W和偏置b组成;In formula (1), S(X) is the activation function of the noise reduction autoencoder, θ is the encoding parameter, which is composed of the weight W and the bias b; 隐藏层与输出层之间的映射函数定义为:The mapping function between the hidden layer and the output layer is defined as: Z=fθ'(Y)=S(W'Y+b') (2)Z=f θ' (Y)=S(W'Y+b') (2) 式(2)中θ'为解码参数,由权重W'和偏置b'组成。In formula (2), θ' is a decoding parameter, which is composed of weight W' and bias b'. 5.根据权利要求1所述的适用于非侵入式电力监测的负荷特征自学习方法,其特征在于:所述步骤七中,所述重构误差的计算公式为:5 . The load characteristic self-learning method suitable for non-intrusive power monitoring according to claim 1 , wherein in the step 7, the calculation formula of the reconstruction error is: 5 . 其中,l为自编码器的输入层神经元个数。where l is the number of neurons in the input layer of the autoencoder.
CN201910303389.XA 2019-04-15 2019-04-15 A kind of load characteristic self-learning method suitable for non-intrusion type electric power monitoring Pending CN110119816A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910303389.XA CN110119816A (en) 2019-04-15 2019-04-15 A kind of load characteristic self-learning method suitable for non-intrusion type electric power monitoring

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910303389.XA CN110119816A (en) 2019-04-15 2019-04-15 A kind of load characteristic self-learning method suitable for non-intrusion type electric power monitoring

Publications (1)

Publication Number Publication Date
CN110119816A true CN110119816A (en) 2019-08-13

Family

ID=67521012

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910303389.XA Pending CN110119816A (en) 2019-04-15 2019-04-15 A kind of load characteristic self-learning method suitable for non-intrusion type electric power monitoring

Country Status (1)

Country Link
CN (1) CN110119816A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111325234A (en) * 2019-12-29 2020-06-23 杭州拓深科技有限公司 Method for screening key features in non-invasive load identification
CN114064903A (en) * 2021-11-26 2022-02-18 北京金堤科技有限公司 Training method of shareholder type identification model, shareholder type identification method and device
CN114069853A (en) * 2021-11-10 2022-02-18 天津大学 On-line compression and reconstruction method of multi-energy charge data based on segmented symbolic representation
CN114910742A (en) * 2022-05-05 2022-08-16 湖南腾河智慧能源科技有限公司 Single-phase fault grounding monitoring method and system, electronic equipment and storage medium
CN115201615A (en) * 2022-09-15 2022-10-18 之江实验室 Non-intrusive load monitoring method and device based on physical constraint neural network
CN115933555A (en) * 2022-11-28 2023-04-07 深圳供电局有限公司 Industrial and commercial load state sensing method and device

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107330517A (en) * 2017-06-14 2017-11-07 华北电力大学 One kind is based on S_Kohonen non-intrusion type resident load recognition methods
CN108960488A (en) * 2018-06-13 2018-12-07 国网山东省电力公司经济技术研究院 A kind of accurate prediction technique of saturation loading spatial distribution based on deep learning and Multi-source Information Fusion

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107330517A (en) * 2017-06-14 2017-11-07 华北电力大学 One kind is based on S_Kohonen non-intrusion type resident load recognition methods
CN108960488A (en) * 2018-06-13 2018-12-07 国网山东省电力公司经济技术研究院 A kind of accurate prediction technique of saturation loading spatial distribution based on deep learning and Multi-source Information Fusion

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
黎鹏: "基于降噪自动编码器特征学习的音乐自动标注算法", 《华东理工大学学报》 *

Cited By (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111325234A (en) * 2019-12-29 2020-06-23 杭州拓深科技有限公司 Method for screening key features in non-invasive load identification
CN114069853A (en) * 2021-11-10 2022-02-18 天津大学 On-line compression and reconstruction method of multi-energy charge data based on segmented symbolic representation
CN114069853B (en) * 2021-11-10 2024-04-02 天津大学 Multi-energy charge data online compression and reconstruction method based on segmented symbol representation
CN114064903A (en) * 2021-11-26 2022-02-18 北京金堤科技有限公司 Training method of shareholder type identification model, shareholder type identification method and device
CN114910742A (en) * 2022-05-05 2022-08-16 湖南腾河智慧能源科技有限公司 Single-phase fault grounding monitoring method and system, electronic equipment and storage medium
CN114910742B (en) * 2022-05-05 2024-05-28 湖南腾河智慧能源科技有限公司 Single-phase fault grounding monitoring method and monitoring system, electronic equipment and storage medium
CN115201615A (en) * 2022-09-15 2022-10-18 之江实验室 Non-intrusive load monitoring method and device based on physical constraint neural network
CN115201615B (en) * 2022-09-15 2022-12-20 之江实验室 Non-invasive load monitoring method and device based on physical constraint neural network
CN115933555A (en) * 2022-11-28 2023-04-07 深圳供电局有限公司 Industrial and commercial load state sensing method and device

Similar Documents

Publication Publication Date Title
CN110119816A (en) A kind of load characteristic self-learning method suitable for non-intrusion type electric power monitoring
Liu et al. Wind speed forecasting using deep neural network with feature selection
Li et al. A power system disturbance classification method robust to PMU data quality issues
CN117290800B (en) Timing sequence anomaly detection method and system based on hypergraph attention network
CN107941537B (en) A method for evaluating the health status of mechanical equipment
CN106323636A (en) Adaptive extraction and diagnosis method for degree features of mechanical fault through stack-type sparse automatic coding depth neural network
CN116451117A (en) Power data anomaly detection method based on federal learning
CN114970774A (en) Intelligent transformer fault prediction method and device
CN104655423A (en) Rolling bearing fault diagnosis method based on time-frequency domain multidimensional vibration feature fusion
CN109884419A (en) An online fault diagnosis method for power quality of smart grid
CN107016241A (en) Based on the rotating machinery lifetime stage recognition methods for adding sample enhancing depth own coding learning network of making an uproar
CN114692506A (en) Small sample fault diagnosis method based on improved TimeGAN model
CN108956145A (en) Fault diagnosis method for rolling bearings based on lossless constrained noise reduction sparse autoencoder
Sekar et al. An improved power quality disturbance detection using deep learning approach
CN113884844A (en) Transformer partial discharge type identification method and system
CN115712064B (en) An excitation system fault diagnosis method based on LSTM-CNN hybrid neural network
CN116400168A (en) Power grid fault diagnosis method and system based on depth feature clustering
CN110726898A (en) Power distribution network fault type identification method
CN111160241A (en) A deep learning-based distribution network fault classification method, system and medium
CN117452063A (en) A semi-supervised power theft time location method
CN102034111A (en) Method for identifying and detecting aircraft structural damage conditions in diversified way
CN117370883A (en) Substation switching equipment fault diagnosis method based on data enhancement
CN116215292A (en) A charging pile and its charging voltage stabilization control method
CN115018012A (en) A method and system for anomaly detection of Internet of Things time series under high-dimensional characteristics
CN118841979A (en) Power system load prediction method and system based on multiscale anomaly detection

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20190802

Address after: Four pailou Nanjing Xuanwu District of Jiangsu Province, No. 2 211189

Applicant after: SOUTHEAST University

Applicant after: STATE GRID JIANGSU ELECTRIC POWER Co.,Ltd. SUZHOU BRANCH

Address before: Four pailou Nanjing Xuanwu District of Jiangsu Province, No. 2 211189

Applicant before: Southeast University

SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20190813