A Privacy-Preserving Image Retrieval Scheme
A Privacy-Preserving Image Retrieval Scheme
In the initial phase, the image owner carries out KeyGen and
ImgEnc to encrypt images.
Once receiving the encrypted query, the cloud server extracts the
query feature vector by FeaExt and search on the index with it.
Proposed(cont…)
Given this dataset of area rug, carpet, keyboard, and wrapping
paper, our goal is to extract Local Binary Patterns from these
images and apply machine learning to automatically recognize
and categorize these texture images.
Advantages
An encryption method of images is proposed to protect image content and
meanwhile support the feature extraction for image search.
In our scheme, the polyalphabetic cipher provides good security but cause no
decrease to retrieval accuracy, no matter how many substitution tables are used.
The BOW model is used to generate the feature vector with the secure LBP
features.
Image Encryption
Feature Extraction
Image Decryption
LBP implementation
Algorithm Used