Fast image classification algorithm based on deep convolutional neural network

Huali WANG,Junzhong ZOU,Jian ZHANG,Zuochen WEI,Chunmei WANG
DOI: https://doi.org/10.3778/j.issn.1002-8331.1601-0435
2017-01-01
Abstract:In order to solve large amount of images classification issues, a method is introduced by combining with CUDA-cuDNN and Deep Convolutional Neural Network(DCNN). This method makes advantages of DCNNs to learn features automatically, which makes up the incapability of hand-crafted features. Meanwhile, a cuDNN parallel computing method based on CUDA is employed to improve the speed of training and validation. DCNN is susceptible to parameter perturbation, which employs Batch Normalization(BN) to enhance the robustness. Experimental results indicate that the proposed method not only reduces training time substantially and accelerates validation speed, but also obtains lower classification error rate.
What problem does this paper attempt to address?