Software Defect Prediction Method Based on RGB Image and Deep Learning

XueGang Yang,Zhen Li,Tong Li,WenJuan Chu,WeiJia Huang
DOI: https://doi.org/10.1109/isoirs59890.2023.00043
2023-01-01
Abstract:At present, the new software defect prediction method based on deep learning has problems such as large training sample size, low quality of training sample, low efficiency of software defect prediction. In this paper, the exe file is converted into RGB images preprocessed to generate a self-made training set. Then the residual neural network introduced compression excitation module is used to train it. The new software to be tested was classified by improved residual neural network. Comparing the similarity of classification, the optimal training set is obtained which bring a training set is highly similar to the software tested. After obtaining the optimal training set as the training sample, a hybrid Wolf Pack Algorithm is introduced to search the optimal hyperparameters that affect the efficiency of the deep neural network algorithm, which improves the software defect prediction performance and saves the prediction time. Experimental results show that the method proposed in this paper can predict the defects of new software faster in a totally prediction time and a better performance in AUC.
What problem does this paper attempt to address?