NeFut Logo NeFut
Admin Login

[CS.AI] Interval Certifications for MLPs via Lattice Traversal

Published at: 2026-07-13 22:00 Last updated: 2026-07-14 12:04
#AI #optimization #Neural

In this work, we present a rigorous theoretical framework addressing a foundational problem of AI safety, namely adversarial robustness. Specifically, we show that the adversarial robustness problem can be reduced to a lattice traversal problem. Each element of this lattice corresponds to an interval, i.e., an axis-aligned hyper-rectangle, containing an input point $\mathbf{x}$.

Consider a multilayered perceptron classifier (MLP). An interval $I$ constitutes a sound certification if $\mathbf{x} \in I$ and $\mathbf{x}$ can be freely perturbed in $I$ without changing the MLP's prediction. Complementarily, an interval $I$ constitutes a complete certification if $\mathbf{x} \in I$ and when $\mathbf{x}$ moves outside of $I$, the MLP's prediction is guaranteed to change.

While the sound certification problem corresponds to the well-studied adversarial robustness, complete certifications have not been examined in the literature. We develop lattice traversal operators, which we apply in a refine & verify iterative scheme. Using formal MLP verifiers, sound maximality and complete minimality are guaranteed.

Moreover, we examine objective optimization problems, discovering interesting asymmetries. For complete certifications, the minimum solution is obtained in polynomial oracle calls. This does not hold for sound certifications, where we prove strong intractability results. Additionally, we examine optimization problems in symmetric intervals (i.e., $\ell_\infty$-spheres), where we provide logarithmic algorithms. Finally, we present an empirical evaluation using the novel ParallelepipedoNN system.

Blogger's Review: This paper offers a fresh perspective and effective tools for certifying multilayer perceptrons by linking adversarial robustness with lattice traversal. The exploration of complete certifications fills a gap in existing literature, providing significant theoretical and practical value.

Original Source: https://arxiv.org/abs/2607.08773

[h] Back to Home