paper-with-me

홈 › Papers

Robustness Certification of Generative Models

2020-04-30 · Matthew Mirman, Timon Gehr, Martin Vechev

Generative neural networks can be used to specify continuous transformations between images via latent-space interpolation. However, certifying that all images captured by the resulting path in the image manifold satisfy a given property can be very challenging. This is because this set is highly non-convex, thwarting existing scalable robustness analysis methods, which are often based on convex relaxations. We present ApproxLine, a scalable certification method that successfully verifies non-trivial specifications involving generative models and classifiers. ApproxLine can provide both sound deterministic and probabilistic guarantees, by capturing either infinite non-convex sets of neural network activation vectors or distributions over such sets. We show that ApproxLine is practically useful and can verify interesting interpolations in the networks latent space.

📄 PDF Abstract BibTeX arXiv:2004.14756

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Precise and Generalized Robustness Certification for Neural Networks

2023-06-11 · Yuanyuan Yuan, Shuai Wang, Zhendong Su

The objective of neural network (NN) robustness certification is to determine if a NN changes its predictions when mutations are made to its inputs. While most certification research studies pixel-level or a few geometri…

Autonomous DrivingStyle Transfer

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…