Thursday, August 27, 2026
Science
No Result
View All Result
  • Login
  • HOME
  • SCIENCE NEWS
  • CONTACT US
  • HOME
  • SCIENCE NEWS
  • CONTACT US
No Result
View All Result
Scienmag
No Result
View All Result
Home Science News Technology and Engineering

New Method Uses Noisy Samples More Efficiently While Accounting for Uncertainty

August 27, 2026
in Technology and Engineering
Reading Time: 6 mins read
0
New Method Uses Noisy Samples More Efficiently While Accounting for Uncertainty

New Method Uses Noisy Samples More Efficiently While Accounting for Uncertainty

65
SHARES
587
VIEWS
Share on FacebookShare on Twitter
ADVERTISEMENT

A New AI Framework Could Help Neural Networks Learn from Badly Labeled Images

A machine-learning framework designed to cope with mislabeled images could make artificial-intelligence systems more reliable under the messy conditions of the real world. Called CAPSUN, the method aims to solve a problem that has become increasingly difficult to ignore as computer-vision systems are trained on enormous collections of images assembled from the internet, crowdsourcing platforms and automated databases. These datasets may contain millions of labels, but labels are not necessarily correct: a photograph of a wolf may be marked “dog,” an X-ray may be assigned the wrong condition, or an object may be too ambiguous for human annotators to classify consistently. When deep neural networks are exposed to enough such errors, they can eventually memorize them rather than learn the underlying visual patterns. In a study published in Machine Learning, Jia Zhang, Gaoxia Jiang, Senyu Hou, Haijun Zhang and Wenjian Wang report that CAPSUN improves the way noisy samples are identified, weighted and used during training, with the strongest advantages appearing when label corruption is severe.

The central challenge is known as learning with noisy labels, or LNL. In conventional supervised learning, each input image is paired with a target label, and the network adjusts its parameters to reduce the difference between its prediction and that target. The process assumes that the target is broadly trustworthy. If a fraction of labels is wrong, the network may initially learn generalizable features—such as shapes, textures or spatial arrangements—before it begins fitting individual mistakes. This phenomenon, sometimes called memorization of noisy labels, creates a narrow window in which the model has learned useful structure but has not yet absorbed all the errors in its training set. Many existing LNL methods exploit this behavior by dividing the data into samples believed to be clean and samples believed to be noisy, then treating the two groups differently. CAPSUN is built around that same broad strategy, but attempts to make the division more dependable and the treatment of uncertain examples more informative.

A clean-noisy partition is deceptively difficult because the network’s own behavior is often used to make the decision. A sample that produces a low training loss may be correctly labeled, while a high-loss sample may be mislabeled—but neither rule is infallible. Hard examples, unusual viewpoints and underrepresented classes can also produce high losses even when their annotations are correct. Conversely, a network can become confident about a wrong label after prolonged training. The researchers identify imperfect separation as the first major weakness of existing approaches. CAPSUN addresses it by examining multiple two-dimensional feature spaces associated with noise and automatically selecting the perspective that is most discriminative for separating likely clean and noisy samples. In effect, the method does not rely on a single diagnostic view of an image’s training behavior. It searches for the representation in which the distinction between reliable and questionable examples is clearest, reducing the chance that an arbitrary or poorly suited projection will determine the partition.

The framework’s second component deals with samples that cannot be assigned confidently to either category. Standard methods can effectively discard these examples or treat all apparently noisy data as if it were equally untrustworthy. That wastes information, especially in large datasets where ambiguous images may still contain useful visual signals. CAPSUN instead uses an adaptive weighting strategy for uncertain unlabeled samples. Their contribution to training is adjusted according to their estimated reliability, rather than switched off completely. This creates a softer boundary between clean and noisy data: highly trusted examples can exert a stronger influence, while uncertain examples remain involved without being allowed to dominate the learning objective. The design also includes a safeguard intended to preserve the value of clean images that are accidentally placed in the noisy subset. Even when the initial partition is wrong, the method gives those samples a route back into effective training through the weighting mechanism.

This is important because the two subsets are rarely balanced in a statistically neutral way. Annotation difficulty can vary sharply between classes. Images of common, visually distinctive objects may be labeled consistently, whereas rare classes, fine-grained categories or visually similar objects may attract more mistakes. Once the dataset is split, the group considered clean may therefore have a different class composition from the group treated as unlabeled or noisy. A model trained on those subsets can develop a distribution bias, learning a distorted relationship between class frequency and visual features. CAPSUN tackles this problem with a distribution-alignment module inspired by domain adaptation, a branch of machine learning that attempts to transfer knowledge between datasets or domains with different statistical properties. The module adjusts the contrast between the class distributions of labeled and unlabeled subsets, helping the training process account for differences that arose from annotation difficulty rather than from the true population of images.

