paper-with-me

Papers

Continuous Contrastive Learning for Long-Tailed Semi-Supervised Recognition

2024-10-08 · Zi-Hao Zhou, Siyuan Fang, Zi-Jing Zhou, Tong Wei, Yuanyu Wan, Min-Ling Zhang

Long-tailed semi-supervised learning poses a significant challenge in training models with limited labeled data exhibiting a long-tailed label distribution. Current state-of-the-art LTSSL approaches heavily rely on high-quality pseudo-labels for large-scale unlabeled data. However, these methods often neglect the impact of representations learned by the neural network and struggle with real-world unlabeled data, which typically follows a different distribution than labeled data. This paper introduces a novel probabilistic framework that unifies various recent proposals in long-tail learning. Our framework derives the class-balanced contrastive loss through Gaussian kernel density estimation. We introduce a continuous contrastive learning method, CCL, extending our framework to unlabeled data using reliable and smoothed pseudo-labels. By progressively estimating the underlying label distribution and optimizing its alignment with model predictions, we tackle the diverse distribution of unlabeled data in real-world scenarios. Extensive experiments across multiple datasets with varying unlabeled data distributions demonstrate that CCL consistently outperforms prior state-of-the-art methods, achieving over 4% improvement on the ImageNet-127 dataset. Our source code is available at https://github.com/zhouzihao11/CCL

📄 PDF Abstract BibTeX arXiv:2410.06109

Code (1)

zhouzihao11/ccl 공식 구현 pytorch

Tasks

Contrastive LearningDensity EstimationLong-tail Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

ACTION++: Improving Semi-supervised Medical Image Segmentation with Adaptive Anatomical Contrast

2023-04-05 · Chenyu You, Weicheng Dai, Yifei Min, Lawrence Staib 외

Medical data often exhibits long-tail distributions with heavy class imbalance, which naturally leads to difficulty in classifying the minority classes (i.e., boundary regions or rare objects). Recent work has significan…

Contrastive LearningImage SegmentationMedical Image SegmentationSemantic Segmentation+1

Semi-Supervised Contrastive Learning for Remote Sensing: Identifying Ancient Urbanization in the South Central Andes

2021-12-13 · Jiachen Xu, Junlin Guo, James Zimmer-Dauphinee, Quan Liu 외

Archaeology has long faced fundamental issues of sampling and scalar representation. Traditionally, the local-to-regional-scale views of settlement patterns are produced through systematic pedestrian surveys. Recently, s…

Contrastive LearningSelf-Supervised LearningSpecificity

Semi-Supervised Semantic Segmentation with Pixel-Level Contrastive Learning from a Class-wise Memory Bank

2021-04-27 · ICCV 2021 10 · Inigo Alonso, Alberto Sabater, David Ferstl, Luis Montesano 외

This work presents a novel approach for semi-supervised semantic segmentation. The key element of this approach is our contrastive learning module that enforces the segmentation network to yield similar pixel-level featu…

Contrastive LearningDomain AdaptationRepresentation LearningSegmentation+3

Contrastive Learning based Hybrid Networks for Long-Tailed Image Classification

2021-03-26 · CVPR 2021 1 · Peng Wang, Kai Han, Xiu-Shen Wei, Lei Zhang 외

Learning discriminative image representations plays a vital role in long-tailed image classification because it can ease the classifier learning in imbalanced cases. Given the promising performance contrastive learning h…

ClassificationContrastive LearningGeneral Classificationimage-classification+3

Supervised Contrastive Learning on Blended Images for Long-tailed Recognition

2022-11-22 · Minki Jeong, Changick Kim

Real-world data often have a long-tailed distribution, where the number of samples per class is not equal over training classes. The imbalanced data form a biased feature space, which deteriorates the performance of the …

Contrastive LearningData AugmentationLong-tail Learning