rciric commited on
Commit
434bd2a
·
verified ·
1 Parent(s): d0b331e

Initial upload via tools/push_to_hf.py (architecture: ilex.models.triad.TriadPlainConvUNet)

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. config.json +1 -1
  3. model.safetensors +1 -1
README.md CHANGED
@@ -14,7 +14,7 @@ license_link: https://github.com/wangshansong1/Triad/blob/main/LICENSE
14
 
15
  ## Description
16
 
17
- Triad vision foundation model for 3D MRI, ported to JAX / Equinox from the upstream PyTorch release. Triad is an nnUNet PlainConvEncoder pretrained self-supervised on Triad-131K (131,170 3D MRI volumes spanning brain, breast, and prostate; T1/T2/FLAIR/DWI/fMRI/DCE) and serves as a transfer-learning backbone for downstream MRI segmentation, classification, and registration. The published checkpoints are encoder-only (the self-supervised decoder / mask token are stripped); this port exposes the pretrained encoder, whose multi-scale skip features are the transfer representation. Two pretraining objectives are released as separate bundles: masked autoencoding (MAE) and SimMIM. The alternative Swin-B backbone variants are out of scope for v0 (pending a 3D Swin-UNETR primitive).
18
 
19
  ## Intended use
20
 
 
14
 
15
  ## Description
16
 
17
+ Triad vision foundation model for 3D MRI, ported to JAX / Equinox from the upstream PyTorch release. Triad is an nnUNet PlainConvEncoder pretrained self-supervised on Triad-131K (131,170 3D MRI volumes spanning brain, breast, and prostate; T1/T2/FLAIR/DWI/fMRI/DCE) and serves as a transfer-learning backbone for downstream MRI segmentation, classification, and registration. The published checkpoints are encoder-only (the self-supervised decoder / mask token are stripped); this port exposes the pretrained encoder, whose multi-scale features are the transfer representation. Two backbone families are ported: the nnUNet PlainConvUNet encoder (TriadPlainConvUNet) and the 3D Swin Transformer encoder (TriadSwinViT, the Swin-B variant, via the shared nimox SwinViT primitive). Each is released under two self-supervised objectives -- masked autoencoding (MAE) and SimMIM -- as separate bundles (four in total).
18
 
19
  ## Intended use
20
 
config.json CHANGED
@@ -19,7 +19,7 @@
19
  "authors": "Wang S., et al.",
20
  "copyright": "Network architecture and pretrained weights: copyright (c) the Triad authors, released under the MIT License. JAX / Equinox port: copyright (c) the ilex authors, released under the Apache-2.0 / GPL-3.0 dual license used by ilex itself.",
21
  "data_type": "nibabel",
22
- "description": "Triad vision foundation model for 3D MRI, ported to JAX / Equinox from the upstream PyTorch release. Triad is an nnUNet PlainConvEncoder pretrained self-supervised on Triad-131K (131,170 3D MRI volumes spanning brain, breast, and prostate; T1/T2/FLAIR/DWI/fMRI/DCE) and serves as a transfer-learning backbone for downstream MRI segmentation, classification, and registration. The published checkpoints are encoder-only (the self-supervised decoder / mask token are stripped); this port exposes the pretrained encoder, whose multi-scale skip features are the transfer representation. Two pretraining objectives are released as separate bundles: masked autoencoding (MAE) and SimMIM. The alternative Swin-B backbone variants are out of scope for v0 (pending a 3D Swin-UNETR primitive).",
23
  "equinox_version": "0.13.8",
24
  "ilex_version": "0.0.0.dev0",
25
  "image_classes": "Single-channel 3D MRI volume (contrast-general; pretrained across T1, T2, FLAIR, DWI, fMRI, DCE).",
 
19
  "authors": "Wang S., et al.",
20
  "copyright": "Network architecture and pretrained weights: copyright (c) the Triad authors, released under the MIT License. JAX / Equinox port: copyright (c) the ilex authors, released under the Apache-2.0 / GPL-3.0 dual license used by ilex itself.",
21
  "data_type": "nibabel",
22
+ "description": "Triad vision foundation model for 3D MRI, ported to JAX / Equinox from the upstream PyTorch release. Triad is an nnUNet PlainConvEncoder pretrained self-supervised on Triad-131K (131,170 3D MRI volumes spanning brain, breast, and prostate; T1/T2/FLAIR/DWI/fMRI/DCE) and serves as a transfer-learning backbone for downstream MRI segmentation, classification, and registration. The published checkpoints are encoder-only (the self-supervised decoder / mask token are stripped); this port exposes the pretrained encoder, whose multi-scale features are the transfer representation. Two backbone families are ported: the nnUNet PlainConvUNet encoder (TriadPlainConvUNet) and the 3D Swin Transformer encoder (TriadSwinViT, the Swin-B variant, via the shared nimox SwinViT primitive). Each is released under two self-supervised objectives -- masked autoencoding (MAE) and SimMIM -- as separate bundles (four in total).",
23
  "equinox_version": "0.13.8",
24
  "ilex_version": "0.0.0.dev0",
25
  "image_classes": "Single-channel 3D MRI volume (contrast-general; pretrained across T1, T2, FLAIR, DWI, fMRI, DCE).",
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6dfa2c1bad59af37331957bf712c47871e25042becb0a1e4acd3b15d329ad498
3
  size 56105544
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea9e073b2d51d378f627f85ffc402551981b55f3435ba300da0abf5f5f9763db
3
  size 56105544