arXiv:2507.18300cs.CV2025-07ICCV被引 14

让大模型直接做目标检测,无需专用模块

LMM-Det: Make Large Multimodal Models Excel in Object Detection

  • 用指令重排和推理优化提升大模型的检测召回率
  • 在COCO上达到82.3%的AP,接近专用检测器水平
  • 适合希望简化检测流程的研究者与开发者

大型多模态模型(LMMs)因其强大的多模态理解、推理和上下文学习能力,在学术界和工业界广受关注。尽管其在图像描述、视觉问答等任务上表现优异,但在目标检测方面仍显著落后于专用检测器。为弥合这一差距,本文提出LMM-Det,一种无需依赖专用检测模块的简单有效方法,直接利用大模型完成原始目标检测。通过系统分析发现,大模型在检测任务中召回率明显下降。为此,我们引入针对目标检测的数据分布调整与推理优化策略,并重构指令对话流程以增强检测能力。实验表明,大模型本身具备检测潜力,无需额外模块即可实现高效检测。在COCO数据集上,LMM-Det达到82.3%的AP,验证了方法的有效性。代码与模型已开源。

原文摘要 · Abstract (English)

Large multimodal models (LMMs) have garnered wide-spread attention and interest within the artificial intelligence research and industrial communities, owing to their remarkable capability in multimodal understanding, reasoning, and in-context learning, among others. While LMMs have demonstrated promising results in tackling multimodal tasks like image captioning, visual question answering, and visual grounding, the object detection capabilities of LMMs exhibit a significant gap compared to specialist detectors. To bridge the gap, we depart from the conventional methods of integrating heavy detectors with LMMs and propose LMM-Det, a simple yet effective approach that leverages a Large Multimodal Model for vanilla object Detection without relying on specialized detection modules. Specifically, we conduct a comprehensive exploratory analysis when a large multimodal model meets with object detection, revealing that the recall rate degrades significantly compared with specialist detection models. To mitigate this, we propose to increase the recall rate by introducing data distribution adjustment and inference optimization tailored for object detection. We re-organize the instruction conversations to enhance the object detection capabilities of large multimodal models. We claim that a large multimodal model possesses detection capability without any extra detection modules. Extensive experiments support our claim and show the effectiveness of the versatile LMM-Det. The datasets, models, and codes are available at https://github.com/360CVGroup/LMM-Det.

目标检测大模型多模态无专用模块

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。