paper-with-me

홈 › Papers

Rethinking Class-Balanced Methods for Long-Tailed Visual Recognition from a Domain Adaptation Perspective

2020-03-24 · CVPR 2020 6 · Muhammad Abdullah Jamal, Matthew Brown, Ming-Hsuan Yang, Liqiang Wang, Boqing Gong

Object frequency in the real world often follows a power law, leading to a mismatch between datasets with long-tailed class distributions seen by a machine learning model and our expectation of the model to perform well on all classes. We analyze this mismatch from a domain adaptation point of view. First of all, we connect existing class-balanced methods for long-tailed classification to target shift, a well-studied scenario in domain adaptation. The connection reveals that these methods implicitly assume that the training data and test data share the same class-conditioned distribution, which does not hold in general and especially for the tail classes. While a head class could contain abundant and diverse training examples that well represent the expected data at inference time, the tail classes are often short of representative training data. To this end, we propose to augment the classic class-balanced learning by explicitly estimating the differences between the class-conditioned distributions with a meta-learning approach. We validate our approach with six benchmark datasets and three loss functions.

📄 PDF Abstract BibTeX arXiv:2003.10780

Code (1)

abdullahjamal/Longtail_DA 공식 구현 pytorch

Tasks

Domain AdaptationLong-tail LearningMeta-Learning

Similar Papers 제목 키워드 기반

Rethinking the Value of Labels for Improving Class-Imbalanced Learning

2020-06-13 · NeurIPS 2020 12 · Yuzhe Yang, Zhi Xu

Real-world data often exhibits long-tailed distributions with heavy class imbalance, posing great challenges for deep recognition models. We identify a persisting dilemma on the value of labels in the context of imbalanc…

Long-tail Learning

Rethinking Long-tailed Dataset Distillation: A Uni-Level Framework with Unbiased Recovery and Relabeling

2025-11-24 · Xiao Cui, Yulei Qin, Xinyue Li, Wengang Zhou 외 arxiv

Dataset distillation creates a small distilled set that enables efficient training by capturing key information from the full dataset. While existing dataset distillation methods perform well on balanced datasets, they s…

LTE4G: Long-Tail Experts for Graph Neural Networks

2022-08-22 · Sukwon Yun, Kibum Kim, Kanghoon Yoon, Chanyoung Park

Existing Graph Neural Networks (GNNs) usually assume a balanced situation where both the class distribution and the node degree distribution are balanced. However, in real-world situations, we often encounter cases where…

Knowledge DistillationNode Classification

Balanced Knowledge Distillation for Long-tailed Learning

2021-04-21 · Shaoyu Zhang, Chen Chen, Xiyuan Hu, Silong Peng

Deep models trained on long-tailed datasets exhibit unsatisfactory performance on tail classes. Existing methods usually modify the classification loss to increase the learning focus on tail classes, which unexpectedly s…

Knowledge Distillation

Rethinking Classifier Re-Training in Long-Tailed Recognition: A Simple Logits Retargeting Approach

2024-03-01 · Han Lu, Siyu Sun, Yichen Xie, Liqing Zhang 외

In the long-tailed recognition field, the Decoupled Training paradigm has demonstrated remarkable capabilities among various methods. This paradigm decouples the training process into separate representation learning and…

Representation Learning