Small sample photovoltaic hot spot identification method based on deep stack type hybrid self-encoding network

A technology of self-encoding network and recognition method, which is applied in the field of small-sample photovoltaic hot spot recognition based on deep stacked hybrid self-encoding network, which can solve the problems of unbalanced sample set, strong generalization ability, and inability to directly use classification neural network. , to achieve powerful feature extraction and expression capabilities, strong function representation and approximation capabilities, enhanced robustness and generalization capabilities

CN113610159APending Publication Date: 2021-11-05张家港迅见信息技术有限公司
0 Cites 0 Cited by

Patent Information

Authority / Receiving Office
CN · China
Patent Type
Applications(China)
Current Assignee / Owner
Publication Date
2021-11-05

Smart Images

  • Figure 1
    Figure 1
  • Figure 2
    Figure 2
Patent Text Reader

Abstract

The invention discloses a small sample photovoltaic hot spot identification method based on a deep stack type hybrid self-encoding network. The method comprises the following steps: carrying out image preprocessing on an acquired photovoltaic infrared image to obtain a small sample hot spot image data set; firstly, pre-training DAE by using a small sample hot spot image data set without a label, and when the reconstruction error of input and output is minimum, indicating that training is completed; taking image features extracted by a DAE hidden layer as input of SAE, making the pre-trained DAE, SAE and AE cascaded, and adding a Softmax classifier to form a deep stack type hybrid self-encoding network model; and inputting the labeled small sample hot spot image data set into the deep stack type hybrid self-encoding network, carrying out fine adjustment on the model by using a back propagation algorithm, and carrying out prediction through a classifier to obtain a hot spot identification result. The method has strong feature extraction and expression capabilities, and can overcome an over-fitting phenomenon caused by insufficient sample size so as to improve the hot spot recognition and positioning accuracy of the model.
Need to check novelty before this filing date? Find Prior Art

Description

technical field

[0001] The invention relates to the technical field of small-sample photovoltaic hotspot identification, in particular to a small-sample photovoltaic hotspot identification method based on a deep stacked hybrid self-encoding network. Background technique

[0002] There are mainly the following problems in the field of hot spot recognition of photovoltaic infrared images: (1) the lack of original samples makes it impossible to directly use the traditional data-driven classification neural network; (2) the number of cells with hot spots is relatively small compared with other states, Therefore, there is an unbalanced sample set, which leads to the prediction result of the model focusing on the category with a large number of samples, or even giving up the prediction of a small number of samples. (3) Due to the small sample size, over-fitting phenomenon will occur in the training of the network model, resulting in a low accuracy rate of hot spot recognition. ...

Examples

Embodiment

[0028] Example: such as figure 1 , figure 2 As shown, a small-sample photovoltaic hotspot recognition method based on a deep stacked hybrid autoencoder network of the present invention includes the following steps;

[0029] Step 1. Perform image preprocessing on the collected photovoltaic infrared images to obtain a small sample hot spot image dataset;

[0030] Step 2. First, pre-train the DAE with an unlabeled small-sample hotspot image dataset. When the reconstruction error of the input and output is the smallest, it indicates that the training is completed, and the image features extracted by the hidden layer are retained;

[0031] Step 3. Use the image features extracted by the DAE hidden layer as the input of SAE. After the pre-training is completed, use the low-dimensional abstract features obtained by SAE as the input and then train an AE ordinary autoencoder;

[0032] Step 4. Concatenate the pre-trained DAE, SAE and AE and add a Softmax classifier to form a deep sta...