paper-with-me

홈 › Papers

Efficient Certification of Spatial Robustness

2020-09-19 · Anian Ruoss, Maximilian Baader, Mislav Balunović, Martin Vechev

Recent work has exposed the vulnerability of computer vision models to vector field attacks. Due to the widespread usage of such models in safety-critical applications, it is crucial to quantify their robustness against such spatial transformations. However, existing work only provides empirical robustness quantification against vector field deformations via adversarial attacks, which lack provable guarantees. In this work, we propose novel convex relaxations, enabling us, for the first time, to provide a certificate of robustness against vector field transformations. Our relaxations are model-agnostic and can be leveraged by a wide range of neural network verifiers. Experiments on various network architectures and different datasets demonstrate the effectiveness and scalability of our method.

📄 PDF Abstract BibTeX arXiv:2009.09318

Code (1)

eth-sri/eran 공식 구현 tf

Similar Papers 제목 키워드 기반

LipNeXt: Scaling up Lipschitz-based Certified Robustness to Billion-parameter Models

2026-01-26 · Kai Hu, Haoqi Hu, Matt Fredrikson arxiv

Lipschitz-based certification offers efficient, deterministic robustness guarantees but has struggled to scale in model size, training efficiency, and ImageNet performance. We introduce \emph{LipNeXt}, the first \emph{co…

Et Tu Certifications: Robustness Certificates Yield Better Adversarial Examples

2023-02-09 · Andrew C. Cullen, Shijie Liu, Paul Montague, Sarah M. Erfani 외

In guaranteeing the absence of adversarial examples in an instance's neighbourhood, certification mechanisms play an important role in demonstrating neural net robustness. In this paper, we ask if these certifications ca…

Incremental Randomized Smoothing Certification

2023-05-31 · Shubham Ugare, Tarun Suresh, Debangshu Banerjee, Gagandeep Singh 외

Randomized smoothing-based certification is an effective approach for obtaining robustness certificates of deep neural networks (DNNs) against adversarial attacks. This method constructs a smoothed DNN model and certifie…

A Tool for Neural Network Global Robustness Certification and Training

2022-08-15 · Zhilu Wang, YiXuan Wang, Feisi Fu, Ruochen Jiao 외

With the increment of interest in leveraging machine learning technology in safety-critical systems, the robustness of neural networks under external disturbance receives more and more concerns. Global robustness is a ro…

GPU

Are Safety Guarantees in Neural Networks Safe? How to Compute Trustworthy Robustness Certifications

2026-06-22 · Merkouris Papamichail, Konstantinos Varsos, Giorgos Flouris, João Marques-Silva arxiv

A primary challenge in AI safety is the existence of adversarial examples -- slightly distorted inputs that cause a neural network (NN) to misclassify. To mitigate this problem, recent research focuses on the computation…