Texture Synthesis Guided Deep Hashing for Texture Image Retrieval
Abstract
With the large scale explosion of images and videos over the internet, efficient hashing methods have been developed to facilitate memory and time efficient retrieval of similar images. However, none of the existing works use hashing to address texture image retrieval mostly because of the lack of sufficiently large texture image databases. Our work addresses this problem by developing a novel deep learning architecture that generates binary hash codes for input texture images. For this, we first pre-train a Texture Synthesis Network (TSN) which takes a texture patch as input and outputs an enlarged view of the texture by injecting newer texture content. Thus it signifies that the TSN encodes the learnt texture specific information in its intermediate layers. In the next stage, a second network gathers the multi-scale feature representations from the TSN's intermediate layers using channel-wise attention, combines them in a progressive manner to a dense continuous representation which is finally converted into a binary hash code with the help of individual and pairwise label information. The new enlarged texture patches from the TSN also help in data augmentation to alleviate the problem of insufficient texture data and are used to train the second stage of the network. Experiments on three public texture image retrieval datasets indicate the superiority of our texture synthesis guided hashing approach over existing state-of-the-art methods.
Cite
Text
Bhunia et al. "Texture Synthesis Guided Deep Hashing for Texture Image Retrieval." IEEE/CVF Winter Conference on Applications of Computer Vision, 2019. doi:10.1109/WACV.2019.00070Markdown
[Bhunia et al. "Texture Synthesis Guided Deep Hashing for Texture Image Retrieval." IEEE/CVF Winter Conference on Applications of Computer Vision, 2019.](https://mlanthology.org/wacv/2019/bhunia2019wacv-texture/) doi:10.1109/WACV.2019.00070BibTeX
@inproceedings{bhunia2019wacv-texture,
title = {{Texture Synthesis Guided Deep Hashing for Texture Image Retrieval}},
author = {Bhunia, Ayan Kumar and Perla, Sai Raj Kishore and Mukherjee, Pranay and Das, Abhirup and Roy, Partha Pratim},
booktitle = {IEEE/CVF Winter Conference on Applications of Computer Vision},
year = {2019},
pages = {609-618},
doi = {10.1109/WACV.2019.00070},
url = {https://mlanthology.org/wacv/2019/bhunia2019wacv-texture/}
}