TL;DR
Surface defect detection often suffers from insensitivity in the Intersection-over-Union (IoU) metric, which can lead to poor sample selection. To address this, a new method using morphology-aware sample assignment was developed, incorporating metrics like area and shape for better sample matching.
✦ Why It Matters
Engineers can implement this method to enhance defect detection accuracy in visual inspection systems without increasing processing time.
Key Takeaways
Full Summary
Surface defect detection relies heavily on the Intersection-over-Union (IoU) metric, which measures how well predicted samples align with actual defects. However, this study reveals that IoU can be insensitive in certain regions, leading to similar scores for samples with different geometric overlaps.
To overcome this, a morphology-aware sample assignment method was introduced, utilizing metrics such as area, shape, and aspect ratio to enhance sample matching. A supplementary matching score aggregates these metrics, improving the precision of positive sample selection.
Experiments conducted using the YOLOv9 framework on NEUDET and GC10-DET datasets demonstrated consistent performance gains, with the new method achieving better defect detection accuracy. Importantly, this approach is designed to be plug-and-play, incurring no additional inference overhead, which is crucial for real-time industrial visual inspection tasks.
These findings suggest a significant advancement in the reliability of defect detection systems.
Related