CVApr 27, 2022

CapOnImage: Context-driven Dense-Captioning on Image

arXiv:2204.12974v1293 citationsh-index: 29
Originality Incremental advance
AI Analysis

This addresses the problem of creating visually integrated text decorations for images, particularly for product images, though it appears incremental as an extension of existing captioning techniques.

The paper introduces CapOnImage, a new task for generating dense captions at specific image locations using visual context, and proposes a multi-modal pre-training model that achieves state-of-the-art results in accuracy and diversity on a benchmark of 2.1 million product images.

Existing image captioning systems are dedicated to generating narrative captions for images, which are spatially detached from the image in presentation. However, texts can also be used as decorations on the image to highlight the key points and increase the attractiveness of images. In this work, we introduce a new task called captioning on image (CapOnImage), which aims to generate dense captions at different locations of the image based on contextual information. To fully exploit the surrounding visual context to generate the most suitable caption for each location, we propose a multi-modal pre-training model with multi-level pre-training tasks that progressively learn the correspondence between texts and image locations from easy to difficult. Since the model may generate redundant captions for nearby locations, we further enhance the location embedding with neighbor locations as context. For this new task, we also introduce a large-scale benchmark called CapOnImage2M, which contains 2.1 million product images, each with an average of 4.8 spatially localized captions. Compared with other image captioning model variants, our model achieves the best results in both captioning accuracy and diversity aspects. We will make code and datasets public to facilitate future research.

Foundations

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

Your Notes