From Head to Tail: Towards Balanced Representation in Large Vision-Language Models through Adaptive Data Calibration
Mingyang Song, Xiaoye Qu, Jiawei Zhou, Yu Cheng
TL;DR
Long-tail data imbalance in large vision-language models (LVLMs) hampers generalization, particularly on tail concepts. The authors introduce an Adaptive Data Refinement Framework (ADR) that first rebalances data by Data Rebalancing (DR) and then synthesizes tail data via Language Data Synthesis and Diffusion-Based Visual Data Synthesis (DS). DR uses a probability dictionary derived from four entity perspectives (Token, Object, Co-occurrence, Interrogation) and reverse indexing to filter redundant head data, while DS generates tail-representative data through synonyms, rewriting, and diffusion-driven image-caption-conversation pipelines. Across eleven benchmarks, ADR yields an average improvement of $4.36\%$ over strong baselines like LLaVA 1.5 without increasing data volume, with especially strong gains on tail concepts, demonstrating improved cross-modal understanding and generalization.
Abstract
Large Vision-Language Models (LVLMs) have achieved significant progress in combining visual comprehension with language generation. Despite this success, the training data of LVLMs still suffers from Long-Tail (LT) problems, where the data distribution is highly imbalanced. Previous works have mainly focused on traditional VLM architectures, i.e., CLIP or ViT, and specific tasks such as recognition and classification. Nevertheless, the exploration of LVLM (e.g. LLaVA) and more general tasks (e.g. Visual Question Answering and Visual Reasoning) remains under-explored. In this paper, we first conduct an in-depth analysis of the LT issues in LVLMs and identify two core causes: the overrepresentation of head concepts and the underrepresentation of tail concepts. Based on the above observation, we propose an $\textbf{A}$daptive $\textbf{D}$ata $\textbf{R}$efinement Framework ($\textbf{ADR}$), which consists of two stages: $\textbf{D}$ata $\textbf{R}$ebalancing ($\textbf{DR}$) and $\textbf{D}$ata $\textbf{S}$ynthesis ($\textbf{DS}$). In the DR stage, we adaptively rebalance the redundant data based on entity distributions, while in the DS stage, we leverage Denoising Diffusion Probabilistic Models (DDPMs) and scarce images to supplement underrepresented portions. Through comprehensive evaluations across eleven benchmarks, our proposed ADR effectively mitigates the long-tail problem in the training data, improving the average performance of LLaVA 1.5 relatively by 4.36%, without increasing the training data volume.
