Skip to content

Commit d310436

Browse files
committed
Added dinov3 variants to list of supported models in docs + fixed typos
1 parent 52f5712 commit d310436

File tree

1 file changed

+36
-33
lines changed

1 file changed

+36
-33
lines changed

docs/index.md

Lines changed: 36 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pip install . # install the package
102102
|SPIDER-Breast | spider_breast | Classif. | 18 | Breast | 224x224 | 20x | 92,892 |
103103
|SPIDER-Colorectal | spider_colorectal | Classif. | 13 | CRC | 224x224 | 20x | 77,182 |
104104
|SPIDER-Skin | spider_skin | Classif. | 24 | Skin | 224x224 | 20x | 159,854 |
105-
|SPIDER-Thorax | spider_thoarx | Classif. | 14 | Thorax | 224x224 | 20x | 78,307 |
105+
|SPIDER-Thorax | spider_thorax | Classif. | 14 | Thorax | 224x224 | 20x | 78,307 |
106106
|TCGA CRC-MSI | tcga_crc_msi | Classif. | 2 | CRC | 512x512 | 20x | 51,918 |
107107
|TCGA TILS | tcga_tils | Classif. | 2 | Multi | 100x100 | 20x | 304,097 |
108108
|TCGA Uniform | tcga_uniform | Classif. | 32 | Multi | 256x256 | 20x | 271,170 |
@@ -112,35 +112,38 @@ pip install . # install the package
112112
|SegPath Lymphocytes | segpath_lymphocytes| Segm. | 2 | Multi | 256x256 | 40x | 110,457 |
113113

