paper-with-me

Papers

Targeted Deep Learning System Boundary Testing

2024-08-12 · Oliver Weißl, Amr Abdellatif, Xingcheng Chen, Giorgi Merabishvili, Vincenzo Riccio, Severin Kacianka, Andrea Stocco

Evaluating the behavioral boundaries of deep learning (DL) systems is crucial for understanding their reliability across diverse, unseen inputs. Existing solutions fall short as they rely on untargeted random, model- or latent-based perturbations, due to difficulties in generating controlled input variations. In this work, we introduce Mimicry, a novel black-box test generator for fine-grained, targeted exploration of DL system boundaries. Mimicry performs boundary testing by leveraging the probabilistic nature of DL outputs to identify promising directions for exploration. It uses style-based GANs to disentangle input representations into content and style components, enabling controlled feature mixing to approximate the decision boundary. We evaluated Mimicry's effectiveness in generating boundary inputs for five widely used DL image classification systems of increasing complexity, comparing it to two baseline approaches. Our results show that Mimicry consistently identifies inputs closer to the decision boundary. It generates semantically meaningful boundary test cases that reveal new functional (mis)behaviors, while the baselines produce mainly corrupted or invalid inputs. Thanks to its enhanced control over latent space manipulations, Mimicry remains effective as dataset complexity increases, maintaining competitive diversity and higher validity rates, confirmed by human assessors.

📄 PDF Abstract BibTeX arXiv:2408.06258

Code (1)

ast-fortiss-tum/SMOO 공식 구현 pytorch

Tasks

Deep LearningDNN Testingimage-classificationImage Classification

Similar Papers 제목 키워드 기반

CGBA: Curvature-aware Geometric Black-box Attack

2023-08-06 · ICCV 2023 1 · Md Farhamdur Reza, Ali Rahmati, Tianfu Wu, Huaiyu Dai

Decision-based black-box attacks often necessitate a large number of queries to craft an adversarial example. Moreover, decision-based attacks based on querying boundary points in the estimated normal vector direction of…

Reverse N-Wise Output-Oriented Testing for AI/ML and Quantum Computing Systems

2026-02-15 · Lamine Rihani arxiv

Artificial intelligence/machine learning (AI/ML) systems and emerging quantum computing software present unprecedented testing challenges characterized by high-dimensional/continuous input spaces, probabilistic/non-deter…

HopSkipJumpAttack: A Query-Efficient Decision-Based Attack

2019-04-03 · Jianbo Chen, Michael. I. Jordan, Martin J. Wainwright

The goal of a decision-based adversarial attack on a trained model is to generate adversarial examples based solely on observing output labels returned by the targeted model. We develop HopSkipJumpAttack, a family of alg…

Adversarial Attack

LiBaGS: Lightweight Boundary Gap Synthesis for Targeted Synthetic Data Selection

2026-05-11 · Abhishek Moturu, Anna Goldenberg, Babak Taati arxiv

Synthetic data is useful only when the added samples fill missing parts of the training distribution that matter for the downstream task. We introduce LiBaGS, a lightweight, generator-agnostic method for targeted synthet…

Boundary State Generation for Testing and Improvement of Autonomous Driving Systems

2023-07-20 · Matteo Biagiola, Paolo Tonella

Recent advances in Deep Neural Networks (DNNs) and sensor technologies are enabling autonomous driving systems (ADSs) with an ever-increasing level of autonomy. However, assessing their dependability remains a critical c…

Autonomous Driving