How does Labeling Error Impact Contrastive Learning? A Perspective from Data Dimensionality Reduction
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.
Code (0)
등록된 구현이 없습니다.
Tasks
Dimensionality ReductionRepresentation LearningContrastive LearningSimilar Papers 제목 키워드 기반
Data Labeling Impact on Deep Learning Models in Digital Pathology: a Breast Cancer Case Study
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 LearningElucidating and Overcoming the Challenges of Label Noise in Supervised Contrastive Learning
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 LearningRethinking the impact of noisy labels in graph classification: A utility and privacy perspective
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+2Provable Stochastic Optimization for Global Contrastive Learning: Small Batch Does Not Harm Performance
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 OptimizationAlternative Pseudo-Labeling for Semi-Supervised Automatic Speech Recognition
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