Skip to content

Commit

Permalink
Merge pull request awesome-NeRF#124 from MiZhenxing/main
Browse files Browse the repository at this point in the history
add a subcategory of Large-scale scene, add Switch-NeRF
  • Loading branch information
andybak authored Apr 11, 2023
2 parents 0bcab52 + 0cbeab7 commit deae418
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,12 @@ A curated list of awesome neural radiance fields papers, inspired by [awesome-co
- [Vision-Only Robot Navigation in a Neural Radiance World](https://arxiv.org/abs/2110.00168), Adamkiewicz et al., RA-L 2022 Vol.7 No.2 | [bibtex](./citations/vision-only.txt)
</details>

<details open>
<summary>Large-scale scene</summary>

- [Switch-NeRF: Learning Scene Decomposition with Mixture of Experts for Large-scale Neural Radiance Fields](https://mizhenxing.github.io/switchnerf), Mi et al., ICLR 2023 | [github](https://github.com/MiZhenxing/Switch-NeRF) | [bibtex](./citations/Switch-NeRF.txt)
</details>

## Talks
- [NeRF: Representing Scenes as Neural Radiance Fields for View Synthesis](https://www.youtube.com/watch?v=LCTYRqW-ne8&t=10190s), Ben Mildenhall
- [Understanding and Extending Neural Radiance Fields](https://www.youtube.com/watch?v=nRyOzHpcr4Q&feature=emb_logo&ab_channel=cvprtum), Barron et al.
Expand Down
7 changes: 7 additions & 0 deletions citations/Switch-NeRF.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
@inproceedings{mi2023switchnerf,
title={Switch-NeRF: Learning Scene Decomposition with Mixture of Experts for Large-scale Neural Radiance Fields},
author={Zhenxing Mi and Dan Xu},
booktitle={International Conference on Learning Representations (ICLR)},
year={2023},
url={https://openreview.net/forum?id=PQ2zoIZqvm}
}

0 comments on commit deae418

Please sign in to comment.