Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Iterative Manifold Embedding Layer Learned by Incomplete Data for Large-scale Image Retrieval

About

Existing manifold learning methods are not appropriate for image retrieval task, because most of them are unable to process query image and they have much additional computational cost especially for large scale database. Therefore, we propose the iterative manifold embedding (IME) layer, of which the weights are learned off-line by unsupervised strategy, to explore the intrinsic manifolds by incomplete data. On the large scale database that contains 27000 images, IME layer is more than 120 times faster than other manifold learning methods to embed the original representations at query time. We embed the original descriptors of database images which lie on manifold in a high dimensional space into manifold-based representations iteratively to generate the IME representations in off-line learning stage. According to the original descriptors and the IME representations of database images, we estimate the weights of IME layer by ridge regression. In on-line retrieval stage, we employ the IME layer to map the original representation of query image with ignorable time cost (2 milliseconds). We experiment on five public standard datasets for image retrieval. The proposed IME layer significantly outperforms related dimension reduction methods and manifold learning methods. Without post-processing, Our IME layer achieves a boost in performance of state-of-the-art image retrieval methods with post-processing on most datasets, and needs less computational cost.

Jian Xu, Chunheng Wang, Chengzuo Qi, Cunzhao Shi, Baihua Xiao• 2017

Related benchmarks

TaskDatasetResultRank
Image RetrievalOxford 5k
mAP92
100
Image RetrievalOxford 105k
mAP87.2
47
Image RetrievalParis6k
mAP96.6
45
Image RetrievalParis 106k (Par106k)
mAP93.3
34
Image RetrievalINSTRE
mAP83.1
21
Showing 5 of 5 rows

Other info

Code

Follow for update