paper-with-me

홈 › Papers

Tightening Robustness Verification of MaxPool-based Neural Networks via Minimizing the Over-Approximation Zone

2022-11-13 · CVPR 2025 1 · Yuan Xiao, Yuchen Chen, Shiqing Ma, Chunrong Fang, Tongtong Bai, Mingzheng Gu, Yuxin Cheng, Yanwei Chen, Zhenyu Chen

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.

📄 PDF Abstract BibTeX arXiv:2211.09810

Code (1)

xiaoyuanpigo/ti-lin-hybrid-lin 공식 구현 tf

Similar Papers 제목 키워드 기반

Towards General Robustness Verification of MaxPool-based Convolutional Neural Networks via Tightening Linear Approximation

2024-06-02 · CVPR 2024 1 · Yuan Xiao, Shiqing Ma, Juan Zhai, Chunrong Fang 외

The robustness of convolutional neural networks (CNNs) is vital to modern AI-driven systems. It can be quantified by formal verification by providing a certified lower bound, within which any perturbation does not alter …

CAPM: Fast and Robust Verification on Maxpool-based CNN via Dual Network

2024-06-27 · Jia-Hau Bai, Chi-Ting Liu, Yu Wang, Fu-Chieh Chang 외

This study uses CAPM (Convex Adversarial Polytope for Maxpool-based CNN) to improve the verified bound for general purpose maxpool-based convolutional neural networks (CNNs) under bounded norm adversarial perturbations. …

Towards Scaling Robustness Verification of Semantic Features via Proof Velocity

2021-09-29 · Anan Kabaha, Dana Drachsler Cohen

Robustness analysis is important for understanding the reliability of neural networks. Despite the significant progress in the verification techniques for both $L_p$- and semantic features- neighborhoods, existing approa…

PSRR-MaxpoolNMS: Pyramid Shifted MaxpoolNMS with Relationship Recovery

2021-05-27 · CVPR 2021 1 · Tianyi Zhang, Jie Lin, Peng Hu, Bin Zhao 외

Non-maximum Suppression (NMS) is an essential postprocessing step in modern convolutional neural networks for object detection. Unlike convolutions which are inherently parallel, the de-facto standard for NMS, namely Gre…

object-detectionObject Detection

E-Globe: Scalable $ε$-Global Verification of Neural Networks via Tight Upper Bounds and Pattern-Aware Branching

2026-02-04 · Wenting Li, Saif R. Kazi, Russell Bent, Duo Zhou 외 arxiv

Neural networks achieve strong empirical performance, but robustness concerns still hinder deployment in safety-critical applications. Formal verification provides robustness guarantees, but current methods face a scalab…