diff --git a/README.md b/README.md
index 9e76253..d8f5688 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
Mohamed Bin Zayed University of Artificial Intelligence1, University of California Merced2, Google Research3, Linkoping University4
-[](https://arxiv.org/abs/2303.15446)
+[](https://openaccess.thecvf.com/content/ICCV2023/papers/Shaker_SwiftFormer_Efficient_Additive_Attention_for_Transformer-based_Real-time_Mobile_Vision_Applications_ICCV_2023_paper.pdf)
@@ -121,11 +121,11 @@ sh dist_test.sh SwiftFormer_XS 8 weights/SwiftFormer_XS_ckpt.pth
## Citation
if you use our work, please consider citing us:
```BibTeX
-@article{Shaker2023SwiftFormer,
- title={SwiftFormer: Efficient Additive Attention for Transformer-based Real-time Mobile Vision Applications},
- author={Shaker, Abdelrahman and Maaz, Muhammad and Rasheed, Hanoona and Khan, Salman and Yang, Ming-Hsuan and Khan, Fahad Shahbaz},
- journal={arXiv:2303.15446},
- year={2023}
+@InProceedings{Shaker_2023_ICCV,
+ author = {Shaker, Abdelrahman and Maaz, Muhammad and Rasheed, Hanoona and Khan, Salman and Yang, Ming-Hsuan and Khan, Fahad Shahbaz},
+ title = {SwiftFormer: Efficient Additive Attention for Transformer-based Real-time Mobile Vision Applications},
+ booktitle = {Proceedings of the IEEE/CVF International Conference on Computer Vision (ICCV)},
+ year = {2023},
}
```