Div97 commited on
Commit
3817b7b
Β·
verified Β·
1 Parent(s): f59c629

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -14
README.md CHANGED
@@ -1,14 +1,11 @@
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
@@ -18,24 +15,58 @@ 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
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
 
 
3
  language: en
4
  tags:
5
  - self-supervised-learning
6
  - echocardiography
7
  - medical-imaging
8
  - video-representation
 
9
  datasets:
10
  - EchoDynamic
11
  - RVENet
 
15
  paper: https://arxiv.org/pdf/2506.11777
16
  ---
17
 
18
+ # πŸ«€ DISCOVR β€” Self-Supervised Echocardiography Representations
19
 
20
  **Paper:** *Self-Supervised Learning of Echocardiographic Video Representations via Online Cluster Distillation* β€” NeurIPS 2025
21
  πŸ“„ [arXiv:2506.11777](https://arxiv.org/pdf/2506.11777)
22
 
23
+ ---
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
46
+ - Representation learning for medical imaging
47
+
48
+ **Not for clinical or diagnostic use.**
49
 
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
57
+ - **Intended use:** Research & education
58
+ - **Not intended for:** Clinical decision-making or real-world patient care
59
 
60
  ---
61
+
62
+ ## 🧩 Citation
63
+
64
+ If you use DISCOVR in your work, please cite:
65
+
66
+ ```bibtex
67
+ @inproceedings{divakaran2025discovr,
68
+ title={Self-Supervised Learning of Echocardiographic Video Representations via Online Cluster Distillation},
69
+ author={Divakaran, Vignesh and others},
70
+ booktitle={Advances in Neural Information Processing Systems (NeurIPS)},
71
+ year={2025}
72
+ }