paper-with-me

Papers

Improving OCR-Based Image Captioning by Incorporating Geometrical Relationship

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

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 text is required for OCR-based image captioning since the generated descriptions often contain multiple OCR tokens. Existing methods attempt to achieve this goal via encoding the OCR tokens with rich visual and semantic representations. However, strong correlations between OCR tokens may not be established with such limited representations. In this paper, we propose to enhance the connections between OCR tokens from the viewpoint of exploiting the geometrical relationship. We comprehensively consider the height, width, distance, IoU and orientation relations between the OCR tokens for constructing the geometrical relationship. To integrate the learned relation as well as the visual and semantic representations into a unified framework, a Long Short-Term Memory plus Relation-aware pointer network (LSTM-R) architecture is presented in this paper. Under the guidance of the geometrical relationship between OCR tokens, our LSTM-R capitalizes on a newly-devised relation-aware pointer network to select OCR tokens from the scene text for OCR-based image captioning. Extensive experiments demonstrate the effectiveness of our LSTM-R. More remarkably, LSTM-R achieves state-of-the-art performance on TextCaps, with the CIDEr-D score being increased from 98.0% to 109.3%.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Image CaptioningOptical Character Recognition (OCR)Relation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Sigmoid Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Tanh Activation 설명 없음
[LivE@PeRson]How do I talk to a real person at Expedia? How do I talk to a real person at Expedia? To speak with a live Expedia agent, call 1 (888) 829-0881 anytime. The customer support team is available 24/7 to help with…
Pointer Network Pointer Networks tackle problems where input and output data are sequential data, but can't be solved by seq2seq type models because discrete categories of output elements…

Similar Papers 제목 키워드 기반

Label-Attention Transformer with Geometrically Coherent Objects for Image Captioning

2021-09-16 · Shikha Dubey, Farrukh Olimov, Muhammad Aasim Rafique, Joonmo Kim 외

Automatic transcription of scene understanding in images and videos is a step towards artificial general intelligence. Image captioning is a nomenclature for describing meaningful information in an image using computer v…

DecoderImage CaptioningScene Understanding

Image Captioning: Transforming Objects into Words

2019-06-14 · NeurIPS 2019 12 · Simao Herdade, Armin Kappeler, Kofi Boakye, Joao Soares

Image captioning models typically follow an encoder-decoder architecture which uses abstract image feature vectors as input to the encoder. One of the most successful algorithms uses feature vectors extracted from the re…

DecoderImage CaptioningObject

Aligning Linguistic Words and Visual Semantic Units for Image Captioning

2019-08-06 · Longteng Guo, Jing Liu, Jinhui Tang, Jiangwei Li 외

Image captioning attempts to generate a sentence composed of several linguistic words, which are used to describe objects, attributes, and interactions in an image, denoted as visual semantic units in this paper. Based o…

AttributeImage CaptioningObjectSentence

Scene Graph Generation with Geometric Context

2021-11-25 · Vishal Kumar, Albert Mundu, Satish Kumar Singh

Scene Graph Generation has gained much attention in computer vision research with the growing demand in image understanding projects like visual question answering, image captioning, self-driving cars, crowd behavior ana…

Activity RecognitionGraph GenerationImage CaptioningQuestion Answering+4

Face-Cap: Image Captioning using Facial Expression Analysis

2018-07-06 · Omid Mohamad Nezami, Mark Dras, Peter Anderson, Len Hamey

Image captioning is the process of generating a natural language description of an image. Most current image captioning models, however, do not take into account the emotional aspect of an image, which is very relevant t…

DescriptiveImage Captioning