Classification of compressed domain images utilizing open VINO inference engine

This paper provides a platform to investigate and explore method of �partial decoding of JPEG images� for image classification using Convolutional Neural Network (CNN). The inference is targeting to run on computer system with x86 CPU architecture. We aimed to improve the inference speed of classifi...

Full description

Saved in:
Bibliographic Details
Main Authors: Tan, Zhen K.S., Borhanuddin B., Wong, Wan Y., Ooi, Min T.W., Khor, Ghee J.
Other Authors: 57211607444
Format: Article
Published: Blue Eyes Intelligence Engineering and Sciences Publication 2023
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: Universiti Tenaga Nasional
Description
Summary:This paper provides a platform to investigate and explore method of �partial decoding of JPEG images� for image classification using Convolutional Neural Network (CNN). The inference is targeting to run on computer system with x86 CPU architecture. We aimed to improve the inference speed of classification by just using part of the compressed domain image information for prediction. We will extract and use the �Discrete Cosine Transform� (DCT) coefficients from compressed domain images to train our models. The trained models are then converted into OpenVINO Intermediate Representation (IR) format for optimization. During inference stage, full decoding is not required as our model only need DCT coefficients which are presented in the process of image partial decoding. Our customized DCT model are able to achieve up to 90% validation and testing accuracy with great competence towards the conventional RGB model. We can also obtain up to 2x times inference speed boost while performing inference on CPU in compressed domain compared with spatial domain employing OpenVINO inference engine. � BEIESP.