用少于1000张图就让多模态大模型在文字叠加检测上超越传统CNN。
Beyond CNNs: Efficient Fine-Tuning of Multi-Modal LLMs for Object Detection on Low-Data Regimes
- 用极少数据微调多模态大模型,实现精准视觉理解。
- 仅用不到1000张图像,准确率提升36%,媲美需海量数据的CNN。
- 适合低资源场景下快速部署视觉任务的开发者参考。
物体检测与理解领域正快速发展,得益于传统基于CNN的模型和新兴的多模态大语言模型(LLMs)的进步。尽管ResNet、YOLO等CNN在图像任务中仍具高效性,基于Transformer的多模态LLMs引入了动态上下文推理、语言引导提示和整体场景理解等新能力。然而,直接使用时这些模型潜力未被充分挖掘,常导致专用视觉任务性能不佳。本文系统比较了微调后的传统CNN、零样本预训练多模态LLMs以及微调后的多模态LLMs在图像中人工文字叠加检测这一挑战性任务上的表现。研究关键发现:多模态LLMs可在极低数据量(少于1,000张图像)下有效微调,实现最高达36%的准确率提升,达到甚至超过通常需要数量级更多数据的CNN基线。通过探索语言引导模型如何以最小监督实现精确视觉理解,本工作推动了视觉与语言的融合,为高效跨模态学习提供了新思路。结果表明,基于LLM的方法在真实世界物体检测任务中具有强适应性和数据效率,为多模态变换器在低资源视觉环境中的应用提供可行路径。相关代码已开源,支持后续研究与复用。
原文摘要 · Abstract (English)
The field of object detection and understanding is rapidly evolving, driven by advances in both traditional CNN-based models and emerging multi-modal large language models (LLMs). While CNNs like ResNet and YOLO remain highly effective for image-based tasks, recent transformer-based LLMs introduce new capabilities such as dynamic context reasoning, language-guided prompts, and holistic scene understanding. However, when used out-of-the-box, the full potential of LLMs remains underexploited, often resulting in suboptimal performance on specialized visual tasks. In this work, we conduct a comprehensive comparison of fine-tuned traditional CNNs, zero-shot pre-trained multi-modal LLMs, and fine-tuned multi-modal LLMs on the challenging task of artificial text overlay detection in images. A key contribution of our study is demonstrating that LLMs can be effectively fine-tuned on very limited data (fewer than 1,000 images) to achieve up to 36% accuracy improvement, matching or surpassing CNN-based baselines that typically require orders of magnitude more data. By exploring how language-guided models can be adapted for precise visual understanding with minimal supervision, our work contributes to the broader effort of bridging vision and language, offering novel insights into efficient cross-modal learning strategies. These findings highlight the adaptability and data efficiency of LLM-based approaches for real-world object detection tasks and provide actionable guidance for applying multi-modal transformers in low-resource visual environments. To support continued progress in this area, we have made the code used to fine-tune the models available in our GitHub, enabling future improvements and reuse in related applications.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。