paper-with-me

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 applications with few labeled data and abundant unlabeled data. One common manner is assigning pseudo-labels to unlabeled samples and selecting positive and negative samples from pseudo-labeled samples to apply contrastive learning. However, the real-world data may be imbalanced, causing pseudo-labels to be biased toward the majority classes and further undermining the effectiveness of contrastive learning. To address the challenge, we propose Contrastive Learning with Augmented Features (CLAF). We design a class-dependent feature augmentation module to alleviate the scarcity of minority class samples in contrastive learning. For each pseudo-labeled sample, we select positive and negative samples from labeled data instead of unlabeled data to compute contrastive loss. Comprehensive experiments on imbalanced image classification datasets demonstrate the effectiveness of CLAF in the context of imbalanced semi-supervised learning.

📄 PDF Abstract BibTeX arXiv:2312.09598

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive Learningimage-classificationImage Classification

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Semi-Supervised Confidence-Level-based Contrastive Discrimination for Class-Imbalanced Semantic Segmentation

2022-11-28 · Kangcheng Liu

To overcome the data-hungry challenge, we have proposed a semi-supervised contrastive learning framework for the task of class-imbalanced semantic segmentation. First and foremost, to make the model operate in a semi-sup…

Contrastive LearningRoad SegmentationSegmentationSemantic Segmentation

Bootstrapping Semi-supervised Medical Image Segmentation with Anatomical-aware Contrastive Distillation

2022-06-06 · Chenyu You, Weicheng Dai, Yifei Min, Lawrence Staib 외

Contrastive learning has shown great promise over annotation scarcity problems in the context of medical image segmentation. Existing approaches typically assume a balanced class distribution for both labeled and unlabel…

Contrastive LearningImage SegmentationMedical Image SegmentationSegmentation+2

BaCon: Boosting Imbalanced Semi-supervised Learning via Balanced Feature-Level Contrastive Learning

2024-03-04 · Qianhan Feng, Lujing Xie, Shijie Fang, Tong Lin

Semi-supervised Learning (SSL) reduces the need for extensive annotations in deep learning, but the more realistic challenge of imbalanced data distribution in SSL remains largely unexplored. In Class Imbalanced Semi-sup…

Contrastive Learning

Robustness through Cognitive Dissociation Mitigation in Contrastive Adversarial Training

2022-03-16 · Adir Rahamim, Itay Naeh

In this paper, we introduce a novel neural network training framework that increases model's adversarial robustness to adversarial attacks while maintaining high clean accuracy by combining contrastive learning (CL) with…

Adversarial RobustnessClassificationContrastive Learning

Contrastive Regularization for Semi-Supervised Learning

2022-01-17 · Doyup Lee, Sungwoong Kim, Ildoo Kim, Yeongjae Cheon 외

Consistency regularization on label predictions becomes a fundamental technique in semi-supervised learning, but it still requires a large number of training iterations for high performance. In this study, we analyze tha…

Semi-Supervised Image Classification