paper-with-me

Papers

DeepSample: DNN sampling-based testing for operational accuracy assessment

2024-03-28 · Antonio Guerriero, Roberto Pietrantuono, Stefano Russo

Deep Neural Networks (DNN) are core components for classification and regression tasks of many software systems. Companies incur in high costs for testing DNN with datasets representative of the inputs expected in operation, as these need to be manually labelled. The challenge is to select a representative set of test inputs as small as possible to reduce the labelling cost, while sufficing to yield unbiased high-confidence estimates of the expected DNN accuracy. At the same time, testers are interested in exposing as many DNN mispredictions as possible to improve the DNN, ending up in the need for techniques pursuing a threefold aim: small dataset size, trustworthy estimates, mispredictions exposure. This study presents DeepSample, a family of DNN testing techniques for cost-effective accuracy assessment based on probabilistic sampling. We investigate whether, to what extent, and under which conditions probabilistic sampling can help to tackle the outlined challenge. We implement five new sampling-based testing techniques, and perform a comprehensive comparison of such techniques and of three further state-of-the-art techniques for both DNN classification and regression tasks. Results serve as guidance for best use of sampling-based testing for faithful and high-confidence estimates of DNN accuracy in operation at low cost.

📄 PDF Abstract BibTeX arXiv:2403.19271

Code (0)

등록된 구현이 없습니다.

Tasks

DNN Testingregression

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Iterative Assessment and Improvement of DNN Operational Accuracy

2023-03-02 · Antonio Guerriero, Roberto Pietrantuono, Stefano Russo

Deep Neural Networks (DNN) are nowadays largely adopted in many application domains thanks to their human-like, or even superhuman, performance in specific tasks. However, due to unpredictable/unconsidered operating cond…

Boosting Operational DNN Testing Efficiency through Conditioning

2019-06-06 · Zenan Li, Xiaoxing Ma, Chang Xu, Chun Cao 외

With the increasing adoption of Deep Neural Network (DNN) models as integral parts of software systems, efficient operational testing of DNNs is much in demand to ensure these models' actual performance in field conditio…

DNN Testingsoftware testing

Governance Controls for AI-Generated Test Artifacts in Autonomous Software Testing

2026-06-07 · Dimple Bajaj, Deepak Khetan arxiv

Artificial Intelligence (AI) and Large Language Models (LLMs) are increasingly used in autonomous software testing; however, AI-generated test artifacts often suffer from hallucinations, compliance violations, security r…

Human-in-the-Loop Testing of AI Agents for Air Traffic Control with a Regulated Assessment Framework

2026-01-07 · Ben Carvell, Marc Thomas, Andrew Pace, Christopher Dorney 외 arxiv

We present a rigorous, human-in-the-loop evaluation framework for assessing the performance of AI agents on the task of Air Traffic Control, grounded in a regulator-certified simulator-based curriculum used for training …

Evaluating Reliability Gaps in Large Language Model Safety via Repeated Prompt Sampling

2026-03-10 · Keita Broadwater arxiv

Traditional benchmarks for large language models (LLMs), such as HELM and AIR-BENCH, primarily assess safety risk through breadth-oriented evaluation across diverse tasks. However, real-world deployment often exposes a d…