Altogether: Image Captioning via Re-aligning Alt-text
Hu Xu, Po-Yao Huang, Xiaoqing Ellen Tan, Ching-Feng Yeh, Jacob Kahn, Christine Jou, Gargi Ghosh, Omer Levy, Luke Zettlemoyer, Wen-tau Yih, Shang-Wen Li, Saining Xie, Christoph Feichtenhofer
TL;DR
Altogether introduces a principled framework to improve image captions by re-aligning existing alt-text with image content. It combines multi-round human annotation of alt-text with a lightweight, scalable captioner that grounding alt-text into dense captions via a mapping network and a frozen image encoder. The approach yields richer captions and translates into tangible gains for text-to-image generation and zero-shot classification/retrieval, while preserving transparency by grounding in alt-text rather than relying on opaque captioning pipelines. The results demonstrate that targeted augmentation with alt-text-grounded synthetic data can significantly enhance alignment, grounding, and downstream multimodal tasks, with practical implications for scalable, transparent image understanding systems.
Abstract
This paper focuses on creating synthetic data to improve the quality of image captions. Existing works typically have two shortcomings. First, they caption images from scratch, ignoring existing alt-text metadata, and second, lack transparency if the captioners' training data (e.g. GPT) is unknown. In this paper, we study a principled approach Altogether based on the key idea to edit and re-align existing alt-texts associated with the images. To generate training data, we perform human annotation where annotators start with the existing alt-text and re-align it to the image content in multiple rounds, consequently constructing captions with rich visual concepts. This differs from prior work that carries out human annotation as a one-time description task solely based on images and annotator knowledge. We train a captioner on this data that generalizes the process of re-aligning alt-texts at scale. Our results show our Altogether approach leads to richer image captions that also improve text-to-image generation and zero-shot image classification tasks.
