KadirYilmaz commited on
Commit
74d3370
·
verified ·
1 Parent(s): 936c584

Update README

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -1,3 +1,20 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # Volume Transformer: Revisiting Vanilla Transformers for 3D Scene Understanding
6
+
7
+ [[`Code`](https://github.com/YilmazKadir/Volt)] [[`arXiv`](https://arxiv.org/abs/)] [[`Project Page`](https://vision.rwth-aachen.de/Volt)] [[`BibTeX`](#-Citation)]
8
+
9
+ ## 🎓 Citation
10
+
11
+ If you use our work in your research, please use the following BibTeX entry.
12
+
13
+ ```
14
+ @article{yilmaz2026volt,
15
+ title = {{Volume Transformer: Revisiting Vanilla Transformers for 3D Scene Understanding}},
16
+ author = {Yilmaz, Kadir and Kruse, Adrian and Höfer, Tristan and de Geus, Daan and Leibe, Bastian},
17
+ journal = {arXiv preprint arXiv:},
18
+ year = {2026}
19
+ }
20
+ ```