paper-with-me

홈 › Papers

Continual learning for surface defect segmentation by subnetwork creation and selection

2023-12-08 · Aleksandr Dekhovich, Miguel A. Bessa

We introduce a new continual (or lifelong) learning algorithm called LDA-CP&S that performs segmentation tasks without undergoing catastrophic forgetting. The method is applied to two different surface defect segmentation problems that are learned incrementally, i.e. providing data about one type of defect at a time, while still being capable of predicting every defect that was seen previously. Our method creates a defect-related subnetwork for each defect type via iterative pruning and trains a classifier based on linear discriminant analysis (LDA). At the inference stage, we first predict the defect type with LDA and then predict the surface defects using the selected subnetwork. We compare our method with other continual learning methods showing a significant improvement -- mean Intersection over Union better by a factor of two when compared to existing methods on both datasets. Importantly, our approach shows comparable results with joint training when all the training data (all defects) are seen simultaneously

📄 PDF Abstract BibTeX arXiv:2312.05100

Code (1)

adekhovich/continual_defect_segmentation 공식 구현 pytorch

Tasks

Continual LearningLifelong learningSegmentation

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
LDA Linear discriminant analysis (LDA), normal discriminant analysis (NDA), or discriminant function analysis is a generalization of Fisher's linear discriminant, a method used in…

Similar Papers 제목 키워드 기반

Sample-Centric Multi-Task Learning for Detection and Segmentation of Industrial Surface Defects

2025-10-15 · Hang-Cheng Dong, Yibo Jiao, Fupeng Wei, Guodong Liu 외 arxiv

Industrial surface defect inspection for sample-wise quality control (QC) must simultaneously decide whether a given sample contains defects and localize those defects spatially. In real production lines, extreme foregro…

Multi-Task Learning

Surface Defect Detection and Evaluation for Marine Vessels using Multi-Stage Deep Learning

2022-03-17 · Li Yu, Kareem Metwaly, James Z. Wang, Vishal Monga

Detecting and evaluating surface coating defects is important for marine vessel maintenance. Currently, the assessment is carried out manually by qualified inspectors using international standards and their own experienc…

Defect DetectionSegmentation

Change-Aware Siamese Network for Surface Defects Segmentation under Complex Background

2024-09-01 · BiYuan Liu, HuaiXin Chen, Huiyao Zhan, Sijie Luo 외

Despite the eye-catching breakthroughs achieved by deep visual networks in detecting region-level surface defects, the challenge of high-quality pixel-wise defect detection remains due to diverse defect appearances and d…

Change DetectionDecoderDefect DetectionSegmentation+1

CINFormer: Transformer network with multi-stage CNN feature injection for surface defect segmentation

2023-09-22 · Xiaoheng Jiang, Kaiyi Guo, Yang Lu, Feng Yan 외

Surface defect inspection is of great importance for industrial manufacture and production. Though defect inspection methods based on deep learning have made significant progress, there are still some challenges for thes…

Defect Detection

Normal Reference Attention and Defective Feature Perception Network for Surface Defect Detection

2022-11-18 · Wei Luo, Haiming Yao, Wenyong Yu

Visual anomaly detection plays a significant role in the development of industrial automatic product quality inspection. As a result of the utmost imbalance in the amount of normal and abnormal data, growing attention ha…

Anomaly DetectionDefect Detection