Skip to content

Commit

Permalink
paper release details added (#60)
Browse files Browse the repository at this point in the history
Signed-off-by: Vishwesh Nath <[email protected]>
  • Loading branch information
finalelement authored Dec 6, 2024
1 parent 7be688a commit e888c3c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ The repository provides a collection of vision language models, benchmarks, and

## 💡 News

- [2024/12/04] The arXiv version of VILA-M3 is now available [here](https://arxiv.org/abs/2411.12915).
- [2024/10/31] We released the [VILA-M3-3B](https://huggingface.co/MONAI/Llama3-VILA-M3-3B), [VILA-M3-8B](https://huggingface.co/MONAI/Llama3-VILA-M3-8B), and [VILA-M3-13B](https://huggingface.co/MONAI/Llama3-VILA-M3-13B) checkpoints on [HuggingFace](https://huggingface.co/MONAI).
- [2024/10/24] We presented VILA-M3 and the VLM module in MONAI at MONAI Day ([slides](./m3/docs/materials/VILA-M3_MONAI-Day_2024.pdf), [recording](https://www.youtube.com/watch?v=ApPVTuEtBjc&list=PLtoSVSQ2XzyDOjOn6oDRfEMCD-m-Rm2BJ&index=16))
- [2024/10/24] Interactive [VILA-M3 Demo](https://vila-m3-demo.monai.ngc.nvidia.com/) is available online!
Expand All @@ -17,7 +18,7 @@ The repository provides a collection of vision language models, benchmarks, and
It focuses on addressing the unique challenges faced by general-purpose vision-language models when applied to the medical domain and integrated with existing expert segmentation and classification models.

<p align="center">
<img src="m3/docs/images/MONAI-VLM_Overview.svg" width="95%"/>
<img src="m3/docs/images/VILA-M3_overview_v2.png" width="95%"/>
</p>

For details, see [here](m3/README.md).
Expand Down Expand Up @@ -134,3 +135,16 @@ To auto-format the code, run the following command:
```bash
isort . && black . && ruff format .
```
## References & Citation
If you find this work useful in your research, please consider citing:
```bibtex
@article{nath2024vila,
title={VILA-M3: Enhancing Vision-Language Models with Medical Expert Knowledge},
author={Nath, Vishwesh and Li, Wenqi and Yang, Dong and Myronenko, Andriy and Zheng, Mingxin and Lu, Yao and Liu, Zhijian and Yin, Hongxu and Law, Yee Man and Tang, Yucheng and others},
journal={arXiv preprint arXiv:2411.12915},
year={2024}
}
```
Binary file added m3/docs/images/VILA-M3_overview_v2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e888c3c

Please sign in to comment.