remcofl commited on
Commit
43b0278
Β·
verified Β·
1 Parent(s): e7f94ca

New model card

Browse files
Files changed (1) hide show
  1. README.md +61 -11
README.md CHANGED
@@ -2,21 +2,71 @@
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
 
 
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