remcofl commited on
Commit
dbc61c4
ยท
verified ยท
1 Parent(s): 9c8103f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -3
README.md CHANGED
@@ -1,3 +1,32 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+ # Asymmetric Dual Self-Distillation for 3D Self-Supervised Representation Learning
6
+
7
+ [![ArXiv](https://img.shields.io/badge/arXiv-2506.21724-b31b1b.svg)](https://arxiv.org/abs/2506.21724)
8
+ [![Conference](https://img.shields.io/badge/NeurIPS-2025-green.svg)](https://neurips.cc/Conferences/2025)
9
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
10
+ [![Python](https://img.shields.io/badge/python-3.11-blue.svg)]()
11
+
12
+ - ๐Ÿ“„ **Paper**: [Asymmetric Dual Self-Distillation for 3D Self-Supervised Representation Learning](https://arxiv.org/abs/2506.21724)
13
+ - ๐ŸŽ“ **Conference**: *NeurIPS 2025* (accepted)
14
+ - ๐Ÿง‘๐Ÿปโ€๐Ÿ’ผ **Authors**: Remco F. Leijenaar, Hamidreza Kasaei
15
+
16
+ <p align="left">
17
+ <img src="https://raw.githubusercontent.com/remcofl/AsymDSD/refs/heads/main/assets/main_overview.png" alt="AsymDSD Visualization", width="800"/>
18
+ </p>
19
+
20
+
21
+ ### ๐Ÿ“‘ Citation
22
+
23
+ If you find this repository useful, please cite our paper:
24
+
25
+ ```bibtex
26
+ @article{leijenaar2025asymmetric,
27
+ title={Asymmetric Dual Self-Distillation for 3D Self-Supervised Representation Learning},
28
+ author={Leijenaar, Remco F and Kasaei, Hamidreza},
29
+ journal={Advances in Neural Information Processing Systems},
30
+ year={2025}
31
+ }
32
+ ```