Technically, the framework combines sample selection, semi-supervised learning and distribution correction. After partitioning, the likely clean subset can be treated as labeled data, while questionable samples contribute as unlabeled data. Semi-supervised learning then encourages the network to extract information from both groups. A common principle in this area is consistency: if an image is subjected to different augmentations—such as cropping, flipping, color changes or other transformations—the model should produce compatible predictions. CAPSUN’s contribution is not simply to apply semi-supervised learning to noisy data, but to make the reliability of each sample part of the training calculation. The adaptive weights influence how much an uncertain example affects the model, while distribution alignment helps prevent the labeled and unlabeled branches from drifting toward incompatible class priors. Together, these mechanisms are intended to make the system less sensitive to errors in the initial partition.

The study reports experiments on a broad collection of synthetic and real-world noisy datasets. Synthetic benchmarks allow researchers to control the type and severity of corruption, making it possible to test how a method behaves as the proportion of incorrect labels rises. Real-world datasets are more complicated because human annotation errors are often instance-dependent: mistakes are not distributed randomly, but are concentrated in difficult images, confusing categories or particular visual conditions. According to the authors, CAPSUN produced consistent improvements over state-of-the-art baseline methods across these settings, with especially notable robustness under severe noise. The source material does not provide a single headline accuracy figure or identify one universally superior benchmark, so the result is best understood as a pattern across experiments rather than as a claim that CAPSUN solves label noise in every application. Its reported advantage lies in maintaining performance when the assumptions behind cleaner partitions become increasingly unreliable.

The implications extend beyond ordinary image classification. Many high-profile AI systems depend on labels collected at scale, including tools for medical-image analysis, agricultural monitoring, wildlife surveys, autonomous machines and content moderation. In each case, the cost of producing expert-quality annotations can be substantial, and replacing every questionable label may be impractical. A method that can exploit imperfect data without treating it as either perfectly correct or completely useless could reduce the pressure to curate enormous datasets by hand. It might also help organizations make better use of historical collections whose labels were generated under inconsistent guidelines. Yet noisy-label algorithms do not eliminate the need for data governance. If errors reflect systematic bias—for example, underrecognition of certain populations or unequal annotation quality across languages and regions—statistical alignment alone cannot guarantee fairness. A model can become more robust to incorrect labels while still learning a biased representation of the world.

CAPSUN also illustrates a broader change in how researchers think about training data. Earlier approaches often focused on correcting labels, filtering suspicious samples or designing loss functions that reduce the effect of outliers. More recent methods increasingly treat uncertainty as a resource to be modeled. Instead of asking whether an image is simply clean or noisy, they estimate how strongly it should influence learning and how its presence changes the distribution of the dataset. That shift matters because labels can be wrong in different ways and to different degrees. A photograph labeled “cat” that clearly shows a dog is not equivalent to an image that could reasonably belong to either category. By combining a certainty-aware partition with adaptive use of ambiguous data and distribution alignment, CAPSUN attempts to reflect that continuum in the learning process.

The researchers acknowledge the practical importance of reliable sample selection, but the framework’s long-term value will depend on how it performs outside controlled evaluations. Future tests could examine larger foundation-model training pipelines, multimodal datasets, medical data with expert disagreement and settings in which the noise mechanism changes over time. Computational cost will also matter: searching multiple feature-space perspectives and maintaining alignment between subsets may introduce additional training overhead. Still, the study offers a technically targeted response to one of modern AI’s least visible vulnerabilities. Neural networks can process vast quantities of data, but they do not automatically know which parts deserve trust. By making that judgment probabilistic, preserving useful information in uncertain examples and correcting the statistical imbalance created by uneven annotation quality, CAPSUN could help machine-learning systems learn less from the noise—and more from the images themselves.

Subject of Research: Robust deep learning with noisy image labels through certainty-aware sample partitioning, adaptive sample utilization and distribution alignment

Article Title: Certainty-Aware Partition and Sufficient Utilization of Noisy Samples

Article References: Zhang, J., Jiang, G., Hou, S. et al. “Certainty-Aware Partition and Sufficient Utilization of Noisy Samples.” Machine Learning 115, 204 (2026). Original research article

Image Credits: AI Generated

