paper-with-me

홈 › Papers

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

2026-07-28 · Jui-Feng Chi, Wei-Ta Chu, Sheng-Long Lin arxiv

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.

📄 PDF Abstract BibTeX arXiv:2607.25820

Code (0)

등록된 구현이 없습니다.

Tasks

Image Segmentation

Similar Papers 제목 키워드 기반

A Large-Scale Benchmark for Food Image Segmentation

2021-05-12 · Xiongwei Wu, Xin Fu, Ying Liu, Ee-Peng Lim 외

Food image segmentation is a critical and indispensible task for developing health-related applications such as estimating food calories and nutrients. Existing food image segmentation models are underperforming due to t…

Image SegmentationSegmentationSemantic Segmentation

Exploring PCA-based feature representations of image pixels via CNN to enhance food image segmentation

2024-11-03 · Ying Dai

For open vocabulary recognition of ingredients in food images, segmenting the ingredients is a crucial step. This paper proposes a novel approach that explores PCA-based feature representations of image pixels using a co…

ClusteringImage SegmentationSegmentationSemantic Segmentation

OVFoodSeg: Elevating Open-Vocabulary Food Image Segmentation via Image-Informed Textual Representation

2024-04-01 · CVPR 2024 1 · Xiongwei Wu, Sicheng Yu, Ee-Peng Lim, Chong-Wah Ngo

In the realm of food computing, segmenting ingredients from images poses substantial challenges due to the large intra-class variance among the same ingredients, the emergence of new ingredients, and the high annotation …

Image SegmentationImage to textSegmentationSemantic Segmentation

Ingredient-Level Food Image Segmentation for Nutrition Awareness

2026-06-23 · Jonesh Shrestha arxiv

Food images often contain several visible ingredients, so assigning one dish label to an entire image hides important visual structure. This work studies ingredient-level semantic segmentation on FoodSeg103, where the mo…

Semantic SegmentationImage Segmentation

FoodSAM: Any Food Segmentation

2023-08-11 · Xing Lan, Jiayi Lyu, Hanyu Jiang, Kun Dong 외

In this paper, we explore the zero-shot capability of the Segment Anything Model (SAM) for food image segmentation. To address the lack of class-specific information in SAM-generated masks, we propose a novel framework, …

Image SegmentationInstance SegmentationPanoptic SegmentationSegmentation+1