Update README.md
Browse files
README.md
CHANGED
@@ -48,6 +48,12 @@ ROD was created for testing model robustness to occlusion in [Hardwiring ViT Pat
|
|
48 |
## Citations
|
49 |
|
50 |
```bibtex
|
51 |
-
@
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
}
|
53 |
```
|
|
|
48 |
## Citations
|
49 |
|
50 |
```bibtex
|
51 |
+
@misc{lee2023hardwiring,
|
52 |
+
title={Hardwiring ViT Patch Selectivity into CNNs using Patch Mixing},
|
53 |
+
author={Ariel N. Lee and Sarah Adel Bargal and Janavi Kasera and Stan Sclaroff and Kate Saenko and Nataniel Ruiz},
|
54 |
+
year={2023},
|
55 |
+
eprint={2306.17848},
|
56 |
+
archivePrefix={arXiv},
|
57 |
+
primaryClass={cs.CV}
|
58 |
}
|
59 |
```
|