LinSyn: Synthesizing Tight Linear Bounds for Arbitrary Neural Network Activation Functions
Brandon Paulsen, Chao Wang

TL;DR
LinSyn is a novel method that automatically synthesizes tight linear bounds for any neural network activation function, improving robustness certification accuracy and applicability across diverse architectures.
Contribution
It introduces the first automated approach to compute tight linear bounds for arbitrary activation functions using a combination of heuristic synthesis and SMT verification.
Findings
Achieves 2-5X tighter bounds than previous methods
Quadruples the certified robustness of neural networks
Works efficiently with complex activation functions like Swish and LSTMs
Abstract
The most scalable approaches to certifying neural network robustness depend on computing sound linear lower and upper bounds for the network's activation functions. Current approaches are limited in that the linear bounds must be handcrafted by an expert, and can be sub-optimal, especially when the network's architecture composes operations using, for example, multiplication such as in LSTMs and the recently popular Swish activation. The dependence on an expert prevents the application of robustness certification to developments in the state-of-the-art of activation functions, and furthermore the lack of tightness guarantees may give a false sense of insecurity about a particular model. To the best of our knowledge, we are the first to consider the problem of automatically computing tight linear bounds for arbitrary n-dimensional activation functions. We propose LinSyn, the first…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Advanced Neural Network Applications · Medical Imaging and Analysis
MethodsSigmoid Activation
