paper-with-me

Papers

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

2024-06-27 · Tao Zhang, Xiangtai Li, Hao Fei, Haobo Yuan, Shengqiong Wu, Shunping Ji, Chen Change Loy, Shuicheng Yan

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.

📄 PDF Abstract BibTeX arXiv:2406.19389

Code (1)

lxtgh/omg-seg pytorch

Tasks

DecoderSegmentationUniversal SegmentationVideo Understanding

Similar Papers 제목 키워드 기반

SQ-LLaVA: Self-Questioning for Large Vision-Language Assistant

2024-03-17 · Guohao Sun, Can Qin, Jiamian Wang, Zeyuan Chen 외

Recent advances in vision-language models have shown notable generalization in broad tasks through visual instruction tuning. However, bridging the gap between the pre-trained vision encoder and the large language models…

Language ModellingQuestion AnsweringSelf-Supervised LearningVisual Question Answering

Bridging the Gap: Exploring the Capabilities of Bridge-Architectures for Complex Visual Reasoning Tasks

2023-07-31 · Kousik Rajesh, Mrigank Raman, Mohammed Asad Karim, Pranit Chawla

In recent times there has been a surge of multi-modal architectures based on Large Language Models, which leverage the zero shot generation capabilities of LLMs and project image embeddings into the text space and then u…

Image RetrievalObjectVisual Question Answering (VQA)Visual Reasoning

When LLaVA Meets Objects: Token Composition for Vision-Language-Models

2026-02-04 · Soumya Jahagirdar, Walid Bousselham, Anna Kukleva, Hilde Kuehne arxiv

Current autoregressive Vision Language Models (VLMs) usually rely on a large number of visual tokens to represent images, resulting in a need for more compute especially at inference time. To address this problem, we pro…

PG-Video-LLaVA: Pixel Grounding Large Video-Language Models

2023-11-22 · Shehan Munasinghe, Rusiru Thushara, Muhammad Maaz, Hanoona Abdul Rasheed 외

Extending image-based Large Multimodal Models (LMMs) to videos is challenging due to the inherent complexity of video data. The recent approaches extending image-based LMMs to videos either lack the grounding capabilitie…

BenchmarkingPhrase GroundingQuestion AnsweringSpatio-Temporal Video Grounding+2

MG-LLaVA: Towards Multi-Granularity Visual Instruction Tuning

2024-06-25 · Xiangyu Zhao, Xiangtai Li, Haodong Duan, Haian Huang 외

Multi-modal large language models (MLLMs) have made significant strides in various visual understanding tasks. However, the majority of these models are constrained to process low-resolution images, which limits their ef…

ObjectObject RecognitionVisual Question Answering