Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,8 @@ This encoder is a pure vision backbone designed for medical imaging foundation m
|
|
| 7 |
|
| 8 |
## Architecture Overview
|
| 9 |
|
|
|
|
|
|
|
| 10 |
The implementation lives in `modeling_smb_vision.py` and exposes three main classes:
|
| 11 |
|
| 12 |
- `SMBVisionEncoder`: Vision encoder with 3D patch embedding and stacked Transformer blocks
|
|
@@ -138,7 +140,10 @@ print(encoded_patches.shape)
|
|
| 138 |
|
| 139 |
|
| 140 |
## Training Data
|
| 141 |
-
CTs for lung and abdomen from TCIA.
|
|
|
|
|
|
|
|
|
|
| 142 |
|
| 143 |
|
| 144 |
## Citation
|
|
|
|
| 7 |
|
| 8 |
## Architecture Overview
|
| 9 |
|
| 10 |
+
This encoder is initialized using `Qwen3-VL`'s vision encoder.
|
| 11 |
+
|
| 12 |
The implementation lives in `modeling_smb_vision.py` and exposes three main classes:
|
| 13 |
|
| 14 |
- `SMBVisionEncoder`: Vision encoder with 3D patch embedding and stacked Transformer blocks
|
|
|
|
| 140 |
|
| 141 |
|
| 142 |
## Training Data
|
| 143 |
+
CTs for lung and abdomen from TCIA.
|
| 144 |
+
TODO: Details about CTs.
|
| 145 |
+
TODO: Details about CXRs.
|
| 146 |
+
TODO: Details about MRIs.
|
| 147 |
|
| 148 |
|
| 149 |
## Citation
|