Confidence-aware Non-repetitive Multimodal Transformers for TextCaps
Zhaokai Wang, Renda Bao, Qi Wu, Si Liu

TL;DR
This paper introduces CNMT, a multimodal transformer model that improves image captioning with reading OCR tokens by enhancing reading accuracy, selecting key tokens, and avoiding repetitive words, leading to superior performance on TextCaps.
Contribution
The paper presents a novel Confidence-aware Non-repetitive Multimodal Transformer that integrates confidence embedding and repetition masking to improve TextCaps captioning accuracy.
Findings
Achieved CIDEr score of 93.0 on TextCaps, surpassing previous state-of-the-art of 81.0.
Enhanced OCR reading ability using better OCR systems and confidence embeddings.
Effectively reduced repetitive words in generated captions.
Abstract
When describing an image, reading text in the visual scene is crucial to understand the key information. Recent work explores the TextCaps task, i.e. image captioning with reading Optical Character Recognition (OCR) tokens, which requires models to read text and cover them in generated captions. Existing approaches fail to generate accurate descriptions because of their (1) poor reading ability; (2) inability to choose the crucial words among all extracted OCR tokens; (3) repetition of words in predicted captions. To this end, we propose a Confidence-aware Non-repetitive Multimodal Transformers (CNMT) to tackle the above challenges. Our CNMT consists of a reading, a reasoning and a generation modules, in which Reading Module employs better OCR systems to enhance text reading ability and a confidence embedding to select the most noteworthy tokens. To address the issue of word redundancy…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsHandwritten Text Recognition Techniques · Multimodal Machine Learning Applications · Video Analysis and Summarization
