File size: 1,372 Bytes
03ed52e
 
4a71de4
 
 
03ed52e
 
 
4a71de4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4126b85
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
task_categories:
- feature-extraction
- image-classification
- zero-shot-image-classification
pretty_name: Perturbed Faces
size_categories:
- 1K<n<10K
---

# Perturbed Faces

This dataset contains 1000 images from [CelebA dataset](!https://www.kaggle.com/datasets/jessicali9530/celeba-dataset). For each of the thousand images dataset also has [LowKey](https://openreview.net/forum?id=hJmtwocEqzc) perturbed version and [Fawkes](https://sandlab.cs.uchicago.edu/fawkes/) perturbed version. 
LowKey and Fawkes perturbed images have _attacked & _cloaked at the end of the filename respectively.


| File Name           | Version                  |
|---------------------|--------------------------|
| 000001.jpg          | Original                 |
| 000001_cloaked.png  | Fawkes perturbed version |
| 000001_attacked.png | LowKey perturbed version |


The Fawkes perturbed images are created using CLI provided in the [github repository](https://github.com/Shawn-Shan/fawkes) with protection mode set to mid. The LowKey version of
images are created using Python code provided with the paper.


## Citation
If you found this work helpful for your research, please cite it as following:
```
@misc{2301.07315,
Author = {Aaditya Bhat and Shrey Jain},
Title = {Face Recognition in the age of CLIP & Billion image datasets},
Year = {2023},
Eprint = {arXiv:2301.07315},
}
```