From dba1780925df313352c25c30e228095cce6e6895 Mon Sep 17 00:00:00 2001 From: YicongHong <33921340+YicongHong@users.noreply.github.com> Date: Sat, 20 Aug 2022 07:38:47 +1000 Subject: [PATCH 1/3] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ee3d987..6f9b2eb 100755 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ If you find this repository useful, please consider [citing](#citation) and STAR * "The Unsurprising Effectiveness of Pre-Trained Vision Models for Control", *ICML, Mar 2022*. [[Paper](https://arxiv.org/abs/2203.03580)] [[Pytorch Code](https://github.com/sparisi/pvr_habitat)] [[Website](https://sites.google.com/view/pvr-control)] + * **Recurrent VLN-BERT**: "A Recurrent Vision-and-Language BERT for Navigation", *CVPR, Jun 2021* [[Paper](https://arxiv.org/abs/2004.14973)] [[Pytorch Code](https://github.com/YicongHong/Recurrent-VLN-BERT)] + * **CoW**: "CLIP on Wheels: Zero-Shot Object Navigation as Object Localization and Exploration", *arXiv, Mar 2022*. [[Paper](https://arxiv.org/abs/2203.10421)] * **VLN-BERT**: "Improving Vision-and-Language Navigation with Image-Text Pairs from the Web", *ECCV, Apr 2020* [[Paper](https://arxiv.org/abs/2004.14973)] [[Pytorch Code](https://github.com/arjunmajum/vln-bert)] From 91c8b44a74ff14a678d1f5bc86b9186f3032dfbc Mon Sep 17 00:00:00 2001 From: YicongHong <33921340+YicongHong@users.noreply.github.com> Date: Sat, 20 Aug 2022 07:39:18 +1000 Subject: [PATCH 2/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6f9b2eb..b27b766 100755 --- a/README.md +++ b/README.md @@ -57,10 +57,10 @@ If you find this repository useful, please consider [citing](#citation) and STAR * "The Unsurprising Effectiveness of Pre-Trained Vision Models for Control", *ICML, Mar 2022*. [[Paper](https://arxiv.org/abs/2203.03580)] [[Pytorch Code](https://github.com/sparisi/pvr_habitat)] [[Website](https://sites.google.com/view/pvr-control)] - * **Recurrent VLN-BERT**: "A Recurrent Vision-and-Language BERT for Navigation", *CVPR, Jun 2021* [[Paper](https://arxiv.org/abs/2004.14973)] [[Pytorch Code](https://github.com/YicongHong/Recurrent-VLN-BERT)] - * **CoW**: "CLIP on Wheels: Zero-Shot Object Navigation as Object Localization and Exploration", *arXiv, Mar 2022*. [[Paper](https://arxiv.org/abs/2203.10421)] + * **Recurrent VLN-BERT**: "A Recurrent Vision-and-Language BERT for Navigation", *CVPR, Jun 2021* [[Paper](https://arxiv.org/abs/2004.14973)] [[Pytorch Code](https://github.com/YicongHong/Recurrent-VLN-BERT)] + * **VLN-BERT**: "Improving Vision-and-Language Navigation with Image-Text Pairs from the Web", *ECCV, Apr 2020* [[Paper](https://arxiv.org/abs/2004.14973)] [[Pytorch Code](https://github.com/arjunmajum/vln-bert)] ---- From 342abd0c31e32a08f63fd0443c3d6f49e40af47c Mon Sep 17 00:00:00 2001 From: YicongHong <33921340+YicongHong@users.noreply.github.com> Date: Sat, 20 Aug 2022 07:40:02 +1000 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b27b766..cb99b1a 100755 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ If you find this repository useful, please consider [citing](#citation) and STAR * **CoW**: "CLIP on Wheels: Zero-Shot Object Navigation as Object Localization and Exploration", *arXiv, Mar 2022*. [[Paper](https://arxiv.org/abs/2203.10421)] - * **Recurrent VLN-BERT**: "A Recurrent Vision-and-Language BERT for Navigation", *CVPR, Jun 2021* [[Paper](https://arxiv.org/abs/2004.14973)] [[Pytorch Code](https://github.com/YicongHong/Recurrent-VLN-BERT)] + * **Recurrent VLN-BERT**: "A Recurrent Vision-and-Language BERT for Navigation", *CVPR, Jun 2021* [[Paper](https://arxiv.org/abs/2011.13922)] [[Pytorch Code](https://github.com/YicongHong/Recurrent-VLN-BERT)] * **VLN-BERT**: "Improving Vision-and-Language Navigation with Image-Text Pairs from the Web", *ECCV, Apr 2020* [[Paper](https://arxiv.org/abs/2004.14973)] [[Pytorch Code](https://github.com/arjunmajum/vln-bert)]