사업성과 BK21 FOUR 산업혁신 애널리틱스 교육연구단

논문

2026 Patch-level proxy metric learning with coresets for precise anomaly localization

페이지 정보

작성자 관리자 작성일 26-07-15 10:16

본문

Author
Hun Im, Pilsung Kang
Journal
Engineering Applications of Artificial Intelligence
Vol
163(6)
Page
113094
Year
2026

Abstract

Industrial image anomaly detection is crucial for identifying abnormal patterns and their locations in manufacturing. Memory bank methods have recently gained attention for their high performance without requiring additional training. However, these methods often struggle to capture the unique characteristics of industrial training data. This is because feature extractors pre-trained on general natural images may produce features that do not align with the specific properties of industrial images, leading to a mismatch with learning objectives. This discrepancy can cause memory bank clusters to inaccurately represent normal data by either over-generalization or over-specialization. To overcome these challenges and improve upon existing memory bank based approaches, we propose a method that effectively learns the characteristics of the training data and optimizes the representation space to improve the differentiation between normal and abnormal patterns. Our method uses a learned projection layer to project patch embeddings into a new representation space, forming clusters that clearly represent the unique characteristics of training data. Our method achieves this by using coreset-based pseudo-labels and proxy metric learning. The projection layer is trained to bring similar patch embeddings closer and dissimilar ones farther apart, with each pseudo-label as the center. Experiments on various benchmark datasets demonstrate that our method outperforms existing state-of-the-art methods. Furthermore, by effectively adapting to the specific domain of the training data, our proposed methodology enables precise anomaly localization. This work contributes a novel implemented artificial intelligence solution to the challenging application of artificial intelligence in industrial inspection, demonstrating superior performance and precise localization. The code is available at : https://github.com/crimama/ProxyCore.