OMG-LLaVA: Bridging Image-Level, Object-Level, Pixel-Level Reasoning and Understanding

Abstract

Current universal segmentation methods demonstrate strong capabilities in pixel-level image and video understanding. However, they lack reasoning abilities and cannot be controlled via text instructions. In contrast, large vision-language multimodal models exhibit powerful vision-based conversation and reasoning capabilities but lack pixel-level understanding and have difficulty accepting visual prompts for flexible user interaction. This paper proposes OMG-LLaVA, a new and elegant framework combining powerful pixel-level vision understanding with reasoning abilities. It can accept various visual and text prompts for flexible user interaction. Specifically, we use a universal segmentation method as the visual encoder, integrating image information, perception priors, and visual prompts into visual tokens provided to the LLM. The LLM is responsible for understanding the user's text instructions and providing text responses and pixel-level segmentation results based on the visual information. We propose perception prior embedding to better integrate perception priors with image features. OMG-LLaVA achieves image-level, object-level, and pixel-level reasoning and understanding in a single model, matching or surpassing the performance of specialized methods on multiple benchmarks. Rather than using LLM to connect each specialist, our work aims at end-to-end training on one encoder, one decoder, and one LLM. The code and model have been released for further research.

Cite

Text

Zhang et al. "OMG-LLaVA: Bridging Image-Level, Object-Level, Pixel-Level Reasoning and Understanding." Neural Information Processing Systems, 2024. doi:10.52202/079017-2291

Markdown

[Zhang et al. "OMG-LLaVA: Bridging Image-Level, Object-Level, Pixel-Level Reasoning and Understanding." Neural Information Processing Systems, 2024.](https://mlanthology.org/neurips/2024/zhang2024neurips-omgllava/) doi:10.52202/079017-2291

BibTeX

@inproceedings{zhang2024neurips-omgllava,
  title     = {{OMG-LLaVA: Bridging Image-Level, Object-Level, Pixel-Level Reasoning and Understanding}},
  author    = {Zhang, Tao and Li, Xiangtai and Fei, Hao and Yuan, Haobo and Wu, Shengqiong and Ji, Shunping and Loy, Chen Change and Yan, Shuicheng},
  booktitle = {Neural Information Processing Systems},
  year      = {2024},
  doi       = {10.52202/079017-2291},
  url       = {https://mlanthology.org/neurips/2024/zhang2024neurips-omgllava/}
}