-
Notifications
You must be signed in to change notification settings - Fork 18
Research Paper Analysis
PotatoPalooza edited this page Jun 10, 2022
·
12 revisions
Here will be the analysis's of potential papers to integrate into the backend of our project. Since the focus of this project is to get NeRF working in a web app, the most relevant factors are open license, computational resources, robustness to real world data. Breaking this down further these are the most important qualities ranked:
- Open source licenses are licenses that comply with the Open Source Definition
- Sub hour NeRF training time
- Less then 8GB memory consumption
- Not reliant on custom kernels or specific GPU models
- Inference of at least 1 fps
- Quality should be on par or better then the original NeRF paper
- Should work with SFM techniques
- Insensitive to depth inaccuracies or image artifacts
- MVSNeRF: Fast Generalizable Radiance Field Reconstruction from Multi-View Stereo
- FastNeRF: High-Fidelity Neural Rendering at 200FPS
- SqueezeNeRF: Further factorized FastNeRF for memory-efficient inference
- EfficientNeRF: Efficient Neural Radiance Field
- Fast Dynamic Radiance Fields with Time-Aware Neural Voxels
- TensoRF: Tensorial Radiance Fields