用大模型当“裁判”,让视觉语言模型更准理解描述
LLM-wrapper: Black-Box Semantic-Aware Adaptation of Vision-Language Models for Referring Expression Comprehension
- 用大模型分析零样本输出的候选框,选出最匹配描述的区域
- 在多个数据集上提升显著,最高达18.7个百分点
- 无需模型内部信息,适合闭源或隐私受限场景
视觉语言模型(VLMs)在开放词汇任务中表现优异,但在复杂任务如指代表达理解(REC)的零样本性能仍落后于微调模型。传统微调需白盒访问模型架构与权重,常受专利或隐私限制。本文提出LLM-wrapper,一种基于大语言模型(LLMs)的黑盒适应方法,利用轻量微调后的LLM推理能力,从零样本黑盒VLM生成的候选框中筛选最符合指代表达的边界框。该方法无需访问模型内部结构,兼容任意VLM,可迁移至新模型与数据集,并支持多模型集成。在多个数据集上使用不同VLM和LLM评估,均取得显著性能提升。虽不直接替代白盒微调,但为闭源模型提供了实用有效的黑盒适配方案。代码与模型检查点见:https://github.com/valeoai/LLM_wrapper。
原文摘要 · Abstract (English)
Vision Language Models (VLMs) have demonstrated remarkable capabilities in various open-vocabulary tasks, yet their zero-shot performance lags behind task-specific fine-tuned models, particularly in complex tasks like Referring Expression Comprehension (REC). Fine-tuning usually requires 'white-box' access to the model's architecture and weights, which is not always feasible due to proprietary or privacy concerns. In this work, we propose LLM-wrapper, a method for 'black-box' adaptation of VLMs for the REC task using Large Language Models (LLMs). LLM-wrapper capitalizes on the reasoning abilities of LLMs, improved with a light fine-tuning, to select the most relevant bounding box matching the referring expression, from candidates generated by a zero-shot black-box VLM. Our approach offers several advantages: it enables the adaptation of closed-source models without needing access to their internal workings, it is versatile as it works with any VLM, it transfers to new VLMs and datasets, and it allows for the adaptation of an ensemble of VLMs. We evaluate LLM-wrapper on multiple datasets using different VLMs and LLMs, demonstrating significant performance improvements and highlighting the versatility of our method. While LLM-wrapper is not meant to directly compete with standard white-box fine-tuning, it offers a practical and effective alternative for black-box VLM adaptation. Code and checkpoints are available at https://github.com/valeoai/LLM_wrapper .
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。