让视觉语言模型读懂否定,避免误检。
What "Not" to Detect: Negation-Aware VLMs via Structured Reasoning and Token Merging
- 用思维链生成高质量否定数据,构建新数据集CoVAND。
- 提出轻量模块NegToMe,合并否定词与属性,提升准确率10.8点。
- 适配主流模型,解决真实场景中否定理解难题。
当前最先进的视觉语言模型在理解否定方面存在严重缺陷,即肯定偏差,尤其在描述性目标检测(DOD)任务中表现突出。为此,本文提出两项主要贡献:(1) 构建新数据集管道,(2) 设计轻量级适配方法。首先,提出CoVAND数据集,采用系统化思维链(CoT)与基于VQA的流水线生成高质量、实例对齐的否定数据。其次,提出NegToMe模块,通过文本标记合并技术直接解决架构层面的否定线索丢失问题,将否定词与属性合并为语义连贯的短语,保持输入层级的正确极性。例如,将“not girl”整合为单一标记,明确区别于“girl”。该模块结合参数高效且策略性的LoRA微调。实验表明,该方法显著提升否定基准测试性能,使OVDEval上NMS-AP最高提升10.8点,且具备对当前最优视觉语言模型的泛化能力。
原文摘要 · Abstract (English)
State-of-the-art vision-language models (VLMs) suffer from a critical failure in understanding negation, often referred to as affirmative bias. This limitation is particularly severe in described object detection (DOD) tasks. To address this, we propose two primary contributions: (1) a new dataset pipeline and (2) a novel, lightweight adaptation recipe. First, we introduce CoVAND, a dataset constructed with a systematic chain-of-thought (CoT) and VQA-based pipeline to generate high-quality, instance-grounded negation data. Second, we propose NegToMe, a novel text token merging module that directly tackles the architectural cause of affirmative bias. NegToMe fundamentally addresses the structural loss of negation cues in tokenization, grouping them with attributes into coherent semantic phrases. It maintains correct polarity at the input level, enabling robust negation understanding even with limited data. For instance, to prevent a model from treating the fragmented tokens "not" and "girl" as simply "girl", NegToMe binds them into a single token whose meaning is correctly distinguished from that of "girl" alone. This module is integrated with a parameter-efficient and strategic LoRA fine-tuning approach. Our method significantly improves performance on challenging negation benchmarks with a lowered false positive rate, boosting NMS-AP by up to +10.8 points on OVDEval and demonstrating generalization to SoTA VLMs. This work marks a crucial step forward in addressing negation understanding for real-world detection applications.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。