Counteracting Matthew Effect in Self-Improvement of LVLMs through Head-Tail Re-balancing
Xin Guo, Zhiheng Xi, Yiwen Ding, Yitao Zhai, Xiaowei Shi, Xunliang Cai, Tao Gui, Qi Zhang, Xuanjing Huang
TL;DR
The paper addresses a bottleneck in self-improvement for large vision-language models, identifying a Matthew effect where simple, head data dominate successful trajectories and complex tail data are underexplored. It proposes four strategies—threshold clipping, repeat-based padding, adaptive-weighted resampling, and guided resampling—combined into a two-pronged approach of distribution reshaping and trajectory resampling to rebalance data during exploration and learning. Empirical results across Qwen2-VL-7B-Instruct and InternVL2.5-4B show that head-tail re-balancing yields consistent gains in visual reasoning and mitigates the iterative performance bottlenecks, often achieving larger tail improvements with greater efficiency. The work demonstrates that reframing self-improvement as an efficient sampling problem and enriching tail trajectories can enhance robustness and scalability in LVLMs, with practical implications for deploying visual reasoning systems in more challenging domains.
Abstract
Self-improvement has emerged as a mainstream paradigm for advancing the reasoning capabilities of large vision-language models (LVLMs), where models explore and learn from successful trajectories iteratively. However, we identify a critical issue during this process: the model excels at generating high-quality trajectories for simple queries (i.e., head data) but struggles with more complex ones (i.e., tail data). This leads to an imbalanced optimization that drives the model to prioritize simple reasoning skills, while hindering its ability to tackle more complex reasoning tasks. Over iterations, this imbalance becomes increasingly pronounced--a dynamic we term the "Matthew effect"--which ultimately hinders further model improvement and leads to performance bottlenecks. To counteract this challenge, we introduce four efficient strategies from two perspectives: distribution-reshaping and trajectory-resampling, to achieve head-tail re-balancing during the exploration-and-learning self-improvement process. Extensive experiments on Qwen2-VL-7B-Instruct and InternVL2.5-4B models across visual reasoning tasks demonstrate that our methods consistently improve visual reasoning capabilities, outperforming vanilla self-improvement by 3.86 points on average.
