paper-with-me

홈 › Papers

How does Labeling Error Impact Contrastive Learning? A Perspective from Data Dimensionality Reduction

2025-07-15 · Jun Chen, Hong Chen, Yonghua Yu, Yiming Ying arxiv

In recent years, contrastive learning has achieved state-of-the-art performance in the territory of self-supervised representation learning. Many previous works have attempted to provide the theoretical understanding underlying the success of contrastive learning. Almost all of them rely on a default assumption, i.e., the label consistency assumption, which may not hold in practice (the probability of failure is called labeling error) due to the strength and randomness of common augmentation strategies, such as random resized crop (RRC). This paper investigates the theoretical impact of labeling error on the downstream classification performance of contrastive learning. We first reveal several significant negative impacts of labeling error on downstream classification risk. To mitigate these impacts, data dimensionality reduction method (e.g., singular value decomposition, SVD) is applied on original data to reduce false positive samples, and establish both theoretical and empirical evaluations. Moreover, it is also found that SVD acts as a double-edged sword, which may lead to the deterioration of downstream classification accuracy due to the reduced connectivity of the augmentation graph. Based on the above observations, we give the augmentation suggestion that we should use some moderate embedding dimension (such as $512, 1024$ in our experiments), data inflation, weak augmentation, and SVD to ensure large graph connectivity and small labeling error to improve model performance.

📄 PDF Abstract BibTeX arXiv:2507.11161

Code (0)

등록된 구현이 없습니다.

Tasks

Dimensionality ReductionRepresentation LearningContrastive Learning

Similar Papers 제목 키워드 기반

Data Labeling Impact on Deep Learning Models in Digital Pathology: a Breast Cancer Case Study

2022-01-01 · Studies in Autonomic, Data-driven and Industrial Computing 2022 1 · Khaled Benaggoune, Zeina Al Masry, Jian Ma, Christine Devalland 외

Image data labeling is a vital step for deep learning model training. Studies on data labeling have not considered its impact on model performance and only focused on problems such as the curse of big data labeling or la…

Deep Learning

Elucidating and Overcoming the Challenges of Label Noise in Supervised Contrastive Learning

2023-11-25 · Zijun Long, George Killick, Lipeng Zhuang, Richard McCreadie 외

Image classification datasets exhibit a non-negligible fraction of mislabeled examples, often due to human error when one class superficially resembles another. This issue poses challenges in supervised contrastive learn…

Contrastive Learningimage-classificationImage ClassificationRepresentation Learning

Rethinking the impact of noisy labels in graph classification: A utility and privacy perspective

2024-06-11 · De Li, Xianxian Li, Zeming Gan, Qiyu Li 외

Graph neural networks based on message-passing mechanisms have achieved advanced results in graph classification tasks. However, their generalization performance degrades when noisy labels are present in the training dat…

ClassificationContrastive LearningData AugmentationGraph Classification+2

Provable Stochastic Optimization for Global Contrastive Learning: Small Batch Does Not Harm Performance

2022-02-24 · Zhuoning Yuan, Yuexin Wu, Zi-Hao Qiu, Xianzhi Du 외

In this paper, we study contrastive learning from an optimization perspective, aiming to analyze and address a fundamental issue of existing contrastive learning methods that either rely on a large batch size or a large …

Contrastive LearningSelf-Supervised LearningStochastic Optimization

Alternative Pseudo-Labeling for Semi-Supervised Automatic Speech Recognition

2023-08-12 · Han Zhu, Dongji Gao, Gaofeng Cheng, Daniel Povey 외

When labeled data is insufficient, semi-supervised learning with the pseudo-labeling technique can significantly improve the performance of automatic speech recognition. However, pseudo-labels are often noisy, containing…

Automatic Speech Recognitionspeech-recognitionSpeech Recognition