Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
added table
  • Loading branch information
scottgeng00 authored Mar 3, 2023
1 parent cfd5a75 commit a5d173b
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Understandingg and Benchmarking Zero-Shot Adversarial Robustness for Foundation Models
# Understanding and Benchmarking Zero-Shot Adversarial Robustness for Foundation Models

## CLIP Model
Pretrained large-scale vision-language models like CLIP have exhibited strong generalization over unseen tasks, yet imperceptible adversarial perturbations can significantly reduce their performance. Standard


## Zero-Shot Adversarial Robustness Challenge

| Defence Method | Submitted By | Accuracy<br>(Robust) | Accuracy<br>(Clean) | Submission Date |
|---------------- |----------------- |---------------- |----------------- |----------------- |
| TeCoA with Finetuning | (initial entry) | **38.18%** | 55.97% | Mar 1, 2023 |
| Vanilla CLIP-B/32 (no defence) | (initial entry) | 6.57 | **64.56%** | Mar 1, 2023 |


## CLIP Model

For adapting for zero-shot adversarial robustness with visual prompting, run

`python visual_prompt.py`
Expand Down

0 comments on commit a5d173b

Please sign in to comment.