paper-with-me

Papers

DeMuVGN: Effective Software Defect Prediction Model by Learning Multi-view Software Dependency via Graph Neural Networks

2024-10-25 · Yu Qiao, Lina Gong, Yu Zhao, Yongwei Wang, Mingqiang Wei

Software defect prediction (SDP) aims to identify high-risk defect modules in software development, optimizing resource allocation. While previous studies show that dependency network metrics improve defect prediction, most methods focus on code-based dependency graphs, overlooking developer factors. Current metrics, based on handcrafted features like ego and global network metrics, fail to fully capture defect-related information. To address this, we propose DeMuVGN, a defect prediction model that learns multi-view software dependency via graph neural networks. We introduce a Multi-view Software Dependency Graph (MSDG) that integrates data, call, and developer dependencies. DeMuVGN also leverages the Synthetic Minority Oversampling Technique (SMOTE) to address class imbalance and enhance defect module identification. In a case study of eight open-source projects across 20 versions, DeMuVGN demonstrates significant improvements: i) models based on multi-view graphs improve F1 scores by 11.1% to 12.1% over single-view models; ii) DeMuVGN improves F1 scores by 17.4% to 45.8% in within-project contexts and by 17.9% to 41.0% in cross-project contexts. Additionally, DeMuVGN excels in software evolution, showing more improvement in later-stage software versions. Its strong performance across different projects highlights its generalizability. We recommend future research focus on multi-view dependency graphs for defect prediction in both mature and newly developed projects.

📄 PDF Abstract BibTeX arXiv:2410.19550

Code (0)

등록된 구현이 없습니다.

Tasks

Prediction

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Connecting Software Metrics across Versions to Predict Defects

2017-12-28 · Yibin Liu, Yanhui Li, Jianbo Guo, Yuming Zhou 외

Accurate software defect prediction could help software practitioners allocate test resources to defect-prone modules effectively and efficiently. In the last decades, much effort has been devoted to build accurate defec…

Prediction

A Defect is Being Born: How Close Are We? A Time Sensitive Forecasting Approach

2026-01-05 · Mikel Robredo, Matteo Esposito, Fabio Palomba, Rafael Peñaloza 외 arxiv

Background. Defect prediction has been a highly active topic among researchers in the Empirical Software Engineering field. Previous literature has successfully achieved the most accurate prediction of an incoming fault …

Quantum vs. Classical Machine Learning Algorithms for Software Defect Prediction: Challenges and Opportunities

2024-12-10 · Md Nadim, Mohammad Hassan, Ashis Kumar Mandal, Chanchal K. Roy

Software defect prediction is a critical aspect of software quality assurance, as it enables early identification and mitigation of defects, thereby reducing the cost and impact of software failures. Over the past few ye…

Quantum Machine Learning

Evaluating the Performance of a D-Wave Quantum Annealing System for Feature Subset Selection in Software Defect Prediction

2024-10-21 · Ashis Kumar Mandal, Md Nadim, Chanchal K. Roy, Banani Roy 외

Predicting software defects early in the development process not only enhances the quality and reliability of the software but also decreases the cost of development. A wide range of machine learning techniques can be em…

Prediction

A Framework for Software Defect Prediction and Metric Selection

2017-12-27 · 2169-3536 2017 IEEE. Translations and content mining are permitted for academic research only. 2017 12 · SHAMSUL HUDA 1, SULTAN ALYAHYA2, MD MOHSIN ALI3, SHAFIQ AHMAD 4 외

ABSTRACT Automated software defect prediction is an important and fundamental activity in the domain of software development. However, modern software systems are inherently large and complex with numerous correlated m…

Prediction