New LiNC Method Corrects Label Noise in Medical Imaging Datasets

Abhishek Moturu, Babak Taati, Anna Goldenberg· August 6, 2026 View original

Key takeaways

  • LiNC effectively corrects label noise in medical imaging using per-sample trust parameters.
  • The method identifies clean, ambiguous, and noisy samples through Gaussian Mixture Modeling.
  • It significantly improves model accuracy and mislabel detection, even with high noise levels.
  • LiNC adds minimal computational overhead, making it practical for large datasets.

Who benefits

HealthcarePharmaceuticalsMedical DevicesAI/ML Development

Summary

Researchers introduce Lightweight Noise Correction (LiNC), a method that uses per-sample trust parameters and Gaussian Mixture Models to identify and correct noisy labels in medical imaging datasets, significantly improving model accuracy.

Label noise is a significant challenge in medical imaging datasets, often stemming from human variability or annotation errors, which can compromise the reliability of machine learning models. A new technique, Lightweight Noise Correction (LiNC), addresses this by integrating a unique trainable "trust" parameter for each training sample. This parameter helps the model decide whether to rely on the observed label or its own prediction during training. LiNC operates in phases: initially, it uses the gradient of its objective function to differentiate between clean and noisy samples, creating distinct trust distributions. A 3-component Gaussian Mixture Model then categorizes samples into clean, ambiguous, or noisy. Subsequently, the method applies a soft correction to noisy cases, followed by a hard correction phase, leading to improved label quality. Evaluations on ten 2D MedMNISTv2 datasets, even with up to 50% label noise, demonstrated consistent accuracy gains and effective mislabel detection. The method is computationally efficient, adding only negligible overhead to the base network's training time and memory footprint.

Why it matters

Professionals in healthcare AI can leverage this method to build more robust and reliable diagnostic models, reducing the impact of imperfect data annotations common in medical imaging.

How to implement this in your domain

  1. 1Integrate LiNC's per-sample trust parameter into existing deep learning training pipelines for medical image classification.
  2. 2Apply the Gaussian Mixture Model component to analyze trust distributions and identify potentially noisy labels in your datasets.
  3. 3Implement the soft and hard correction phases to refine labels, especially in datasets known for inter-rater variability.
  4. 4Evaluate model performance on corrected datasets to quantify improvements in accuracy and generalization.

Original post by Abhishek Moturu, Babak Taati, Anna Goldenberg

"arXiv:2608.04147v1 Announce Type: new Abstract: Label noise is common in medical imaging datasets due to factors such as inter-rater variability, annotation errors, and ambiguous cases. This can severely undermine the reliability and clinical effectiveness of machine learning mod…"

View on X

Originally posted by Abhishek Moturu, Babak Taati, Anna Goldenberg on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses