Deep Image-to-Recipe Translation
Jiangqin Ma, Bilal Mawji, Franz Williams

TL;DR
This paper introduces a deep learning approach combining computer vision and natural language processing to predict ingredients from food images and generate recipes, highlighting transfer learning's effectiveness.
Contribution
It develops a novel deep learning framework for image-to-recipe translation, integrating custom CNNs, transfer learning, and sequence models for recipe generation.
Findings
Transfer learning with ResNet-50 and GloVe embeddings significantly improves performance.
Metrics like IoU, F1, and perplexity are crucial for evaluating model accuracy.
Progress made in bridging food images and recipes, with future potential for model and dataset improvements.
Abstract
The modern saying, "You Are What You Eat" resonates on a profound level, reflecting the intricate connection between our identities and the food we consume. Our project, Deep Image-to-Recipe Translation, is an intersection of computer vision and natural language generation that aims to bridge the gap between cherished food memories and the art of culinary creation. Our primary objective involves predicting ingredients from a given food image. For this task, we first develop a custom convolutional network and then compare its performance to a model that leverages transfer learning. We pursue an additional goal of generating a comprehensive set of recipe steps from a list of ingredients. We frame this process as a sequence-to-sequence task and develop a recurrent neural network that utilizes pre-trained word embeddings. We address several challenges of deep learning including imbalanced…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBrain Tumor Detection and Classification · Cell Image Analysis Techniques · Image Processing Techniques and Applications
MethodsSparse Evolutionary Training · GloVe Embeddings
