#80 · Primary category: Foundation Models

LLaVA-Mini

efficient gpt4o gpt4v large-language-models large-multimodal-models llama llava multimodal multimodal-large-language-models video vision vision-language-model visual-instruction-tuning

LLaVA-Mini is a unified large multimodal model (LMM) that can support the understanding of images, high-resolution images, and videos in an efficient manner.

Project last updated:06/29/25

GitHub Stars

577

Forks

34

Contributors

2

License

Apache-2.0

Why we included this project

Most multimodal models pay a heavy price in compute and memory for every image they look at, because each picture becomes hundreds of visual tokens. LLaVA-Mini sidesteps that by compressing an image into a single token, which the authors say cuts FLOPs by about 77% and brings per-image VRAM down from hundreds of megabytes to under a megabyte, while staying close to LLaVA-v1.5 in accuracy. That saving carries over to video, where the model can handle very long clips on a single 24GB GPU, making it a realistic choice for applications that would otherwise be too costly to run. The repo includes a Gradio demo, command-line scripts for images and video, and training and evaluation docs, so you can go from downloading the Hugging Face weights to a working interface fairly quickly. It is a research release built on the LLaVA codebase, so expect to adapt it rather than treat it as a turnkey product, but the efficiency gains are concrete and measurable.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category