CVJul 22, 2022

Efficient Modeling of Future Context for Image Captioning

arXiv:2207.10897v217 citationsh-index: 20Has Code
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in image captioning for AI applications by efficiently modeling future context without extra inference time, though it is incremental as it builds on existing autoregressive and non-autoregressive approaches.

The paper tackles the problem of effectively incorporating future context in image captioning, proposing a method that combines autoregressive and non-autoregressive models to achieve state-of-the-art results on the MS COCO benchmark with improved automatic metrics and human evaluations.

Existing approaches to image captioning usually generate the sentence word-by-word from left to right, with the constraint of conditioned on local context including the given image and history generated words. There have been many studies target to make use of global information during decoding, e.g., iterative refinement. However, it is still under-explored how to effectively and efficiently incorporate the future context. To respond to this issue, inspired by that Non-Autoregressive Image Captioning (NAIC) can leverage two-side relation with modified mask operation, we aim to graft this advance to the conventional Autoregressive Image Captioning (AIC) model while maintaining the inference efficiency without extra time cost. Specifically, AIC and NAIC models are first trained combined with shared visual encoders, forcing the visual encoder to contain sufficient and valid future context; then the AIC model is encouraged to capture the causal dynamics of cross-layer interchanging from NAIC model on its unconfident words, which follows a teacher-student paradigm and optimized with the distribution calibration training objective. Empirical evidences demonstrate that our proposed approach clearly surpass the state-of-the-art baselines in both automatic metrics and human evaluations on the MS COCO benchmark. The source code is available at: https://github.com/feizc/Future-Caption.

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