Div97 commited on
Commit
dddf54e
·
verified ·
1 Parent(s): ff97d7a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -10
README.md CHANGED
@@ -24,22 +24,22 @@ paper: https://arxiv.org/pdf/2506.11777
24
 
25
  ## 📦 Available Checkpoints
26
 
27
- | Epochs | Checkpoint | Hugging Face Repo |
28
- |:-------:|:------------|:------------------|
29
- | 200 | `DISCOVR_199_Adult_Pediatric` | [`Div97/DISCOVR_199_Adult_Pediatric`](https://huggingface.co/Div97/DISCOVR_199_Adult_Pediatric) |
30
- | 300 | `DISCOVR_299_Adult_Pediatric` | [`Div97/DISCOVR_299_Adult_Pediatric`](https://huggingface.co/Div97/DISCOVR_299_Adult_Pediatric) |
31
- | 400 | `DISCOVR_399_Adult_Pediatric` | [`Div97/DISCOVR_399_Adult_Pediatric`](https://huggingface.co/Div97/DISCOVR_399_Adult_Pediatric) |
32
- | 600 | `DISCOVR_599_Adult_Pediatric` | [`Div97/DISCOVR_599_Adult_Pediatric`](https://huggingface.co/Div97/DISCOVR_599_Adult_Pediatric) |
33
- | 800 | `DISCOVR_799_Adult_Pediatric` | [`Div97/DISCOVR_799_Adult_Pediatric`](https://huggingface.co/Div97/DISCOVR_799_Adult_Pediatric) |
34
 
35
- > Each checkpoint corresponds to a model trained for **~200, 300, 400, 600, and 800 epochs**, respectively, 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
- The model learns to capture 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,7 +50,8 @@ The model learns to capture both fine-grained anatomical semantics and global te
50
  ---
51
 
52
  ## 🔖 Quick Facts
53
- - **Model family:** `DISCOVR_[199/299/399/599/799]_Adult_Pediatric`
 
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