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 NeRF-MAE, ECCV'24 #35

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
12 changes: 11 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,13 +478,23 @@ arxiv 2022.


## 3D Object Detection

<p>
<font size=3><b>NeRF-MAE: Masked AutoEncoders for Self-Supervised 3D Representation Learning for Neural Radiance Fields.</b></font>
<br>
<font size=2>Muhammad Zubair Irshad, Sergey Zakharov, Vitor Guizilini, Adrien Gaidon, Zsolt Kira, Rares Ambrus</font>
<br>
<font size=2>ECCV 2024.</font>
<a href='https://www.melba-journal.org/papers/2023:003.html'>[paper]</a> <a href='https://github.com/bwittmann/transoar'>[code]</a>
</p>

<p>
<font size=3><b>[Focused Decoder] Focused Decoding Enables 3D Anatomical Detection by Transformers.</b></font>
<br>
<font size=2>Bastian Wittmann, Fernando Navarro, Suprosanna Shit, Bjoern Menze</font>
<br>
<font size=2>MELBA Feb. 2023.</font>
<a href='https://www.melba-journal.org/papers/2023:003.html'>[paper]</a> <a href='https://github.com/bwittmann/transoar'>[code]</a>
<a href='https://arxiv.org/pdf/2404.01300'>[paper]</a> <a href='[https://github.com/bwittmann/transoar](https://github.com/zubair-irshad/NeRF-MAE)'>[code]</a>
</p>

<p>
Expand Down