paper-with-me

홈 › Papers

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 automatically generating cooking instructions for food. We investigate an open research task of generating cooking instructions based on only food images and ingredients, which is similar to the image captioning task. However, compared with image captioning datasets, the target recipes are long-length paragraphs and do not have annotations on structure information. To address the above limitations, we propose a novel framework of Structure-aware Generation Network (SGN) to tackle the food recipe generation task. Our approach brings together several novel ideas in a systematic framework: (1) exploiting an unsupervised learning approach to obtain the sentence-level tree structure labels before training; (2) generating trees of target recipes from images with the supervision of tree structure labels learned from (1); and (3) integrating the inferred tree structures with the recipe generation procedure. Our proposed model can produce high-quality and coherent recipes, and achieve the state-of-the-art performance on the benchmark Recipe1M dataset.

📄 PDF Abstract BibTeX arXiv:2009.00944

Code (1)

hwang1996/SGN 공식 구현 pytorch

Tasks

Image CaptioningRecipe GenerationSentence

Similar Papers 제목 키워드 기반

RecipeNLG: A Cooking Recipes Dataset for Semi-Structured Text Generation

2020-12-15 · Michał Bień, Michał Gilski, Martyna Maciejewska, Wojciech Taisner 외

Semi-structured text generation is a non-trivial problem. Although last years have brought lots of improvements in natural language generation, thanks to the development of neural models trained on large scale datasets, …

Named Entity Recognition (NER)Recipe GenerationText 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

Decomposing Generation Networks with Structure Prediction for Recipe Generation

2020-07-27 · Hao Wang, Guosheng Lin, Steven C. H. Hoi, Chunyan Miao

Recipe generation from food images and ingredients is a challenging task, which requires the interpretation of the information from another modality. Different from the image captioning task, where the captions usually h…

Image CaptioningRecipe GenerationSentence

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

Generating Personalized Recipes from Historical User Preferences

2019-08-31 · IJCNLP 2019 11 · Bodhisattwa Prasad Majumder, Shuyang Li, Jianmo Ni, Julian McAuley

Existing approaches to recipe generation are unable to create recipes for users with culinary preferences but incomplete knowledge of ingredients in specific dishes. We propose a new task of personalized recipe generatio…

Recipe GenerationText Generation