Piculet: Specialized Models-Guided Hallucination Decrease for MultiModal Large Language Models
Kohou Wang, Xiang Liu, Zhaoxiang Liu, Kai Wang, Shiguo Lian
TL;DR
The paper tackles hallucinations in Multimodal Large Language Models by introducing Piculet, a training-free preprocessing framework that uses specialized lightweight models to extract factual image details (objects, text, faces) and feeds them as structured external knowledge alongside the image and user query to the MLLM. This approach avoids retraining and large LLM dependencies, requiring only a single MLLM inference plus small models, making it efficient and broadly compatible. Experimental results on POPE, MMEMME, and LLaVA-QA90 show consistent improvements across object existence, counts, OCR, color, and celebrity recognition tasks, outperforming both training-based methods and existing training-free baselines like Woodpecker. Overall, Piculet offers a practical, scalable solution to mitigate visual hallucination in MLLMs with potential for widespread deployment in real-world multimodal AI systems.
Abstract
Multimodal Large Language Models (MLLMs) have made significant progress in bridging the gap between visual and language modalities. However, hallucinations in MLLMs, where the generated text does not align with image content, continue to be a major challenge. Existing methods for addressing hallucinations often rely on instruction-tuning, which requires retraining the model with specific data, which increases the cost of utilizing MLLMs further. In this paper, we introduce a novel training-free method, named Piculet, for enhancing the input representation of MLLMs. Piculet leverages multiple specialized models to extract descriptions of visual information from the input image and combine these descriptions with the original image and query as input to the MLLM. We evaluate our method both quantitively and qualitatively, and the results demonstrate that Piculet greatly decreases hallucinations of MLLMs. Our method can be easily extended to different MLLMs while being universal.
