Skip to content

Commit ac846b0

Browse files
authored
Update readme.md
1 parent 7c68ef9 commit ac846b0

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

readme.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ including GhostNet, TinyNet, TNT (Transformer in Transformer) developed by Huawe
66
- [PyramidTNT Code](#tnt-code)
77
- [LegoNet Code](#legonet-code)
88
- [Versatile Filters Code](#versatile-filters-code)
9+
- [AugViT Code](#augvit-code)
910
- [Citation](#citation)
1011
- [Other versions](#other-versions)
1112

@@ -57,6 +58,11 @@ This repo provides the implementation of paper [LegoNet: Efficient Convolutional
5758
This repo provides the implementation of paper [Learning Versatile Filters for Efficient Convolutional Neural Networks (NeurIPS 2018)](https://papers.nips.cc/paper/7433-learning-versatile-filters-for-efficient-convolutional-neural-networks)
5859
- PyTorch: [./versatile_filters](https://github.com/huawei-noah/CV-backbones/tree/master/versatile_filters).
5960

61+
## AugViT Code
62+
63+
This repo provides the implementation of paper [Augmented Shortcuts for Vision Transformers (NeurIPS 2021)](https://proceedings.neurips.cc/paper/2021/file/818f4654ed39a1c147d1e51a00ffb4cb-Paper.pdf)
64+
- PyTorch: [./augvit_pytorch](https://github.com/huawei-noah/CV-backbones/tree/master/augvit_pytorch).
65+
- We also release the code on [MindSpore Model Zoo](https://gitee.com/mindspore/models/tree/master/research/cv/augvit).
6066

6167
## Citation
6268
```
@@ -90,6 +96,13 @@ This repo provides the implementation of paper [Learning Versatile Filters for E
9096
booktitle={NeurIPS},
9197
year={2018}
9298
}
99+
@article{tang2021augmented,
100+
title={Augmented shortcuts for vision transformers},
101+
author={Tang, Yehui and Han, Kai and Xu, Chang and Xiao, An and Deng, Yiping and Xu, Chao and Wang, Yunhe},
102+
journal={Advances in Neural Information Processing Systems},
103+
volume={34},
104+
year={2021}
105+
}
93106
```
94107

95108
## Other versions of GhostNet

0 commit comments

Comments
 (0)