Update README.md
Browse files
README.md
CHANGED
|
@@ -24,22 +24,22 @@ paper: https://arxiv.org/pdf/2506.11777
|
|
| 24 |
|
| 25 |
## 📦 Available Checkpoints
|
| 26 |
|
| 27 |
-
| Epochs |
|
| 28 |
-
|
| 29 |
-
| 200 | `
|
| 30 |
-
| 300 | `
|
| 31 |
-
| 400 | `
|
| 32 |
-
| 600 | `
|
| 33 |
-
| 800 | `
|
| 34 |
|
| 35 |
-
> Each checkpoint corresponds to a model trained for
|
| 36 |
|
| 37 |
---
|
| 38 |
|
| 39 |
## 🧠 Model Overview
|
| 40 |
|
| 41 |
DISCOVR is a self-supervised framework for learning spatio-temporal echocardiographic video representations via **online cluster distillation**.
|
| 42 |
-
|
| 43 |
- Cardiac view classification
|
| 44 |
- Functional abnormality detection
|
| 45 |
- Video segmentation
|
|
@@ -50,7 +50,8 @@ The model learns to capture both fine-grained anatomical semantics and global te
|
|
| 50 |
---
|
| 51 |
|
| 52 |
## 🔖 Quick Facts
|
| 53 |
-
- **
|
|
|
|
| 54 |
- **Architecture:** ViT-Base backbone, 64-frame clips (stride 3)
|
| 55 |
- **Datasets used:** EchoDynamic, RVENet, EchoNet-Pediatric LVH
|
| 56 |
- **Training objective:** Self-supervised online cluster distillation
|
|
|
|
| 24 |
|
| 25 |
## 📦 Available Checkpoints
|
| 26 |
|
| 27 |
+
| Epochs | Filename | Description |
|
| 28 |
+
|:-------:|:-----------|:-------------|
|
| 29 |
+
| 200 | `checkpoint-199.pth` | Model trained for ~200 epochs |
|
| 30 |
+
| 300 | `checkpoint-299.pth` | Model trained for ~300 epochs |
|
| 31 |
+
| 400 | `checkpoint-399.pth` | Model trained for ~400 epochs |
|
| 32 |
+
| 600 | `checkpoint-599.pth` | Model trained for ~600 epochs |
|
| 33 |
+
| 800 | `checkpoint-799.pth` | Model trained for ~800 epochs |
|
| 34 |
|
| 35 |
+
> Each checkpoint corresponds to a model trained for the indicated number of epochs on **adult and pediatric echocardiography datasets** (EchoDynamic, RVENet, EchoNet-Pediatric LVH).
|
| 36 |
|
| 37 |
---
|
| 38 |
|
| 39 |
## 🧠 Model Overview
|
| 40 |
|
| 41 |
DISCOVR is a self-supervised framework for learning spatio-temporal echocardiographic video representations via **online cluster distillation**.
|
| 42 |
+
It learns both fine-grained anatomical semantics and global temporal dynamics, supporting downstream tasks such as:
|
| 43 |
- Cardiac view classification
|
| 44 |
- Functional abnormality detection
|
| 45 |
- Video segmentation
|
|
|
|
| 50 |
---
|
| 51 |
|
| 52 |
## 🔖 Quick Facts
|
| 53 |
+
- **Repo:** `Div97/DISCOVR_ADULT_PEDIATRIC_MODEL`
|
| 54 |
+
- **Model family:** DISCOVR checkpoints (199 → 799)
|
| 55 |
- **Architecture:** ViT-Base backbone, 64-frame clips (stride 3)
|
| 56 |
- **Datasets used:** EchoDynamic, RVENet, EchoNet-Pediatric LVH
|
| 57 |
- **Training objective:** Self-supervised online cluster distillation
|