CVCLAug 14, 2019

Towards Diverse and Accurate Image Captions via Reinforcing Determinantal Point Process

arXiv:1908.04919v17 citations
Originality Incremental advance
AI Analysis

This addresses the need for more varied captions in image captioning, though it is incremental as it builds on existing RL and DPP techniques.

The paper tackles the problem of generating diverse and accurate image captions by proposing a reinforcing determinantal point process (R-DPP) approach, which outperforms methods like GANs and VAEs in both accuracy and diversity and enables beam search for single accurate captions.

Although significant progress has been made in the field of automatic image captioning, it is still a challenging task. Previous works normally pay much attention to improving the quality of the generated captions but ignore the diversity of captions. In this paper, we combine determinantal point process (DPP) and reinforcement learning (RL) and propose a novel reinforcing DPP (R-DPP) approach to generate a set of captions with high quality and diversity for an image. We show that R-DPP performs better on accuracy and diversity than using noise as a control signal (GANs, VAEs). Moreover, R-DPP is able to preserve the modes of the learned distribution. Hence, beam search algorithm can be applied to generate a single accurate caption, which performs better than other RL-based models.

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