paper-with-me

Papers

Exploring Weight Balancing on Long-Tailed Recognition Problem

2023-05-26 · Naoya Hasegawa, Issei Sato

Recognition problems in long-tailed data, in which the sample size per class is heavily skewed, have gained importance because the distribution of the sample size per class in a dataset is generally exponential unless the sample size is intentionally adjusted. Various methods have been devised to address these problems.Recently, weight balancing, which combines well-known classical regularization techniques with two-stage training, has been proposed. Despite its simplicity, it is known for its high performance compared with existing methods devised in various ways. However, there is a lack of understanding as to why this method is effective for long-tailed data. In this study, we analyze weight balancing by focusing on neural collapse and the cone effect at each training stage and found that it can be decomposed into an increase in Fisher's discriminant ratio of the feature extractor caused by weight decay and cross entropy loss and implicit logit adjustment caused by weight decay and class-balanced loss. Our analysis enables the training method to be further simplified by reducing the number of training stages to one while increasing accuracy. Code is available at https://github.com/HN410/Exploring-Weight-Balancing-on-Long-Tailed-Recognition-Problem.

📄 PDF Abstract BibTeX arXiv:2305.16573

Code (1)

hn410/exploring-weight-balancing-on-long-tailed-recognition-problem 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Long-tailed Recognition with Model Rebalancing

2025-10-09 · Jiaan Luo, Feng Hong, Qiang Hu, Xiaofeng Cao 외 arxiv

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…

Data Augmentation

Domain Balancing: Face Recognition on Long-Tailed Domains

2020-03-30 · CVPR 2020 6 · Dong Cao, Xiangyu Zhu, Xingyu Huang, Jianzhu Guo 외

Long-tailed problem has been an important topic in face recognition task. However, existing methods only concentrate on the long-tailed distribution of classes. Differently, we devote to the long-tailed domain distributi…

Face Recognition

Long-Tailed Recognition via Weight Balancing

2022-03-27 · CVPR 2022 1 · Shaden Alshammari, Yu-Xiong Wang, Deva Ramanan, Shu Kong

In the real open world, data tends to follow long-tailed class distributions, motivating the well-studied long-tailed recognition (LTR) problem. Naive training produces models that are biased toward common classes in ter…

ClassificationLong-tail Learning

Decoupling Representation and Classifier for Long-Tailed Recognition

2019-10-21 · ICLR 2020 1 · Bingyi Kang, Saining Xie, Marcus Rohrbach, Zhicheng Yan 외

The long-tail distribution of the visual world poses great challenges for deep learning based classification models on how to handle the class imbalance problem. Existing solutions usually involve class-balancing strateg…

ClassificationGeneral ClassificationLong-tail LearningLong-tail learning with class descriptors+2

BBN: Bilateral-Branch Network with Cumulative Learning for Long-Tailed Visual Recognition

2019-12-05 · CVPR 2020 6 · Boyan Zhou, Quan Cui, Xiu-Shen Wei, Zhao-Min Chen

Our work focuses on tackling the challenging but natural visual recognition task of long-tailed data distribution (i.e., a few classes occupy most of the data, while most classes have rarely few samples). In the literatu…

Long-tail LearningRepresentation Learning