DOI: 10.1007/s10994-026-07138-3

Keywords: learning with noisy labels, deep neural networks, sample partitioning, semi-supervised learning, distribution alignment, label noise, image classification, robust machine learning

Tags: AI framework for uncertain dataAI robustness to label errorsdeep learning in messy datasetshandling mislabeled imagesimproving image classification accuracylearning with label noisemachine learning for real-world image datasetsnoisy labels in machine learningnoisy sample identification and weightingrobust neural network trainingtraining with corrupted labelsuncertainty-aware neural network models
Share26Tweet16
Previous Post

MSSARN: A Multi-Layer Spectral-Spatial Attention Residual Network for Hyperspectral Image Classification

Next Post

Comprehensive Review of Benchmark Datasets for Deep Learning in Medical Image Segmentation

Related Posts

Void-Suppressing Lithium Anodes Could Improve All-Solid-State Batteries
Technology and Engineering

Void-Suppressing Lithium Anodes Could Improve All-Solid-State Batteries

August 27, 2026
Bioresorbable triboelectric implants use nanoscale iridophosphors for optical readout
Technology and Engineering

Bioresorbable triboelectric implants use nanoscale iridophosphors for optical readout

August 27, 2026
X Rays Drive Hanbury Brown–Twiss Spectroscopy
Technology and Engineering

X Rays Drive Hanbury Brown–Twiss Spectroscopy

August 27, 2026
Erk Gradients Encode Skeletal Size Memory During Zebrafish Fin Regeneration
Technology and Engineering

Erk Gradients Encode Skeletal Size Memory During Zebrafish Fin Regeneration

August 27, 2026
Machine-learning-designed bifunctional nanoprobes enable self-calibrated tracking of nanoplastics across space and time
Technology and Engineering

Machine-learning-designed bifunctional nanoprobes enable self-calibrated tracking of nanoplastics across space and time

August 27, 2026
Comprehensive Review of Benchmark Datasets for Deep Learning in Medical Image Segmentation
Technology and Engineering

Comprehensive Review of Benchmark Datasets for Deep Learning in Medical Image Segmentation

August 27, 2026
Next Post
Comprehensive Review of Benchmark Datasets for Deep Learning in Medical Image Segmentation

Comprehensive Review of Benchmark Datasets for Deep Learning in Medical Image Segmentation

  • Mothers who receive childcare support from maternal grandparents show more

    Mothers who receive childcare support from maternal grandparents show more parental warmth, finds NTU Singapore study

    27656 shares
    Share 11059 Tweet 6912
  • University of Seville Breaks 120-Year-Old Mystery, Revises a Key Einstein Concept

    1061 shares
    Share 424 Tweet 265
  • Bee body mass, pathogens and local climate influence heat tolerance

    682 shares
    Share 273 Tweet 171
  • Researchers record first-ever images and data of a shark experiencing a boat strike

    546 shares
    Share 218 Tweet 137
  • Groundbreaking Clinical Trial Reveals Lubiprostone Enhances Kidney Function

    531 shares
    Share 212 Tweet 133
Science

Embark on a thrilling journey of discovery with Scienmag.com—your ultimate source for cutting-edge breakthroughs. Immerse yourself in a world where curiosity knows no limits and tomorrow’s possibilities become today’s reality!

RECENT NEWS

  • Electrochemical Method Couples CO2 and Phosphite to Produce Foscarnet
  • Versatile cGAMP Reporter Reveals How DNA Damage and Chromosome Instability Activate cGAS
  • Common European birds and butterflies predicted to decline despite conservation policies
  • Predicting Effects of Human Missense Variants Using Functional Evidence

Categories

  • Agriculture
  • Anthropology
  • Archaeology
  • Athmospheric
  • Biology
  • Biotechnology
  • Blog
  • Bussines
  • Cancer
  • Chemistry
  • Climate
  • Earth Science
  • Editorial Policy
  • Marine
  • Mathematics
  • Medicine
  • Pediatry
  • Policy
  • Psychology & Psychiatry
  • Science Education
  • Social Science
  • Space
  • Technology and Engineering

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 5,150 other subscribers

© 2025 Scienmag - Science Magazine

Welcome Back!

Login to your account below

Forgotten Password?

Retrieve your password

Please enter your username or email address to reset your password.

Log In
No Result
View All Result
  • HOME
  • SCIENCE NEWS
  • CONTACT US

© 2025 Scienmag - Science Magazine

Discover more from Science

Subscribe now to keep reading and get access to the full archive.

Continue reading