← Latest papers
🤖 AI

An automated method of identifying incorrectly labelled images based on the sequences of loss functions of deep learning networks

This paper proposes and validates an automated method for identifying incorrectly labelled medical images by analyzing deep learning loss function sequences, demonstrating that correcting these errors significantly improves dataset quality and model performance in diabetic retinopathy screening.

Original authors: Zhipeng Zhang, Wenhui Shou, Wengting Ma, Dongjia Xing, Qingqing Xu, Li-Qun Xu, Qingxia Fan, Ling Xu

Published 2026-07-07
📖 4 min read☕ Coffee break read

Original authors: Zhipeng Zhang, Wenhui Shou, Wengting Ma, Dongjia Xing, Qingqing Xu, Li-Qun Xu, Qingxia Fan, Ling Xu

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to teach a robot to recognize different types of fruit. You show it thousands of pictures, but some of the pictures have the wrong name tags stuck on them. For instance, you might accidentally label a banana as an apple. If you let the robot study these wrong tags, it will get confused and learn the wrong things.

In the medical world, this is exactly what happens with AI that analyzes eye scans. Doctors have to manually label thousands of images to train these AI systems. But doctors are human; they get tired, the images can be blurry, or the conditions can look very similar. The authors of this paper estimate that up to 10% of these medical labels might be wrong.

The Problem: The "Confused" Student
The researchers noticed something interesting about how AI "learns." When an AI looks at a picture with the correct label, it gets confident quickly. Its "mistake score" (called a loss function) goes down smoothly, like a student who understands the lesson and gets better grades every day.

However, when the AI looks at a picture with a wrong label, it gets stuck in a loop of confusion. It tries to learn, fails, tries again, and fails again. Its "mistake score" bounces around wildly or stays high, like a student who is constantly confused by the teacher's instructions.

The Solution: Listening to the AI's "Heartbeat"
The paper proposes a clever, automated way to find these bad labels without needing a human to check every single image. Here is how they did it:

  1. The Long Run: They let the AI study the dataset many times over (like running a marathon of training sessions).
  2. The Story of the Score: Instead of just looking at the final result, they recorded the AI's "mistake score" after every single training session. This created a unique "story" or sequence for every single image.
  3. Finding the Patterns: They used a mathematical tool to look at these stories. They found that the stories of correctly labeled images all looked very similar (a smooth downhill slide). The stories of incorrectly labeled images looked totally different (bumpy, flat, or chaotic).
  4. The Sort: They used a computer algorithm to group these stories into two piles: "The Confused Ones" (likely wrong labels) and "The Confident Ones" (likely correct labels).

The Experiment: Cleaning the Classroom
To test if this worked, the researchers took a perfect set of 10,788 eye images and secretly swapped the labels on 6% of them (648 images), pretending they were real-world mistakes.

  • The Hunt: They ran their new method on this messy dataset. It successfully found 75% of the swapped labels.
  • The Safety Net: Crucially, it didn't cry wolf too often. It only falsely accused about 5% of the correct labels.
  • The Cleanup: They took the images the computer flagged, had senior doctors review just those specific ones, and fixed the labels. This reduced the error rate in the whole dataset from 6% down to 1.5%.

The Result: A Smarter AI
Finally, they retrained the AI using this "cleaned" dataset. The result? The AI became better at its job. Its accuracy on a test set went up from 95.93% to 96.50%. While that number looks small, in the world of medical AI, getting closer to the "perfect" score (which was 96.57% when trained on the original, uncorrupted data) is a big deal.

In Summary
The paper shows that by listening to how an AI's "mistake score" changes over time, we can automatically spot the images that have the wrong names attached to them. This allows doctors to focus their time only on the images that need fixing, making the final dataset cleaner and the resulting medical AI more accurate.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →