Weakly Supervised Food Image Segmentation using Vision Transformers and Segment Anything Model
Ioannis Sarafis, Alexandros Papadopoulos, Anastasios Delopoulos
TL;DR
The paper tackles weakly supervised semantic segmentation for food images by chaining a ViT-based classifier with Grad-CAM-derived prompts to SAM, enabling class-aware segmentation using only image-level labels. By fine-tuning a Swin Transformer for multi-label food detection and using Grad-CAM to locate high-activation prompts, SAM can generate single or multiple masks per predicted class, with Gaussian smoothing explored to improve mask coherence. Evaluated on FoodSeg103, the approach achieves up to a 0.54 mean IoU in the multi-mask setting, illustrating strong potential for accelerating food annotation and supporting semi-automatic workflows in nutrition tracking. The study highlights the trade-offs between input preprocessing and mask strategies, and discusses practical limitations and directions for scaling to larger datasets and exploring alternative prompting strategies.
Abstract
In this paper, we propose a weakly supervised semantic segmentation approach for food images which takes advantage of the zero-shot capabilities and promptability of the Segment Anything Model (SAM) along with the attention mechanisms of Vision Transformers (ViTs). Specifically, we use class activation maps (CAMs) from ViTs to generate prompts for SAM, resulting in masks suitable for food image segmentation. The ViT model, a Swin Transformer, is trained exclusively using image-level annotations, eliminating the need for pixel-level annotations during training. Additionally, to enhance the quality of the SAM-generated masks, we examine the use of image preprocessing techniques in combination with single-mask and multi-mask SAM generation strategies. The methodology is evaluated on the FoodSeg103 dataset, generating an average of 2.4 masks per image (excluding background), and achieving an mIoU of 0.54 for the multi-mask scenario. We envision the proposed approach as a tool to accelerate food image annotation tasks or as an integrated component in food and nutrition tracking applications.
