paper-with-me

홈 › Papers

Boost Image Captioning with Knowledge Reasoning

2020-11-02 · Feicheng Huang, Zhixin Li, Haiyang Wei, Canlong Zhang, Huifang Ma

Automatically generating a human-like description for a given image is a potential research in artificial intelligence, which has attracted a great of attention recently. Most of the existing attention methods explore the mapping relationships between words in sentence and regions in image, such unpredictable matching manner sometimes causes inharmonious alignments that may reduce the quality of generated captions. In this paper, we make our efforts to reason about more accurate and meaningful captions. We first propose word attention to improve the correctness of visual attention when generating sequential descriptions word-by-word. The special word attention emphasizes on word importance when focusing on different regions of the input image, and makes full use of the internal annotation knowledge to assist the calculation of visual attention. Then, in order to reveal those incomprehensible intentions that cannot be expressed straightforwardly by machines, we introduce a new strategy to inject external knowledge extracted from knowledge graph into the encoder-decoder framework to facilitate meaningful captioning. Finally, we validate our model on two freely available captioning benchmarks: Microsoft COCO dataset and Flickr30k dataset. The results demonstrate that our approach achieves state-of-the-art performance and outperforms many of the existing approaches.

📄 PDF Abstract BibTeX arXiv:2011.00927

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage CaptioningSentence

Similar Papers 제목 키워드 기반

Relational Reasoning using Prior Knowledge for Visual Captioning

2019-06-04 · Jingyi Hou, Xinxiao Wu, Yayun Qi, Wentian Zhao 외

Exploiting relationships among objects has achieved remarkable progress in interpreting images or videos by natural language. Most existing methods resort to first detecting objects and their relationships, and then gene…

Image Captioningobject-detectionObject DetectionRelational Reasoning+2

Creative Captioning: An AI Grand Challenge Based on the Dixit Board Game

2020-09-30 · Maithilee Kunda, Irina Rabkina

We propose a new class of "grand challenge" AI problems that we call creative captioning---generating clever, interesting, or abstract captions for images, as well as understanding such captions. Creative captioning draw…

Common Sense Reasoning

Boosting Entity-aware Image Captioning with Multi-modal Knowledge Graph

2021-07-26 · Wentian Zhao, Yao Hu, HeDa Wang, Xinxiao wu 외

Entity-aware image captioning aims to describe named entities and events related to the image by utilizing the background knowledge in the associated article. This task remains challenging as it is difficult to learn the…

Graph AttentionImage CaptioningMulti-modal Knowledge Graph

SciCap+: A Knowledge Augmented Dataset to Study the Challenges of Scientific Figure Captioning

2023-06-06 · Zhishen Yang, Raj Dabre, Hideki Tanaka, Naoaki Okazaki

In scholarly documents, figures provide a straightforward way of communicating scientific findings to readers. Automating figure caption generation helps move model understandings of scientific documents beyond text and …

Caption GenerationImage CaptioningOptical Character Recognition (OCR)

Boosted Attention: Leveraging Human Attention for Image Captioning

2019-03-18 · ECCV 2018 9 · Shi Chen, Qi Zhao

Visual attention has shown usefulness in image captioning, with the goal of enabling a caption model to selectively focus on regions of interest. Existing models typically rely on top-down language information and learn …

Image Captioning