paper-with-me

Papers

Subclass-balancing Contrastive Learning for Long-tailed Recognition

2023-06-28 · ICCV 2023 1 · Chengkai Hou, Jieyu Zhang, Haonan Wang, Tianyi Zhou

Long-tailed recognition with imbalanced class distribution naturally emerges in practical machine learning applications. Existing methods such as data reweighing, resampling, and supervised contrastive learning enforce the class balance with a price of introducing imbalance between instances of head class and tail class, which may ignore the underlying rich semantic substructures of the former and exaggerate the biases in the latter. We overcome these drawbacks by a novel ``subclass-balancing contrastive learning (SBCL)'' approach that clusters each head class into multiple subclasses of similar sizes as the tail classes and enforce representations to capture the two-layer class hierarchy between the original classes and their subclasses. Since the clustering is conducted in the representation space and updated during the course of training, the subclass labels preserve the semantic substructures of head classes. Meanwhile, it does not overemphasize tail class samples, so each individual instance contribute to the representation learning equally. Hence, our method achieves both the instance- and subclass-balance, while the original class labels are also learned through contrastive learning among subclasses from different classes. We evaluate SBCL over a list of long-tailed benchmark datasets and it achieves the state-of-the-art performance. In addition, we present extensive analyses and ablation studies of SBCL to verify its advantages.

📄 PDF Abstract BibTeX arXiv:2306.15925

Code (1)

jackhck/subclass-balancing-contrastive-learning 공식 구현 pytorch

Tasks

Contrastive LearningRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Long-Tailed Object Detection Pre-training: Dynamic Rebalancing Contrastive Learning with Dual Reconstruction

2024-11-14 · Chen-Long Duan, Yong Li, Xiu-Shen Wei, Lin Zhao

Pre-training plays a vital role in various vision tasks, such as object recognition and detection. Commonly used pre-training methods, which typically rely on randomized approaches like uniform or Gaussian distributions …

Contrastive LearningLong-tailed Object DetectionObjectobject-detection+2

A Simple Long-Tailed Recognition Baseline via Vision-Language Model

2021-11-29 · Teli Ma, Shijie Geng, Mengmeng Wang, Jing Shao 외

The visual world naturally exhibits a long-tailed distribution of open classes, which poses great challenges to modern visual systems. Existing approaches either perform class re-balancing strategies or directly improve …

Contrastive LearningLanguage ModelingLanguage ModellingLong-tail Learning+2

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

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 th…