Update README.md
Browse files
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 |
+
[](https://arxiv.org/abs/2506.21724)
|
| 8 |
+
[](https://neurips.cc/Conferences/2025)
|
| 9 |
+
[](LICENSE)
|
| 10 |
+
[]()
|
| 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 |
+
```
|