paper-with-me

Papers

nocaps: novel object captioning at scale

2018-12-20 · ICCV 2019 10 · Harsh Agrawal, Karan Desai, YuFei Wang, Xinlei Chen, Rishabh Jain, Mark Johnson, Dhruv Batra, Devi Parikh, Stefan Lee, Peter Anderson

Image captioning models have achieved impressive results on datasets containing limited visual concepts and large amounts of paired image-caption training data. However, if these models are to ever function in the wild, a much larger variety of visual concepts must be learned, ideally from less supervision. To encourage the development of image captioning models that can learn visual concepts from alternative data sources, such as object detection datasets, we present the first large-scale benchmark for this task. Dubbed 'nocaps', for novel object captioning at scale, our benchmark consists of 166,100 human-generated captions describing 15,100 images from the OpenImages validation and test sets. The associated training data consists of COCO image-caption pairs, plus OpenImages image-level labels and object bounding boxes. Since OpenImages contains many more classes than COCO, nearly 400 object classes seen in test images have no or very few associated training captions (hence, nocaps). We extend existing novel object captioning models to establish strong baselines for this benchmark and provide analysis to guide future work on this task.

📄 PDF Abstract BibTeX arXiv:1812.08658

Code (2)

nocaps-org/updown-baseline 공식 구현 pytorch
Pranav21091996/Semantic_Fidelity-and-Egoshots tf

Tasks

Image CaptioningObjectobject-detectionObject Detection

Similar Papers 제목 키워드 기반

VIVO: Visual Vocabulary Pre-Training for Novel Object Captioning

2020-09-28 · Xiaowei Hu, Xi Yin, Kevin Lin, Lijuan Wang 외

It is highly desirable yet challenging to generate image captions that can describe novel objects which are unseen in caption-labeled training data, a capability that is evaluated in the novel object captioning challenge…

Image CaptioningObjectTAG

OPCap:Object-aware Prompting Captioning

2024-11-27 · Feiyang Huang

In the field of image captioning, the phenomenon where missing or nonexistent objects are used to explain an image is referred to as object bias (or hallucination). To mitigate this issue, we propose a target-aware promp…

AttributeDecoderHallucinationImage Captioning+1

Towards Retrieval-Augmented Architectures for Image Captioning

2024-05-21 · Sara Sarto, Marcella Cornia, Lorenzo Baraldi, Alessandro Nicolosi 외

The objective of image captioning models is to bridge the gap between the visual and linguistic modalities by generating natural language descriptions that accurately reflect the content of input images. In recent years,…

Image CaptioningLanguage ModelingLanguage ModellingRetrieval

Leveraging Human Attention in Novel Object Captioning

2021-08-19 · Proceedings of the Thirtieth International Joint Conference on Artificial Intelligence 2021 8 · Xianyu Chen, Ming Jiang, Qi Zhao

Image captioning models depend on training with paired image-text corpora, which poses various challenges in describing images containing novel objects absent from the training data. While previous novel object captionin…

Image CaptioningObject

NOC-REK: Novel Object Captioning with Retrieved Vocabulary from External Knowledge

2022-03-28 · CVPR 2022 1 · Duc Minh Vo, Hong Chen, Akihiro Sugimoto, Hideki Nakayama

Novel object captioning aims at describing objects absent from training data, with the key ingredient being the provision of object vocabulary to the model. Although existing methods heavily rely on an object detection m…

Caption GenerationObjectobject-detectionObject Detection+1