用推理增强的视觉语言模型实现无需预设标签的细粒度图像识别
Thinking Beyond Labels: Vocabulary-Free Fine-Grained Recognition using Reasoning-Augmented LMMs
- 利用大模型推理生成候选标签,自动构建类别描述
- 在多个基准上达到领先性能,最高比之前方法提升18.8%
- 无需人工标签,适合开放世界、自动化细粒度识别场景
词汇无关的细粒度图像识别旨在不依赖固定人类定义标签集的情况下区分同一大类内的视觉相似类别。现有方法受限于庞大僵化的词汇表或依赖复杂且脆弱的启发式流水线,错误易传播。近期大型多模态模型(LMMs)具备显式或隐式推理能力,可理解图文数据、分解问题、检索潜在知识并自我修正,为该任务提供更系统有效的解决方案。本文提出FiNDR(基于推理的细粒度名称发现),首个基于推理增强的LMM框架,实现词汇无关的细粒度识别。系统分三步自动化运行:(i) 推理型LMM为每张图像生成描述性候选标签;(ii) 视觉语言模型筛选并排序候选标签,形成一致类别集合;(iii) 验证后的名称用于构建轻量级多模态分类器,推理时使用。在多个主流细粒度分类基准上的实验表明,在词汇无关设置下达到当前最优表现,相比先前方法最高提升18.8%。显著地,该方法超越了利用预定义真实标签的零样本基线,挑战了‘人工标注词汇定义性能上限’的假设。此外,精心设计的提示使开源LMM可媲美专有模型。这些发现确立了推理增强的LMM作为可扩展、全自动、开放世界细粒度视觉识别的有效基础。代码已开源:github.com/demidovd98/FiNDR。
原文摘要 · Abstract (English)
Vocabulary-free fine-grained image recognition aims to distinguish visually similar categories within a meta-class without a fixed, human-defined label set. Existing solutions for this problem are limited by either the usage of a large and rigid list of vocabularies or by the dependency on complex pipelines with fragile heuristics where errors propagate across stages. Meanwhile, the ability of recent large multi-modal models (LMMs) equipped with explicit or implicit reasoning to comprehend visual-language data, decompose problems, retrieve latent knowledge, and self-correct suggests a more principled and effective alternative. Building on these capabilities, we propose FiNDR (Fine-grained Name Discovery via Reasoning), the first reasoning-augmented LMM-based framework for vocabulary-free fine-grained recognition. The system operates in three automated steps: (i) a reasoning-enabled LMM generates descriptive candidate labels for each image; (ii) a vision-language model filters and ranks these candidates to form a coherent class set; and (iii) the verified names instantiate a lightweight multi-modal classifier used at inference time. Extensive experiments on popular fine-grained classification benchmarks demonstrate state-of-the-art performance under the vocabulary-free setting, with a significant relative margin of up to 18.8% over previous approaches. Remarkably, the proposed method surpasses zero-shot baselines that exploit pre-defined ground-truth names, challenging the assumption that human-curated vocabularies define an upper bound. Additionally, we show that carefully curated prompts enable open-source LMMs to match proprietary counterparts. These findings establish reasoning-augmented LMMs as an effective foundation for scalable, fully automated, open-world fine-grained visual recognition. The source code is available on github.com/demidovd98/FiNDR.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。