CVCLApr 1, 2020

More Grounded Image Captioning by Distilling Image-Text Matching Model

arXiv:2004.00390v1147 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of making image captioning more interpretable and accurate for applications requiring object-word alignment, though it is incremental as it builds on existing methods like SCAN and SCST.

The paper tackles the problem of improving grounding accuracy in image captioning without expensive strong supervision by distilling knowledge from a Part-of-Speech enhanced image-text matching model (POS-SCAN). It demonstrates that conventional captioners equipped with POS-SCAN significantly improve grounding accuracy while retaining caption quality, with benchmark results showing substantial gains.

Visual attention not only improves the performance of image captioners, but also serves as a visual interpretation to qualitatively measure the caption rationality and model transparency. Specifically, we expect that a captioner can fix its attentive gaze on the correct objects while generating the corresponding words. This ability is also known as grounded image captioning. However, the grounding accuracy of existing captioners is far from satisfactory. To improve the grounding accuracy while retaining the captioning quality, it is expensive to collect the word-region alignment as strong supervision. To this end, we propose a Part-of-Speech (POS) enhanced image-text matching model (SCAN \cite{lee2018stacked}): POS-SCAN, as the effective knowledge distillation for more grounded image captioning. The benefits are two-fold: 1) given a sentence and an image, POS-SCAN can ground the objects more accurately than SCAN; 2) POS-SCAN serves as a word-region alignment regularization for the captioner's visual attention module. By showing benchmark experimental results, we demonstrate that conventional image captioners equipped with POS-SCAN can significantly improve the grounding accuracy without strong supervision. Last but not the least, we explore the indispensable Self-Critical Sequence Training (SCST) \cite{Rennie_2017_CVPR} in the context of grounded image captioning and show that the image-text matching score can serve as a reward for more grounded captioning \footnote{https://github.com/YuanEZhou/Grounded-Image-Captioning}.

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