paper-with-me

Papers

Pointing Novel Objects in Image Captioning

2019-04-25 · CVPR 2019 6 · Yehao Li, Ting Yao, Yingwei Pan, Hongyang Chao, Tao Mei

Image captioning has received significant attention with remarkable improvements in recent advances. Nevertheless, images in the wild encapsulate rich knowledge and cannot be sufficiently described with models built on image-caption pairs containing only in-domain objects. In this paper, we propose to address the problem by augmenting standard deep captioning architectures with object learners. Specifically, we present Long Short-Term Memory with Pointing (LSTM-P) --- a new architecture that facilitates vocabulary expansion and produces novel objects via pointing mechanism. Technically, object learners are initially pre-trained on available object recognition data. Pointing in LSTM-P then balances the probability between generating a word through LSTM and copying a word from the recognized objects at each time step in decoder stage. Furthermore, our captioning encourages global coverage of objects in the sentence. Extensive experiments are conducted on both held-out COCO image captioning and ImageNet datasets for describing novel objects, and superior results are reported when comparing to state-of-the-art approaches. More remarkably, we obtain an average of 60.9% in F1 score on held-out COCO~dataset.

📄 PDF Abstract BibTeX arXiv:1904.11251

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage CaptioningObjectObject RecognitionSentence

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Pointing-Based Object Recognition

2026-03-16 · Lukáš Hajdúch, Viktor Kocur arxiv

This paper presents a comprehensive pipeline for recognizing objects targeted by human pointing gestures using RGB images. As human-robot interaction moves toward more intuitive interfaces, the ability to identify target…

Monocular Depth EstimationObject RecognitionObject DetectionImage Captioning

HICEScore: A Hierarchical Metric for Image Captioning Evaluation

2024-07-26 · Zequn Zeng, JianQiao Sun, Hao Zhang, Tiansheng Wen 외

Image captioning evaluation metrics can be divided into two categories, reference-based metrics and reference-free metrics. However, reference-based approaches may struggle to evaluate descriptive captions with abundant …

DescriptiveImage Captioning

Incorporating Copying Mechanism in Image Captioning for Learning Novel Objects

2017-08-17 · CVPR 2017 7 · Ting Yao, Yingwei Pan, Yehao Li, Tao Mei

Image captioning often requires a large set of training image-sentence pairs. In practice, however, acquiring sufficient training pairs is always expensive, making the recent captioning models limited in their ability to…

DecoderImage CaptioningObject RecognitionSentence

Partially-Supervised Novel Object Captioning Leveraging Context from Paired Data

2021-09-10 · Shashank Bujimalla, Mahesh Subedar, Omesh Tickoo

In this paper, we propose an approach to improve image captioning solution for images with novel objects that do not have caption labels in the training dataset. We refer to our approach as Partially-Supervised Novel Obj…

Image CaptioningNovel Object Detectionobject-detectionObject Detection+1

O2NA: An Object-Oriented Non-Autoregressive Approach for Controllable Video Captioning

2021-08-05 · Findings (ACL) 2021 8 · Fenglin Liu, Xuancheng Ren, Xian Wu, Bang Yang 외

Video captioning combines video understanding and language generation. Different from image captioning that describes a static image with details of almost every object, video captioning usually considers a sequence of f…

AttributeCaption GenerationImage CaptioningText Generation+2