paper-with-me

홈 › Papers

Scaling the Convex Barrier with Sparse Dual Algorithms

2021-01-14 · ICLR 2021 1 · Alessandro De Palma, Harkirat Singh Behl, Rudy Bunel, Philip H. S. Torr, M. Pawan Kumar

Tight and efficient neural network bounding is crucial to the scaling of neural network verification systems. Many efficient bounding algorithms have been presented recently, but they are often too loose to verify more challenging properties. This is due to the weakness of the employed relaxation, which is usually a linear program of size linear in the number of neurons. While a tighter linear relaxation for piecewise-linear activations exists, it comes at the cost of exponentially many constraints and currently lacks an efficient customized solver. We alleviate this deficiency by presenting two novel dual algorithms: one operates a subgradient method on a small active set of dual variables, the other exploits the sparsity of Frank-Wolfe type optimizers to incur only a linear memory cost. Both methods recover the strengths of the new relaxation: tightness and a linear separation oracle. At the same time, they share the benefits of previous dual approaches for weaker relaxations: massive parallelism, GPU implementation, low cost per iteration and valid bounds at any time. As a consequence, we can obtain better bounds than off-the-shelf solvers in only a fraction of their running time, attaining significant formal verification speed-ups.

📄 PDF Abstract BibTeX arXiv:2101.05844

Code (0)

등록된 구현이 없습니다.

Tasks

Efficient Neural NetworkGPUvalid

Similar Papers 제목 키워드 기반

Hessian barrier algorithms for linearly constrained optimization problems

2018-09-25 · Immanuel M. Bomze, Panayotis Mertikopoulos, Werner Schachinger, Mathias Staudigl

In this paper, we propose an interior-point method for linearly constrained optimization problems (possibly nonconvex). The method - which we call the Hessian barrier algorithm (HBA) - combines a forward Euler discretiza…

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

Dual Iterative Hard Thresholding: From Non-convex Sparse Minimization to Non-smooth Concave Maximization

2017-03-01 · ICML 2017 8 · Bo Liu, Xiao-Tong Yuan, Lezi Wang, Qingshan Liu 외

Iterative Hard Thresholding (IHT) is a class of projected gradient descent methods for optimizing sparsity-constrained minimization models, with the best known efficiency and scalability in practice. As far as we know, t…

Computational EfficiencyStochastic Optimization

Stability Annealing Selects the Implicit Bias of Smoothed Sign Descent: A Rate-Indexed Barrier Path on Separable Data

2026-07-07 · Xiangwu Wang, Chengwei Cao, Yicheng Song, Ran Bi 외 arxiv

Adaptive gradient methods can favor max-margin separators that differ from gradient descent, yet a fixed positive numerical stability constant eventually changes the update geometry again. This paper studies the rate-con…

Overcoming the Convex Barrier for Simplex Inputs

2021-12-01 · NeurIPS 2021 12 · Harkirat Singh Behl, M. Pawan Kumar, Philip Torr, Krishnamurthy Dvijotham

Recent progress in neural network verification has challenged the notion of a convex barrier, that is, an inherent weakness in the convex relaxation of the output of a neural network. Specifically, there now exists a tig…