#117 · Primary category: Foundation Models
Groma
[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
transformers
🤗 Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
CLIP
CLIP (Contrastive Language-Image Pretraining), Predict the most relevant text snippet given an image
MiniCPM-V
A Pocket-Sized MLLM for Ultra-Efficient Image and Video Understanding on Your Phone
generative-models
Generative Models by Stability AI
unilm
Large-scale Self-supervised Pre-training Across Tasks, Languages, and Modalities