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
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- Publication Date
- 2021-11-05
Smart Images

Figure 1 
Figure 2
Abstract
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...