๐ค AI Summary
This work addresses domain shift and misalignment between visual and textual modalities in web-crawled food images by proposing a target-aware data alignment framework. The approach integrates vision-language model (VLM)-driven refinement of imageโcaption pairs, a CLIP-style multi-expert retrieval model, and a hierarchical decision fusion strategy to construct high-quality training sets while significantly enhancing fine-grained food recognition and description performance. Caption refinement alone yields approximately a 19% improvement in retrieval accuracy, and the full method more than doubles the retrieval score compared to a pure VLM baseline while achieving lower inference overhead.
๐ Abstract
Fine-grained food visual--semantic understanding requires models to capture subtle distinctions across ingredients, cooking methods, doneness, color, texture, and plate composition. Although CLIP-style vision-language models provide a natural framework for this task, their effectiveness is limited when training relies on heterogeneous web-collected image--text pairs. Such data often exhibit a web-to-target domain gap and cross-modal misalignment, where images differ from the target distribution and captions are noisy, multilingual, or weakly grounded in visual content. We propose a data-centric multimodal alignment method for fine-grained food description and recognition. Our method first performs target-aware data selection to identify visually relevant training subsets, then applies VLM-based caption refinement to generate visually grounded, target-style descriptions. Using these curated image--caption pairs, we train complementary CLIP-style retrieval experts and further combine their decisions through a hierarchical VLM-assisted multi-expert decision-level fusion strategy that invokes the VLM only when experts disagree. Experiments show that our data refinement strategy significantly improves retrieval performance over naive web supervision, with VLM-based caption refinement alone yielding an average performance gain of approximately 19%. Our full method also achieves more than twice the retrieval score of pure VLM-based retrieval while remaining substantially more efficient.