Interior-Point Vanishing Problem in Semidefinite Relaxations for Neural Network Verification
Ryota Ueda, Takami Sato, Ken Kobayashi, Kazuhide Nakata

TL;DR
This paper identifies a fundamental limitation called interior-point vanishing in SDP relaxations for neural network verification, especially in deep networks, and proposes solutions to improve feasibility and scalability.
Contribution
The paper reveals the interior-point vanishing problem in SDP relaxations for deep neural network verification and introduces five methods to enhance feasibility, enabling verification of deeper networks.
Findings
Successfully solved 88% of previously unsolvable problems
Revealed that traditional constraints can harm feasibility
Provided practical solutions to improve SDP scalability
Abstract
Semidefinite programming (SDP) relaxation has emerged as a promising approach for neural network verification, offering tighter bounds than other convex relaxation methods for deep neural networks (DNNs) with ReLU activations. However, we identify a critical limitation in the SDP relaxation when applied to deep networks: interior-point vanishing, which leads to the loss of strict feasibility -- a crucial condition for the numerical stability and optimality of SDP. Through rigorous theoretical and empirical analysis, we demonstrate that as the depth of DNNs increases, the strict feasibility is likely to be lost, creating a fundamental barrier to scaling SDP-based verification. To address the interior-point vanishing, we design and investigate five solutions to enhance the feasibility conditions of the verification problem. Our methods can successfully solve 88% of the problems that could…
Peer Reviews
Decision·Submitted to ICLR 2026
- The paper is the first to define and analyze interior-point vanishing in DNN verification, moving beyond incremental improvements to address a foundational limitation. The theoretical link between inactive neurons/weight norms and SDP feasibility is novel and rigorously proven. - The use of high-precision solvers (SDPA-GMP), controlled depth experiments, and benchmark network validation ensures results are reliable and generalizable. The 88% success rate on unsolvable instances is a concrete,
- The paper only evaluates fully connected ReLU networks. Convolutional Neural Networks or transformers have distinct weight structures that may alter interior-point vanishing dynamics. Extending validation to CNNs would strengthen generalizability. - The paper’s maximum depth is 16 layers. For modern deep networks, it remains unclear if the proposed methods (especially $\varepsilon$-SDP and B-Remove) can maintain feasibility. Evaluating 20–30-layer networks would better assess scalability. - Le
The main strength of the work is its novelty: the problem of strict feasibility was not identified before in the SDP-based neural network verification literature. The authors also propose a simple solution (B-remove) that successfully addresses the problem without any significant gap in optimal objective value.
The main weakness of the work lies in the specificity of its subject and on its potential impact. Indeed, the experiments only focus on the impact of strict feasibility in isolation, without ever considering whether this is any useful in practice towards obtaining an effective neural network verifier. Given the venue, this alone places the work markedly below the acceptance threshold, I believe. More in detail: - Some of the motivational text makes exaggerated claims. Lines 67-68: *The interior
The paper studies a relevant question from a novel perspective, namely strict feasibility as the real cause of SDP verification failures. It offers practical and simple fixes that restore solver stability at depth with modest loss in tightness. It also clarifies which constraints actually harm feasibility.
The writing and presentation require substantial revision. While the experiments illustrate interior-point vanishing, they do not clearly demonstrate that the proposed fixes translate into more verified instances in practice. The theoretical analysis would be more impactful if some insights were included on, for example, how to train neural networks in a way that mitigates the vanishing problem and thereby facilitates SDP verification subsequently. ### Major points - Writing is informal or imp
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Stochastic Gradient Optimization Techniques · Advanced Neural Network Applications
Methods*Communicated@Fast*How Do I Communicate to Expedia?
