paper-with-me

홈 › Papers

Sample Selection via Contrastive Fragmentation for Noisy Label Regression

2025-02-25 · Chris Dongjoo Kim, Sangwoo Moon, Jihwan Moon, Dongyeon Woo, Gunhee Kim

As with many other problems, real-world regression is plagued by the presence of noisy labels, an inevitable issue that demands our attention. Fortunately, much real-world data often exhibits an intrinsic property of continuously ordered correlations between labels and features, where data points with similar labels are also represented with closely related features. In response, we propose a novel approach named ConFrag, where we collectively model the regression data by transforming them into disjoint yet contrasting fragmentation pairs. This enables the training of more distinctive representations, enhancing the ability to select clean samples. Our ConFrag framework leverages a mixture of neighboring fragments to discern noisy labels through neighborhood agreement among expert feature extractors. We extensively perform experiments on six newly curated benchmark datasets of diverse domains, including age prediction, price prediction, and music production year estimation. We also introduce a metric called Error Residual Ratio (ERR) to better account for varying degrees of label noise. Our approach consistently outperforms fourteen state-of-the-art baselines, being robust against symmetric and random Gaussian label noise.

📄 PDF Abstract BibTeX arXiv:2502.17771

Code (1)

cdjkim/ConFrag 공식 구현 pytorch

Tasks

regression

Methods 이 논문이 사용한 방법론

Fragmentation Given a pattern $P,$ that is more complicated than the patterns, we fragment $P$ into simpler patterns such that their exact count is known. In the subgraph GNN proposed earlier,…

Similar 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-stag…

Image ClassificationLearning with noisy labels

UNICON: Combating Label Noise Through Uniform Selection and Contrastive Learning

2022-03-28 · CVPR 2022 1 · Nazmul Karim, Mamshad Nayeem Rizve, Nazanin Rahnavard, Ajmal Mian 외

Supervised deep learning methods require a large repository of annotated data; hence, label noise is inevitable. Training with such noisy data negatively impacts the generalization performance of deep neural networks. To…

Contrastive LearningLearning with noisy labelsMemorization

Learning with Noisy Labels Using Collaborative Sample Selection and Contrastive Semi-Supervised Learning

2023-10-24 · Qing Miao, Xiaohe Wu, Chao Xu, Yanli Ji 외

Learning with noisy labels (LNL) has been extensively studied, with existing approaches typically following a framework that alternates between clean sample selection and semi-supervised learning (SSL). However, this app…

Learning with noisy labels

A Framework using Contrastive Learning for Classification with Noisy Labels

2021-04-19 · Madalina Ciortan, Romain Dupuis, Thomas Peel

We propose a framework using contrastive learning as a pre-training task to perform image classification in the presence of noisy labels. Recent strategies such as pseudo-labeling, sample selection with Gaussian Mixture …

Contrastive LearningGeneral Classificationimage-classificationImage Classification

Distribution-Aware Robust Learning from Long-Tailed Data with Noisy Labels

2024-07-23 · Jae Soon Baik, In Young Yoon, Kun Hoon Kim, Jun Won Choi

Deep neural networks have demonstrated remarkable advancements in various fields using large, well-annotated datasets. However, real-world data often exhibit long-tailed distributions and label noise, significantly degra…

Contrastive Learning