paper-with-me

홈 › Papers

Computer vision-based food calorie estimation: dataset, method, and experiment

2017-05-22 · Yanchao Liang, Jianhua Li

Computer vision has been introduced to estimate calories from food images. But current food image data sets don't contain volume and mass records of foods, which leads to an incomplete calorie estimation. In this paper, we present a novel food image data set with volume and mass records of foods, and a deep learning method for food detection, to make a complete calorie estimation. Our data set includes 2978 images, and every image contains corresponding each food's annotation, volume and mass records, as well as a certain calibration reference. To estimate calorie of food in the proposed data set, a deep learning method using Faster R-CNN first is put forward to detect the food. And the experiment results show our method is effective to estimate calories and our data set contains adequate information for calorie estimation. Our data set is the first released food image data set which can be used to evaluate computer vision-based calorie estimation methods.

📄 PDF Abstract BibTeX arXiv:1705.07632

Code (2)

Liang-yc/ECUSTFD-resized- 공식 구현
Yiming-Miao/Calorie-Predictor

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…
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$…
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…
RoIPool 설명 없음
Faster R-CNN Faster R-CNN is an object detection model that improves on Fast R-CNN by utilising a region proposal network…

Similar Papers 제목 키워드 기반

Deep Learning-Based Food Calorie Estimation Method in Dietary Assessment

2017-06-10 · Yanchao Liang, Jianhua Li

Obesity treatment requires obese patients to record all food intakes per day. Computer vision has been introduced to estimate calories from food images. In order to increase accuracy of detection and reduce the error of …

Deep LearningObject

Bangladeshi Street Food Calorie Estimation Using Improved YOLOv8 and Regression Model

2025-09-01 · Aparup Dhar, MD Tamim Hossain, Pritom Barua arxiv

As obesity rates continue to increase, automated calorie tracking has become a vital tool for people seeking to maintain a healthy lifestyle or adhere to a diet plan. Although numerous research efforts have addressed thi…

Multi-Task Learning for Calorie Prediction on a Novel Large-Scale Recipe Dataset Enriched with Nutritional Information

2020-11-02 · Robin Ruede, Verena Heusser, Lukas Frank, Alina Roitberg 외

A rapidly growing amount of content posted online, such as food recipes, opens doors to new exciting applications at the intersection of vision and language. In this work, we aim to estimate the calorie amount of a meal …

Multi-Task Learningregression

Using Distance Estimation and Deep Learning to Simplify Calibration in Food Calorie Measurement

2015-02-11 · Pallavi Kuhad, Abdulsalam Yassine, Shervin Shirmohammadi

High calorie intake in the human body on the one hand, has proved harmful in numerous occasions leading to several diseases and on the other hand, a standard amount of calorie intake has been deemed essential by dieticia…

Cloud Computing

CaLoRAify: Calorie Estimation with Visual-Text Pairing and LoRA-Driven Visual Language Models

2024-12-13 · Dongyu Yao, Keling Yao, JunHong Zhou, Yinghao Zhang

The obesity phenomenon, known as the heavy issue, is a leading cause of preventable chronic diseases worldwide. Traditional calorie estimation tools often rely on specific data formats or complex pipelines, limiting thei…

RAG