Personalizing Multimodal Large Language Models for Image Captioning: An Experimental Analysis
Davide Bucciarelli, Nicholas Moratelli, Marcella Cornia, Lorenzo Baraldi, Rita Cucchiara
TL;DR
This work investigates whether Multimodal LLMs can substitute traditional image captioning systems by evaluating zero-shot performance and domain adaptation through parameter-efficient fine-tuning. It uses LLaVA-based models with a CLIP visual encoder and tests several PEFT methods—Prompt Learning, Prefix Tuning, LoRA, and DoRA—alongside full fine-tuning. The findings reveal strong zero-shot capabilities but limited domain adaptation when fine-tuning aggressively; PEFT approaches offer favorable trade-offs between caption quality and generalization, whereas full fine-tuning can harm cross-domain performance. The results inform future development of more robust, concise, and hallucination-resistant multimodal captioning systems that generalize across diverse domains.
Abstract
The task of image captioning demands an algorithm to generate natural language descriptions of visual inputs. Recent advancements have seen a convergence between image captioning research and the development of Large Language Models (LLMs) and Multimodal LLMs -- like GPT-4V and Gemini -- which extend the capabilities of text-only LLMs to multiple modalities. This paper investigates whether Multimodal LLMs can supplant traditional image captioning networks by evaluating their performance on various image description benchmarks. We explore both the zero-shot capabilities of these models and their adaptability to different semantic domains through fine-tuning methods, including prompt learning, prefix tuning, and low-rank adaptation. Our results demonstrate that while Multimodal LLMs achieve impressive zero-shot performance, fine-tuning for specific domains while maintaining their generalization capabilities intact remains challenging. We discuss the implications of these findings for future research in image captioning and the development of more adaptable Multimodal LLMs.
