cs.LGJul 6, 2026

AdaStop: Cost-Aware Early Stopping for DNN Test Selection

Authors: Bonan Shen, Wei-Jung Huang, Xin Liu, Jiazhou Gao, Tao Ning

Abstract

Existing methods for testing deep neural networks (DNNs) primarily prioritize test inputs likely to reveal model faults under a fixed labeling budget. In practice, choosing that budget is difficult: too little testing misses failures, while too much incurs unnecessary labeling costs. This work studies the stopping problem in DNN testing. We formulate testing as a cost--benefit decision process in which labeling an input incurs cost cc and discovering a fault yields value vv. Based on this formulation, we introduce \textit{AdaStop}, a framework that estimates the marginal fault discovery rate during testing and stops labeling when the estimated rate falls below the threshold τ=c/vτ= c/v. Experiments across multiple datasets, architectures, and selection strategies show that 6565--84%84\% of faults can be discovered using only 99--31%31\% of the labeling budget.

Explore similar work

CardsList
  1. CAFD: Concept-Aware DNN Fault Detection using VLMs

    May 19, 2026Amin Abbasishahkoo, Mahboubeh Dadkhah, Lionel BriandFault Diagnosis