paper-with-me

홈 › Papers

Handling Label Noise via Instance-Level Difficulty Modeling and Dynamic Optimization

2025-05-01 · Kuan Zhang, Chengliang Chai, Jingzhe Xu, Chi Zhang, Ye Yuan, Guoren Wang, Lei Cao

Recent studies indicate that deep neural networks degrade in generalization performance under noisy supervision. Existing methods focus on isolating clean subsets or correcting noisy labels, facing limitations such as high computational costs, heavy hyperparameter tuning process, and coarse-grained optimization. To address these challenges, we propose a novel two-stage noisy learning framework that enables instance-level optimization through a dynamically weighted loss function, avoiding hyperparameter tuning. To obtain stable and accurate information about noise modeling, we introduce a simple yet effective metric, termed wrong event, which dynamically models the cleanliness and difficulty of individual samples while maintaining computational costs. Our framework first collects wrong event information and builds a strong base model. Then we perform noise-robust training on the base model, using a probabilistic model to handle the wrong event information of samples. Experiments on five synthetic and real-world LNL benchmarks demonstrate our method surpasses state-of-the-art methods in performance, achieves a nearly 75% reduction in computational time and improves model scalability.

📄 PDF Abstract BibTeX arXiv:2505.00812

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Focus 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

Benchmarking Instance-Dependent Label Noise with Controlled Corruptions

2026-06-12 · Shadman Islam, Agustinus Kristiadi, Mostafa Milani arxiv

Synthetic instance-dependent label noise (IDN) benchmarks are widely used to evaluate noisy-label learning methods, yet existing approaches typically generate noise through imperfect annotators or classifier raters, leav…

NoisyAG-News: A Benchmark for Addressing Instance-Dependent Noise in Text Classification

2024-07-09 · Hongfei Huang, TingTing Liang, Xixi Sun, Zikang Jin 외

Existing research on learning with noisy labels predominantly focuses on synthetic label noise. Although synthetic noise possesses well-defined structural properties, it often fails to accurately replicate real-world noi…

image-classificationImage ClassificationLearning with noisy labelstext-classification+1

Understanding Instance-Level Label Noise: Disparate Impacts and Treatments

2021-02-10 · Yang Liu

This paper aims to provide understandings for the effect of an over-parameterized model, e.g. a deep neural network, memorizing instance-dependent noisy labels. We first quantify the harms caused by memorizing noisy inst…

Learning with noisy labels

Robust Partial-Label Learning by Leveraging Class Activation Values

2025-02-17 · Tobias Fuchs, Florian Kalinke

Real-world training data is often noisy; for example, human annotators assign conflicting class labels to the same instances. Partial-label learning (PLL) is a weakly supervised learning paradigm that allows training cla…

Partial Label LearningWeakly-supervised Learning

Delving into Instance-Dependent Label Noise in Graph Data: A Comprehensive Study and Benchmark

2025-06-14 · Suyeon Kim, SeongKu Kang, Dongwoo Kim, Jungseul Ok 외

Graph Neural Networks (GNNs) have achieved state-of-the-art performance in node classification tasks but struggle with label noise in real-world data. Existing studies on graph learning with label noise commonly rely on …

BenchmarkingGraph LearningNode Classification