CVJul 2, 2016

NIST: An Image Classification Network to Image Semantic Retrieval

arXiv:1607.00464v1
Originality Incremental advance
AI Analysis

This work addresses image retrieval for applications needing efficient semantic matching, but it is incremental as it builds on existing classification networks.

The paper tackles the image retrieval challenge by proposing the NIST framework, which uses a classification network to extract semantic features and compute similarity via semantic distance, achieving state-of-the-art results on the MIRFLICKR-25K dataset.

This paper proposes a classification network to image semantic retrieval (NIST) framework to counter the image retrieval challenge. Our approach leverages the successful classification network GoogleNet based on Convolutional Neural Networks to obtain the semantic feature matrix which contains the serial number of classes and corresponding probabilities. Compared with traditional image retrieval using feature matching to compute the similarity between two images, NIST leverages the semantic information to construct semantic feature matrix and uses the semantic distance algorithm to compute the similarity. Besides, the fusion strategy can significantly reduce storage and time consumption due to less classes participating in the last semantic distance computation. Experiments demonstrate that our NIST framework produces state-of-the-art results in retrieval experiments on MIRFLICKR-25K dataset.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes