paper-with-me

Papers

Fast Adversarial Robustness Certification of Nearest Prototype Classifiers for Arbitrary Seminorms

2020-12-01 · NeurIPS 2020 12 · Sascha Saralajew, Lars Holdijk, Thomas Villmann

Methods for adversarial robustness certification aim to provide an upper bound on the test error of a classifier under adversarial manipulation of its input. Current certification methods are computationally expensive and limited to attacks that optimize the manipulation with respect to a norm. We overcome these limitations by investigating the robustness properties of Nearest Prototype Classifiers (NPCs) like learning vector quantization and large margin nearest neighbor. For this purpose, we study the hypothesis margin. We prove that if NPCs use a dissimilarity measure induced by a seminorm, the hypothesis margin is a tight lower bound on the size of adversarial attacks and can be calculated in constant time—this provides the first adversarial robustness certificate calculable in reasonable time. Finally, we show that each NPC trained by a triplet loss maximizes the hypothesis margin and is therefore optimized for adversarial robustness. In the presented evaluation, we demonstrate that NPCs optimized for adversarial robustness are competitive with state-of-the-art methods and set a new benchmark with respect to computational complexity for robustness certification.

📄 PDF Abstract BibTeX

Code (1)

saralajew/robust_NPCs 공식 구현

Tasks

Adversarial RobustnessQuantizationTriplet

Methods 이 논문이 사용한 방법론

Triplet Loss The goal of Triplet loss, in the context of Siamese Networks, is to maximize the joint probability among all score-pairs i.e. the product of all probabilities. By using its…

Similar Papers 제목 키워드 기반

Provably Adversarially Robust Nearest Prototype Classifiers

2022-07-14 · Václav Voráček, Matthias Hein

Nearest prototype classifiers (NPCs) assign to each input point the label of the nearest prototype with respect to a chosen distance metric. A direct advantage of NPCs is that the decisions are interpretable. Previous wo…

image-classificationImage Classification

Certifying Robustness of Graph Laplacian Based Semi-Supervised Learning

2021-01-01 · Matthew Thorpe, Bao Wang

Graph Laplacian (GL)-based semi-supervised learning is one of the most used approaches for classifying nodes in a graph. Understanding and certifying the adversarial robustness of machine learning (ML) algorithms have at…

Adversarial Robustness

Robust Certification for Laplace Learning on Geometric Graphs

2021-04-22 · Matthew Thorpe, Bao Wang

Graph Laplacian (GL)-based semi-supervised learning is one of the most used approaches for classifying nodes in a graph. Understanding and certifying the adversarial robustness of machine learning (ML) algorithms has att…

Adversarial AttackAdversarial Robustness

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…

Fast SDP certification of neural networks : towards large multi-class datasets

2026-07-03 · Margot Boyer, Clément Rambour, Zacharie Alès, Amélie Lambert arxiv

We present a new quadratic model for the certification problem in adversarial robustness, which simultaneously accounts for all possible target classes. Building on this model, we propose a novel semidefinite programming…

Adversarial Robustness