CORTEXA
← Browse
openalexEngineering Science and Technology an International Journal2024-04-04

Fabric surface defect classification and systematic analysis using a cuckoo search optimized deep residual network

Hiren Mewada, Ivan Miguel Pires, Pinalkumar Engineer, Amit Patel

Fabric defects can significantly impact the quality of a textile product. By analyzing the types and frequencies of defects, manufacturers can identify process inefficiencies, equipment malfunctions, or operator errors. Although deep learning networks are accurate in classification applications, some defects may be subtle and difficult to detect, while others may have complex patterns or occlusions. CNNs may struggle to capture a wide range of defect variations and generalize well to unseen defects. Discriminating between genuine defects and benign variations requires sophisticated feature extraction and modeling techniques. This paper proposes a residual network-based CNN model to enhance the classification of fabric defects. A pretrained residual network, ResNet50, is fine-tuned to classify fabric defects into four categories: holes, objects, oil spots, and thread errors on the fabric surface. The fine-tuned network is further optimized via cuckoo search optimization using classification error as a fitness function. The network is systematically analyzed at different layers, and the investigation of classification results are reported using a confusion matrix and classification accuracy for each class. The experimental results confirm that the proposed model achieved superior performance with 95.36% accuracy and a 95.35% F1 score for multiclass classification. In addition, the proposed model achieved higher accuracy with similar or fewer trainable parameters than traditional deep CNN networks.

Related papers

openalexEngineering Science and Technology an International Journal2023-08-17

Automated bacteria genera classification using histogram-oriented optimized capsule network

Jitendra Chaudhari, Hiren Mewada, Amit Patel, Keyur Mahant

Identifying the nature and type of bacteria is essential in diagnosing various fatal diseases and their treatments. Biologists classify bacteria using morphological characterization from microscopic images according to their color and shape information. Therefore, an automated ba…