Next Article in Journal
Frequency-Shifted Optical Feedback Measurement Technologies Using a Solid-State Microchip Laser
Next Article in Special Issue
Improvement in Classification Performance Based on Target Vector Modification for All-Transfer Deep Learning
Previous Article in Journal
Preparation and Characterization of Bacterial Cellulose-Carbon Dot Hybrid Nanopaper for Potential Sensing Applications
Previous Article in Special Issue
The Optical Barcode Detection and Recognition Method Based on Visible Light Communication Using Machine Learning
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Accelerating Image Classification using Feature Map Similarity in Convolutional Neural Networks

Department of Software, Konkuk University, Seoul 05029, Korea
*
Author to whom correspondence should be addressed.
Appl. Sci. 2019, 9(1), 108; https://doi.org/10.3390/app9010108
Submission received: 23 November 2018 / Revised: 18 December 2018 / Accepted: 24 December 2018 / Published: 29 December 2018
(This article belongs to the Special Issue Advanced Intelligent Imaging Technology)

Abstract

Convolutional neural networks (CNNs) have greatly improved image classification performance. However, the extensive time required for classification owing to the large amount of computation involved, makes it unsuitable for application to low-performance devices. To speed up image classification, we propose a cached CNN, which can classify input images based on similarity with previously input images. Because the feature maps extracted from the CNN kernel represent the intensity of features, images with a similar intensity can be classified into the same class. In this study, we cache class labels and feature vectors extracted from feature maps for images classified by the CNN. Then, when a new image is input, its class label is output based on its similarity with the cached feature vectors. This process can be performed at each layer; hence, if the classification is successful, there is no need to perform the remaining convolution layer operations. This reduces the required classification time. We performed experiments to measure and evaluate the cache hit rate, precision, and classification time.
Keywords: image classification; convolutional neural network; feature map; cosine similarity image classification; convolutional neural network; feature map; cosine similarity

Share and Cite

MDPI and ACS Style

Park, K.; Kim, D.-H. Accelerating Image Classification using Feature Map Similarity in Convolutional Neural Networks. Appl. Sci. 2019, 9, 108. https://doi.org/10.3390/app9010108

AMA Style

Park K, Kim D-H. Accelerating Image Classification using Feature Map Similarity in Convolutional Neural Networks. Applied Sciences. 2019; 9(1):108. https://doi.org/10.3390/app9010108

Chicago/Turabian Style

Park, Keunyoung, and Doo-Hyun Kim. 2019. "Accelerating Image Classification using Feature Map Similarity in Convolutional Neural Networks" Applied Sciences 9, no. 1: 108. https://doi.org/10.3390/app9010108

APA Style

Park, K., & Kim, D.-H. (2019). Accelerating Image Classification using Feature Map Similarity in Convolutional Neural Networks. Applied Sciences, 9(1), 108. https://doi.org/10.3390/app9010108

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop