# Informative Visual Storytelling with Cross-modal Rules

**Authors:** Jiacheng Li, Haizhou Shi, Siliang Tang, Fei Wu, Yueting Zhuang

arXiv: 1907.03240 · 2019-08-06

## TL;DR

This paper introduces a cross-modal rule mining approach to improve visual storytelling by generating more grounded and informative stories, leveraging association rules to infer meaningful concepts from images.

## Contribution

It proposes a novel method to mine cross-modal rules for better concept inference, enhancing story informativeness and grounding in visual storytelling models.

## Key findings

- Improved automatic and human evaluation scores.
- Enhanced performance on small datasets using mined rules.
- More grounded and informative story generation.

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1907.03240/full.md

## Figures

7 figures with captions in the complete paper: https://tomesphere.com/paper/1907.03240/full.md

## References

30 references — full list in the complete paper: https://tomesphere.com/paper/1907.03240/full.md

---
Source: https://tomesphere.com/paper/1907.03240