arXiv:2601.14610cs.CV2026-01

让视觉模型学会分类层级关系,避免错把大象当哺乳动物

Learning Consistent Taxonomic Classification through Hierarchical Reasoning

  • 分两阶段推理:先准判具体物种,再校正整个分类层级
  • 在iNaturalist数据集上比原版模型高10%以上准确率
  • 仅用少量数据微调,不依赖其他模型生成样本

尽管视觉语言模型(VLMs)在视觉理解方面表现优异,但往往无法掌握分类的层级知识,导致在正确识别最细粒度类别(叶级)时仍会错误判断更粗粒度的分类层级。现有方法大多忽视这一问题,未能建模层级推理。为此,我们提出VL-Taxon,一种基于层次推理的两阶段框架,旨在提升分类任务中的叶级准确率与层级一致性。第一阶段采用自顶向下的方式增强叶级分类准确性;第二阶段则利用该准确输出,确保整个分类层级的一致性。每个阶段均先通过监督微调注入分类知识,再通过强化学习优化推理与泛化能力。大量实验表明,将VL-Taxon应用于Qwen2.5-VL-7B模型,在iNaturalist-2021数据集上平均实现叶级准确率和层级一致性准确率超过原版72B模型10%的提升。值得注意的是,这一显著增益仅通过在极小数据子集上微调即达成,且未使用任何由其他VLM生成的示例。

原文摘要 · Abstract (English)

While Vision-Language Models (VLMs) excel at visual understanding, they often fail to grasp hierarchical knowledge. This leads to common errors where VLMs misclassify coarser taxonomic levels even when correctly identifying the most specific level (leaf level). Existing approaches largely overlook this issue by failing to model hierarchical reasoning. To address this gap, we propose VL-Taxon, a two-stage, hierarchy-based reasoning framework designed to improve both leaf-level accuracy and hierarchical consistency in taxonomic classification. The first stage employs a top-down process to enhance leaf-level classification accuracy. The second stage then leverages this accurate leaf-level output to ensure consistency throughout the entire taxonomic hierarchy. Each stage is initially trained with supervised fine-tuning to instill taxonomy knowledge, followed by reinforcement learning to refine the model's reasoning and generalization capabilities. Extensive experiments reveal a remarkable result: our VL-Taxon framework, implemented on the Qwen2.5-VL-7B model, outperforms its original 72B counterpart by over 10% in both leaf-level and hierarchical consistency accuracy on average on the iNaturalist-2021 dataset. Notably, this significant gain was achieved by fine-tuning on just a small subset of data, without relying on any examples generated by other VLMs.

视觉语言模型分类层级推理机制

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