Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nkrusch authored Jan 13, 2024
1 parent f9fd2bf commit 38ce461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
[![Build](https://github.com/aucad/new-experiments/actions/workflows/build.yml/badge.svg)](https://github.com/aucad/new-experiments/actions/workflows/build.yml)

**This implementation demonstrates an approach to introduce constraints to _unconstrained_ adversarial machine learning evasion attacks.
We develop a constraint validation algorithm, _Contraint Guaranteed Evasion_ (CGE), that guarantees generated evasive adversarial examples also satisfy domain constraints.**
We develop a constraint validation algorithm, _Contraint Guaranteed Evasion_ (CGE), that guarantees generated adversarial examples also satisfy domain constraints.**

This repository also 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.
Expand Down

0 comments on commit 38ce461

Please sign in to comment.