New model card
Browse files
README.md
CHANGED
|
@@ -2,21 +2,71 @@
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
-
|
| 6 |
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
[]()
|
| 11 |
|
| 12 |
-
|
| 13 |
-
-
|
| 14 |
-
|
| 15 |
|
| 16 |
-
<p align="
|
| 17 |
-
<
|
| 18 |
-
</
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
| 21 |
### π Citation
|
| 22 |
|
|
|
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
|
| 5 |
+
---
|
| 6 |
|
| 7 |
+
<h1 align="center">
|
| 8 |
+
AsymDSD
|
| 9 |
+
</h1>
|
|
|
|
| 10 |
|
| 11 |
+
<h3 align="center">
|
| 12 |
+
Asymmetric Dual Self-Distillation for 3D Self-Supervised Representation Learning
|
| 13 |
+
</h3>
|
| 14 |
|
| 15 |
+
<p align="center">
|
| 16 |
+
<a href="https://arxiv.org/abs/2506.21724">
|
| 17 |
+
<img src="https://img.shields.io/badge/PDF-arXiv-b31b1b?logo=arxiv&style=flat-square" alt="PDF">
|
| 18 |
+
</a>
|
| 19 |
+
<a href="https://neurips.cc/Conferences/2025">
|
| 20 |
+
<img src="https://img.shields.io/badge/NeurIPS-2025-4c1?style=flat-square" alt="Conference">
|
| 21 |
+
</a>
|
| 22 |
+
<a href="https://github.com/remcofl/AsymDSD">
|
| 23 |
+
<img src="https://img.shields.io/badge/Code-GitHub-blue?style=flat-square&logo=github" alt="Code">
|
| 24 |
+
</a>
|
| 25 |
+
<a href="https://huggingface.co/remcofl/AsymDSD">
|
| 26 |
+
<img src="https://img.shields.io/badge/π€%20HuggingFace-Models-yellow?style=flat-square" alt="HuggingFace">
|
| 27 |
+
</a>
|
| 28 |
+
<a href="LICENSE">
|
| 29 |
+
<img src="https://img.shields.io/badge/License-MIT-97ca00?style=flat-square" alt="License">
|
| 30 |
+
</a>
|
| 31 |
+
<a>
|
| 32 |
+
<img src="https://img.shields.io/badge/Python-3.11-3776AB?style=flat-square" alt="Python">
|
| 33 |
+
</a>
|
| 34 |
+
</p>
|
| 35 |
|
| 36 |
+
<div align="center">
|
| 37 |
+
|
| 38 |
+
<table border="0" cellspacing="20">
|
| 39 |
+
<tr>
|
| 40 |
+
<td align="center"
|
| 41 |
+
π <b>Paper</b><br>
|
| 42 |
+
<a href="https://arxiv.org/abs/2506.21724">arXiv:2506.21724</a>
|
| 43 |
+
</td>
|
| 44 |
+
|
| 45 |
+
<td align="center">
|
| 46 |
+
π <b>Conference</b><br>
|
| 47 |
+
NeurIPS 2025 (accepted)
|
| 48 |
+
</td>
|
| 49 |
+
|
| 50 |
+
<td align="center">
|
| 51 |
+
π§π»βπΌ <b>Authors</b><br>
|
| 52 |
+
Remco F. Leijenaar<br>
|
| 53 |
+
Hamidreza Kasaei
|
| 54 |
+
</td>
|
| 55 |
+
</tr>
|
| 56 |
+
</table>
|
| 57 |
+
|
| 58 |
+
</div>
|
| 59 |
+
|
| 60 |
+
</div>
|
| 61 |
+
<p align="center">
|
| 62 |
+
<img src="https://raw.githubusercontent.com/remcofl/AsymDSD/refs/heads/main/assets/main_overview.png" width="800" alt="AsymDSD overview"/>
|
| 63 |
+
</p>
|
| 64 |
+
|
| 65 |
+
<p align="center">
|
| 66 |
+
<sub>Overview of the Asymmetric Dual Self-Distillation (AsymDSD) framework.</sub>
|
| 67 |
+
</p>
|
| 68 |
+
|
| 69 |
+
---
|
| 70 |
|
| 71 |
### π Citation
|
| 72 |
|