#117 · Primary category: Foundation Models

Groma

foundation-models grounding large-language-models llama llama2 llm mllm multimodal vision-language-model

[ECCV2024] Grounded Multimodal Large Language Model with Localized Visual Tokenization

Project last updated:06/07/24

GitHub Stars

586

Forks

44

Contributors

4

License

Apache-2.0

Why we included this project

Groma is a research-oriented multimodal large language model that grounds its answers in specific parts of an image through a localized visual tokenizer. It accepts user-drawn region boxes as input and can produce long-form responses that point back to the visual context, and it reports state-of-the-art results on referring expression comprehension benchmarks. The repo includes the full training pipeline, pretrained checkpoints, and a grounded conversation dataset built with GPT-4V. Since the code builds on LLaVA and GPT4ROI, it is approachable if you already know those stacks, and the inference script supports fp16, 8-bit, and 4-bit quantization for running on modest hardware. This is a research artifact rather than a turnkey product, so plan to adapt the training and evaluation code to your own data.

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