paper-with-me

홈 › Papers

Testing Neural Networks via Bayesian-Guided Exploration of Decision Landscapes

2026-06-03 · Bin Duan, Meiru Che, Guowei Yang arxiv

As neural networks are increasingly deployed in safety-critical domains, testing is essential to evaluate and improve their reliability. Existing testing methods, whether black-box or white-box, primarily use global mutation or coverage-guided strategies, both of which struggle to efficiently uncover diverse model failures while remaining proximate to the original data distribution and semantics. We propose BayesWarp, a testing framework that addresses this limitation by mutating decision-critical input regions identified via interpretable saliency techniques and adaptively guiding the testing process using an uncertainty-aware Bayesian Optimization strategy, enabling the discovery of diverse failures while preserving distributional and semantic proximity to the original data. Evaluation on MNIST, CIFAR-10, and ImageNet across six neural network models shows that BayesWarp improves failure discovery, failure diversity, test case quality, and critical neuron coverage under a fixed mutation budget. These results demonstrate that BayesWarp improves testing effectiveness. Moreover, fine-tuning with the generated failure cases leads to improvements in model performance.

📄 PDF Abstract BibTeX arXiv:2606.04314

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GuideBoot: Guided Bootstrap for Deep Contextual Bandits

2021-07-18 · Feiyang Pan, Haoming Li, Xiang Ao, Wei Wang 외

The exploration/exploitation (E&E) dilemma lies at the core of interactive systems such as online advertising, for which contextual bandit algorithms have been proposed. Bayesian approaches provide guided exploration wit…

Multi-Armed BanditsThompson Sampling

Efficient Real-world Testing of Causal Decision Making via Bayesian Experimental Design for Contextual Optimisation

2022-07-12 · Desi R. Ivanova, Joel Jennings, Cheng Zhang, Adam Foster

The real-world testing of decisions made using causal machine learning models is an essential prerequisite for their successful application. We focus on evaluating and improving contextual treatment assignment decisions:…

Decision MakingExperimental Design

RJHMC-Tree for Exploration of the Bayesian Decision Tree Posterior

2023-12-04 · Jodie A. Cochrane, Adrian G. Wills, Sarah J. Johnson

Decision trees have found widespread application within the machine learning community due to their flexibility and interpretability. This paper is directed towards learning decision trees from data using a Bayesian appr…

Domain Knowledge Guided Bayesian Optimization For Autonomous Alignment Of Complex Scientific Instruments

2026-02-11 · Aashwin Mishra, Matt Seaberg, Ryan Roussel, Daniel Ratner 외 arxiv

Bayesian Optimization (BO) is a powerful tool for optimizing complex non-linear systems. However, its performance degrades in high-dimensional problems with tightly coupled parameters and highly asymmetric objective land…

NaviQAte: Functionality-Guided Web Application Navigation

2024-09-16 · Mobina Shahbandeh, Parsa Alian, Noor Nashid, Ali Mesbah

End-to-end web testing is challenging due to the need to explore diverse web application functionalities. Current state-of-the-art methods, such as WebCanvas, are not designed for broad functionality exploration; they re…

Decision Making