paper-with-me

Papers

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 models (LLMs) like GPT-2 and LLaVA have paved the way for Natural Language Processing (NLP) approaches to delve deeper into various facets of food-related tasks, encompassing ingredient recognition and comprehensive recipe generation. Despite impressive performance and multi-modal adaptability of LLMs, domain-specific training remains paramount for their effective application. This work evaluates existing LLMs for recipe generation and proposes LLaVA-Chef, a novel model trained on a curated dataset of diverse recipe prompts in a multi-stage approach. First, we refine the mapping of visual food image embeddings to the language space. Second, we adapt LLaVA to the food domain by fine-tuning it on relevant recipe data. Third, we utilize diverse prompts to enhance the model's recipe comprehension. Finally, we improve the linguistic quality of generated recipes by penalizing the model with a custom loss function. LLaVA-Chef demonstrates impressive improvements over pretrained LLMs and prior works. A detailed qualitative analysis reveals that LLaVA-Chef generates more detailed recipes with precise ingredient mentions, compared to existing approaches.

📄 PDF Abstract BibTeX arXiv:2408.16889

Code (1)

mohbattharani/LLaVA-Chef 공식 구현 pytorch

Tasks

Recipe Generation

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 &…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
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…
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$…
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…
Adam 설명 없음

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

Enhancing Food-Domain Question Answering with a Multimodal Knowledge Graph: Hybrid QA Generation and Diversity Analysis

2025-07-09 · Srihari K B, Pushpak Bhattacharyya arxiv

We propose a unified food-domain QA framework that combines a large-scale multimodal knowledge graph (MMKG) with generative AI. Our MMKG links 13,000 recipes, 3,000 ingredients, 140,000 relations, and 14,000 images. We g…

multimodal generationQuestion Answering

Food safety trends across Europe: insights from the 392-million-entry CompreHensive European Food Safety (CHEFS) database

2025-07-18 · Nehir Kizililsoley, Floor van Meer, Osman Mutlu, Wouter F Hoenderdaal 외 arxiv

In the European Union, official food safety monitoring data collected by member states are submitted to the European Food Safety Authority (EFSA) and published on Zenodo. This data includes 392 million analytical results…

CHEF: Cross-modal Hierarchical Embeddings for Food Domain Retrieval

2021-02-04 · Hai X. Pham, Ricardo Guerrero, Jiatong Li, Vladimir Pavlovic

Despite the abundance of multi-modal data, such as image-text pairs, there has been little effort in understanding the individual entities and their different roles in the construction of these data instances. In this wo…

Cross-Modal RetrievalRetrieval

Real-Time Cooked Food Image Synthesis and Visual Cooking Progress Monitoring on Edge Devices

2025-11-21 · Jigyasa Gupta, Soumya Goyal, Anil Kumar, Ishan Jindal arxiv

Synthesizing realistic cooked food images from raw inputs on edge devices is a challenging generative task, requiring models to capture complex changes in texture, color and structure during cooking. Existing image-to-im…

Image Generation