Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,41 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: apache-2.0
|
| 3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
---
|
| 4 |
+
---
|
| 5 |
+
language: en
|
| 6 |
+
tags:
|
| 7 |
+
- self-supervised-learning
|
| 8 |
+
- echocardiography
|
| 9 |
+
- medical-imaging
|
| 10 |
+
- video-representation
|
| 11 |
+
license: apache-2.0
|
| 12 |
+
datasets:
|
| 13 |
+
- EchoDynamic
|
| 14 |
+
- RVENet
|
| 15 |
+
- EchoNet-Pediatric-LVH
|
| 16 |
+
library_name: pytorch
|
| 17 |
+
model_index: deep-learning
|
| 18 |
+
paper: https://arxiv.org/pdf/2506.11777
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
# 🫀 DISCOVR (checkpoint: `DISCOVR_399_Adult_Pediatric`)
|
| 22 |
+
|
| 23 |
+
**Paper:** *Self-Supervised Learning of Echocardiographic Video Representations via Online Cluster Distillation* — NeurIPS 2025
|
| 24 |
+
📄 [arXiv:2506.11777](https://arxiv.org/pdf/2506.11777)
|
| 25 |
+
|
| 26 |
+
**Hugging Face repo:** `Div97/DISCOVR_399_Adult_Pediatric`
|
| 27 |
+
**This checkpoint:** DISCOVR trained for **400 epochs** on adult and pediatric echocardiography datasets (EchoDynamic, RVENet, EchoNet-Pediatric LVH).
|
| 28 |
+
|
| 29 |
+
> **Short description**
|
| 30 |
+
> This checkpoint contains the DISCOVR backbone trained with self-supervised online cluster distillation to learn spatio-temporal cardiac video representations. It captures fine-grained anatomical semantics and global temporal dynamics for downstream tasks such as anomaly detection, classification, and segmentation. **Not for clinical use.**
|
| 31 |
+
|
| 32 |
+
---
|
| 33 |
+
|
| 34 |
+
## 🔖 Quick facts
|
| 35 |
+
- **Model name (repo):** `Div97/DISCOVR_399_Adult_Pediatric`
|
| 36 |
+
- **Training:** 400 epochs, ViT-Base backbone, 64-frame clips (stride 3)
|
| 37 |
+
- **Datasets used (training):** EchoDynamic, RVENet, EchoNet-Pediatric LVH
|
| 38 |
+
- **Intended use:** Research & educational purposes; downstream representation learning for echocardiography
|
| 39 |
+
- **Not intended for:** Clinical diagnosis, medical decision-making
|
| 40 |
+
|
| 41 |
+
---
|