Predicting Winning Captions for Weekly New Yorker Comics
Stanley Cao, Sonny Young
TL;DR
The study tackles the challenge of generating humorous captions for New Yorker cartoons by evaluating multiple Vision Transformer–based captioning pipelines. It compares a CLIP-GPT2 baseline, LLaVA-NeXT with zero-/few-/CoT prompting and QLoRA finetuning, and GPT-4V on a New Yorker dataset augmented with metadata. Automated metrics (BLEU/ROUGE) underperform for humor-rich captioning, while human judgments (SS-SCORE) favor GPT-4V with few-shot prompts, highlighting the importance of model scale and prompting strategy. The results reveal significant gaps between automated metrics and perceived caption quality, underscoring the need for better evaluation paradigms and prompting techniques to model culturally nuanced humor in multi-modal AI systems.
Abstract
Image captioning using Vision Transformers (ViTs) represents a pivotal convergence of computer vision and natural language processing, offering the potential to enhance user experiences, improve accessibility, and provide textual representations of visual data. This paper explores the application of image captioning techniques to New Yorker cartoons, aiming to generate captions that emulate the wit and humor of winning entries in the New Yorker Cartoon Caption Contest. This task necessitates sophisticated visual and linguistic processing, along with an understanding of cultural nuances and humor. We propose several new baselines for using vision transformer encoder-decoder models to generate captions for the New Yorker cartoon caption contest.
