paper-with-me

홈 › Papers

Demystifying Lipschitz verification: positive matrices, negative results

2026-03-30 · Simon Kuang, Yuezhu Xu, S. Sivaranjani, Xinfan Lin arxiv

The global Lipschitz constant of a neural network is related to robustness and generalization, yet unlike in many classical models, it is not plainly legible from the parameters. This has motivated sophisticated verification algorithms, especially semidefinite programming (SDP) based on incremental quadratic constraints on the activation functions, to improve on the fast but often loose product of layerwise Lipschitz constants (the trivial bound). We ask why Lipschitz verification is a problem in the first place. Our answer is that the difficulty is structural: estimating a network's Lipschitz constant requires knowing which hidden states are reachable, and reachability is NP-hard. If P!=NP, then reachability is a barrier to any polynomial-time algorithm. Through explicit constructions, we show that this blindness can force SDP-based bounds to inherit the same qualitative failures as the trivial bound, including but not limited to polynomial per-layer conservatism. We show that the difficulties of NP-hard questions are not isolated to worst-case computational reductions, but actually afflict every instance of the verification problem. Thus SDP is not sufficient for Lipschitz verification. We also argue that it is not necessary: several apparent failures of the trivial bound arise from removable parameterization pathologies, and can be mitigated by optimizing or regularizing the trivial bound itself. We demonstrate this claim via a "spherical cow" linear model and numerical proofs of concept. While the main contribution is theoretical and negative, we finally motivate a novel form of trigonometric layers that do not need biases for universal approximation. Combined with trivial bound regularization, they make the trivial bound provably and practically tight.

📄 PDF Abstract BibTeX arXiv:2603.28113

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Clustering Signed Networks with the Geometric Mean of Laplacians

2017-01-03 · NeurIPS 2016 12 · Pedro Mercado, Francesco Tudisco, Matthias Hein

Signed networks allow to model positive and negative relationships. We analyze existing extensions of spectral clustering to signed networks. It turns out that existing approaches do not recover the ground truth clusteri…

Clustering

Local Lipschitz Constant Computation of ReLU-FNNs: Upper Bound Computation with Exactness Verification

2023-10-17 · Yoshio Ebihara, Xin Dai, Victor Magron, Dimitri Peaucelle 외

This paper is concerned with the computation of the local Lipschitz constant of feedforward neural networks (FNNs) with activation functions being rectified linear units (ReLUs). The local Lipschitz constant of an FNN fo…

Robust, positive and exact model reduction via monotone matrices

2024-06-17 · Marco Cortese, Tommaso Grigoletto, Francesco Ticozzi, Augusto Ferrante

This work focuses on the problem of exact model reduction of positive linear systems, by leveraging minimal realization theory. While determining the existence of a positive reachable realization remains in general an op…

model

Quasi-Synthetic Riemannian Data Generation for Writer-Independent Offline Signature Verification

2025-09-24 · Elias N. Zois, Moises Diaz, Salem Said, Miguel A. Ferrer arxiv

Offline handwritten signature verification remains a challenging task, particularly in writer-independent settings where models must generalize across unseen individuals. Recent developments have highlighted the advantag…

Synthetic Data GenerationMetric Learning

Learning Overcomplete HMMs

2017-11-07 · NeurIPS 2017 12 · Vatsal Sharan, Sham Kakade, Percy Liang, Gregory Valiant

We study the problem of learning overcomplete HMMs---those that have many hidden states but a small output alphabet. Despite having significant practical importance, such HMMs are poorly understood with no known positive…