The authors combine factual and stylized image captioning with a transformer summarizer to output a single caption containing factual, romantic, and humorous elements.
Deep Captioning with Multimodal Recurrent Neural Networks (m-RNN)
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
In this paper, we present a multimodal Recurrent Neural Network (m-RNN) model for generating novel image captions. It directly models the probability distribution of generating a word given previous words and an image. Image captions are generated by sampling from this distribution. The model consists of two sub-networks: a deep recurrent neural network for sentences and a deep convolutional network for images. These two sub-networks interact with each other in a multimodal layer to form the whole m-RNN model. The effectiveness of our model is validated on four benchmark datasets (IAPR TC-12, Flickr 8K, Flickr 30K and MS COCO). Our model outperforms the state-of-the-art methods. In addition, we apply the m-RNN model to retrieval tasks for retrieving images or sentences, and achieves significant performance improvement over the state-of-the-art methods which directly optimize the ranking objective function for retrieval. The project page of this work is: www.stat.ucla.edu/~junhua.mao/m-RNN.html .
citation-role summary
citation-polarity summary
fields
cs.CV 1years
2024 1verdicts
REJECT 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
UnMA-CapSumT: Unified and Multi-Head Attention-driven Caption Summarization Transformer
The authors combine factual and stylized image captioning with a transformer summarizer to output a single caption containing factual, romantic, and humorous elements.