Learning Consistent Taxonomic Classification through Hierarchical Reasoning
Zhenghong Li, Kecheng Zheng, Haibin Ling
TL;DR
This work tackles the problem of hierarchical inconsistency in taxonomic classification by Vision-Language Models. It introduces VL-Taxon, a two-stage hierarchical reasoning framework that first predicts the most specific leaf class via top-down reasoning and then refines all hierarchical levels conditioned on that leaf, aided by a hybrid SFT and GRPO training regimen. Experiments on iNaturalist-2021 demonstrate substantial gains in both leaf-level accuracy and hierarchical consistency, with the 7B backbone rivaling larger 72B models while using limited domain data. The approach also exhibits strong generalization to open-set and cross-domain taxa, highlighting its practical applicability for scalable, taxonomy-aware vision-language systems.
Abstract
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.
