paper-with-me

Papers

RecurJac: An Efficient Recursive Algorithm for Bounding Jacobian Matrix of Neural Networks and Its Applications

2018-10-28 · Huan Zhang, Pengchuan Zhang, Cho-Jui Hsieh

The Jacobian matrix (or the gradient for single-output networks) is directly related to many important properties of neural networks, such as the function landscape, stationary points, (local) Lipschitz constants and robustness to adversarial attacks. In this paper, we propose a recursive algorithm, RecurJac, to compute both upper and lower bounds for each element in the Jacobian matrix of a neural network with respect to network's input, and the network can contain a wide range of activation functions. As a byproduct, we can efficiently obtain a (local) Lipschitz constant, which plays a crucial role in neural network robustness verification, as well as the training stability of GANs. Experiments show that (local) Lipschitz constants produced by our method is of better quality than previous approaches, thus providing better robustness verification results. Our algorithm has polynomial time complexity, and its computation time is reasonable even for relatively large networks. Additionally, we use our bounds of Jacobian matrix to characterize the landscape of the neural network, for example, to determine whether there exist stationary points in a local neighborhood. Source code available at \url{http://github.com/huanzhang12/RecurJac-Jacobian-bounds}.

📄 PDF Abstract BibTeX arXiv:1810.11783

Code (4)

huanzhang12/RecurJac-Jacobian-Bounds 공식 구현 tf
huanzhang12/CertifiedReLURobustness tf
huanzhang12/RecurJac tf
huanzhang12/RecurJac-and-CROWN tf

Similar Papers 제목 키워드 기반

Efficiently Computing Local Lipschitz Constants of Neural Networks via Bound Propagation

2022-10-13 · Zhouxing Shi, Yihan Wang, huan zhang, Zico Kolter 외

Lipschitz constants are connected to many properties of neural networks, such as robustness, fairness, and generalization. Existing methods for computing Lipschitz constants either produce relatively loose upper bounds o…

Fairness

Matrix-Free Jacobian Chaining

2024-04-11 · Uwe Naumann

The efficient computation of Jacobians represents a fundamental challenge in computational science and engineering. Large-scale modular numerical simulation programs can be regarded as sequences of evaluations of in our …

Estimating the Jacobian matrix of an unknown multivariate function from sample values by means of a neural network

2022-04-01 · Frédéric Latrémolière, Sadananda Narayanappa, Petr Vojtěchovský

We describe, implement and test a novel method for training neural networks to estimate the Jacobian matrix $J$ of an unknown multivariate function $F$. The training set is constructed from finitely many pairs $(x,F(x))$…

Matrix Factorisation with Linear Filters

2015-09-07 · Ömer Deniz Akyildiz

This text investigates relations between two well-known family of algorithms, matrix factorisations and recursive linear filters, by describing a probabilistic model in which approximate inference corresponds to a matrix…

Image Restoration

The Backpropagation algorithm for a math student

2023-01-22 · Saeed Damadi, Golnaz Moharrer, Mostafa Cham

A Deep Neural Network (DNN) is a composite function of vector-valued functions, and in order to train a DNN, it is necessary to calculate the gradient of the loss function with respect to all parameters. This calculation…

Mathvalid