English

Dank Learning: Generating Memes Using Deep Neural Networks

Computation and Language 2018-06-13 v1 Machine Learning

Abstract

We introduce a novel meme generation system, which given any image can produce a humorous and relevant caption. Furthermore, the system can be conditioned on not only an image but also a user-defined label relating to the meme template, giving a handle to the user on meme content. The system uses a pretrained Inception-v3 network to return an image embedding which is passed to an attention-based deep-layer LSTM model producing the caption - inspired by the widely recognised Show and Tell Model. We implement a modified beam search to encourage diversity in the captions. We evaluate the quality of our model using perplexity and human assessment on both the quality of memes generated and whether they can be differentiated from real ones. Our model produces original memes that cannot on the whole be differentiated from real ones.

Keywords

Cite

@article{arxiv.1806.04510,
  title  = {Dank Learning: Generating Memes Using Deep Neural Networks},
  author = {Abel L Peirson and E Meltem Tolunay},
  journal= {arXiv preprint arXiv:1806.04510},
  year   = {2018}
}

Comments

Stanford CS 224n Project

R2 v1 2026-06-23T02:27:19.048Z