PulseAugur
EN
LIVE 11:43:01

New concolic testing method enhances Transformer robustness analysis

Researchers have developed a new concolic testing method for Transformer classifiers that uses SHAP estimates to prioritize path predicates based on their influence on the model's predictions. This approach, implemented in Python, makes self-attention semantics compatible with satisfiability modulo theories solvers. Evaluations on CIFAR-10 with compact Transformer models, ResNet18, and VGG16 demonstrated a 60% success rate in finding adversarial examples within a one-pixel budget and 900-second horizon, significantly outperforming a black-box differential evolution baseline. AI

IMPACT Enhances practical methods for finding adversarial examples in Transformer models, improving AI safety research.

RANK_REASON The cluster contains a research paper detailing a new method for testing neural network robustness. [lever_c_demoted from research: ic=1 ai=1.0]

Read on arXiv cs.LG →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

New concolic testing method enhances Transformer robustness analysis

COVERAGE [1]

  1. arXiv cs.LG TIER_1 English(EN) · Chih-Duo Hong, Chih-Cheng Yang, Yu Wang, Fang Yu ·

    Influence-Guided Concolic Testing of Transformer Robustness

    arXiv:2509.23806v2 Announce Type: replace-cross Abstract: 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 t…