thewtex's picture
Add ultrasound foundation-model TorchScript exports (USF-MAE, SAMUS, URFM, UltraFedFM)
5ea26b1 verified
Raw
History Blame Contribute Delete
1.68 kB
fideus-labs/impact-torchscript-models
TorchScript feature extractors for ultrasound, packaged for ITKIMPACT.
These exports are DERIVATIVE WORKS. Each wraps an encoder whose weights were
trained and published by the authors named below; the weights themselves are
unmodified. Each model keeps its upstream license, reproduced in
LICENSES/ (see README.md for the per-model mapping).
US/USF-MAE (MIT, redistributed here)
Original authors: Youssef Megahed, Robin Ducharme, Aylin Erman, Mark C. Walker, Steven Hawken, Adrian D. C. Chan
Source code: https://github.com/Yusufii9/USF-MAE
License text: LICENSES/USF-MAE-MIT.txt
US/SAMUS (MIT, redistributed here)
Original authors: Xian Lin, Yangyang Xiang, Li Yu, Zengqiang Yan
Source code: https://github.com/xianlin7/SAMUS
License text: LICENSES/SAMUS-MIT.txt
US/URFM (MIT, not redistributed here)
Original authors: Qingbo Kang, Qicheng Lao, Jun Gao, Wuyongga Bao, Zhu He, Chenlin Du, Qiang Lu, Kang Li
Source code: https://huggingface.co/QingboKang/URFM
License text: LICENSES/URFM-MIT.txt
US/UltraFedFM (Apache-2.0, not redistributed here)
Original authors: Yuncheng Jiang, Chun-Mei Feng, Jinke Ren, Jun Wei, Zixun Zhang, Yiwen Hu, Yunbi Liu, Rui Sun, Xuemei Tang, Juan Du, Xiang Wan, Yong Xu, Bo Du, Xin Gao, Guangyu Wang, Shaohua Zhou, Shuguang Cui, Zhen Li
Source code: https://github.com/yuncheng97/UltraFedFM
License text: LICENSES/UltraFedFM-Apache-2.0.txt
The wrapper code around these weights (intensity normalization, layer
selection, the IMPACT forward signature) is contributed to ImpactLoss under
that project's license: https://github.com/vboussot/ImpactLoss