Software Defect Prediction (SDP) plays a critical role in software engineering by enabling early identification of potentially defective modules, to assist developers and testers in prioritizing testing and inspection efforts to improve software quality and reliability. Driven by rapidly changing business requirements, defect prediction models have become increasingly essential in quality assurance workflows. Traditional approaches to SDP focused on Within-Project Defect Prediction (WPDP), where models are trained on historical data from the same project and effective under sufficient data conditions. This challenge motivates the adoption of Cross-Project Defect Prediction (CPDP), which leverages data from different projects. However, CPDP faces notable challenges including datasets distributional differences and class imbalance, which can degrade prediction performance and bias. To address these issues, recent studies have proposed data transformation, resampling, and domain adaptation techniques. In this study, we explore a multi-view learning approach using Neural Networks (NN) to enhance generalization and performance in CPDP scenarios. By leveraging multiple views of the same dataset—generated through concatenation of heterogeneous software metrics, imputation for missing values, normalization using Box-Cox transformation, and embedding-based feature transformation—we aim to construct a robust Multi-View Neural Network (MVNN). This architecture enables the integration of diverse information while mitigating the limitations of single-view learning in CPDP. Our method preserves more in-formation compared to conventional approaches that rely only on shared features. Experimental validation using benchmark SDP repositories demonstrates the competitiveness of our approach, offering improved performance over existing CPDP models and highlighting the potential of multi-view learning in defect prediction tasks.
                        
                        
                        
                        
                            
                                Copyrights © 2025