On-device vision-language model for fetal ultrasound image analysis, optimized for mobile deployment via llama.cpp.
1# Using llama-mtmd-cli from llama.cpp
2./llama-mtmd-cli \
3 -m fada-skd-0.8b-Q4_K_M.gguf \
4 --mmproj fada-skd-0.8b-mmproj-f16.gguf \
5 -p "Analyze this fetal ultrasound image" \
6 --image ultrasound.jpg
This model is designed for on-device mobile deployment using the FADA Android app with llama.cpp's multimodal (mtmd) library for native inference without cloud connectivity.
1@misc{alzubaidi2026fadaaccessiblefetalultrasound,
2 title={FADA: Accessible fetal ultrasound interpretation and annotation with a selectively distilled unified vision-language model},
3 author={ },
4 year={2026},
5 eprint={2606.11106},
6 archivePrefix={arXiv},
7 primaryClass={cs.CV},
8 url={https://arxiv.org/abs/2606.11106},
9}
This is a research prototype. Not for clinical diagnostic use. All outputs should be reviewed by qualified medical professionals.