CVAICLOct 8, 2020

Dense Relational Image Captioning via Multi-task Triple-Stream Networks

arXiv:2010.03855v339 citations
Originality Incremental advance
AI Analysis

This work addresses the need for more comprehensive image understanding in computer vision, though it appears incremental as it builds on existing captioning methods by incorporating relational and part-of-speech information.

The paper tackles the problem of generating multiple captions that describe relationships between objects in images, introducing a new task called dense relational captioning. The proposed multi-task triple-stream network (MTTSNet) achieves improved performance in generating diverse and richer captions, as demonstrated through extensive experiments on large-scale datasets.

We introduce dense relational captioning, a novel image captioning task which aims to generate multiple captions with respect to relational information between objects in a visual scene. Relational captioning provides explicit descriptions for each relationship between object combinations. This framework is advantageous in both diversity and amount of information, leading to a comprehensive image understanding based on relationships, e.g., relational proposal generation. For relational understanding between objects, the part-of-speech (POS; i.e., subject-object-predicate categories) can be a valuable prior information to guide the causal sequence of words in a caption. We enforce our framework to learn not only to generate captions but also to understand the POS of each word. To this end, we propose the multi-task triple-stream network (MTTSNet) which consists of three recurrent units responsible for each POS which is trained by jointly predicting the correct captions and POS for each word. In addition, we found that the performance of MTTSNet can be improved by modulating the object embeddings with an explicit relational module. We demonstrate that our proposed model can generate more diverse and richer captions, via extensive experimental analysis on large scale datasets and several metrics. Then, we present applications of our framework to holistic image captioning, scene graph generation, and retrieval tasks.

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