MMCLJul 7, 2019

Informative Visual Storytelling with Cross-modal Rules

arXiv:1907.03240v225 citations
Originality Incremental advance
AI Analysis

This work addresses the issue of uninformative story generation in AI systems for applications like automated content creation, though it is incremental as it builds on existing encoder-decoder frameworks with rule mining.

The paper tackles the problem of generating general descriptions in visual storytelling by proposing a method to mine cross-modal rules for inferring informative concepts from images, resulting in more grounded and informative stories as demonstrated on the VIST dataset with improvements in automatic metrics and human evaluation.

Existing methods in the Visual Storytelling field often suffer from the problem of generating general descriptions, while the image contains a lot of meaningful contents remaining unnoticed. The failure of informative story generation can be concluded to the model's incompetence of capturing enough meaningful concepts. The categories of these concepts include entities, attributes, actions, and events, which are in some cases crucial to grounded storytelling. To solve this problem, we propose a method to mine the cross-modal rules to help the model infer these informative concepts given certain visual input. We first build the multimodal transactions by concatenating the CNN activations and the word indices. Then we use the association rule mining algorithm to mine the cross-modal rules, which will be used for the concept inference. With the help of the cross-modal rules, the generated stories are more grounded and informative. Besides, our proposed method holds the advantages of interpretation, expandability, and transferability, indicating potential for wider application. Finally, we leverage these concepts in our encoder-decoder framework with the attention mechanism. We conduct several experiments on the VIsual StoryTelling~(VIST) dataset, the results of which demonstrate the effectiveness of our approach in terms of both automatic metrics and human evaluation. Additional experiments are also conducted showing that our mined cross-modal rules as additional knowledge helps the model gain better performance when trained on a small dataset.

Code Implementations1 repo
Foundations

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

Your Notes