Update README.md
Browse files
README.md
CHANGED
@@ -22,6 +22,12 @@ SMD was created for testing model robustness to occlusion in [Hardwiring ViT Pat
|
|
22 |
## Citations
|
23 |
|
24 |
```bibtex
|
25 |
-
@
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
}
|
27 |
```
|
|
|
22 |
## Citations
|
23 |
|
24 |
```bibtex
|
25 |
+
@misc{lee2023hardwiring,
|
26 |
+
title={Hardwiring ViT Patch Selectivity into CNNs using Patch Mixing},
|
27 |
+
author={Ariel N. Lee and Sarah Adel Bargal and Janavi Kasera and Stan Sclaroff and Kate Saenko and Nataniel Ruiz},
|
28 |
+
year={2023},
|
29 |
+
eprint={2306.17848},
|
30 |
+
archivePrefix={arXiv},
|
31 |
+
primaryClass={cs.CV}
|
32 |
}
|
33 |
```
|