MMCLCVSep 21, 2022

Recipe Generation from Unsegmented Cooking Videos

arXiv:2209.10134v26 citationsh-index: 28
Originality Incremental advance
AI Analysis

It addresses the problem of generating accurate recipes from videos for applications like cooking assistance, but it is incremental as it builds on existing dense video captioning methods.

This paper tackles recipe generation from unsegmented cooking videos by proposing a transformer-based multimodal recurrent approach to select oracle events and generate sentences, outperforming state-of-the-art dense video captioning models.

This paper tackles recipe generation from unsegmented cooking videos, a task that requires agents to (1) extract key events in completing the dish and (2) generate sentences for the extracted events. Our task is similar to dense video captioning (DVC), which aims at detecting events thoroughly and generating sentences for them. However, unlike DVC, in recipe generation, recipe story awareness is crucial, and a model should extract an appropriate number of events in the correct order and generate accurate sentences based on them. We analyze the output of the DVC model and confirm that although (1) several events are adoptable as a recipe story, (2) the generated sentences for such events are not grounded in the visual content. Based on this, we set our goal to obtain correct recipes by selecting oracle events from the output events and re-generating sentences for them. To achieve this, we propose a transformer-based multimodal recurrent approach of training an event selector and sentence generator for selecting oracle events from the DVC's events and generating sentences for them. In addition, we extend the model by including ingredients to generate more accurate recipes. The experimental results show that the proposed method outperforms state-of-the-art DVC models. We also confirm that, by modeling the recipe in a story-aware manner, the proposed model outputs the appropriate number of events in the correct order.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes