LTGC: Long-tail Recognition via Leveraging LLMs-driven Generated Content
Qihao Zhao, Yalun Dai, Hao Li, Wei Hu, Fan Zhang, Jun Liu
TL;DR
The paper tackles long-tail recognition by generating diverse tail-class data through a generative-content pipeline that leverages LMMs and LLMs, then fine-tunes a CLIP-based model using BalanceMix to integrate generated and original data. A key innovation is the iterative evaluation module, which uses CLIP feedback to refine tail descriptions and regenerate higher-quality images, guided by class-specific feature templates. The approach achieves state-of-the-art performance on ImageNet-LT, Places-LT, and iNaturalist 2018, with ablations confirming the value of iterative refinement and BalanceMix. This work demonstrates the practical potential of combining large multimodal models with principled data mixing for robust long-tail recognition in vision tasks.
Abstract
Long-tail recognition is challenging because it requires the model to learn good representations from tail categories and address imbalances across all categories. In this paper, we propose a novel generative and fine-tuning framework, LTGC, to handle long-tail recognition via leveraging generated content. Firstly, inspired by the rich implicit knowledge in large-scale models (e.g., large language models, LLMs), LTGC leverages the power of these models to parse and reason over the original tail data to produce diverse tail-class content. We then propose several novel designs for LTGC to ensure the quality of the generated data and to efficiently fine-tune the model using both the generated and original data. The visualization demonstrates the effectiveness of the generation module in LTGC, which produces accurate and diverse tail data. Additionally, the experimental results demonstrate that our LTGC outperforms existing state-of-the-art methods on popular long-tailed benchmarks.
