paper-with-me

Papers

Vertex-Softmax: Tight Transformer Verification via Exact Softmax Optimization

2026-05-08 · Navid Rezazadeh, Arash Gholami Davoodi arxiv

Certified verification of transformer attention requires bounding the softmax function over interval constraints on the pre-softmax scores. Existing verifiers relax softmax ndependently of the downstream objective, leaving avoidable slack. We prove that the exact optimum of this score-box problem is attained at a vertex of the constraint box, and establish a threshold structure theorem showing that, after sorting the objective coefficients, the optimum lies among only linearly many candidates, yielding the Vertex-Softmax primitive with log-linear complexity in the sequence length. We further prove a formal optimality result showing that Vertex-Softmax is the tightest sound bound obtainable from score intervals alone, characterizing precisely what additional structure (score correlations, score-value coupling) is needed for further improvement. Integrated into a CROWN Convex Relaxation based Optimization for Worst-case Neurons)-style verifier with a formal soundness guarantee, Vertex-Softmax significantly improves certified rates and substantially tightens lower bounds across MNIST, Fashion-MNIST, and CIFAR-10 attention models, while consistently matching or outperforming alpha-CROWN and branch-and-bound baselines at a fraction of their cost.

📄 PDF Abstract BibTeX arXiv:2605.10974

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Convex Bounds on the Softmax Function with Applications to Robustness Verification

2023-03-03 · Dennis Wei, Haoze Wu, Min Wu, Pin-Yu Chen 외

The softmax function is a ubiquitous component at the output of neural networks and increasingly in intermediate layers as well. This paper provides convex lower bounds and concave upper bounds on the softmax function, w…

A Convex Relaxation Barrier to Tight Robustness Verification of Neural Networks

2019-02-23 · NeurIPS 2019 12 · Hadi Salman, Greg Yang, huan zhang, Cho-Jui Hsieh 외

Verification of neural networks enables us to gauge their robustness against adversarial attacks. Verification algorithms fall into two categories: exact verifiers that run in exponential time and relaxed verifiers that …

CPU

Spectral Graph Matching and Regularized Quadratic Relaxations II: Erdős-Rényi Graphs and Universality

2019-07-20 · Zhou Fan, Cheng Mao, Yihong Wu, Jiaming Xu

We analyze a new spectral graph matching algorithm, GRAph Matching by Pairwise eigen-Alignments (GRAMPA), for recovering the latent vertex correspondence between two unlabeled, edge-correlated weighted graphs. Extending …

Graph Matching

E-Globe: Scalable $ε$-Global Verification of Neural Networks via Tight Upper Bounds and Pattern-Aware Branching

2026-02-04 · Wenting Li, Saif R. Kazi, Russell Bent, Duo Zhou 외 arxiv

Neural networks achieve strong empirical performance, but robustness concerns still hinder deployment in safety-critical applications. Formal verification provides robustness guarantees, but current methods face a scalab…

The Entropic Bound for Transformers: Why Static Rank Fails and Attention-Native Rank Recovers

2026-07-25 · Byeong Hoon Yoon arxiv

Neural scaling laws describe how loss decreases as models, data, and compute grow, but they do not answer a prior question: for a fixed task, what is the minimum model capacity required to solve it? We study this through…