paper-with-me

Papers

Efficient Bilevel Optimization for Meta Label Correction in Noisy Label Learning

2026-05-18 · Ba Hoang Anh Nguyen, Viet Cuong Ta arxiv

Training a deep neural network with noisy labels could reduce data annotation cost but may introduce noise into the learned model. In meta label correction approaches, an additional meta model besides the main model is trained with a small, clean dataset to correct the large, noisy dataset. However, the update of the meta model requires the computation of hypergradients at the inner step of the main model which signif- icantly increases the computational cost. To improve the training efficiency, we first introduce the dynamic barrier gradient descent into standard meta label correction. While this naive extenstion is able to speed up the training process to approximately first- order complexity, it lacks mechanisms to prevent the leakage of noisy signals to the main model and to stabilize the learning of the meta model. Based on this observation, we propose the EBOMLC method, which is designed with three key improvements including one-step inner loop update, mixture upper loss and alignment- aware dynamic barrier. Empirical results on CIFAR-10 and CIFAR-100 demonstrate that EBOMLC consistently outperforms other baselines, especially under high noise rate settings, while reducing training time of the meta label correction approach.

📄 PDF Abstract BibTeX arXiv:2605.17833

Code (0)

등록된 구현이 없습니다.

Tasks

Bilevel Optimization

Similar Papers 제목 키워드 기반

Robust Self-Training with Closed-loop Label Correction for Learning from Noisy Labels

2026-03-14 · Zhanhui Lin, Yanlin Liu, Sanping Zhou arxiv

Training deep neural networks with noisy labels remains a significant challenge, often leading to degraded performance. Existing methods for handling label noise typically rely on either transition matrix, noise detectio…

Bilevel Optimization

Set a Thief to Catch a Thief: Combating Label Noise through Noisy Meta Learning

2025-02-22 · Hanxuan Wang, Na Lu, Xueying Zhao, Yuxuan Yan 외

Learning from noisy labels (LNL) aims to train high-performance deep models using noisy datasets. Meta learning based label correction methods have demonstrated remarkable performance in LNL by designing various meta lab…

Meta-LearningRepresentation Learning

Meta Label Correction for Noisy Label Learning

2019-11-10 · Guoqing Zheng, Ahmed Hassan Awadallah, Susan Dumais

Leveraging weak or noisy supervision for building effective machine learning models has long been an important research problem. Its importance has further increased recently due to the growing need for large-scale datas…

Image ClassificationLearning with noisy labelsMeta-Learningtext-classification+1

Learning from Noisy Labels with Decoupled Meta Label Purifier

2023-02-14 · CVPR 2023 1 · Yuanpeng Tu, Boshen Zhang, Yuxi Li, Liang Liu 외

Training deep neural networks(DNN) with noisy labels is challenging since DNN can easily memorize inaccurate labels, leading to poor generalization ability. Recently, the meta-learning based label correction strategy is …

Image ClassificationMeta-LearningRepresentation Learning

Learning to Purify Noisy Labels via Meta Soft Label Corrector

2020-08-03 · Yichen Wu, Jun Shu, Qi Xie, Qian Zhao 외

Recent deep neural networks (DNNs) can easily overfit to biased training data with noisy labels. Label correction strategy is commonly used to alleviate this issue by designing a method to identity suspected noisy labels…

Meta-Learning