paper-with-me

Papers

Differential testing for machine learning: an analysis for classification algorithms beyond deep learning

2022-07-25 · Steffen Herbold, Steffen Tunkel

Context: Differential testing is a useful approach that uses different implementations of the same algorithms and compares the results for software testing. In recent years, this approach was successfully used for test campaigns of deep learning frameworks. Objective: There is little knowledge on the application of differential testing beyond deep learning. Within this article, we want to close this gap for classification algorithms. Method: We conduct a case study using Scikit-learn, Weka, Spark MLlib, and Caret in which we identify the potential of differential testing by considering which algorithms are available in multiple frameworks, the feasibility by identifying pairs of algorithms that should exhibit the same behavior, and the effectiveness by executing tests for the identified pairs and analyzing the deviations. Results: While we found a large potential for popular algorithms, the feasibility seems limited because often it is not possible to determine configurations that are the same in other frameworks. The execution of the feasible tests revealed that there is a large amount of deviations for the scores and classes. Only a lenient approach based on statistical significance of classes does not lead to a huge amount of test failures. Conclusions: The potential of differential testing beyond deep learning seems limited for research into the quality of machine learning libraries. Practitioners may still use the approach if they have deep knowledge about implementations, especially if a coarse oracle that only considers significant differences of classes is sufficient.

📄 PDF Abstract BibTeX arXiv:2207.11976

Code (1)

sherbold/replication-kit-2022-non-dl-diff-test 공식 구현

Tasks

Deep Learningsoftware testing

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Assessment of Differentially Private Synthetic Data for Utility and Fairness in End-to-End Machine Learning Pipelines for Tabular Data

2023-10-30 · Mayana Pereira, Meghana Kshirsagar, Sumit Mukherjee, Rahul Dodhia 외

Differentially private (DP) synthetic data sets are a solution for sharing data while preserving the privacy of individual data providers. Understanding the effects of utilizing DP synthetic data in end-to-end machine le…

FairnessHumanitarianSynthetic Data Generation

Engineered Ordinary Differential Equations as Classification Algorithm (EODECA): thorough characterization and testing

2023-12-22 · Raffaele Marino, Lorenzo Buffoni, Lorenzo Chicchi, Lorenzo Giambagli 외

EODECA (Engineered Ordinary Differential Equations as Classification Algorithm) is a novel approach at the intersection of machine learning and dynamical systems theory, presenting a unique framework for classification t…

ClassificationDecision MakingNavigate

Private Sequential Hypothesis Testing for Statisticians: Privacy, Error Rates, and Sample Size

2022-04-10 · Wanrong Zhang, Yajun Mei, Rachel Cummings

The sequential hypothesis testing problem is a class of statistical analyses where the sample size is not fixed in advance. Instead, the decision-process takes in new observations sequentially to make real-time decisions…

Normalization and selecting non-differentially expressed genes improve machine learning modelling of cross-platform transcriptomic data

2025-01-24 · Fei Deng, Catherine H Feng, Nan Gao, Lanjing Zhang

Normalization is a critical step in quantitative analyses of biological processes. Recent works show that cross-platform integration and normalization enable machine learning (ML) training on RNA microarray and RNA-seq d…

Uniformity Testing in the Shuffle Model: Simpler, Better, Faster

2021-08-20 · Clément L. Canonne, Hongyi Lyu

Uniformity testing, or testing whether independent observations are uniformly distributed, is the prototypical question in distribution testing. Over the past years, a line of work has been focusing on uniformity testing…