paper-with-me

Papers

Cross Version Defect Prediction with Class Dependency Embeddings

2022-12-29 · Moti Cohen, Lior Rokach, Rami Puzis

Software Defect Prediction aims at predicting which software modules are the most probable to contain defects. The idea behind this approach is to save time during the development process by helping find bugs early. Defect Prediction models are based on historical data. Specifically, one can use data collected from past software distributions, or Versions, of the same target application under analysis. Defect Prediction based on past versions is called Cross Version Defect Prediction (CVDP). Traditionally, Static Code Metrics are used to predict defects. In this work, we use the Class Dependency Network (CDN) as another predictor for defects, combined with static code metrics. CDN data contains structural information about the target application being analyzed. Usually, CDN data is analyzed using different handcrafted network measures, like Social Network metrics. Our approach uses network embedding techniques to leverage CDN information without having to build the metrics manually. In order to use the embeddings between versions, we incorporate different embedding alignment techniques. To evaluate our approach, we performed experiments on 24 software release pairs and compared it against several benchmark methods. In these experiments, we analyzed the performance of two different graph embedding techniques, three anchor selection approaches, and two alignment techniques. We also built a meta-model based on two different embeddings and achieved a statistically significant improvement in AUC of 4.7% (p < 0.002) over the baseline method.

📄 PDF Abstract BibTeX arXiv:2212.14404

Code (0)

등록된 구현이 없습니다.

Tasks

Graph EmbeddingNetwork EmbeddingPrediction

Similar 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 외

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, m…

Prediction

On The Effectiveness of One-Class Support Vector Machine in Different Defect Prediction Scenarios

2022-02-24 · Rebecca Moussa, Danielle Azar, Federica Sarro

Defect prediction aims at identifying software components that are likely to cause faults before a software is made available to the end-user. To date, this task has been modeled as a two-class classification problem, ho…

One-Class ClassificationPrediction

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

On the Need of Removing Last Releases of Data When Using or Validating Defect Prediction Models

2020-03-31 · Aalok Ahluwalia, Massimiliano Di Penta, Davide Falessi

To develop and train defect prediction models, researchers rely on datasets in which a defect is attributed to an artifact, e.g., a class of a given release. However, the creation of such datasets is far from being perfe…

Revisiting DDIM Inversion for Controlling Defect Generation by Disentangling the Background

2024-11-25 · Youngjae Cho, Gwangyeol Kim, Sirojbek Safarov, Seongdeok Bang 외

In anomaly detection, the scarcity of anomalous data compared to normal data poses a challenge in effectively utilizing deep neural network representations to identify anomalous features. From a data-centric perspective,…

Anomaly DetectionDenoisingDisentanglement