DEVICE: Depth and Visual Concepts Aware Transformer for OCR-based Image Captioning
Dongsheng Xu, Qingbao Huang, Xingmao Zhang, Haonan Cheng, Feng Shuang, Yi Cai
TL;DR
DEVICE introduces a depth and visual concepts aware transformer for OCR-based image captioning, addressing limitations of 2D plane reasoning and coarse object descriptions. By incorporating monocular depth maps through a depth-enhanced feature updating module (DeFUM), a salient visual object concepts extractor (VOC), and a semantic-guided alignment module (SgAM), the model achieves richer 3D relational reasoning and more accurate scene text generation. The approach yields state-of-the-art results on TextCaps, notably boosting CIDEr-D to 110.0, and is supported by detailed ablations, qualitative analyses, and convergence improvements. This work advances OCR-based captioning by fusing depth cues with semantic visual concepts to produce more complete and precise captions, with potential for broader multimodal reasoning applications.
Abstract
OCR-based image captioning is an important but under-explored task, aiming to generate descriptions containing visual objects and scene text. Recent studies have made encouraging progress, but they are still suffering from a lack of overall understanding of scenes and generating inaccurate captions. One possible reason is that current studies mainly focus on constructing the plane-level geometric relationship of scene text without depth information. This leads to insufficient scene text relational reasoning so that models may describe scene text inaccurately. The other possible reason is that existing methods fail to generate fine-grained descriptions of some visual objects. In addition, they may ignore essential visual objects, leading to the scene text belonging to these ignored objects not being utilized. To address the above issues, we propose a Depth and Visual Concepts Aware Transformer (DEVICE) for OCR-based image captinong. Concretely, to construct three-dimensional geometric relations, we introduce depth information and propose a depth-enhanced feature updating module to ameliorate OCR token features. To generate more precise and comprehensive captions, we introduce semantic features of detected visual concepts as auxiliary information, and propose a semantic-guided alignment module to improve the model's ability to utilize visual concepts. Our DEVICE is capable of comprehending scenes more comprehensively and boosting the accuracy of described visual entities. Sufficient experiments demonstrate the effectiveness of our proposed DEVICE, which outperforms state-of-the-art models on the TextCaps test set.
