Menu-Match: Restaurant-Specific Food Logging from Images

Abstract

Logging food and calorie intake has been shown to facilitate weight management. Unfortunately, current food logging methods are time-consuming and cumbersome, which limits their effectiveness. To address this limitation, we present an automated computer vision system for logging food and calorie intake using images. We focus on the "restaurant" scenario, which is often a challenging aspect of diet management. We introduce a key insight that addresses this problem specifically: restaurant plates are often both nutritionally and visually consistent across many servings. This insight provides a path to robust calorie estimation from a single RGB photograph: using a database of known food items together with restaurant-specific classifiers, calorie estimation can be achieved through identification followed by calorie lookup. As demonstrated on a challenging Menu-Match dataset and an existing third party dataset, our approach outperforms previous computer vision methods and a commercial calorie estimation app. Our Menu-Match dataset of realistic restaurant meals is made publicly available.

Cite

Text

Beijbom et al. "Menu-Match: Restaurant-Specific Food Logging from Images." IEEE/CVF Winter Conference on Applications of Computer Vision, 2015. doi:10.1109/WACV.2015.117

Markdown

[Beijbom et al. "Menu-Match: Restaurant-Specific Food Logging from Images." IEEE/CVF Winter Conference on Applications of Computer Vision, 2015.](https://mlanthology.org/wacv/2015/beijbom2015wacv-menu/) doi:10.1109/WACV.2015.117

BibTeX

@inproceedings{beijbom2015wacv-menu,
  title     = {{Menu-Match: Restaurant-Specific Food Logging from Images}},
  author    = {Beijbom, Oscar and Joshi, Neel and Morris, Dan and Saponas, T. Scott and Khullar, Siddharth},
  booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
  year      = {2015},
  pages     = {844-851},
  doi       = {10.1109/WACV.2015.117},
  url       = {https://mlanthology.org/wacv/2015/beijbom2015wacv-menu/}
}