paper-with-me

홈 › Papers

FIRE: Food Image to REcipe generation

2023-08-28 · Prateek Chhikara, Dhiraj Chaurasia, Yifan Jiang, Omkar Masur, Filip Ilievski

Food computing has emerged as a prominent multidisciplinary field of research in recent years. An ambitious goal of food computing is to develop end-to-end intelligent systems capable of autonomously producing recipe information for a food image. Current image-to-recipe methods are retrieval-based and their success depends heavily on the dataset size and diversity, as well as the quality of learned embeddings. Meanwhile, the emergence of powerful attention-based vision and language models presents a promising avenue for accurate and generalizable recipe generation, which has yet to be extensively explored. This paper proposes FIRE, a novel multimodal methodology tailored to recipe generation in the food computing domain, which generates the food title, ingredients, and cooking instructions based on input food images. FIRE leverages the BLIP model to generate titles, utilizes a Vision Transformer with a decoder for ingredient extraction, and employs the T5 model to generate recipes incorporating titles and ingredients as inputs. We showcase two practical applications that can benefit from integrating FIRE with large language model prompting: recipe customization to fit recipes to user preferences and recipe-to-code transformation to enable automated cooking processes. Our experimental findings validate the efficacy of our proposed approach, underscoring its potential for future advancements and widespread adoption in food computing.

📄 PDF Abstract BibTeX arXiv:2308.14391

Code (1)

prateekchhikara/fire 공식 구현 pytorch

Tasks

DecoderLanguage ModellingLarge Language ModelRecipe GenerationRetrieval

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

ChefFusion: Multimodal Foundation Model Integrating Recipe and Food Image Generation

2024-09-18 · Peiyu Li, Xiaobao Huang, Yijun Tian, Nitesh V. Chawla

Significant work has been conducted in the domain of food computing, yet these studies typically focus on single tasks such as t2t (instruction generation from food titles and ingredients), i2t (recipe generation from fo…

DecoderFood RecognitionImage GenerationRecipe Generation

Learning Structural Representations for Recipe Generation and Food Retrieval

2021-10-04 · Hao Wang, Guosheng Lin, Steven C. H. Hoi, Chunyan Miao

Food is significant to human daily life. In this paper, we are interested in learning structural representations for lengthy recipes, that can benefit the recipe generation and food cross-modal retrieval tasks. Different…

Cross-Modal RetrievalImage CaptioningRecipe GenerationRetrieval+1

Structure-Aware Generation Network for Recipe Generation from Images

2020-09-02 · ECCV 2020 8 · Hao Wang, Guosheng Lin, Steven C. H. Hoi, Chunyan Miao

Sharing food has become very popular with the development of social media. For many real-world applications, people are keen to know the underlying recipes of a food item. In this paper, we are interested in automaticall…

Image CaptioningRecipe GenerationSentence

Inverse Cooking: Recipe Generation from Food Images

2018-12-14 · CVPR 2019 6 · Amaia Salvador, Michal Drozdzal, Xavier Giro-i-Nieto, Adriana Romero

People enjoy food photography because they appreciate food. Behind each meal there is a story described in a complex recipe and, unfortunately, by simply looking at a food image we do not have access to its preparation p…

Recipe GenerationRetrieval

LLaVA-Chef: A Multi-modal Generative Model for Food Recipes

2024-08-29 · Fnu Mohbat, Mohammed J. Zaki

In the rapidly evolving landscape of online recipe sharing within a globalized context, there has been a notable surge in research towards comprehending and generating food recipes. Recent advancements in large language …

Recipe Generation