Louis Martinez commited on
Commit
edb979f
·
1 Parent(s): b283ca6

Added citation to paper

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -149,3 +149,18 @@ Each sample provides:
149
  - one metadata entry in `metadata.csv`
150
 
151
  The metadata describes the global topology of each sample through its total genus, number of connected components, and component-wise genus distribution.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
149
  - one metadata entry in `metadata.csv`
150
 
151
  The metadata describes the global topology of each sample through its total genus, number of connected components, and component-wise genus distribution.
152
+
153
+ ## Citation
154
+
155
+ If you use DONUT, please cite the paper [FILTR: Extracting Topological Features from Pretrained 3D Models](https://arxiv.org/abs/2604.22334):
156
+
157
+ ```bibtex
158
+ @misc{martinez2026filtr,
159
+ title={FILTR: Extracting Topological Features from Pretrained 3D Models},
160
+ author={Martinez, Louis and Ovsjanikov, Maks},
161
+ year={2026},
162
+ eprint={2604.22334},
163
+ archivePrefix={arXiv},
164
+ url={https://arxiv.org/abs/2604.22334}
165
+ }
166
+ ```