paper-with-me

Papers

Deep Learning based Food Instance Segmentation using Synthetic Data

2021-07-15 · D. Park, J. Lee, K. Lee

In the process of intelligently segmenting foods in images using deep neural networks for diet management, data collection and labeling for network training are very important but labor-intensive tasks. In order to solve the difficulties of data collection and annotations, this paper proposes a food segmentation method applicable to real-world through synthetic data. To perform food segmentation on healthcare robot systems, such as meal assistance robot arm, we generate synthetic data using the open-source 3D graphics software Blender placing multiple objects on meal plate and train Mask R-CNN for instance segmentation. Also, we build a data collection system and verify our segmentation model on real-world food data. As a result, on our real-world dataset, the model trained only synthetic data is available to segment food instances that are not trained with 52.2% mask AP@all, and improve performance by +6.4%p after fine-tuning comparing to the model trained from scratch. In addition, we also confirm the possibility and performance improvement on the public dataset for fair analysis. Our code and pre-trained weights are avaliable online at: https://github.com/gist-ailab/Food-Instance-Segmentation

📄 PDF Abstract BibTeX arXiv:2107.07191

Code (1)

gist-ailab/Food-Instance-Segmentation 공식 구현 pytorch

Tasks

Deep LearningInstance SegmentationManagementSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

RPN A Region Proposal Network, or RPN, is a fully convolutional network that simultaneously predicts object bounds and objectness scores at each position. The RPN is trained…
RoIPool 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
RoIAlign Region of Interest Align, or RoIAlign, is an operation for extracting a small feature map from each RoI in detection and segmentation based tasks. It removes the harsh…
Mask R-CNN Mask R-CNN extends Faster R-CNN to solve instance segmentation tasks. It achieves this by adding a branch for predicting an…

Similar Papers 제목 키워드 기반

Cluttered Food Grasping with Adaptive Fingers and Synthetic-Data Trained Object Detection

2022-03-10 · Avinash Ummadisingu, Kuniyuki Takahashi, Naoki Fukaya

The food packaging industry handles an immense variety of food products with wide-ranging shapes and sizes, even within one kind of food. Menus are also diverse and change frequently, making automation of pick-and-place …

Instance Segmentationobject-detectionObject DetectionSemantic 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

NutritionVerse-Synth: An Open Access Synthetically Generated 2D Food Scene Dataset for Dietary Intake Estimation

2023-12-11 · Saeejith Nair, Chi-en Amy Tai, Yuhao Chen, Alexander Wong

Manually tracking nutritional intake via food diaries is error-prone and burdensome. Automated computer vision techniques show promise for dietary monitoring but require large and diverse food image datasets. To address …

Diversity

Understanding Image2Video Domain Shift in Food Segmentation: An Instance-level Analysis on Apples

2026-02-09 · Keonvin Park, Aditya Pal, Jin Hong Mok arxiv

Food segmentation models trained on static images have achieved strong performance on benchmark datasets; however, their reliability in video settings remains poorly understood. In real-world applications such as food mo…

Instance Segmentation

Incremental Learning on Food Instance Segmentation

2023-06-28 · Huu-Thanh Nguyen, Yu Cao, Chong-Wah Ngo, Wing-Kwong Chan

Food instance segmentation is essential to estimate the serving size of dishes in a food image. The recent cutting-edge techniques for instance segmentation are deep learning networks with impressive segmentation quality…

Incremental LearningInstance SegmentationSegmentationSemantic Segmentation