paper-with-me

Papers

Deep image representations using caption generators

2017-05-25 · Konda Reddy Mopuri, Vishal B. Athreya, R. Venkatesh Babu

Deep learning exploits large volumes of labeled data to learn powerful models. When the target dataset is small, it is a common practice to perform transfer learning using pre-trained models to learn new task specific representations. However, pre-trained CNNs for image recognition are provided with limited information about the image during training, which is label alone. Tasks such as scene retrieval suffer from features learned from this weak supervision and require stronger supervision to better understand the contents of the image. In this paper, we exploit the features learned from caption generating models to learn novel task specific image representations. In particular, we consider the state-of-the art captioning system Show and Tell~\cite{SnT-pami-2016} and the dense region description model DenseCap~\cite{densecap-cvpr-2016}. We demonstrate that, owing to richer supervision provided during the process of training, the features learned by the captioning system perform better than those of CNNs. Further, we train a siamese network with a modified pair-wise loss to fuse the features learned by~\cite{SnT-pami-2016} and~\cite{densecap-cvpr-2016} and learn image representations suitable for retrieval. Experiments show that the proposed fusion exploits the complementary nature of the individual features and yields state-of-the art retrieval results on benchmark datasets.

📄 PDF Abstract BibTeX arXiv:1705.09142

Code (1)

mopurikreddy/strong-supervision 공식 구현

Tasks

RetrievalTransfer Learning

Similar Papers 제목 키워드 기반

Transfer learning from language models to image caption generators: Better models may not transfer better

2019-01-01 · Marc Tanti, Albert Gatt, Kenneth P. Camilleri

When designing a neural caption generator, a convolutional neural network can be used to extract image features. Is it possible to also use a neural language model to extract sentence prefix features? We answer this ques…

Language ModelingLanguage ModellingSentenceTransfer Learning

Quantifying the amount of visual information used by neural caption generators

2018-10-12 · Marc Tanti, Albert Gatt, Kenneth P. Camilleri

This paper addresses the sensitivity of neural image caption generators to their visual input. A sensitivity analysis and omission analysis based on image foils is reported, showing that the extent to which image caption…

Image CaptioningPositionSensitivity

KENGIC: KEyword-driven and N-Gram Graph based Image Captioning

2023-02-07 · Brandon Birmingham, Adrian Muscat

This paper presents a Keyword-driven and N-gram Graph based approach for Image Captioning (KENGIC). Most current state-of-the-art image caption generators are trained end-to-end on large scale paired image-caption datase…

Image Captioning

Generating images from caption and vice versa via CLIP-Guided Generative Latent Space Search

2021-02-02 · Federico A. Galatolo, Mario G. C. A. Cimino, Gigliola Vaglini

In this research work we present CLIP-GLaSS, a novel zero-shot framework to generate an image (or a caption) corresponding to a given caption (or image). CLIP-GLaSS is based on the CLIP neural network, which, given an im…

DescriptiveImage Generation

Learning Visual Relation Priors for Image-Text Matching and Image Captioning with Neural Scene Graph Generators

2019-09-22 · Kuang-Huei Lee, Hamid Palangi, Xi Chen, Houdong Hu 외

Grounding language to visual relations is critical to various language-and-vision applications. In this work, we tackle two fundamental language-and-vision tasks: image-text matching and image captioning, and demonstrate…

Image CaptioningImage-text matchingRelationText Matching