From 7aa6f8a87e3d3c613bf15903229349ccb75c1a08 Mon Sep 17 00:00:00 2001 From: zhengxiawu Date: Tue, 29 Mar 2022 11:02:08 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E8=AE=BA=E6=96=87?= =?UTF-8?q?=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e6f0476..48246b7 100644 --- a/README.md +++ b/README.md @@ -137,4 +137,28 @@ We reimplement several widely used NAS methods including: 1. data parallel support 2. fix Nvidia DALI backend support 3. add **kwargs for space_builder -4. test code for imagenet \ No newline at end of file +4. test code for imagenet + +## BibTex +``` +@article{zheng2022rminas, + title={Neural Architecture Search with Representation Mutual Information}, + author={Xiawu Zheng, Xiang Fei, Lei Zhang, Chenglin Wu, Fei Chao, Jianzhuang Liu, Wei Zeng, Yonghong Tian, Rongrong Ji}, + journal={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition}, + year={2022} +} +@article{zheng2021migo, + title={MIGO-NAS: Towards fast and generalizable neural architecture search}, + author={Zheng, Xiawu and Ji, Rongrong and Chen, Yuhang and Wang, Qiang and Zhang, Baochang and Chen, Jie and Ye, Qixiang and Huang, Feiyue and Tian, Yonghong}, + journal={IEEE Transactions on Pattern Analysis and Machine Intelligence}, + year={2021}, + publisher={IEEE} +} +@inproceedings{zheng2020rethinking, + title={Rethinking performance estimation in neural architecture search}, + author={Zheng, Xiawu and Ji, Rongrong and Wang, Qiang and Ye, Qixiang and Li, Zhenguo and Tian, Yonghong and Tian, Qi}, + booktitle={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition}, + pages={11356--11365}, + year={2020} +} +``` \ No newline at end of file -- 2.34.1 From ad48c32262252c78e568d21b6f47ccad479306e0 Mon Sep 17 00:00:00 2001 From: zhengxiawu Date: Tue, 29 Mar 2022 11:03:08 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48246b7..6e8f38a 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ We reimplement several widely used NAS methods including: ## BibTex ``` -@article{zheng2022rminas, +@inproceedings{zheng2022rminas, title={Neural Architecture Search with Representation Mutual Information}, author={Xiawu Zheng, Xiang Fei, Lei Zhang, Chenglin Wu, Fei Chao, Jianzhuang Liu, Wei Zeng, Yonghong Tian, Rongrong Ji}, journal={Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition}, -- 2.34.1