Ariel Lee commited on
Commit
01f36b2
1 Parent(s): 1649ed6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -1
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
- @article{ADD
 
 
 
 
 
 
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
  ```