CVCLOct 16, 2025

You May Speak Freely: Improving the Fine-Grained Visual Recognition Capabilities of Multimodal Large Language Models with Answer Extraction

MIT
arXiv:2510.14885v11 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work addresses a critical bottleneck in applying MLLMs to fine-grained visual recognition, offering a practical solution for tasks with many highly related choices, though it is incremental as it builds on existing methods with optimizations for retrieval.

The paper tackled the challenge of evaluating free-form responses in zero-shot visual classification with Multimodal Large Language Models (MLLMs), particularly for fine-grained tasks with hundreds to thousands of choices, by proposing nlg2choice, a two-stage method that first generates open-ended responses and then uses constrained decoding to extract answers, resulting in improved performance on seven fine-grained visual datasets in both classification and retrieval settings.

Despite the renewed interest in zero-shot visual classification due to the rise of Multimodal Large Language Models (MLLMs), the problem of evaluating free-form responses of auto-regressive models remains a persistent challenge. Most existing works focus on language-only tasks or don't consider Multiple Choice Questions (MCQs) beyond 5-way options, both of which are critical capabilities to solve tasks in Fine-Grained Visual Classification (FGVC) where choice counts are in the hundreds to thousands and the choices are highly related. Furthermore, in this highly multi-way MCQ setting it is not clear how to extend LLM choice extraction to retrieval-based problems, where computing probabilities over the choice set is computationally costly. In this work we investigate nlg2choice, a simple two-stage method which first asks the MLLM an open-ended question for the task with minimal constraints, then uses text-only constrained decoding to predict the most likely choice. In retrieval settings, we compute the probability of the constrained response taking that choice with an early stopping method to significantly improve throughput. Our results show improvement over a suite of seven fine-grained visual datasets when evaluating in terms of classification and retrieval, and show that this performance holds over the various ways that users of LLMs can implement tasks in natural language.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes