Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add New NeRF-Based Robotics Papers: NeRF-Aug, NeRF-Con, DISORF, and Uncertainty-aware Active Learning #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,9 @@ For an overview of **NeRFs**, checkout the Survey ([Neural Volume Rendering: NeR
* **2D-SDF-SLAM**: "A Signed Distance Function based SLAM Frontend for Laser Scanners", *IROS, 2015*. [[Paper](https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=7353633)]

* **LONER**: "LiDAR Only Neural Representations for Real-Time SLAM", *RA-L, 2023*. [[paper](https://arxiv.org/abs/2309.04937)] [[code](https://github.com/umautobots/loner)] [[website](https://umautobots.github.io/loner)]

* **DISORF**: "A Distributed Online NeRF Training and Rendering Framework for Mobile Robots", *arXiv, 2024*. [[Paper](https://arxiv.org/pdf/2403.00228)]

---
## Manipulation/RL

Expand Down Expand Up @@ -309,6 +312,11 @@ For an overview of **NeRFs**, checkout the Survey ([Neural Volume Rendering: NeR
* **EndoNeRF**: "Neural Rendering for Stereo 3D Reconstruction of Deformable Tissues in Robotic Surgery", *MICCAI, 2022*. [[Paper](https://arxiv.org/pdf/2206.15255.pdf)] [[Pytorch Code](https://github.com/med-air/EndoNeRF)]

* **NFMP**: "Neural Field Movement Primitives for Joint Modelling of Scenes and Motions", *IROS, 2023*. [[Paper](https://arxiv.org/pdf/2308.05040)] [[Code](https://github.com/Fzaero/Neural-Field-Movement-Primitives)] [[Website](https://fzaero.github.io/NFMP/)]

* **NeRF-Aug**: "Data Augmentation for Robotics with Neural Radiance Fields", *arXiv, 2024*. [[Paper](https://arxiv.org/pdf/2411.02482)] [[Website](https://nerf-aug.github.io./)]

* **ActNeRF**: "Uncertainty-aware Active Learning of NeRF-based Object Models for Robot Manipulators using Visual and Re-orientation Actions", *IROS, 2024*. [[Paper](https://ieeexplore.ieee.org/document/10801767)] [[Code](https://github.com/ActNeRF/ActNeRF)] [[Website](https://actnerf.github.io/)]


---
## Object Reconstruction
Expand Down Expand Up @@ -339,6 +347,8 @@ https://arxiv.org/pdf/1901.05103.pdf)] [[Pytorch Code](https://github.com/facebo

* **Occupancy networks**: " Learning 3d reconstruction in function space", *CVPR, 2019*. [[Paper](https://arxiv.org/pdf/1812.03828.pdf)] [[Website](https://avg.is.mpg.de/publications/occupancy-networks)]

* **NeRF-Con**: "NeRF-Con: Neural Radiance Fields for Automated Construction Progress Monitoring", *ISARC, 2024*. [[Paper](https://www.researchgate.net/profile/Yuntae-Jeon/publication/381119120_NeRF-Con_Neural_Radiance_Fields_for_Automated_Construction_Progress_Monitoring/links/667eb8aa714e0b031532e3ab/NeRF-Con-Neural-Radiance-Fields-for-Automated-Construction-Progress-Monitoring.pdf)]

---
## Physics

Expand Down