Scholay

学术搜索 · AI 审稿 · LaTeX 协作

SFBM: Shared Feature Bias Mitigating for Long-Tailed Image Recognition

作者:Xinqiao Zhao, Mingjie Sun, Eng Gee Lim, Yao Zhao, Jimin Xiao · 发表于:IEEE Transactions on Neural Networks and Learning Systems · 年份:2025 · DOI:10.1109/tnnls.2025.3586215 · 被引用次数:2 · 研究领域:Domain Adaptation and Few-Shot Learning、Advanced Neural Network Applications、Machine Learning and ELM

Long-tailed distribution exists in real-world scenario and compromises the performance of recognition models. In this article, we point out that a neural network classifier has a shared feature bias, which tends to regard the shared features among different classes as head-class discriminative features, leading to misclassifications on tail-class samples under long-tailed scenarios. To solve this issue, we propose a shared feature bias mitigating (SFBM) framework. Specifically, we create two parallel classifiers trained concurrently with the baseline classifier, using our special training loss. The parallel classifier weight sums are then used for estimating the shared feature components in baseline classifier weights. Finally, we rectify the baseline classifier by removing the estimated shared feature components from it while supplementing the parallel classifier weights class by class to the rectified classifier weights, mitigating shared feature bias. Our proposed SFBM demonstrates broad compatibility with nearly all recognition methods while maintaining high computational efficiency, as it introduces no additional computation during inference. Extensive experiments on CIFAR10/100-LT, ImageNet-LT, and iNaturalist 2018 demonstrate that simply incorporating SFBM during the training phase consistently boosts the performance of various state-of-the-art methods by significant margins. The complete source code will be made publicly available at https://github.com/bzbz-bot/SFBM.