#219 · Primary category: Computer Vision

LISA

large-language-model llm multi-modal segmentation

Project Page for "LISA: Reasoning Segmentation via Large Language Model"

Project last updated:02/16/25

GitHub Stars

2.7K

Forks

206

Contributors

11

License

Apache-2.0

Why we included this project

LISA couples an LLM's ability to reason about an image with the pixel-level job of drawing a segmentation mask. Given a question that needs world knowledge or a step-by-step explanation, it answers in plain text and marks the exact object it means, which matters when you want the model to show which part of the image it is talking about rather than just reply. That suits grounded visual question answering, assistive and inspection tools, and similar work where the region of interest carries as much weight as the words. A hosted Gradio demo and local deployment notes make it easy to try the behavior. The repo itself is also a solid reference implementation, with training recipes and the LISA++ variant that adds visual chain-of-thought 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