SEApr 15, 2019

Fault Detection Effectiveness of Metamorphic Relations Developed for Testing Supervised Classifiers

arXiv:1904.07348v120 citations
Originality Synthesis-oriented
AI Analysis

This addresses the oracle problem in testing machine learning classifiers, but the results show limited and non-scalable fault detection, indicating an incremental contribution.

The paper evaluated the fault detection effectiveness of metamorphic relations used for testing supervised classifiers, finding that only 14.8% of mutants were detected and that effectiveness does not scale with increased mutants.

In machine learning, supervised classifiers are used to obtain predictions for unlabeled data by inferring prediction functions using labeled data. Supervised classifiers are widely applied in domains such as computational biology, computational physics and healthcare to make critical decisions. However, it is often hard to test supervised classifiers since the expected answers are unknown. This is commonly known as the \emph{oracle problem} and metamorphic testing (MT) has been used to test such programs. In MT, metamorphic relations (MRs) are developed from intrinsic characteristics of the software under test (SUT). These MRs are used to generate test data and to verify the correctness of the test results without the presence of a test oracle. Effectiveness of MT heavily depends on the MRs used for testing. In this paper we have conducted an extensive empirical study to evaluate the fault detection effectiveness of MRs that have been used in multiple previous studies to test supervised classifiers. Our study uses a total of 709 reachable mutants generated by multiple mutation engines and uses data sets with varying characteristics to test the SUT. Our results reveal that only 14.8\% of these mutants are detected using the MRs and that the fault detection effectiveness of these MRs do not scale with the increased number of mutants when compared to what was reported in previous studies.

Foundations

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

Your Notes