paper-with-me

Papers

PSSCL: A progressive sample selection framework with contrastive loss designed for noisy labels

2024-12-18 · Pattern Recognition 2024 12 · Qian Zhang, Yi Zhu, Filipe R. Cordeiro, Qiu Chen

Large-scale image datasets frequently contain unavoidable noisy labels, resulting in overfitting in deep neural networks and declining performance. Most existing methods for learning from noisy labels operate as one-stage frameworks, where training data division and semi-supervised learning (SSL) are intertwined for optimization. Accordingly, their effectiveness is significantly influenced by the precision of the separated clean set, prior knowledge of noise, and the robustness of SSL. In this paper, we propose a progressive sample selection framework with contrastive loss for noisy labels named PSSCL. This framework operates in two stages, using robust and contrastive losses to augment the robustness of the model. Stage I focuses on identifying a small clean set through a long-term confidence detection strategy, while stage II aims to enhance performance by expanding this clean set. PSSCL demonstrates significant improvement across various benchmarks when compared with state-of-the-art methods. The code is available at https://github.com/LanXiaoPang613/PSSCL.

📄 PDF Abstract BibTeX

Code (1)

LanXiaoPang613/PSSCL pytorch

Tasks

Image ClassificationLearning with noisy labels

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Progressive Multi-Stage Learning for Discriminative Tracking

2020-04-01 · Weichao Li, Xi Li, Omar Elfarouk Bourahla, Fuxian Huang 외

Visual tracking is typically solved as a discriminative learning problem that usually requires high-quality samples for online model adaptation. It is a critical and challenging problem to evaluate the training samples c…

Visual Tracking

PPSEBM: An Energy-Based Model with Progressive Parameter Selection for Continual Learning

2025-12-17 · Xiaodi Li, Dingcheng Li, Rujun Gao, Mahmoud Zamani 외 arxiv

Continual learning remains a fundamental challenge in machine learning, requiring models to learn from a stream of tasks without forgetting previously acquired knowledge. A major obstacle in this setting is catastrophic …

Continual Learning

Extending Contrastive Learning to Unsupervised Coreset Selection

2021-03-05 · Jeongwoo Ju, Heechul Jung, Yoonju Oh, Junmo Kim

Self-supervised contrastive learning offers a means of learning informative features from a pool of unlabeled data. In this paper, we delve into another useful approach -- providing a way of selecting a core-set that is …

Contrastive Learning

EASEMVC:Efficient Dual Selection Mechanism for Deep Multi-View Clustering

2025-01-01 · CVPR 2025 1 · Baili Xiao, Zhibin Dong, Ke Liang, Suyuan Liu 외

Multi-view clustering represents one of the most established paradigms within the field of unsupervised learning and has witnessed a surge in popularity in recent years. View-pair form contrastive learning allows for…

ClusteringContrastive Learning

Relative Contrastive Learning for Sequential Recommendation with Similarity-based Positive Pair Selection

2025-04-27 · Zhikai Wang, Yanyan Shen, Zexi Zhang, Li He 외

Contrastive Learning (CL) enhances the training of sequential recommendation (SR) models through informative self-supervision signals. Existing methods often rely on data augmentation strategies to create positive sample…

Contrastive LearningData AugmentationSequential Recommendation