paper-with-me

Papers

Learning to Rectify for Robust Learning with Noisy Labels

2021-11-08 · Haoliang Sun, Chenhui Guo, Qi Wei, Zhongyi Han, Yilong Yin

Label noise significantly degrades the generalization ability of deep models in applications. Effective strategies and approaches, \textit{e.g.} re-weighting, or loss correction, are designed to alleviate the negative impact of label noise when training a neural network. Those existing works usually rely on the pre-specified architecture and manually tuning the additional hyper-parameters. In this paper, we propose warped probabilistic inference (WarPI) to achieve adaptively rectifying the training procedure for the classification network within the meta-learning scenario. In contrast to the deterministic models, WarPI is formulated as a hierarchical probabilistic model by learning an amortization meta-network, which can resolve sample ambiguity and be therefore more robust to serious label noise. Unlike the existing approximated weighting function of directly generating weight values from losses, our meta-network is learned to estimate a rectifying vector from the input of the logits and labels, which has the capability of leveraging sufficient information lying in them. This provides an effective way to rectify the learning procedure for the classification network, demonstrating a significant improvement of the generalization ability. Besides, modeling the rectifying vector as a latent variable and learning the meta-network can be seamlessly integrated into the SGD optimization of the classification network. We evaluate WarPI on four benchmarks of robust learning with noisy labels and achieve the new state-of-the-art under variant noise types. Extensive study and analysis also demonstrate the effectiveness of our model.

📄 PDF Abstract BibTeX arXiv:2111.04239

Code (1)

haolsun/WarPI 공식 구현 pytorch

Tasks

Learning with noisy labelsMeta-Learning

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Hide and Seek in Noise Labels: Noise-Robust Collaborative Active Learning with LLM-Powered Assistance

2025-04-03 · Bo Yuan, Yulin Chen, Yin Zhang, Wei Jiang

Learning from noisy labels (LNL) is a challenge that arises in many real-world scenarios where collected training data can contain incorrect or corrupted labels. Most existing solutions identify noisy labels and adopt ac…

Active LearningDenoising

ASSIST: Towards Label Noise-Robust Dialogue State Tracking

2022-02-26 · Findings (ACL) 2022 5 · Fanghua Ye, Yue Feng, Emine Yilmaz

The MultiWOZ 2.0 dataset has greatly boosted the research on dialogue state tracking (DST). However, substantial noise has been discovered in its state annotations. Such noise brings about huge challenges for training DS…

Dialogue State Tracking

Resurrecting Label Propagation for Graphs with Heterophily and Label Noise

2023-10-25 · Yao Cheng, Caihua Shan, Yifei Shen, Xiang Li 외

Label noise is a common challenge in large datasets, as it can significantly degrade the generalization ability of deep neural networks. Most existing studies focus on noisy labels in computer vision; however, graph mode…

DenoisingNode Classification

Neighborhood Collective Estimation for Noisy Label Identification and Correction

2022-08-05 · Jichang Li, Guanbin Li, Feng Liu, Yizhou Yu

Learning with noisy labels (LNL) aims at designing strategies to improve model performance and generalization by mitigating the effects of model overfitting to noisy labels. The key success of LNL lies in identifying as …

Learning with noisy labelsModel Optimization

Variational Rectification Inference for Learning with Noisy Labels

2026-03-18 · Haoliang Sun, Qi Wei, Lei Feng, Yupeng Hu 외 arxiv

Label noise has been broadly observed in real-world datasets. To mitigate the negative impact of overfitting to label noise for deep models, effective strategies (\textit{e.g.}, re-weighting, or loss rectification) have …

Learning with noisy labels