Pointing Novel Objects in Image Captioning
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.
Code (0)
등록된 구현이 없습니다.
Tasks
DecoderImage CaptioningObjectObject RecognitionSentenceMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Pointing-Based Object Recognition
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 CaptioningHICEScore: A Hierarchical Metric for Image Captioning Evaluation
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 CaptioningIncorporating Copying Mechanism in Image Captioning for Learning Novel Objects
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 RecognitionSentencePartially-Supervised Novel Object Captioning Leveraging Context from Paired Data
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+1O2NA: An Object-Oriented Non-Autoregressive Approach for Controllable Video Captioning
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