Introduction
Bimonthly, started in 1957
Administrator
Shanxi Provincial Education Department
Sponsor
Taiyuan University of Technology
Publisher
Ed. Office of Journal of TYUT
Editor-in-Chief
SUN Hongbin
ISSN: 1007-9432
CN: 14-1220/N
Administrator
Shanxi Provincial Education Department
Sponsor
Taiyuan University of Technology
Publisher
Ed. Office of Journal of TYUT
Editor-in-Chief
SUN Hongbin
ISSN: 1007-9432
CN: 14-1220/N
location: home > paper >

Real-time Defect Detection Algorithm for Polarizer Based on Deep Learning
DOI:
10.16355/j.cnki.issn1007-9432tyut.2020.01.017
Received:
Accepted:
Corresponding author | Institute | |
SUN Zhiyi | School of Electronic Information Engineering,Taiyuan University of Science and Technology |
abstract:
Online detection and analysis of polarizer quality can be completed by image processing technology. The existing methods based on deep learning can ensure the accuracy of classification, but the detection speed is slow and the model occupies a large amount of memory, thus difficult to meet the real-time requirements of online detection system. In order to solve these problems, a real-time polarizer defect detection algorithm based on deep learning was proposed. First, a new parallel module was designed to build the network. The module mixes different sizes of convolution kernels, and can extract more defect features compared with traditional convolution layers; The standard convolution in the module can be replaced by depthwise separable convolution, which can greatly reduce the number of parameters and the multiply-accumulate operations(MACCs). Second, asymmetric convolution instead of depthwise separable convolution in parallel module was used to obtain parallel asymmetric convolution module, which can further reduce the number of parameters of network. Finally, the global average pooling layer was used to replace the fully connected layer, which can significantly reduce the number of parameters of the network. The experimental results show that the test time per image is 108 ms, the accuracy of the model on the testing dataset is 99.4%, and the size of the model is 0.583 MB, which can meet the real-time requirements of industry.
Keywords:
polarizer; defect detection; deep learning; parallel module; asymmetric convolution; global average pooling;