paper-with-me

Papers

Contextual Object Detection with Multimodal Large Language Models

2023-05-29 · Yuhang Zang, Wei Li, Jun Han, Kaiyang Zhou, Chen Change Loy

Recent Multimodal Large Language Models (MLLMs) are remarkable in vision-language tasks, such as image captioning and question answering, but lack the essential perception ability, i.e., object detection. In this work, we address this limitation by introducing a novel research problem of contextual object detection -- understanding visible objects within different human-AI interactive contexts. Three representative scenarios are investigated, including the language cloze test, visual captioning, and question answering. Moreover, we present ContextDET, a unified multimodal model that is capable of end-to-end differentiable modeling of visual-language contexts, so as to locate, identify, and associate visual objects with language inputs for human-AI interaction. Our ContextDET involves three key submodels: (i) a visual encoder for extracting visual representations, (ii) a pre-trained LLM for multimodal context decoding, and (iii) a visual decoder for predicting bounding boxes given contextual object words. The new generate-then-detect framework enables us to detect object words within human vocabulary. Extensive experiments show the advantages of ContextDET on our proposed CODE benchmark, open-vocabulary detection, and referring image segmentation. Github: https://github.com/yuhangzang/ContextDET.

📄 PDF Abstract BibTeX arXiv:2305.18279

Code (1)

yuhangzang/contextdet 공식 구현 pytorch

Tasks

Cloze TestDecoderImage CaptioningImage SegmentationObjectobject-detectionObject DetectionQuestion AnsweringSemantic Segmentation

Similar Papers 제목 키워드 기반

Visual-Linguistic Agent: Towards Collaborative Contextual Object Reasoning

2024-11-15 · Jingru Yang, Huan Yu, Yang Jingxin, Chentianye Xu 외

Multimodal Large Language Models (MLLMs) excel at descriptive tasks within images but often struggle with precise object localization, a critical element for reliable visual interpretation. In contrast, traditional objec…

DescriptiveObjectobject-detectionObject Detection+3

Multimodal Object Detection via Probabilistic a priori Information Integration

2024-05-24 · Hafsa El Hafyani, Bastien Pasdeloup, Camille Yver, Pierre Romenteau

Multimodal object detection has shown promise in remote sensing. However, multimodal data frequently encounter the problem of low-quality, wherein the modalities lack strict cell-to-cell alignment, leading to mismatch be…

Objectobject-detectionObject Detection

Beyond Logit Lens: Contextual Embeddings for Robust Hallucination Detection & Grounding in VLMs

2024-11-28 · Anirudh Phukan, Divyansh, Harshit Kumar Morj, Vaishnavi 외

The rapid development of Large Multimodal Models (LMMs) has significantly advanced multimodal understanding by harnessing the language abilities of Large Language Models (LLMs) and integrating modality-specific encoders.…

AttributeHallucinationOptical Character Recognition (OCR)Question Answering+2

Object Detection with Multimodal Large Vision-Language Models: An In-depth Review

2025-08-25 · Ranjan Sapkota, Manoj Karkee arxiv

The fusion of language and vision in large vision-language models (LVLMs) has revolutionized deep learning-based object detection by enhancing adaptability, contextual reasoning, and generalization beyond traditional arc…

Object Detection

VIGIL: Tackling Hallucination Detection in Image Recontextualization

2026-02-16 · Joanna Wojciechowicz, Maria Łubniewska, Jakub Antczak, Justyna Baczyńska 외 arxiv

We introduce VIGIL (Visual Inconsistency & Generative In-context Lucidity), the first benchmark dataset and framework providing a fine-grained categorization of hallucinations in the multimodal image recontextualization …