paper-with-me

홈 › Papers

RecipeSnap -- a lightweight image-to-recipe model

2022-05-04 · Jianfa Chen, Yue Yin, Yifan Xu

In this paper we want to address the problem of automation for recognition of photographed cooking dishes and generating the corresponding food recipes. Current image-to-recipe models are computation expensive and require powerful GPUs for model training and implementation. High computational cost prevents those existing models from being deployed on portable devices, like smart phones. To solve this issue we introduce a lightweight image-to-recipe prediction model, RecipeSnap, that reduces memory cost and computational cost by more than 90% while still achieving 2.0 MedR, which is in line with the state-of-the-art model. A pre-trained recipe encoder was used to compute recipe embeddings. Recipes from Recipe1M dataset and corresponding recipe embeddings are collected as a recipe library, which are used for image encoder training and image query later. We use MobileNet-V2 as image encoder backbone, which makes our model suitable to portable devices. This model can be further developed into an application for smart phones with a few effort. A comparison of the performance between this lightweight model to other heavy models are presented in this paper. Code, data and models are publicly accessible on github.

📄 PDF Abstract BibTeX arXiv:2205.02141

Code (1)

jianfa/recipesnap-a-lightweight-image-to-recipe-model 공식 구현 pytorch

Tasks

model

Similar Papers 제목 키워드 기반

LUMA: Benchmarking Segmentation via a Lightweight Universal Mask Adapter

2026-07-01 · Tobias Christian Nauen, Anosh Billimoria, Federico Raue, Stanislav Frolov 외 arxiv

Comparing transformer backbones for image segmentation is confounded: each is paired with a different decoder, recipe, and pretraining, so reported differences rarely reflect the backbone itself. We introduce the Lightwe…

Image Segmentation

Kaldi+PDNN: Building DNN-based ASR Systems with Kaldi and PDNN

2014-01-27 · Yajie Miao

The Kaldi toolkit is becoming popular for constructing automated speech recognition (ASR) systems. Meanwhile, in recent years, deep neural networks (DNNs) have shown state-of-the-art performance on various ASR tasks. Thi…

speech-recognitionSpeech Recognition

RecipeGen: A Step-Aligned Multimodal Benchmark for Real-World Recipe Generation

2025-06-07 · Ruoxuan Zhang, Jidong Gao, Bin Wen, HongXia Xie 외

Creating recipe images is a key challenge in food computing, with applications in culinary education and multimodal recipe assistants. However, existing datasets lack fine-grained alignment between recipe goals, step-wis…

Recipe Generation

MANZANO: A Simple and Scalable Unified Multimodal Model with a Hybrid Vision Tokenizer

2025-09-19 · Yanghao Li, Rui Qian, Bowen Pan, Haotian Zhang 외 arxiv

Unified multimodal Large Language Models (LLMs) that can both understand and generate visual content hold immense potential. However, existing open-source models often suffer from a performance trade-off between these ca…

Text-to-Image Generation

Recipe1M+: A Dataset for Learning Cross-Modal Embeddings for Cooking Recipes and Food Images

2018-10-14 · Javier Marin, Aritro Biswas, Ferda Ofli, Nicholas Hynes 외

In this paper, we introduce Recipe1M+, a new large-scale, structured corpus of over one million cooking recipes and 13 million food images. As the largest publicly available collection of recipe data, Recipe1M+ affords t…

Cross-Modal RetrievalGeneral ClassificationRetrieval