File size: 1,142 Bytes
8a28f02
 
 
 
 
 
2498a81
ad86fff
8a28f02
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6c51f60
 
 
 
 
 
 
8a28f02
6c51f60
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
---
pipeline_tag: image-segmentation
tags:
- medical
- biology
- clinical
license: other
# license_name: openrail++-m
---

# vesselFM
**TL;DR**: VesselFM is a foundation model for universal 3D blood vessel segmentation in arbitrary imaging domains.
For details, please refer to our preprint (https://arxiv.org/pdf/2411.17386) and our GitHub repo (https://github.com/bwittmann/vesselFM).

---
### Checkpoints
We provide the following checkpoints:

- `vesselFM_base.pt`: VesselFM pre-trained on our three proposed data sources (D_real, D_drand, and D_flow). This checkpoint will be automatically downloaded in `vesselfm/seg/inference.py`.


### Citing vesselFM
If you find our work useful, please cite:
```bibtex
@InProceedings{Wittmann_2025_CVPR,
    author    = {Wittmann, Bastian and Wattenberg, Yannick and Amiranashvili, Tamaz and Shit, Suprosanna and Menze, Bjoern},
    title     = {vesselFM: A Foundation Model for Universal 3D Blood Vessel Segmentation},
    booktitle = {Proceedings of the Computer Vision and Pattern Recognition Conference (CVPR)},
    month     = {June},
    year      = {2025},
    pages     = {20874-20884}
}
```