CVJul 22, 2022

Rethinking the Reference-based Distinctive Image Captioning

arXiv:2207.11118v124 citationsh-index: 34
Originality Incremental advance
AI Analysis

This addresses the need for more rigorous evaluation in distinctive image captioning, particularly for computer vision and AI applications requiring detailed image descriptions, though it is incremental in improving benchmarking and model design.

The paper tackles the problem of generating distinctive image captions by comparing target images with reference images, revealing that existing benchmarks use easily distinguishable references. They propose two new benchmarks with stricter similarity controls, a Transformer-based model (TransDIC) that encodes object-level differences, and a new evaluation metric (DisCIDEr), with TransDIC outperforming state-of-the-art models on these benchmarks.

Distinctive Image Captioning (DIC) -- generating distinctive captions that describe the unique details of a target image -- has received considerable attention over the last few years. A recent DIC work proposes to generate distinctive captions by comparing the target image with a set of semantic-similar reference images, i.e., reference-based DIC (Ref-DIC). It aims to make the generated captions can tell apart the target and reference images. Unfortunately, reference images used by existing Ref-DIC works are easy to distinguish: these reference images only resemble the target image at scene-level and have few common objects, such that a Ref-DIC model can trivially generate distinctive captions even without considering the reference images. To ensure Ref-DIC models really perceive the unique objects (or attributes) in target images, we first propose two new Ref-DIC benchmarks. Specifically, we design a two-stage matching mechanism, which strictly controls the similarity between the target and reference images at object-/attribute- level (vs. scene-level). Secondly, to generate distinctive captions, we develop a strong Transformer-based Ref-DIC baseline, dubbed as TransDIC. It not only extracts visual features from the target image, but also encodes the differences between objects in the target and reference images. Finally, for more trustworthy benchmarking, we propose a new evaluation metric named DisCIDEr for Ref-DIC, which evaluates both the accuracy and distinctiveness of the generated captions. Experimental results demonstrate that our TransDIC can generate distinctive captions. Besides, it outperforms several state-of-the-art models on the two new benchmarks over different metrics.

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