paper-with-me

홈 › Papers

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

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

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 association between named entities and visual cues due to the long-tail distribution of named entities. Furthermore, the complexity of the article brings difficulty in extracting fine-grained relationships between entities to generate informative event descriptions about the image. To tackle these challenges, we propose a novel approach that constructs a multi-modal knowledge graph to associate the visual objects with named entities and capture the relationship between entities simultaneously with the help of external knowledge collected from the web. Specifically, we build a text sub-graph by extracting named entities and their relationships from the article, and build an image sub-graph by detecting the objects in the image. To connect these two sub-graphs, we propose a cross-modal entity matching module trained using a knowledge base that contains Wikipedia entries and the corresponding images. Finally, the multi-modal knowledge graph is integrated into the captioning model via a graph attention mechanism. Extensive experiments on both GoodNews and NYTimes800k datasets demonstrate the effectiveness of our method.

📄 PDF Abstract BibTeX arXiv:2107.11970

Code (0)

등록된 구현이 없습니다.

Tasks

Graph AttentionImage CaptioningMulti-modal Knowledge Graph

Similar Papers 제목 키워드 기반

Transform, Contrast and Tell: Coherent Entity-Aware Multi-Image Captioning

2023-02-04 · Jingqiang Chen

Coherent entity-aware multi-image captioning aims to generate coherent captions for neighboring images in a news document. There are coherence relationships among neighboring images because they often describe same entit…

Caption GenerationCoherence EvaluationContrastive LearningImage Captioning

EAMA : Entity-Aware Multimodal Alignment Based Approach for News Image Captioning

2024-02-29 · Junzhe Zhang, Huixuan Zhang, Xunjian Yin, Xiaojun Wan

News image captioning requires model to generate an informative caption rich in entities, with the news image and the associated news article. Current MLLMs still bear limitations in handling entity information in news i…

Image CaptioningSentence

Knowledge Guided Entity-aware Video Captioning and A Basketball Benchmark

2024-01-25 · Zeyu Xi, Ge Shi, Xuefen Li, Junchi Yan 외

Despite the recent emergence of video captioning models, how to generate the text description with specific entity names and fine-grained actions is far from being solved, which however has great applications such as bas…

DecoderVideo Captioning

Knowledge Completes the Vision: A Multimodal Entity-aware Retrieval-Augmented Generation Framework for News Image Captioning

2025-11-26 · Xiaoxing You, Qiang Huang, Lingyu Li, Chi Zhang 외 arxiv

News image captioning aims to produce journalistically informative descriptions by combining visual content with contextual cues from associated articles. Despite recent advances, existing methods struggle with three key…

Image Captioning

Transferable Decoding with Visual Entities for Zero-Shot Image Captioning

2023-07-31 · ICCV 2023 1 · Junjie Fei, Teng Wang, Jinrui Zhang, Zhenyu He 외

Image-to-text generation aims to describe images using natural language. Recently, zero-shot image captioning based on pre-trained vision-language models (VLMs) and large language models (LLMs) has made significant progr…

Caption GenerationHallucinationImage CaptioningImage to text+2