paper-with-me

Papers

Boosting Operational DNN Testing Efficiency through Conditioning

2019-06-06 · Zenan Li, Xiaoxing Ma, Chang Xu, Chun Cao, Jingwei Xu, Jian Lü

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 conditions. A challenge is that the testing often needs to produce precise results with a very limited budget for labeling data collected in field. Viewing software testing as a practice of reliability estimation through statistical sampling, we re-interpret the idea behind conventional structural coverages as conditioning for variance reduction. With this insight we propose an efficient DNN testing method based on the conditioning on the representation learned by the DNN model under testing. The representation is defined by the probability distribution of the output of neurons in the last hidden layer of the model. To sample from this high dimensional distribution in which the operational data are sparsely distributed, we design an algorithm leveraging cross entropy minimization. Experiments with various DNN models and datasets were conducted to evaluate the general efficiency of the approach. The results show that, compared with simple random sampling, this approach requires only about a half of labeled inputs to achieve the same level of precision.

📄 PDF Abstract BibTeX arXiv:1906.02533

Code (1)

Lizenan1995/DNNOpAcc 공식 구현

Tasks

DNN Testingsoftware testing

Similar Papers 제목 키워드 기반

Parsimonious Modelling for Estimating Hospital Cooling Demand to Improve Energy Efficiency

2021-02-17 · Logic Journal of the IGPL 2021 2 · E. Dulce-Chamorro, F.J. Martinez-de-Pison

Of all the different types of public buildings, hospitals are the biggest energy consumers. Cooling systems for air conditioning and healthcare uses are particularly energy intensive. Forecasting hospital thermal-cooling…

feature selectionModel Selection

Use of Boosting Algorithms in Household-Level Poverty Measurement: A Machine Learning Approach to Predict and Classify Household Wealth Quintiles in the Philippines

2024-05-28 · Erika Lynet Salvador

This study assessed the effectiveness of machine learning models in predicting poverty levels in the Philippines using five boosting algorithms: Adaptive Boosting (AdaBoost), CatBoosting (CatBoost), Gradient Boosting Mac…

Computational Efficiency

On the Fairness of Generative Adversarial Networks (GANs)

2021-03-01 · Patrik Joslin Kenfack, Daniil Dmitrievich Arapov, Rasheed Hussain, S. M. Ahsan Kazmi 외

Generative adversarial networks (GANs) are one of the greatest advances in AI in recent years. With their ability to directly learn the probability distribution of data, and then sample synthetic realistic data. Many app…

Data AugmentationFairnessRepresentation Learning

Muon$^2$: Boosting Muon via Adaptive Second-Moment Preconditioning

2026-04-11 · Ziyue Liu, Ruijie Zhang, Zhengyang Wang, Yequan Zhao 외 arxiv

Muon has emerged as a promising optimizer for large-scale foundation model pre-training by exploiting the matrix structure of neural network updates through iterative orthogonalization. However, the orthogonalization qua…

Instance Dependent Testing of Samplers using Interval Conditioning

2025-12-06 · Rishiraj Bhattacharyya, Sourav Chakraborty, Yash Pote, Uddalok Sarkar 외 arxiv

Sampling algorithms play a pivotal role in probabilistic AI. However, verifying if a sampler program indeed samples from the claimed distribution is a notoriously hard problem. Provably correct testers like Barbarik, Teq…