paper-with-me

Papers

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 model, we view the detection step as vocabulary retrieval from an external knowledge in the form of embeddings for any object's definition from Wiktionary, where we use in the retrieval image region features learned from a transformers model. We propose an end-to-end Novel Object Captioning with Retrieved vocabulary from External Knowledge method (NOC-REK), which simultaneously learns vocabulary retrieval and caption generation, successfully describing novel objects outside of the training dataset. Furthermore, our model eliminates the requirement for model retraining by simply updating the external knowledge whenever a novel object appears. Our comprehensive experiments on held-out COCO and Nocaps datasets show that our NOC-REK is considerably effective against SOTAs.

📄 PDF Abstract BibTeX arXiv:2203.14499

Code (0)

등록된 구현이 없습니다.

Tasks

Caption GenerationObjectobject-detectionObject DetectionRetrieval

Similar Papers 제목 키워드 기반

EVCap: Retrieval-Augmented Image Captioning with External Visual-Name Memory for Open-World Comprehension

2023-11-27 · CVPR 2024 1 · Jiaxuan Li, Duc Minh Vo, Akihiro Sugimoto, Hideki Nakayama

Large language models (LLMs)-based image captioning has the capability of describing objects not explicitly observed in training data; yet novel objects occur frequently, necessitating the requirement of sustaining up-to…

Image CaptioningObjectRetrieval

Retrieval-Augmented Transformer for Image Captioning

2022-07-26 · Sara Sarto, Marcella Cornia, Lorenzo Baraldi, Rita Cucchiara

Image captioning models aim at connecting Vision and Language by providing natural language descriptions of input images. In the past few years, the task has been tackled by learning parametric models and proposing visua…

Image CaptioningRetrieval

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

Hierarchical Multi-Modal Retrieval for Knowledge-Grounded News Image Captioning

2026-06-17 · Minh-Loi Nguyen, Xuan-Vu Le, Long-Bao Nguyen, Hoang-Bach Ngo 외 arxiv

Traditional image captioning methods often struggle to generate comprehensive, context-rich descriptions, especially for details not directly observable from visual cues. To overcome this, we propose a novel retrieval-au…

Image Captioning

Cascaded Revision Network for Novel Object Captioning

2019-08-06 · Qianyu Feng, Yu Wu, Hehe Fan, Chenggang Yan 외

Image captioning, a challenging task where the machine automatically describes an image by sentences, has drawn significant attention in recent years. Despite the remarkable improvements of recent approaches, however, th…

Image CaptioningObjectobject-detectionObject Detection+1