File size: 2,168 Bytes
dbc61c4
 
 
 
43b0278
dbc61c4
43b0278
 
 
dbc61c4
43b0278
 
 
dbc61c4
43b0278
 
 
 
 
 
 
 
 
 
 
 
 
118fb13
43b0278
 
 
 
 
 
dbc61c4
43b0278
 
 
 
7e31671
43b0278
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dbc61c4
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
license: mit
---

--- 

<h1 align="center">
AsymDSD
</h1>

<h3 align="center">
Asymmetric Dual Self-Distillation for 3D Self-Supervised Representation Learning
</h3>

<p align="center">
  <a href="https://arxiv.org/abs/2506.21724">
    <img src="https://img.shields.io/badge/PDF-arXiv-b31b1b?logo=arxiv&style=flat-square" alt="PDF">
  </a>
  <a href="https://neurips.cc/Conferences/2025">
    <img src="https://img.shields.io/badge/NeurIPS-2025-4c1?style=flat-square" alt="Conference">
  </a>
  <a href="https://github.com/remcofl/AsymDSD">
    <img src="https://img.shields.io/badge/Code-GitHub-blue?style=flat-square&logo=github" alt="Code">
  </a>
  <a href="https://huggingface.co/remcofl/AsymDSD">
    <img src="https://img.shields.io/badge/πŸ€—%20HuggingFace-Models-yellow?style=flat-square" alt="HuggingFace">
  </a>
  <a href="https://github.com/remcofl/AsymDSD/blob/main/LICENSE">
    <img src="https://img.shields.io/badge/License-MIT-97ca00?style=flat-square" alt="License">
  </a>
  <a>
    <img src="https://img.shields.io/badge/Python-3.11-3776AB?style=flat-square" alt="Python">
  </a>
</p>

<div align="center">

<table border="0" cellspacing="20">
<tr>
  <td align="center">
    πŸ“„ <b>Paper</b><br>
    <a href="https://arxiv.org/abs/2506.21724">arXiv:2506.21724</a>
  </td>

  <td align="center">
    πŸŽ“ <b>Conference</b><br>
    NeurIPS 2025 (accepted)
  </td>

  <td align="center">
    πŸ§‘πŸ»β€πŸ’Ό <b>Authors</b><br>
    Remco F. Leijenaar<br>
    Hamidreza Kasaei
  </td>
</tr>
</table>

</div>

</div>
<p align="center">
  <img src="https://raw.githubusercontent.com/remcofl/AsymDSD/refs/heads/main/assets/main_overview.png" width="800" alt="AsymDSD overview"/>
</p>

<p align="center">
  <sub>Overview of the Asymmetric Dual Self-Distillation (AsymDSD) framework.</sub>
</p>

---

### πŸ“‘ Citation

If you find this repository useful, please cite our paper:

```bibtex
@article{leijenaar2025asymmetric,
  title={Asymmetric Dual Self-Distillation for 3D Self-Supervised Representation Learning},
  author={Leijenaar, Remco F and Kasaei, Hamidreza},
  journal={Advances in Neural Information Processing Systems},
  year={2025}
}
```