114114
## Supported foundation models
115-
|Name |Benchmark name | Vision arch. | Params. | Training method | VLM | Pathology |
116-
| :--------------------- | :--------------------: | :----------: | :-----: | :---------------------------------------: | :-: | :-------: |
117-
|GIGAPATH | provgigapath | ViT-G/14 | 1.1B | DINOv2 | |x |
118-
|HIBOU-B | hiboub | ViT-B/14 | 86M | DINOv2 | |x |
119-
|HIBOU-L | hiboul | ViT-L/14 | 307M | DINOv2 | |x |
120-
|H−OPTIMUS−0 | hoptimus0 | ViT-G/14 | 1.1B | DINOv2 | |x |
121-
|H0-mini | h0mini | ViT-B/14 | 86M | DINOv2 (teacher: H−OPTIMUS−0) | |x |
122-
|H−OPTIMUS−1 | hoptimus1 | ViT-G/14 | 1.1B | DINOv2 | |x |
123-
|KAIKO-S/8 | kaiko_vits8 | ViT-S/8 | 22M | DINO | |x |
124-
|KAIKO-S/16 | kaiko_vits16 | ViT-S/16 | 22M | DINO | |x |
125-
|KAIKO-B/8 | kaiko_vitb8 | ViT-B/8 | 86M | DINO | |x |
126-
|KAIKO-B/16 | kaiko_vitb16 | ViT-B/16 | 86M | DINO | |x |
127-
|MIDNIGHT | midnight | ViT-G/14 | 1.1B | DINOv2 | |x |
128-
|OpenMidnight | openmidnight | ViT-G/14 | 1.1B | DINOv2 | |x |
129-
|PHIKON | phikon | ViT-B/16 | 86M | iBOT | |x |
130-
|PHIKON2 | phikon2 | ViT-L/16 | 307M | DINOv2 | |x |
131-
|UNI | uni | ViT-L/16 | 307M | DINOv2 | |x |
132-
|UNI2-H | uni2h | ViT-H/14 | 681M | DINOv2 | |x |
133-
|VIRCHOW | virchow | ViT-H/14 | 632M | DINOv2 | |x |
134-
|VIRCHOW2 | virchow2 | ViT-H/14 | 632M | DINOv2 | |x |
135-
|CONCH | conch | ViT-B/16 | 86M | CoCa, iBOT |x |x |
136-
|CONCH 1.5 | titan | ViT-L/16 | 307M | CoCa |x |x |
137-
|KEEP | keep | ViT-L/16 | 307M | CLIP |x |x |
138-
|MUSK | musk | V-FFN | 202M | CoCa, BEiT-3 |x |x |
139-
|PLIP | plip | ViT-B/32 | 86M | CLIP |x |x |
140-
|QUILTNET | quiltnetb32 | ViT-B/32 | 86M | CLIP |x |x |
141-
|DINOv2-B | dinov2base | ViT-B/14 | 86M | DINOv2 | | |
142-
|DINOv2-L | dinov2large | ViTL/14 | 307M | DINOv2 | | |
143-
|ViT-B/16 | vitbasepatch16224in21k | ViT-B/16 | 86M | Imagenet | | |
144-
|ViT-L/16 | vitlargepatch16224in21k| ViT-L/16 | 307M | Imagenet | | |
145-
|CLIP-B/32 | clipvitbasepatch32 | ViT-B/32 | 86M | CLIP |x | |
146-
|CLIP-L/14 | clipvitlargepatch14 | ViT-L/14 | 307M | CLIP |x | |
115+
|Name |Benchmark name | Vision arch. | Params. | Training method | VLM | Pathology |
116+
| :--------------------- | :--------------------------: | :----------: | :-----: | :---------------------------------------: | :-: | :-------: |
117+
|GIGAPATH | provgigapath | ViT-G/14 | 1.1B | DINOv2 | |x |
118+
|HIBOU-B | hiboub | ViT-B/14 | 86M | DINOv2 | |x |
119+
|HIBOU-L | hiboul | ViT-L/14 | 307M | DINOv2 | |x |
120+
|H−OPTIMUS−0 | hoptimus0 | ViT-G/14 | 1.1B | DINOv2 | |x |
121+
|H0-mini | h0mini | ViT-B/14 | 86M | DINOv2 (teacher: H−OPTIMUS−0) | |x |
122+
|H−OPTIMUS−1 | hoptimus1 | ViT-G/14 | 1.1B | DINOv2 | |x |
123+
|KAIKO-S/8 | kaiko_vits8 | ViT-S/8 | 22M | DINO | |x |
124+
|KAIKO-S/16 | kaiko_vits16 | ViT-S/16 | 22M | DINO | |x |
125+
|KAIKO-B/8 | kaiko_vitb8 | ViT-B/8 | 86M | DINO | |x |
126+
|KAIKO-B/16 | kaiko_vitb16 | ViT-B/16 | 86M | DINO | |x |
127+
|MIDNIGHT | midnight | ViT-G/14 | 1.1B | DINOv2 | |x |
128+
|OpenMidnight | openmidnight | ViT-G/14 | 1.1B | DINOv2 | |x |
129+
|PHIKON | phikon | ViT-B/16 | 86M | iBOT | |x |
130+
|PHIKON2 | phikon2 | ViT-L/16 | 307M | DINOv2 | |x |
131+
|UNI | uni | ViT-L/16 | 307M | DINOv2 | |x |
132+
|UNI2-H | uni2h | ViT-H/14 | 681M | DINOv2 | |x |
133+
|VIRCHOW | virchow | ViT-H/14 | 632M | DINOv2 | |x |
134+
|VIRCHOW2 | virchow2 | ViT-H/14 | 632M | DINOv2 | |x |
135+
|CONCH | conch | ViT-B/16 | 86M | CoCa, iBOT |x |x |
136+
|CONCH 1.5 | titan | ViT-L/16 | 307M | CoCa |x |x |
137+
|KEEP | keep | ViT-L/16 | 307M | CLIP |x |x |
138+
|MUSK | musk | V-FFN | 202M | CoCa, BEiT-3 |x |x |
139+
|PLIP | plip | ViT-B/32 | 86M | CLIP |x |x |
140+
|QUILTNET | quiltnetb32 | ViT-B/32 | 86M | CLIP |x |x |
141+
|DINOv2-B | dinov2base | ViT-B/14 | 86M | DINOv2 | | |
142+
|DINOv2-L | dinov2large | ViT-L/14 | 307M | DINOv2 | | |
143+
|DINOv3-S | dinov3vits16pretrainlvd1689m | ViT-S/16 | 22M | DINOv3 | | |
144+
|DINOv3-B | dinov3vitb16pretrainlvd1689m | ViT-B/16 | 86M | DINOv3 | | |
145+
|DINOv3-L | dinov3vitl16pretrainlvd1689m | ViT-L/16 | 307M | DINOv3 | | |
146+
|ViT-B/16 | vitbasepatch16224in21k | ViT-B/16 | 86M | Imagenet | | |
147+
|ViT-L/16 | vitlargepatch16224in21k | ViT-L/16 | 307M | Imagenet | | |
148+
|CLIP-B/32 | clipvitbasepatch32 | ViT-B/32 | 86M | CLIP |x | |
149+
|CLIP-L/14 | clipvitlargepatch14 | ViT-L/14 | 307M | CLIP |x | |

0 commit comments

Comments
 (0)