← Latest papers
💻 computer science

Lightweight Adaptive YOLOv11 for Industrial Defect Perception and Closed-Loop Sorting Cybernetic Control System

This paper proposes a lightweight adaptive YOLOv11 detector integrated with a closed-loop cybernetic control system to achieve high-speed, high-accuracy industrial defect perception and real-time sorting, significantly improving inference efficiency and control stability compared to conventional methods.

Original authors: shiqi wang

Published 2026-07-03
📖 5 min read🧠 Deep dive

Original authors: shiqi wang

Original paper licensed under CC BY 4.0 (https://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 a busy factory assembly line where steel sheets are moving fast. The goal is to spot tiny scratches, dents, or spots on the metal and automatically push the bad ones off the line while letting the good ones pass. This is the job of the system described in this paper.

Here is the story of how the author, Shiqi Wang, built a smarter, faster, and more connected way to do this.

The Problem: The Old Way Was Too Clunky and Slow

Traditionally, factories either used human workers to look at the metal (who get tired and miss things) or used old-school computer programs that were like "rigid robots." These robots followed strict rules and couldn't handle tricky lighting or weirdly shaped defects.

Then, people started using YOLO (a famous AI that spots objects in pictures). The latest version, YOLOv11, is very good at spotting things. However, the author found three big problems with using it straight out of the box for a factory:

  1. It's too heavy: The AI brain is too big for the small, cheap computers (called "edge devices") that sit right on the factory floor.
  2. It gets confused: If a defect is tiny and blurry, or if the metal is moving fast, the AI sometimes misses it or gets distracted by shadows.
  3. It talks to no one: Most AI studies just say, "I see a scratch!" and then stop. They don't actually do anything about it. They are like a security guard who sees a thief but doesn't call the police.

The Solution: A "Lightweight" and "Adaptive" AI

The author created a new version of YOLOv11 that is like a super-fit athlete instead of a heavy weightlifter. He made two main upgrades:

1. The "Smart Glasses" (Lightweight Coordinate Adaptive Attention)
Imagine trying to find a tiny speck of dust on a shiny car in the dark. A normal camera might get confused by the glare.
The author added a special module called LCAA. Think of this as a pair of "smart glasses" for the AI. Instead of just looking at the whole picture, these glasses focus specifically on the coordinates (the exact X and Y location) of the tiny defects.

  • The Result: The AI gets much better at spotting tiny, blurry scratches without needing a massive computer to do the math. It's like giving the AI a magnifying glass that only weighs a feather.

2. The "Chameleon Neck" (Adaptive Multi-Scale Feature Fusion)
Factory defects come in all sizes: some are huge scratches, others are tiny pinpricks. The old AI used the same "recipe" to look at both, which didn't work well.
The author gave the AI a chameleon neck. This part of the system can change its strategy on the fly.

  • If it sees a tiny defect, it zooms in on the fine details (like looking at the texture of a leaf).
  • If it sees a huge defect, it zooms out to see the big picture (like looking at the shape of a mountain).
  • The Result: The AI stops missing small things and stops getting confused by big things. It adapts to whatever it sees in real-time.

The Big Leap: Connecting the Brain to the Hand

This is the most important part of the paper. The author didn't just stop at making a better AI detector. He built a closed-loop system.

Think of it like a reflex arc in your body:

  1. Eyes (Perception): The AI sees a defect.
  2. Brain (Decision): The computer instantly decides, "That's bad, push it off!"
  3. Hand (Execution): A mechanical arm physically pushes the bad steel off the conveyor belt.

In this system, the AI isn't just a camera; it's the sensor for a robot. The paper claims this whole process happens in less than 50 milliseconds (that's faster than a human blink). The AI sees the defect and tells the robot to move before the steel even leaves the camera's view.

The Results: How Well Did It Work?

The author tested this system on a public dataset of steel defects (the NEU dataset) and on a physical test platform.

  • Accuracy: It found defects 97.2% of the time (very high).
  • Speed: It was 32% faster than the original YOLOv11.
  • Size: It was 28% smaller (lighter), meaning it fits easily on small factory computers.
  • Reliability: In the physical test, the system successfully sorted 98.5% of the items with almost no errors, keeping the production line running smoothly.

The Bottom Line

This paper isn't just about making a better "object detector." It's about connecting the eyes of the AI to the hands of the robot.

The author created a system that is light enough to run on small computers, smart enough to spot tiny defects in messy factory conditions, and fast enough to physically sort bad products off a moving line in real-time. It turns a simple image-recognition tool into a full, self-correcting industrial control system.

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 →