From 715638fe373ccee2f84c8d7b173db15c53dc18f4 Mon Sep 17 00:00:00 2001 From: Neea Rusch <2580981+nkrusch@users.noreply.github.com> Date: Fri, 16 Feb 2024 23:57:48 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 18d2e11..a6d752b 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ # Constraint guaranteed evasion attacks -

We present an approach to introduce constraints to unconstrained adversarial machine learning evasion attacks. -The technique is founded on a constraint validation algorithm, Contraint Guaranteed Evasion (CGE), that guarantees generated adversarial examples also satisfy domain constraints.

+

We present an approach to introduce constraints to unconstrained adversarial machine learning evasion attacks. +The technique is founded on a constraint validation algorithm, Contraint Guaranteed Evasion (CGE), that guarantees generated adversarial examples also satisfy domain constraints.

-
This repository includes the full CGE implemenation, and an experimental setup for running various adversarial evasion attacks, enhanced with CGE, on different data sets and victim classifiers. +This repository includes the full CGE implemenation, and an experimental setup for running various adversarial evasion attacks, enhanced with CGE, on different data sets and victim classifiers. The following experimental options are included. - **Attacks**: Projected Gradient Descent (PGD), Zeroth-Order Optimization (ZOO), HopSkipJump attack.