English

ConZIC: Controllable Zero-shot Image Captioning by Sampling-Based Polishing

Computer Vision and Pattern Recognition 2023-03-10 v2

Abstract

Zero-shot capability has been considered as a new revolution of deep learning, letting machines work on tasks without curated training data. As a good start and the only existing outcome of zero-shot image captioning (IC), ZeroCap abandons supervised training and sequentially searches every word in the caption using the knowledge of large-scale pretrained models. Though effective, its autoregressive generation and gradient-directed searching mechanism limit the diversity of captions and inference speed, respectively. Moreover, ZeroCap does not consider the controllability issue of zero-shot IC. To move forward, we propose a framework for Controllable Zero-shot IC, named ConZIC. The core of ConZIC is a novel sampling-based non-autoregressive language model named GibbsBERT, which can generate and continuously polish every word. Extensive quantitative and qualitative results demonstrate the superior performance of our proposed ConZIC for both zero-shot IC and controllable zero-shot IC. Especially, ConZIC achieves about 5x faster generation speed than ZeroCap, and about 1.5x higher diversity scores, with accurate generation given different control signals.

Cite

@article{arxiv.2303.02437,
  title  = {ConZIC: Controllable Zero-shot Image Captioning by Sampling-Based Polishing},
  author = {Zequn Zeng and Hao Zhang and Zhengjue Wang and Ruiying Lu and Dongsheng Wang and Bo Chen},
  journal= {arXiv preprint arXiv:2303.02437},
  year   = {2023}
}

Comments

Accepted by CVPR2023

R2 v1 2026-06-28T09:01:25.652Z