paper-with-me

홈 › Papers

Supercharging Imbalanced Data Learning With Energy-based Contrastive Representation Transfer

2020-11-25 · NeurIPS 2021 12 · Zidi Xiu, Junya Chen, Ricardo Henao, Benjamin Goldstein, Lawrence Carin, Chenyang Tao

Dealing with severe class imbalance poses a major challenge for real-world applications, especially when the accurate classification and generalization of minority classes is of primary interest. In computer vision, learning from long tailed datasets is a recurring theme, especially for natural image datasets. While existing solutions mostly appeal to sampling or weighting adjustments to alleviate the pathological imbalance, or imposing inductive bias to prioritize non-spurious associations, we take novel perspectives to promote sample efficiency and model generalization based on the invariance principles of causality. Our proposal posits a meta-distributional scenario, where the data generating mechanism is invariant across the label-conditional feature distributions. Such causal assumption enables efficient knowledge transfer from the dominant classes to their under-represented counterparts, even if the respective feature distributions show apparent disparities. This allows us to leverage a causal data inflation procedure to enlarge the representation of minority classes. Our development is orthogonal to the existing extreme classification techniques thus can be seamlessly integrated. The utility of our proposal is validated with an extensive set of synthetic and real-world computer vision tasks against SOTA solutions.

📄 PDF Abstract BibTeX arXiv:2011.12454

Code (1)

ZidiXiu/CRT 공식 구현 pytorch

Tasks

Inductive BiasTransfer Learning

Similar Papers 제목 키워드 기반

CLAF: Contrastive Learning with Augmented Features for Imbalanced Semi-Supervised Learning

2023-12-15 · Bowen Tao, Lan Li, Xin-Chun Li, De-Chuan Zhan

Due to the advantages of leveraging unlabeled data and learning meaningful representations, semi-supervised learning and contrastive learning have been progressively combined to achieve better performances in popular app…

Contrastive Learningimage-classificationImage Classification

An Asymmetric Contrastive Loss for Handling Imbalanced Datasets

2022-07-14 · Valentino Vito, Lim Yohanes Stefanus

Contrastive learning is a representation learning method performed by contrasting a sample to other similar samples so that they are brought closely together, forming clusters in the feature space. The learning process i…

Contrastive LearningRepresentation Learning

ImGCL: Revisiting Graph Contrastive Learning on Imbalanced Node Classification

2022-05-23 · Liang Zeng, Lanqing Li, Ziqi Gao, Peilin Zhao 외

Graph contrastive learning (GCL) has attracted a surge of attention due to its superior performance for learning node/graph representations without labels. However, in practice, the underlying class distribution of unlab…

ClassificationContrastive LearningNode ClassificationOnline Clustering

Exploring Balanced Feature Spaces for Representation Learning

2021-01-01 · ICLR 2021 1 · Bingyi Kang, Yu Li, Sa Xie, Zehuan Yuan 외

Existing self-supervised learning (SSL) methods are mostly applied for training representation models from artificially balanced datasets (e.g., ImageNet). It is unclear how well they will perform in the practical scenar…

Contrastive LearningLong-tail LearningRepresentation LearningSelf-Supervised Learning

A Tale of Two Classes: Adapting Supervised Contrastive Learning to Binary Imbalanced Datasets

2025-01-01 · CVPR 2025 1 · David Mildenberger, Paul Hager, Daniel Rueckert, Martin J. Menten

Supervised contrastive learning (SupCon) has proven to be a powerful alternative to the standard cross-entropy loss for classification of multi-class balanced datasets. However, it struggles to learn well-conditioned…

Contrastive LearningMedical Diagnosis