CVJul 28

Food Image Segmentation with LLM-Derived Ingredient Labels and Multimodal Fusion

arXiv:2607.258204.1
Predicted impact top 81% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For researchers in food image segmentation, this work provides a practical method to enhance segmentation of visually similar and rare ingredients without requiring pre-aligned image-text data.

The paper introduces two plug-and-play multimodal modules (LIM-F and LIM-Q) that leverage LLM-derived ingredient labels to improve food image segmentation, achieving state-of-the-art performance on FoodSeg103 with mIoU of 55.0 (LIM-Q) and 54.4 (LIM-F) using Swin-L+Mask2Former, and improving CNN-based segmentation from 47.7 to 49.8 mIoU.

Food image segmentation plays a vital role in health-related applications such as nutrition tracking and personalized health monitoring. However, existing models often underperform on visually similar ingredients and rare food categories. To address this issue, we propose two plug-and-play multimodal modules that enhance the segmentation performance by leveraging ingredient labels inferred from food images using large language models (LLMs). The first module, called LIM-F (Language Injection Module for Features), is designed to pair with any image encoder that produces multi-layer outputs (e.g., Swin Transformer), while the second module, LIM-Q (Language Injection Module for Queries), targets Mask2Former-style Transformer-based decoders. Both modules enable training without the need for pre-aligning images with text by directly injecting semantic ingredient information into the visual analysis pipeline. On the FoodSeg103 benchmark, the proposed method achieves state-of-the-art performance. Specifically, integrating LIM-Q into the Mask2Former decoder with a Swin-L image encoder yields a mean Intersection over Union (mIoU) of 55.0. LIM-F also demonstrates strong generalization and competitive performance, reaching an mIoU of 54.4 under the same model (Swin-L+Mask2Former). Furthermore, its applicability extends beyond Transformer-based decoders, as evidenced by an improvement from 47.7 to 49.8 mIoU when integrated into a CNN-based architecture. Notably, the improved segmentation accuracy is achieved with only a moderate (at most 3.8 GB) increase in the GPU memory consumption during training. Thus, the proposed approach offers a practical and scalable solution for fine-grained food understanding.

Foundations

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

Your Notes