paper-with-me

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 question by trying different ways to transfer the recurrent neural network and embedding layer from a neural language model to an image caption generator. We find that image caption generators with transferred parameters perform better than those trained from scratch, even when simply pre-training them on the text of the same captions dataset it will later be trained on. We also find that the best language models (in terms of perplexity) do not result in the best caption generators after transfer learning.

📄 PDF Abstract BibTeX arXiv:1901.01216

Code (1)

mtanti/mtanti-phd 공식 구현 tf

Tasks

Language ModelingLanguage ModellingSentenceTransfer Learning

Similar 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 re…

RetrievalTransfer Learning

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

Any2Caption:Interpreting Any Condition to Caption for Controllable Video Generation

2025-03-31 · Shengqiong Wu, Weicai Ye, Jiahao Wang, Quande Liu 외

To address the bottleneck of accurate user intent interpretation within the current video generation community, we present Any2Caption, a novel framework for controllable video generation under any condition. The key ide…

Video Generation

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

Speaking the Same Language: Matching Machine to Human Captions by Adversarial Training

2017-03-30 · ICCV 2017 10 · Rakshith Shetty, Marcus Rohrbach, Lisa Anne Hendricks, Mario Fritz 외

While strong progress has been made in image captioning over the last years, machine and human captions are still quite distinct. A closer look reveals that this is due to the deficiencies in the generated word distribut…

Image Captioning