Long-tailed Recognition with Model Rebalancing
Jiaan Luo, Feng Hong, Qiang Hu, Xiaofeng Cao, Feng Liu, Jiangchao Yao
TL;DR
MORE tackles long-tailed recognition by reallocating model capacity from majority to minority classes through a low-rank tail component and a discrepancy-based loss with a sinusoidal training schedule. The approach yields a tighter balanced generalization bound and maintains identical inference cost while enhancing tail performance across both single-label and multi-label tasks, including CLIP-finetuned scenarios. Empirical results on diverse benchmarks demonstrate consistent gains for Few/medium classes without sacrificing head-class performance, and ablations validate the importance of the rebalancing loss, schedule, and discrepancy metric. This work provides a practical, theory-grounded module for improving imbalanced learning in real-world vision systems with broad applicability and potential extensions to other modalities.
Abstract
Long-tailed recognition is ubiquitous and challenging in deep learning and even in the downstream finetuning of foundation models, since the skew class distribution generally prevents the model generalization to the tail classes. Despite the promise of previous methods from the perspectives of data augmentation, loss rebalancing and decoupled training etc., consistent improvement in the broad scenarios like multi-label long-tailed recognition is difficult. In this study, we dive into the essential model capacity impact under long-tailed context, and propose a novel framework, Model Rebalancing (MORE), which mitigates imbalance by directly rebalancing the model's parameter space. Specifically, MORE introduces a low-rank parameter component to mediate the parameter space allocation guided by a tailored loss and sinusoidal reweighting schedule, but without increasing the overall model complexity or inference costs. Extensive experiments on diverse long-tailed benchmarks, spanning multi-class and multi-label tasks, demonstrate that MORE significantly improves generalization, particularly for tail classes, and effectively complements existing imbalance mitigation methods. These results highlight MORE's potential as a robust plug-and-play module in long-tailed settings.
