SEMar 13, 2018

Building Better Quality Predictors Using "$ε$-Dominance"

arXiv:1803.04608v110 citations
Originality Incremental advance
AI Analysis

This addresses the problem of uncertainty in software quality prediction for software engineers, offering a simplified approach that is incremental in applying ε-dominance to a new domain.

The paper tackles uncertainty in software quality prediction by treating it as a resource, proposing DART, an algorithm for large ε problems that dramatically outperforms state-of-the-art defect prediction methods.

Despite extensive research, many methods in software quality prediction still exhibit some degree of uncertainty in their results. Rather than treating this as a problem, this paper asks if this uncertainty is a resource that can simplify software quality prediction. For example, Deb's principle of $ε$-dominance states that if there exists some $ε$ value below which it is useless or impossible to distinguish results, then it is superfluous to explore anything less than $ε$. We say that for "large $ε$ problems", the results space of learning effectively contains just a few regions. If many learners are then applied to such large $ε$ problems, they would exhibit a "many roads lead to Rome" property; i.e., many different software quality prediction methods would generate a small set of very similar results. This paper explores DART, an algorithm especially selected to succeed for large $ε$ software quality prediction problems. DART is remarkable simple yet, on experimentation, it dramatically out-performs three sets of state-of-the-art defect prediction methods. The success of DART for defect prediction begs the questions: how many other domains in software quality predictors can also be radically simplified? This will be a fruitful direction for future work.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes