Tightening Robustness Verification of MaxPool-based Neural Networks via Minimizing the Over-Approximation Zone
Yuan Xiao, Yuchen Chen, Shiqing Ma, Chunrong Fang, Tongtong Bai, Mingzheng Gu, Yuxin Cheng, Yanwei Chen, Zhenyu Chen
TL;DR
This work tackles the challenge of robustness verification for MaxPool-based CNNs by introducing Ti-Lin, a verifier that uses neuron-wise tightest linear bounds for MaxPool. By analytically deriving the tightest upper and lower linear bounds for MaxPool with input bounds, Ti-Lin minimizes the over-approximation zone and can be integrated into existing verifiers (CNN-Cert, DeepPoly, ERAN, and $\alpha,\beta$-CROWN). Across MNIST, CIFAR-10, Tiny ImageNet, and ModelNet40 benchmarks, Ti-Lin achieves substantial gains in certified accuracy—up to $78.6\%$—while maintaining comparable runtime to the fastest baselines. The results demonstrate that replacing MaxPool bounds with neuron-wise tightest linear bounds significantly tightens robustness estimates, and that the MaxPool->ReLU transforms can degrade performance, underscoring the value of direct MaxPool linearization in practice.
Abstract
The robustness of neural network classifiers is important in the safety-critical domain and can be quantified by robustness verification. At present, efficient and scalable verification techniques are always sound but incomplete, and thus, the improvement of verified robustness results is the key criterion to evaluate the performance of incomplete verification approaches. The multi-variate function MaxPool is widely adopted yet challenging to verify. In this paper, we present Ti-Lin, a robustness verifier for MaxPool-based CNNs with Tight Linear Approximation. Following the sequel of minimizing the over-approximation zone of the non-linear function of CNNs, we are the first to propose the provably neuron-wise tightest linear bounds for the MaxPool function. By our proposed linear bounds, we can certify larger robustness results for CNNs. We evaluate the effectiveness of Ti-Lin on different verification frameworks with open-sourced benchmarks, including LeNet, PointNet, and networks trained on the MNIST, CIFAR-10, Tiny ImageNet and ModelNet40 datasets. Experimental results show that Ti-Lin significantly outperforms the state-of-the-art methods across all networks with up to 78.6% improvement in terms of the certified accuracy with almost the same time consumption as the fastest tool. Our code is available at https://github.com/xiaoyuanpigo/Ti-Lin-Hybrid-Lin.
