Update README: add mascot image, fix citation author order, add KLOM paper citation
Browse files
README.md
CHANGED
|
@@ -8,6 +8,10 @@ tags:
|
|
| 8 |
- benchmarks
|
| 9 |
---
|
| 10 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
## EasyDUB Dataset
|
| 12 |
|
| 13 |
Precomputed CIFAR-10 data for KLOM (KL-divergence of Margins) evaluation of data-unlearning methods.
|
|
@@ -164,11 +168,25 @@ Pretrain models are trained on the full CIFAR-10 training set. Oracle models are
|
|
| 164 |
If you use EasyDUB in your work, please cite:
|
| 165 |
|
| 166 |
```bibtex
|
| 167 |
-
@inproceedings{
|
| 168 |
title = {Data-Unlearn-Bench: Making Evaluating Data Unlearning Easy},
|
| 169 |
-
author = {
|
| 170 |
booktitle = {MUGEN Workshop at ICML},
|
| 171 |
year = {2025},
|
| 172 |
}
|
| 173 |
```
|
| 174 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
- benchmarks
|
| 9 |
---
|
| 10 |
|
| 11 |
+
<p align="center">
|
| 12 |
+
<img src="https://raw.githubusercontent.com/easydub/EasyDUB-code/main/assets/easydub.png" width="200" alt="EasyDUB mascot">
|
| 13 |
+
</p>
|
| 14 |
+
|
| 15 |
## EasyDUB Dataset
|
| 16 |
|
| 17 |
Precomputed CIFAR-10 data for KLOM (KL-divergence of Margins) evaluation of data-unlearning methods.
|
|
|
|
| 168 |
If you use EasyDUB in your work, please cite:
|
| 169 |
|
| 170 |
```bibtex
|
| 171 |
+
@inproceedings{rinberg2025dataunlearnbench,
|
| 172 |
title = {Data-Unlearn-Bench: Making Evaluating Data Unlearning Easy},
|
| 173 |
+
author = {Rinberg, Roy and Puigdemont, Pol and Pawelczyk, Martin and Cevher, Volkan},
|
| 174 |
booktitle = {MUGEN Workshop at ICML},
|
| 175 |
year = {2025},
|
| 176 |
}
|
| 177 |
```
|
| 178 |
|
| 179 |
+
EasyDUB builds on the KLOM metric introduced in:
|
| 180 |
+
|
| 181 |
+
```bibtex
|
| 182 |
+
@misc{georgiev2024attributetodeletemachineunlearningdatamodel,
|
| 183 |
+
title = {Attribute-to-Delete: Machine Unlearning via Datamodel Matching},
|
| 184 |
+
author = {Kristian Georgiev and Roy Rinberg and Sung Min Park and Shivam Garg and Andrew Ilyas and Aleksander Madry and Seth Neel},
|
| 185 |
+
year = {2024},
|
| 186 |
+
eprint = {2410.23232},
|
| 187 |
+
archivePrefix = {arXiv},
|
| 188 |
+
primaryClass = {cs.LG},
|
| 189 |
+
url = {https://arxiv.org/abs/2410.23232},
|
| 190 |
+
}
|
| 191 |
+
```
|
| 192 |
+
|