paper-with-me

Papers

Exploring Visual Relationship for Image Captioning

2018-09-19 · ECCV 2018 9 · Ting Yao, Yingwei Pan, Yehao Li, Tao Mei

It is always well believed that modeling relationships between objects would be helpful for representing and eventually describing an image. Nevertheless, there has not been evidence in support of the idea on image description generation. In this paper, we introduce a new design to explore the connections between objects for image captioning under the umbrella of attention-based encoder-decoder framework. Specifically, we present Graph Convolutional Networks plus Long Short-Term Memory (dubbed as GCN-LSTM) architecture that novelly integrates both semantic and spatial object relationships into image encoder. Technically, we build graphs over the detected objects in an image based on their spatial and semantic connections. The representations of each region proposed on objects are then refined by leveraging graph structure through GCN. With the learnt region-level features, our GCN-LSTM capitalizes on LSTM-based captioning framework with attention mechanism for sentence generation. Extensive experiments are conducted on COCO image captioning dataset, and superior results are reported when comparing to state-of-the-art approaches. More remarkably, GCN-LSTM increases CIDEr-D performance from 120.1% to 128.7% on COCO testing set.

📄 PDF Abstract BibTeX arXiv:1809.07041

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage CaptioningImage DescriptionSentence

Methods 이 논문이 사용한 방법론

GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

Exploring Explicit and Implicit Visual Relationships for Image Captioning

2021-05-06 · Zeliang Song, Xiaofei Zhou

Image captioning is one of the most challenging tasks in AI, which aims to automatically generate textual sentences for an image. Recent methods for image captioning follow encoder-decoder framework that transforms the s…

DecoderImage Captioning

Multi-modal reward for visual relationships-based image captioning

2023-03-19 · Ali Abedi, Hossein Karshenas, Peyman Adibi

Deep neural networks have achieved promising results in automatic image captioning due to their effective representation learning and context-based content generation capabilities. As a prominent type of deep features us…

Caption GenerationDeep Reinforcement LearningImage CaptioningModel Optimization+3

Exploring Semantic Relationships for Unpaired Image Captioning

2021-06-20 · Fenglin Liu, Meng Gao, Tianhao Zhang, Yuexian Zou

Recently, image captioning has aroused great interest in both academic and industrial worlds. Most existing systems are built upon large-scale datasets consisting of image-sentence pairs, which, however, are time-consumi…

Image CaptioningSentence

Improving OCR-Based Image Captioning by Incorporating Geometrical Relationship

2021-06-19 · CVPR 2021 1 · Jing Wang, Jinhui Tang, Mingkun Yang, Xiang Bai 외

OCR-based image captioning aims to automatically describe images based on all the visual entities (both visual objects and scene text) in images. Compared with conventional image captioning, the reasoning of scene te…

Image CaptioningOptical Character Recognition (OCR)Relation

Bench-Marking And Improving Arabic Automatic Image Captioning Through The Use Of Multi-Task Learning Paradigm

2022-02-11 · Muhy Eddin Za'ter, Bashar Talafha

The continuous increase in the use of social media and the visual content on the internet have accelerated the research in computer vision field in general and the image captioning task in specific. The process of genera…

Image CaptioningMulti-Task LearningWord Embeddings