CVLGJun 15, 2020

Multi-Image Summarization: Textual Summary from a Set of Cohesive Images

arXiv:2006.08686v17 citations
AI Analysis

This addresses the need for summarizing image clusters or web pages, but it is incremental as it extends existing single-image captioning methods to multiple images.

The paper tackles the problem of generating a textual summary from a coherent set of images, proposing a new task called multi-image summarization, and achieves improved performance by using aggregated image features and pretraining on single-image captioning to reduce hallucinations.

Multi-sentence summarization is a well studied problem in NLP, while generating image descriptions for a single image is a well studied problem in Computer Vision. However, for applications such as image cluster labeling or web page summarization, summarizing a set of images is also a useful and challenging task. This paper proposes the new task of multi-image summarization, which aims to generate a concise and descriptive textual summary given a coherent set of input images. We propose a model that extends the image-captioning Transformer-based architecture for single image to multi-image. A dense average image feature aggregation network allows the model to focus on a coherent subset of attributes across the input images. We explore various input representations to the Transformer network and empirically show that aggregated image features are superior to individual image embeddings. We additionally show that the performance of the model is further improved by pretraining the model parameters on a single-image captioning task, which appears to be particularly effective in eliminating hallucinations in the output.

Foundations

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

Your Notes