CVJun 15, 2023

Transferring Knowledge for Food Image Segmentation using Transformers and Convolutions

arXiv:2306.09203v16 citationsh-index: 9
Originality Synthesis-oriented
AI Analysis

This work addresses food image segmentation for applications like nutritional estimation, but it is incremental as it compares existing methods on a specific dataset.

The paper tackled food image segmentation by comparing convolutional neural networks and a BEiT-based model, with the BEiT model achieving a mean intersection over union of 49.4 on the FoodSeg103 dataset, outperforming the previous state-of-the-art.

Food image segmentation is an important task that has ubiquitous applications, such as estimating the nutritional value of a plate of food. Although machine learning models have been used for segmentation in this domain, food images pose several challenges. One challenge is that food items can overlap and mix, making them difficult to distinguish. Another challenge is the degree of inter-class similarity and intra-class variability, which is caused by the varying preparation methods and dishes a food item may be served in. Additionally, class imbalance is an inevitable issue in food datasets. To address these issues, two models are trained and compared, one based on convolutional neural networks and the other on Bidirectional Encoder representation for Image Transformers (BEiT). The models are trained and valuated using the FoodSeg103 dataset, which is identified as a robust benchmark for food image segmentation. The BEiT model outperforms the previous state-of-the-art model by achieving a mean intersection over union of 49.4 on FoodSeg103. This study provides insights into transfering knowledge using convolution and Transformer-based approaches in the food image domain.

Foundations

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

Your Notes