diff --git a/README.md b/README.md index 83fd8d0..7b7fdc2 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,7 @@ A curated list of awesome neural radiance fields papers, inspired by [awesome-co - [A-NeRF: Surface-free Human 3D Pose Refinement via Neural Rendering](https://lemonatsu.github.io/ANeRF-Surface-free-Pose-Refinement/), Su et al. Arxiv 2021 | [bibtex](./citations/a-nerf.txt) - [NeRF--: Neural Radiance Fields Without Known Camera Parameters](http://nerfmm.active.vision/), Wang et al., Arxiv 2021 | [github](https://github.com/ActiveVisionLab/nerfmm) | [bibtex](./citations/nerf--.txt) - [iMAP: Implicit Mapping and Positioning in Real-Time](https://edgarsucar.github.io/iMAP/), Sucar et al., Arxiv 2021 | [bibtex](./citations/imap.txt) +- [NICE-SLAM: Neural Implicit Scalable Encoding for SLAM](https://pengsongyou.github.io/nice-slam), Zhu et al., Arxiv 2021 | [bibtex](./citations/nice-slam.txt) - [GNeRF: GAN-based Neural Radiance Field without Posed Camera](https://arxiv.org/abs/2103.15606), Meng et al., Arxiv 2021 | [bibtex](https://github.com/yenchenlin/awesome-NeRF/blob/main/citations/gnerf.txt) - [BARF: Bundle-Adjusting Neural Radiance Fields](https://chenhsuanlin.bitbucket.io/bundle-adjusting-NeRF/), Lin et al., ICCV 2021 | [bibtex](./citations/barf.txt) - [Self-Calibrating Neural Radiance Fields](https://postech-cvlab.github.io/SCNeRF/), Park et al., ICCV 2021 | [github](https://github.com/POSTECH-CVLab/SCNeRF) | [bibtex](./citations/SCNeRF.txt) diff --git a/citations/nice-slam.txt b/citations/nice-slam.txt new file mode 100644 index 0000000..5476cd3 --- /dev/null +++ b/citations/nice-slam.txt @@ -0,0 +1,8 @@ +@misc{zhu2021niceslam, + title={NICE-SLAM: Neural Implicit Scalable Encoding for SLAM}, + author={Zihan Zhu and Songyou Peng and Viktor Larsson and Weiwei Xu and Hujun Bao and Zhaopeng Cui and Martin R. Oswald and Marc Pollefeys}, + year={2021}, + eprint={2112.12130}, + archivePrefix={arXiv}, + primaryClass={cs.CV} +} \ No newline at end of file