[공지사항]을 빙자한 안부와 근황 
Show more

Daily Arxiv

This is a page that curates AI-related papers published worldwide.
All content here is summarized using Google Gemini and operated on a non-profit basis.
Copyright for each paper belongs to the authors and their institutions; please make sure to credit the source when sharing.

ExDD: Explicit Dual Distribution Learning for Surface Defect Detection via Diffusion Synthesis

Created by
  • Haebom

Author

Muhammad Aqeel, Federico Leonardi, Francesco Setti

Outline

In this paper, we present Explicit Dual Distribution (ExDD), a novel framework that explicitly models dual feature distributions to overcome the limitations of industrial defect detection systems that assume uniform outlier distributions and face the data shortage problem in real manufacturing environments. ExDD solves the fundamental flaw of uniform outlier assumptions by utilizing parallel memory banks that capture the unique statistical characteristics of normal and abnormal patterns. In addition, to overcome the data shortage problem, we use a domain-specific text-conditional latent diffusion model to generate synthetic faults within distributions that maintain the context of industrial environments. Finally, we efficiently fuse complementary distance measures through a neighbor-aware ratio score mechanism to amplify signals in regions that show both deviations from normal and similarities to known fault patterns. Experimental results on the KSDD2 dataset show excellent performance of 94.2% I-AUROC and 97.7% P-AUROC, achieving optimal augmentation on 100 synthetic samples.

Takeaways, Limitations

Takeaways:
Presenting a new framework ExDD that overcomes the limitations of existing single-class outlier detection methods
Solving the Data Shortage Problem with Dual Feature Distribution Modeling and Latent Diffusion Models
Performance improvement through neighbor recognition ratio score mechanism
Contributes to improving the performance of defect detection systems in actual industrial settings
Limitations:
Only experimental results for the KSDD2 dataset are presented, so verification of generalization performance is necessary.
Further research is needed on the generalizability of domain-specific text-conditional settings in latent diffusion models.
Since this model is optimized for a specific industrial environment, it is necessary to review its applicability to other industrial environments.
👍