paper-with-me

Papers

Concolic Testing for Deep Neural Networks

2018-04-30 · Youcheng Sun, Min Wu, Wenjie Ruan, Xiaowei Huang, Marta Kwiatkowska, Daniel Kroening

Concolic testing combines program execution and symbolic analysis to explore the execution paths of a software program. This paper presents the first concolic testing approach for Deep Neural Networks (DNNs). More specifically, we formalise coverage criteria for DNNs that have been studied in the literature, and then develop a coherent method for performing concolic testing to increase test coverage. Our experimental results show the effectiveness of the concolic testing approach in both achieving high coverage and finding adversarial examples.

📄 PDF Abstract BibTeX arXiv:1805.00089

Code (2)

TrustAI/DeepConcolic 공식 구현 tf
parthbhope/test tf

Similar Papers 제목 키워드 기반

Influence-Guided Concolic Testing of Transformer Robustness

2025-09-28 · Chih-Duo Hong, Chih-Cheng Yang, Yu Wang, Fang Yu arxiv

Concolic testing for neural networks alternates concrete execution with constraint solving to search for inputs that flip model decisions. We present a concolic tester for Transformer classifiers that uses SHAP estimates…

Concolic Testing on Individual Fairness of Neural Network Models

2025-09-08 · Ming-I Huang, Chih-Duo Hong, Fang Yu arxiv

This paper introduces PyFair, a formal framework for evaluating and verifying individual fairness of Deep Neural Networks (DNNs). By adapting the concolic testing tool PyCT, we generate fairness-specific path constraints…

Legion: Best-First Concolic Testing

2020-02-15 · Dongge Liu, Gidon Ernst, Toby Murray, Benjamin I. P. Rubinstein

Concolic execution and fuzzing are two complementary coverage-based testing techniques. How to achieve the best of both remains an open challenge. To address this research problem, we propose and evaluate Legion. Legion …

Decision MakingDecision Making Under UncertaintySequential Decision Making

Abstraction and Symbolic Execution of Deep Neural Networks with Bayesian Approximation of Hidden Features

2021-03-05 · Nicolas Berthier, Amany Alshareef, James Sharp, Sven Schewe 외

Intensive research has been conducted on the verification and validation of deep neural networks (DNNs), aiming to understand if, and how, DNNs can be applied to safety critical applications. However, existing verificati…

Dimensionality Reduction

Reliability Validation of Learning Enabled Vehicle Tracking

2020-02-06 · Youcheng Sun, Yifan Zhou, Simon Maskell, James Sharp 외

This paper studies the reliability of a real-world learning-enabled system, which conducts dynamic vehicle tracking based on a high-resolution wide-area motion imagery input. The system consists of multiple neural networ…