doi
stringlengths
10
10
chunk-id
int64
0
936
chunk
stringlengths
401
2.02k
id
stringlengths
12
14
title
stringlengths
8
162
summary
stringlengths
228
1.92k
source
stringlengths
31
31
authors
stringlengths
7
6.97k
categories
stringlengths
5
107
comment
stringlengths
4
398
journal_ref
stringlengths
8
194
primary_category
stringlengths
5
17
published
stringlengths
8
8
updated
stringlengths
8
8
references
list
1706.06064
38
Different from the above approaches, Cao et al. modeled the global spatial context by two families of ordered bag- of-features as a generation of the spatial pyramid match- ing [128] by linear projection and circular projection and further refined them to capture the invariance of object translation, rotation, and scaling by simple histogram op- erations, including calibration, equalization, and decompo- sition [129]. In the scenario of face retrieval, the above general code- book generation methods are likely to fail to capture the unique facial characteristics. To generate discriminative vi- sual codebook, Wu et al. proposed to generate identity-based visual vocabulary with some training persons each with multiple face examples under various poses, expressions, and illumination conditions [130]. A visual word is defined as a tuple consisting of two components, i.e., person ID and position ID and associated with multiple examples. # 4.4 Feature Quantization With visual codebook defined, feature quantization is to assign a visual word ID to each feature. To design a suitable assignment function, special consideration should be made to balance quantization accuracy, efficiency, and memory overhead.
1706.06064#38
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
39
The most naive choice is to take the nearest neighbor search, so as to find the closest (the most similar) visual word of a given feature by linear scan, which, however, suffers expensive computational cost. Usually, approximate nearest neighbor (ANN) search methods are adopted to speed up the searching process, with sacrifice of accuracy to some extent. In [8], a k-d tree structure [131] is utilized with a best-bin-first modification to find approximate nearest neighbors to the descriptor vector of the query. In [10], based on the hierarchical vocabulary tree, an efficient approximate
1706.06064#39
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
40
nearest neighbor search is achieved by propagating the query feature vector from the root node down the tree by comparing the corresponding child nodes and choosing the closest one. In [132], a k-d forest approximation algorithm is proposed with reduced time complexity. Muja and Lowe proposed a novel priority search k-means tree algorithm for scalable nearest neighbor search [133] with FLANN library8 provided. In [118], the feature quantization is achieved by range-based neighbor search over the random seeding code- book. This random seeding approach, although efficient in implementation, suffers the bias to the training data and achieves limited retrieval accuracy in large-scale image retrieval [134]. Those approaches conduct quantization in a hard manner and inevitably incur severe quantization loss. Considering that the codebook partitions the feature space into some non-overlapping cells, feature quantization works to identify which cell a test feature falls into. When the codebook size is large which means the feature space is finely partitioned, features proximate to the partition boundary are likely to fall into different cells. On the other hand, with small codebook and feature space coarsely par- titioned,
1706.06064#40
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
41
features proximate to the partition boundary are likely to fall into different cells. On the other hand, with small codebook and feature space coarsely par- titioned, irrelevant features with large distance may also fall into the same cell. Both cases will incur quantization loss and degrade the recall and precision of feature matching, respectively. A trade-off shall be made on the codebook size to balance the recall and precision from the above two kinds of loss [10], or some constraints are involved to refine the quantization quality.
1706.06064#41
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
42
Some approaches adopt a large visual codebook but take account of the soft quantization to reduce the quantiza- tion loss. Generally, a descriptor-dependent soft assignment scheme [15] is used to map a feature vector to a weighted combination of multiple visual words. Intuitively, the soft quantization can be performed for both a query feature and the database features. However, it will cost several times more memory to store the multiple quantization results for each database feature. As a trade-off, the soft quantization can be constrained to only the query side [35]. In [35], a new quantizer is designed based on a codebook learned by brute-force k-means clustering. It first performs k-means clustering on the pre-trained visual words and generate a two-layer visual vocabulary tree in a bottom-up way. Then, new connections between the two-layer nodes are constructed by quantizing a large feature set with both layers of quantizers. Soft assignment is performed with a criteria based on distance ratio.
1706.06064#42
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
43
On the other hand, some other approaches keep a rela- tively small visual codebook but performs further verifica- tion to reduce the quantization loss. In [12], Hamming Em- bedding reduces the dimension of SIFT descriptors quan- tized to a visual word, and then trains a median vector by taking the median value in each dimension of the feature samples. After a new feature is quantized to a visual word, it is projected to the low dimensional space, and then com- pared with the median vector dimension-wise to generate binary signature for matching verification [54]. In [135], a variant, i.e., the asymmetric Hamming Embedding scheme, is proposed to exploit the rich information conveyed by the binary signature. Zhou et al.adopt a similar verification 8. http://www.cs.ubc.ca/research/flann/ 7 idea with a different binary signature which is generated by comparing each element of a feature descriptor to its median [136].
1706.06064#43
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
44
7 idea with a different binary signature which is generated by comparing each element of a feature descriptor to its median [136]. The above approaches rely on single visual codebook for feature quantization. To correct quantization artifacts and improve recall, typically, multiple vocabularies are generated for feature quantization to improve the re- call [137][138]. Since multiple vocabularies suffers from vocabulary correlation, Zheng et al proposed a Bayes merg- ing approach to down-weight the indexed features in the intersection set of multiple vocabularies [139]. It models the the correlation problem in a probabilistic view and estimate a joint similarity on both image- and feature-level for the indexed features in the intersection set.
1706.06064#44
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
45
The vector quantization of local descriptors is closely related to approximate nearest neighbor search [58]. there are many hashing algorithms for In literature, approximate nearest neighbor (ANN) search, such as LSH [140][141], multi-probe LSH [142], kernelized LSH [56], semi-supervised hashing method (SSH) [143], spectral hash- iterative quantization [144], ing [57], min-Hashing [16], random grids [145], bucket distance hashing (BDH) [146], query-driven iterated neighborhood graph search [147], and linear distance preserving hashing [148]. These hashing methods, however, are mostly applied to global image fea- tures such as GIST or BoW features at the image level, or to feature retrieval only at the local feature level. There is few work dedicated to image level search based on local feature hashing [22]. The major concern of those hashing methods is that multiple hashing tables are usually involved and each feature needs to be indexed multiple times, which cast heavy memory burden. Besides, in hashing methods such as LSH [141], multi-probe LSH [142] and kernelized LSH [56], the original database feature vectors need be
1706.06064#45
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
46
Besides, in hashing methods such as LSH [141], multi-probe LSH [142] and kernelized LSH [56], the original database feature vectors need be kept in memory to compute the exact distance to the query feature, which is infeasible in the scenario of large-scale image search with local features. Moreover, approximate nearest neighbor search usually targets at identifying the top-k closest data to the query, which ignores the essence of range-based neighbor search in visual feature matching. That is, given a query feature, the number of target data in the database is query-sensitive and determined by the coverage of the range-based neighborhood of the query.
1706.06064#46
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
47
In [58], a novel product quantization is proposed to generate an exponentially large codebook with low cost in memory and time for approximate nearest neighbor search. It decomposes the feature space into a Cartesian product of low-dimensional subspaces and quantizes each sub-space individually. The quantization indices of each sub-space are presented as a short code, based on which the Euclidean distance between two feature vectors can be efficiently es- timated by looking up a pre-computed table. The product quantization, however, suffers from exhaustive search for identifying target features, which is prohibitive in large- scale image search [58]. As a partial solution to this bottle neck, vector quantization by k-means can be involved to narrow the search scope and allow the product to focus on a small fraction of indexed features [58]. In [149], the product quantization is optimized with respect to the vector space decomposition and the quantization codebook with two solutions from the non-parametric and the parametric
1706.06064#47
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
48
perspectives. Zhou et al. formulated the feature matching as an ǫ−neighborhood problem and approximated it with a dual-resolution quantization scheme for efficient indexing and querying [134]. It performs scalar quantization in coarse and fine resolutions on each dimension of the data, and cascades the quantization results over all dimensions. The cascaded quantization results in coarse resolution are used to build the index, while the cascaded quantization results in fine resolutions are transformed to a binary signature for matching verification. In [150], the high dimensional SIFT descriptor space is partitioned into regular lattices. Although demonstrated to work well in image classification, in [15], regular lattice quantization is revealed to work much worse than [10] [15] in large scale image search application. # 4.5 Feature Aggregation
1706.06064#48
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
49
# 4.5 Feature Aggregation When an image is represented by a set of local features, it is necessary to aggregate those local features into a fixed- length vector representation for convenience of similarity comparison between query and database images. Generally, there are three alternatives to achieve this goal. The first one is the classic Bag-of-Visual-Words representation, which quantizes each local feature to the closest visual word of a pre-trained visual codebook. The quantization result of a single local feature can be regarded as a high-dimensional binary vector, where the non-zero dimension corresponds to the quantized visual word. By pooling the quantization results of all local features in an image, we obtain a BoW vector with the dimension size as the visual codebook size. In this scheme, the involved visual codebook is usually very large in size and the generated BoW vector is very sparse, which facilitates the use of the inverted file indexing.
1706.06064#49
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
50
The second popular feature aggregation method is the VLAD (vector of locally aggregated descriptors) ap- proach [116], which adopts k-means based vector quantiza- tion and accumulates the quantization residues for features quantized to each visual word and concatenate those accu- mulated vectors into a single vector representation. With compact size, the VLAD vector inherits some important properties from SIFT feature, including invariance to trans- lation, rotation, and scaling. In [151], the VLAD approach is improved by a new intra-normalization scheme and multiple spatial VLAD representation. An in-depth analysis on VLAD is conducted in [152]. In [153], an extension of VLAD is proposed with triangulation embedding scheme and democratic aggregation technique. Further, Tolias et al. encompassed the VLAD vector with various matching schemes [30]. To reduce the computational complexity of the democratic aggregation scheme, Gao et al. proposed a fast scheme with comparable retrieval accuracy perfor- mance [154]. In [155], sparse coding is adopted to encode the local feature descriptors into sparse vectors, which are further aggregated with a
1706.06064#50
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
51
mance [154]. In [155], sparse coding is adopted to encode the local feature descriptors into sparse vectors, which are further aggregated with a max-pooling strategy. Liu et al. proposed a hierarchical scheme to build the VLAD vec- tor with SIFT feature [156]. By involving a hidden-layer vocabulary, the distribution of the residue vectors to be aggregated becomes much more uniform, leading to better discrimination for the representation.
1706.06064#51
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
52
representation is achieved by global aggregation of all local features in an 8 image, the original VLAD vector sacrifices the flexibility to address partial occlusion and background clutter. To allevi- ate this problem, Liu et al. [157] grouped local key points by their spatial positions in the image plane and aggregated all local descriptors in each group by the VLAD scheme [116]. As a result, a local aggregation of local features is achieved and promising retrieval accuracy is demonstrated with a tradeoff in memory cost.
1706.06064#52
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
53
Besides the BoW representation and the VLAD, another alternative is the Fisher Vector based representation [117] with Fisher kernel [158] [159]. As a generative model, given a set of features for an image, Fisher vector represents them into a fix-sized vector by the gradient of the log-likelihood function with respect to a set of parameter vectors [160]. In [117] [161], Gaussian Mixture Model (GMM) is adopted as a generative model to aggregate the normalized con- catenated gradient vectors of all local descriptors into a uniform Fisher vector with an average pooling scheme. In fact, the Fisher Vector can be regarded as a generalized representation of the BoW representation and VLAD. On one hand, if we keep only the gradient of the log-likelihood function with respect to the weight of GMM, the Fisher Vector degenerates to a soft version of the BoW vector. On the other hand, If we keep only the gradient of the log-likelyhood function with respect to the mean vector of GMM, we can derive the VLAD representation [58].
1706.06064#53
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
54
In either the Fish vector or VLAD representation, the in- volved GMM number or codebook size is relative small and the obtained aggregated vector is no long sparse. As a result, it is unsuitable to apply the inverted file indexing scheme to index images based on the aggregated results. To address this dilemma, the aggregated vector is dimensionally re- duced and further encoded by product quantization [58] for efficient distance computation. The above aggregation schemes are based on local hand-crafted feature, such as SIFT feature. Intuitively, such schemes can be directly leveraged to local deep features. Following this idea, Gong et al. [162] extract local CNN features from the local patches sampled regularly at mul- tiple scale levels and pool the CNN features in each scale level with the VLAD scheme [37]. In [163], Babenko et al. interpret the activations from the last convolutional layers of CNNs as local deep features. They reveal that the individual similarity of local deep feature is very discriminative and the simple aggregation with sum pooling over local deep feature yields the best performance.
1706.06064#54
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
55
5 DATABASE INDEXING Image index refers to a database organizing structure to assist for efficient retrieval of the target images. Since the response time is a key issue in retrieval, the significance of database indexing is becoming increasingly evident as the scale of image database on the Web explosively grows. Generally, in CBIR, two kinds of indexing techniques are popularly adopted, i.e., inverted file indexing and hashing based indexing. In the following, we will discuss related retrieval algorithms in each category, respectively. # 5.1 Inverted File Indexing Inspired by the success of text search engines, inverted file indexing [164] has been successfully used for large scale image search [9] [11] [18] [14] [10] [12] [17] [165]. In essence, the inverted file structure is a compact column- wise representation of a sparse matrix, where the row and the column denote image and visual word, respectively. In on-line retrieval, only those images sharing common visual words with the query image need to be checked. Therefore, the number of candidate images to be compared is greatly reduced, achieving an efficient response.
1706.06064#55
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
56
In the inverted file structure, each visual word is fol- lowed by an inverted file list of entries. Each entry stores the ID of the image where the visual word appears, and some other clues for verification or similarity measurement. For instance, Hamming Embedding [12] generates a 64-bit Hamming code for each feature to verify the descriptor matching. The geometric clues, such as feature position, scale, and orientation, are also stored in the inverted file list for geometric consistency verification [11] [18] [12] [13]. In [17], Wu et al. recorded the feature orders in horizontal and verification direction in each bundled feature located in a MSER region. In [123], 3 spatial statistics, including descriptor density, mean relative log scale, and mean orien- tation difference, are calculated for each feature and stored in the inverted list after quantization. Zheng et al. modeled the correlation between multiple features with a multi-IDF scheme and coupled the binary signatures of those features into the inverted file to enhances the quality of visual matching [166].
1706.06064#56
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
57
Following the general idea of inverted file structure, many variants are proposed. In [42], to adapt to the in- verted index structure for sketch-based retrieval, it regularly quantizes the edge pixel in position channel and orientation channel and follows each entry in the edgel dictionary with an inverted lists of related images. In [68], Zheng et al proposed a new coupled Multi-Index (c-MI) framework to fuse complementary features at indexing level. Each dimension of c-MI corresponds to one kind of feature, and the retrieval process votes for images similar in both SIFT and color attribute [85] feature spaces. In [70], the image database is cross-indexed in both the binary SIFT space and the original SIFT space. With such cross-indexing structure, a new searching strategy is designed to find target data for effective feature quantization.
1706.06064#57
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
58
Some methods try to embed the semantics into the index structure. In [167], Zhang et al proposed a new indexing structure by decomposing a document-like representation of an image into two components, one for dimension reduction and the other for residual information preservation. The decomposition is achieved by either a graphical model or a matrix factorization approach. Then, the similarity between images is transferred to measuring similarities of their com- ponents. In [89], Zhang et al proposed a semantic-aware co- indexing to jointly embed two strong cues, i.e., local SIFT feature and semantic attributes, into the inverted indexes. It exploits 1000 semantic attributes to filter out isolated images and insert semantically similar images to the initial inverted index set built based on local SIFT features. As a result, the discriminative capability of the indexed features is significantly enhanced. To adapt the product quantization [58] to the inverted in- dex idea, inverted multi-index is proposed to generalize the inverted index idea by replacing the standard quantization 9 within inverted indices with product quantization, so as to speed up the approximate nearest neighbor search.
1706.06064#58
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
59
9 within inverted indices with product quantization, so as to speed up the approximate nearest neighbor search. To improve the recall rate of inverted indexing algo- rithms, the database images are indexed multiple times with multiple quantizers, such as randomized k-d trees [168] [66]. In [137], a joint inverted indexing algorithm is proposed, which jointly optimizes all codewords in all quantizers and demonstrates considerable improvement over methods with multiple independent quantizers. In [23], this goal is achieved by augmenting the image features for the database images which are estimated to be visible in a homograpy in the augmented images.
1706.06064#59
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
60
To speedup the online retrieval process, Zheng et al. proposed a novel Q-Index structure based on the inverted index organization [169]. It defines an impact score for each indexed local SIFT feature based on TF-IDF, scale, saliency, and quantization ambiguity. Then, based on the impact score, it introduced two complementary strategies, i.e. query pruning and early termination, with the former to discard less important features in the query and the later to partially visit the index lists containing the most important indexed features. The proposed algorithm demonstrates significant speed-up for online query with competitive retrieval accu- racy. In [170], Ji et al. considered the scenario of parallelized image retrieval and proposed to distribute visual indexing structure over multiple servers. To reduce the search latency across servers, it formulates the index distribution problem as a learning problem by maximizing the uniformity of assigning the words of a given query to multiple servers. # 5.2 Hashing Based Indexing
1706.06064#60
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
61
When the image representation, for instance GIST feature and VLAD feature, is a dense vector with the majority of the coefficients being non-zero, it is unsuitable to directly apply the inverted file structure for indexing. To achieve efficient retrieval for relevant results, hashing techniques are popularly adopted [171] [172] [173] [174] [175]. The most representative hashing scheme is the locality sensitive hashing (LSH) [176], which partitions the feature space with multiple hash functions of random projections with the intuition that for objects which are close to each other, the collision probability is much higher than for those which are far away. Given a query, some candidates are first retrieved based on hashing collision and re-ranked based on the exact distance from the query. In [56], LSH is generated to accommodate arbitrary kernel functions, with sub-linear time approximate similarity search permitted. The potential concern of those hashing scheme is that, since the raw database representation vectors should be stored in memory for the reranking stage, they are not well scalable to large- scale image database. In [177], a feature map is proposed by integrating appearance
1706.06064#61
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
62
be stored in memory for the reranking stage, they are not well scalable to large- scale image database. In [177], a feature map is proposed by integrating appearance and global geometry, which is further hashed for indexing. This scheme, however, suffers expensive memory cost which is quadratic in the number of local features, which limits its scalability towards large scale image retrieval. To address this drawback, an extension is made with a feature selection model to replace the hashing approach [178].
1706.06064#62
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
63
With the inverted index structure, the memory cost is proportional to the amount of non-zero elements in the representation vector. To further reduce such memory overhead, Jegou et al. proposed to approximate the orig- inal visual word occurrence vector by projecting it onto a set of pre-defined sparse projection functions, generat- ing multiple min-BOF descriptors [179]. Those min-BOF descriptors is further quantized for indexing. With similar attempt, in [16][180], min-Hash is proposed to describe images by mapping the visual word occurrence vector to a low-dimensional representation by a group of min-hash functions and define image similarity as the visual word set overlap. Consequently, only a small constant amount of data per image need to be stored. The potential concern of min-hashing [16][180] and its variant [126] is that although high retrieval precision can be achieved, the retrieval recall performance may be limited unless many more hashing ta- bles are involved, which, however, imposes severe memory burden. # 6 IMAGE SCORING In multimedia retrieval, the target results in the index image database are assigned with a relevance score for ranking and then returned to users. The relevance score can be defined either by measuring distance between the aggregated fea- ture vectors of image representation or from the perspective of voting from relevant visual feature matches.
1706.06064#63
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
65
i=1 X where the feature aggregation vectors of image Iq and Im are denoted as [q1, q2, · · · , qN ] and [m1, m2, · · · , mN ], respectively, and N denotes the vector dimension. In [10], it is revealed that L1-norm yields better retrieval accuracy than L2-norm with the BoW model. Lin et al. extended the above feature distance to measure partial similarity between images with an optimization scheme [181]. When the BoW model is adopted for image representa- tion, the feature aggregation vector is essentially a weighted visual word histogram obtained based on the feature quan- tization results. To distinguish the significance of visual words in different images, term frequency (TF) and inverted document/image frequency (IDF) are widely applied in many existing state-of-the-art algorithms [10][12][9][15][17]. Generally, the visual word vector weighted by TF and IDF are Lp-normalized for later distance computation. When the codebook size is much larger than the local feature amount in images, the aggregated feature vector of image is very sparse and we only need to check those visual words appearing in both images as illustrated in Eq. 6 [10], which is very efficient in practical implementation. 10
1706.06064#65
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
66
10 N D(Iq, Im) = |qi − mi|p (5) i=1 X = 2 + (|qi − mi|p − qp i − mp i )(6) Xi|qi6=0,mi6=0 However, the dissimilarity measure by the Lp-distance is not optimal. As revealed in [182], there exists the neigh- borhood reversibility issue, which means that an image is usually not the k-nearest neighbor of its k-nearest neighbor images. Such issue causes that problem that some images are frequently returned while others are rarely returned when submitting query images. To address this problem, Jegou et al. proposed a novel contextual dissimilarity mea- sure to refine the Euclidean distance based distance [182]. It modifies the neighborhood structure in the BoW space by iteratively estimating distance update terms in the spirit of Sinkhorns scaling algorithm. Alternatively, in [183], a probabilistic framework is proposed to model the feature to feature similarity measure and a query adaptive similarity is derived. Different from the above approaches, in [184], the similarity metric is implicitly learnt with diffusion processes by exploring the affinity graphs to capture the intrinsic manifold of database images.
1706.06064#66
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
67
In [138], Jegou et al. investigated the phenomenon of co- missing and co-occurrence in the regular BoW vector repre- sentation. The co-missing phenomenon denotes a negative evidence, i.e., a visual word is jointly missing from two BoW vectors. To include the under-estimated evidence for similarity measurement refinement, vectors of images are centered by mean substraction [138]. On the other hand, the co-occurrence of visual words across BoW vectors will cause over-counting of some visual patterns. To limit this impact, a whitening operation is introduced to the BoW vector to gen- erate a new representation [138]. Such preprocessing also applies to the VLAD vector [116]. Considerable accuracy gain has been demonstrated with the above operations. # 6.2 Voting Based Scoring In local feature based image retrieval, the image similarity is intrinsically determined by the feature matches between images. Therefore, it is natural to derive the image similarity score by aggregating votes from the matched features. In this way, the similarity score is not necessarily normalized, which is acceptable considering the nature of visual ranking in image retrieval.
1706.06064#67
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
68
In [13], the relevance score is simply defined by counting how many pairs of local feature are matches across two images. In [35], Jegou et al formulated the scoring function as a cumulation of squared TF-IDF weights on shared visual words, which is essentially a BOF (bag of features) inner product [35]. In [17], the image similarity is defined as the sum of the TF-IDF score [20], which is further enhanced with a weighting term by matching bundled feature sets. The weighting term consists of membership term and geometric term. The former term is defined as the number of shared visual words between two bundled features, while the latter is formulated using relative ordering to penalize geometric inconsistency of the matching between two bundled fea- tures. In [185][186], Zheng et al propose a novel Lp-norm IDF to extend the classic IDF weighting scheme.
1706.06064#68
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
69
The context clues in the descriptor space and the spatial domain are important to contribute the similarity score when comparing images. In [123], a contextual weighting scheme is introduced to enhance the original IDF-based voting so as to improve the classic vocabulary tree approach. Two kinds of weighting scheme, i.e., descriptor contextual weighting (DCW) and spatial contextual weighting, are formulated to multiply the basic IDF weight as a new weighting scheme for image scoring. In [187], Shen et al. proposed a spatially-constrained similarity measure based on a certain transformation to formulate voting score. The transformation space is discretized and a voting map is gen- erated based on the relative locations of matched features to determine the optimal transformation. In [179], each indexed feature is embedded with a binary signature and the image distance is defined as a summation of the hamming distance between matched features, of which the distance for the unobserved match is set as sta- tistical expectation of the distance. Similar scoring scheme for the unobserved match is also adopted by Liu et al. [157]. In [63], to tolerate the correspondences of multiple visual objects with different transformations, local similarity of de- formations is derived from the peak value in the histogram of pairwise geometric consistency [188]. This similarity score is used as a weighting term to the general voting scores from local correspondences.
1706.06064#69
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
70
In image retrieval with visual word representation, sim- ilar to text-based information retrieval [189], there is a phenomenon of visual word burstiness, i.e., some visual element appears much more frequently in an image than the statistically expectation, which undermines the visual similarity measure. To address this problem, Jegou et al proposed three strategies to penalize the voting scores from the bursting visual words by removing multiple local matches and weaken the influence of intra- and inter-images bursts [190] [191]. # 7 SEARCH RERANKING re- The initially returned result fined by exploring the visual [193] or enhancing the original query. Geometric verifica- tion [11] [18] [12] [13] [126] [194], query expansion [14] [195], and retrieval fusion [24] are three of the most successful post-processing techniques to boost the accuracy of large scale image search. In the following, we will review the related literature in each category. # 7.1 Geometric Context Verification
1706.06064#70
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
71
# 7.1 Geometric Context Verification In image retrieval with local invariant features, the feature correspondences between query and database images are built based on the proximity of local features in the descrip- tor space. As a popular criteria, a tentative correspondence is built if the corresponding two local features are quantized to the same visual word of a pre-trained visual vocabulary. However, due to the ambiguity of local descriptor and the quantization loss, false correspondences of irrelevant visual 11 content are inevitably incurred, which confuse the similarity measurement for images and degrade the retrieval accuracy. Note that, besides the descriptor, local invariant features are characterised by other geometric context, such as the location of key points in image plane, orientation, scale, and spatial co-occurrences with other local features. Such geometric context is an important clue to depress or exclude those false matches. Generally, among the inliers in the correspondences set, there is an underlying transformation model. If the model is uncovered, we can easily distinguish the inliers from the outliers. To model the transformation of visual object or scene across images, an affine transformation model with six parameters can be used, which estimates the rotation, scaling, translation, and perspective change in a single homography [11]. For some difficult cases, there may exist multiple homographies which makes the model estimation problem much more challenging.
1706.06064#71
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
72
Some approaches estimate the transformation model in an explicit way to verify the correspon- dences. Those methods are either based the RANSAC-like idea [11][8][196] [63] or follow the Hough voting strat- egy [8][197]. The key idea of RANSAC [198] is to gen- erate hypotheses on random sets of correspondences and identify a geometric model with the maximum inliers. Sta- tistically speaking, the genuine model can be recovered with sufficient number of correspondence sampling and model evaluation. However, when the rate of inliers is small, the expected number of correspondence sampling is large, which incurs high computational complexity. In [11], by adopting the region shape of local feature, a hypothe- sis is generated with single correspondence, which make it feasible to enumerate all hypotheses and significantly reduces the computational cost compared with RANSAC. There are two issues on the RANSAC based algorithms. Firstly, it needs a parameter for hypothesis verification, which is usually defined in an ad-hoc way. Secondly, the computational complexity is quadratic with
1706.06064#72
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
73
for hypothesis verification, which is usually defined in an ad-hoc way. Secondly, the computational complexity is quadratic with respect to the number of correspondences, which is somewhat expensive. An alternative to the RANSAC-like methods, Hough voting strategy [8] [199] operates in a transformation space. In this case, the voting operation is linear to the correspon- dence number. In [12], the Hough voting is conducted in the space of scale and orientation. Based on the SIFT feature correspondences between images, it builds two histograms on the orientation difference and scale difference separately. Assuming that truly matched features will share similar orientation difference, it identifies the peak points in the histogram on orientation difference of matched features and regard those feature pairs with orientation difference far from the peak as irrelevant and false matches. Simi- lar operation is also performed on the scale difference of matched features to further remove those geometrically inconsistent SIFT matches. In [20], Zhang et al. built a 2D Hough voting space based on the relative displacements of corresponding local features to derive the geometric- preserving visual phrase
1706.06064#73
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
74
Zhang et al. built a 2D Hough voting space based on the relative displacements of corresponding local features to derive the geometric- preserving visual phrase (GVP).This algorithm can be ex- tended to address the transformation invariance to scale and rotation with the price of high memory overhead to maintain the Hough histograms. The potential problem in Hough voting is the flexibility issue in the definition of the
1706.06064#74
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
75
bin size for the transformation space partition. To address the problem, in [197], motivated by the pyramid matching scheme [200], Tolias et al. propose a Hough pyramid match- ing scheme. It approximates affinity by bin size and group the correspondences based on the affinity in a bottom-up way. Notably, the complexity of this algorithm is linear to the correspondence number. In [199], the Hough pyramid matching scheme is extended by including the soft assign- ment for feature quantization on the query image. Different from the above methods, Li et al. proposed a novel pair- wise geometric matching method [194] for implicit spatial verification at a significantly reduced computational cost. To reduce the correspondence redundancy, it first builds the initial correspondence set with a one-versus-one matching strategy, which is further refined based on Hough voting in the scaling and rotation transformation space [12]. Based on the reliable correspondence set, a new pairwise weighting method is proposed to measure the matching score between two images.
1706.06064#75
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
76
Some other algorithms approach the geometric context verification problem without explicit handling the transfor- mation model. Sivic et al. adopted the consistency of spatial context in local feature groups to verify correspondences [9]. In [18], a spatial coding scheme is proposed to encode into two binary maps by comparing the relative coordi- nates of matched feature points in horizontal and vertical directions, respectively. Then it recursively removes geo- metrically inconsistent matches by analyzing those maps. Although spatial coding map is invariant to image changes in translation and scaling, it cannot handle the rotation change. In [13] [201], Zhou et al. extended the spatial cod- ing by including the characteristic orientation and scale of SIFT feature and proposed two geometric context coding methods, i.e., geometric square coding and geometric fan coding. The geometric coding algorithm can well handle image changes in translation, rotation, and scaling. In [202], Chu et al. proposed a Combined-Orientation-Position (COP) consistency graph model to measure the relative spatial consistency among the candidate matches of SIFT features with a coarse-to-fine family of evenly sectored polar coor- dinate system. Those spatially inconsistent noisy features are effectively identified and rejected by detecting the group of candidate feature matches with the largest average COP consistency. # 7.2 Query Expansion
1706.06064#76
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
77
# 7.2 Query Expansion Query expansion, leveraged from text retrieval, reissues the initially highly-ranked results to generate new queries. Some relevant features, which are not present in the original query, can be used to enrich the original query to further im- prove the recall performance. Several expansion strategies, such as average query expansion, transitive closure expan- sion, recursive average query expansion, intra-expansion, and inter-expansion, etc., have been discussed in [14] [195]. In [23], a discriminative query expansion algorithm is proposed. It takes spatially verified images as positive data and images with low tf-idf scores as the negative training data. Then, a classifier is learnt on-the-fly and images are sorted by their signed distances from the decision boundary. In [203], Xie et al. constructed a sparse graph by connecting 12
1706.06064#77
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
78
12 potentially relevant images offline and adopted a query- dependent algorithm, i.e., HITS [204], to reranking images based on affinity propagation. Further, Xie et al. formu- lated the search process with a heterogeneous graph model and proposed two graph-based re-ranking algorithms to improve the search precision and recall, respectively [205]. It first incrementally identifies the most reliable images from the database to expand the query so as to boost the recall. After that, an image-feature voting scheme is used to iteratively update the scores of images and features to re- rank images. In [206], a contextual query expansion scheme is proposed to explore the common visual patterns. The contextual query expansion is performed in both the visual word level and the image level.
1706.06064#78
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
79
relevance feedback [1] has been demonstrated to be success- ful search re-ranking technique and well studied be- fore attention in recent years [207] [208] [209] [210] [211] [212]. In relevance feed- back, the key idea is to learn a query-specific similarity metric based on the relevant and irrelevant examples in- dicated by users. Some discriminative models are learned with SVM [207][208] or boosting schemes [213]. Considering that users are usually reluctant or impatient to specify positive or negative images, user click log information can be collected as feedback to implicitly improve the retrieval system [31] [214]. For more discussion on relevance feed- back, we refer readers to [215] [216] for a comprehensive survey. # 7.3 Retrieval Fusion
1706.06064#79
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
80
# 7.3 Retrieval Fusion An image can be represented by different features, based on which different methods can be designed for retrieval. If the retrieval results of different methods are comple- mentary to each other, they can be fused to obtain better results. Most approaches conduct retrieval fusion in the rank level. Fagin et al. proposed a rank aggregation algorithm to combine the image ranking lists of multiple independent retrieval methods or “voters” [217]. In [24], the retrieval fusion is formulated as a graph-based ranking problem. A weighted undirected graph is built based on the retrieval results of one method and the graphs corresponding to multiple retrieval methods are fused to a single graph, based on which, link analysis [218] or maximizing weighted density is conducted to identify the relevance score and rank the retrieval results. In [219], Ye et al. proposed a novel rank minimization method to fuse the confidence scores of multiple different models. It first constructs a comparative relationship matrix based on the predicted confident scores for each model. With the assumption that the relative score relations are consistent across different models with some sparse deviations, it formulates the score fusion problem as seeking a shred rank-2 matrix and derives a robust a score vector.
1706.06064#80
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
81
Different from the above fusion methods, Zheng et al. approached the retrieval fusion in the score level [103]. Motivated by the shape differences in the ranked score curve between good and bad representation features, it normalizes the score curves by reference curves trained on irrelevant data and derives an effectiveness score based on the area under the normalized score curve. Then, the query similarity measurement is adaptively formulated in a product manner over the feature scores weighted by the effectiveness score. # 8 DATASET AND PERFORMANCE EVALUATION To quantitatively demonstrate the effectiveness and effi- ciency of various image retrieval algorithms, it is indispens- able to collect some benchmark datasets and define the eval- uation metrics. In this section, we discuss the recent ground truth datasets and distractor datasets used in experimental study for image retrieval. Besides, we introduce the key evaluation indicators in CBIR, including accuracy, efficiency, and memory cost. # 8.1 Recent Dataset for CBIR
1706.06064#81
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
82
# 8.1 Recent Dataset for CBIR Intuitively, the ground-truth dataset should be sufficient large so as to well demonstrate the scalability of image retrieval algorithms. However, considering the tedious la- bor in dataset collection, the existing ground-truth dataset are relatively small, but mixed with random million-scale distractor database for evaluation on scalability. The exist- ing ground-truth datasets target on particular object/scene retrieval or partial-duplicate Web image retrieval. Generally, the ground-truth images contain a specific object or scene and may undergo various changes and be taken under different views or changes in illumination, scale, rotation, partial occlusion, compression rate, etc. Typical ground truth dataset for this task includes the UKBench dataset [10], the Oxford Building dataset [11], and the Holidays dataset [12], etc. MIR Flickr-1M and Flickr-1M are two different million- scale databases which are usually used as distractor to evaluate the scalability of image retrieval algorithms. For convenience of comparison and reference, we list the gen- eral information of those recent datasets popularly used in CBIR in Table 1. Some sample images from those datasets are shown in Fig. 3.
1706.06064#82
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
83
UKBench dataset It contains 10,200 images from 2,550 categories9. In each category, there are four images taken on the same scene or object from different views or illumination conditions. All the 10,200 images are taken as query and their retrieval performances are averaged. Holidays dataset There are 1,491 images from 500 groups in the Holidays dataset10. Images in each group are taken on a scene or an object with various viewpoints. The first image in each group is selected as query for evaluation. Oxford Building dataset (Oxford-5K) The Oxford Build- ings Dataset11 consists of 5062 images collected from Flickr12 by searching for particular Oxford landmarks. The collection has been manually annotated to generate a comprehensive ground truth for 11 different landmarks, each represented by 5 possible queries. This gives a set of 55 queries over which an object retrieval system can be evaluated. Some junk images are mixed in it as distractor. 9. http://www.vis.uky.edu/∼stewe/ukbench/ 10. http://lear.inrialpes.fr/people/jegou/data.php 11. http://www.robots.ox.ac.uk/∼vgg/data/oxbuildings/ 12. http://www.flickr.com/ 13
1706.06064#83
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
84
13 TABLE 1 General information of the popular retrieval datasets in CBIR. The “mixed” database type denotes that the corresponding dataset is a ground truth dataset mixed with distractor images. Resolution 640 × 480 1024 × 768 1024 × 768 1024 × 768 460 × 350 (average) 1024 × 768 1000 × 720 (average) 320 × 240 640 × 480 500 × 500 N/A Category Number 2,550 500 11 12 33 32 200 200 1,200 N/A N/A Database Name Database Type Database Size Query Number UKBench Holidays Oxford-5K Paris DupImage FlickrLogos-32 INSTRE ZuBuD SMVS MIR Flickr-1M Flickr1M 10,200 1,491 6,053 6,412 1,104 8,240 28,543 1,005 1,200 1,000,000 1,000,000 10,200 500 55 500 108 500 N/A 115 3,300 N/A N/A Ground Truth Ground Truth Mixed Mixed Ground Truth Mixed Ground Truth Ground Truth Ground Truth Distractor Distractor Paris dataset In the Paris dataset13, there are 6,412 im- ages, which are collected from Flickr by searching for 12 text queries of particular Paris landmarks. For this dataset, 500 query images are used for evaluation.
1706.06064#84
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
85
DupImage dataset This dataset contains 1,104 images from 33 groups14. Each group corresponds to a logo, a painting, or an artwork, such as KFC, American Gothic Painting, Mona Lisa, etc. 108 representative query images are selected from those groups for evaluation. MIR Flickr-1M This is a distractor dataset19, with one million images randomly downloaded from Flickr and re- sized to be no larger than 500 by 500. Flickr1M is another distractor database containing SIFT features20 of one million images arbitrarily retrieved from Flickr. The original images in this database are not available. # 8.2 Performance Evaluation for CBIR FlickrLogos-32 dataset This dataset15 contains logo im- ages of 32 different brands which are downloaded from Flickr. All logo images in this dataset have an approximately planar structure. The dataset is partitioned into three subsets for evaluation, i.e., training set, validation set, and query set [220]. Of those 8,240 images in the dataset, 6,000 images contain no logos and works as distractors. INSTRE As an instance-level benchmark dataset, the INSTRE dataset 16 contains two subsets, i.e., INSTRE-S and INSTRE-M [221]. In the former subset, there are 23,070 images, each with a single label of 200 classes. The latter subset contains 5,473 images and each image contains two instances from 100 object categories.
1706.06064#85
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
86
ZuBuD dataset The basic dataset contains 1,005 images of 201 buildings in Zurich, with 5 views for each building17. Besides, there are additional 115 query images which are not included in the basic dataset. The resolution of those images are uniformly 320 × 240. Stanford Mobile Visual Search (SMVS) Dataset This dataset18 is targeted for mobile visual search and contains images taken by camera phone on products, CDs, books, outdoor landmarks, business cards, text documents, mu- seum paintings and video clips. It is characterized by rigid objects, widely varying lighting conditions, perspective dis- tortion, foreground and background clutter, and realistic ground-truth reference data [222]. In the dataset, there are 1,200 distinct categories. For each category, one reference image with resolution quality is collected for evaluation. There are 3,300 query images in total which are collected from heterogeneous low and high-end camera phones.
1706.06064#86
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
87
13. http://www.robots.ox.ac.uk/∼vgg/data/parisbuildings/ 14. http://pan.baidu.com/s/1jGETFUm 15. http://www.multimedia-computing.de/flickrlogos/ 16. http://vipl.ict.ac.cn/isia/instre/ 17. http://www.vision.ee.ethz.ch/showroom/zubud/index.en.html 18. http://purl.stanford.edu/rb470rw0983 In the design of a multimedia content-based retrieval sys- tem, there are three key indicators which should be carefully considered: accuracy, efficiency, and memory cost. Usually, a retrieval method contributes to improving at least one of those indicators with little sacrifice in the other indicators.
1706.06064#87
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
88
Accuracy To measure the retrieval quality quantitatively, the database images are categorized into difference rele- vance levels and the accuracy score is summarized based on the rank order of the database images. For different relevance levels, there are different accuracy metrics. Where there are only two relevance level, i.e., relevant and irrel- evant, average precision (AP) is widely used to evaluate the retrieval quality of a single query’s retrieval results. AP takes consideration of both precision and recall. Precision denotes the fraction of retrieved (top k) images that are relevant while recall means fraction of relevant image that are retrieved (in the top k returned results). Generally, for a retrieval system, precision decreases as either the number of images retrieved increases or recall grows. AP averages the precision values from the rank positions where a relevant image was retrieved, as defined in Eq. 7. To summarize the retrieval quality over multiple query images, the mean average precision (mAP) is usually adopted, which average the average precision over all queries. AP = n k=1 P (k) · rel(k) R (7)
1706.06064#88
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
89
# P where R denotes the number of relevant results for the current query image, P (k) denotes the precision of top k retrieval results, rel(k) is a binary indicator function equalling 1 when the k-th retrieved result is relevant to the current query image and 0 otherwise, and n denotes the total number of retrieved results. 19. http://medialab.liacs.nl/mirflickr/mirflickr1m/ 20. http://bigimbaz.inrialpes.fr/herve/siftgeo1M/ 14 Fig. 3. Samples images of the existing datasets. First row: UKBench dataset; second row: Holidays dataset; third row: Oxford Building dataset; fourth row: DupImage dataset; fifth row: INSTRE dataset; sixth row: ZuBuD dataset; seventh row: SMVS dataset. When there are multiple relevance levels, we can resort to normalized discounted cumulative gain (NDCG) metric defined in Eq. 8 to summarize the ranking results. N DCG = 1 N (r1 + n f (rk) log2(k) ), (8)
1706.06064#89
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
90
# k=2 X where n denotes the number of retrieved images, rk denotes the relevance level, f (·) is function to tune the contribution of difference relevance levels, and N denotes the normalized term to ensure that the NDCG score for the ideal retrieved results is 100%. Popular definitions of f (·) include f (x) = x and f (x) = 2x −1, with the latter to emphasize on retrieving highly relevant images. Besides the above measures, some simple measures may be adopted for special dataset. In the public UKBench dataset, considering that there are four relevant images for all queries, the N-S score, i.e., the average 4 times top-4 precision over the dataset, are used to measure the retrieval accuracy [10]. Computational Efficiency The efficiency of a retrieval system involves the time cost in visual vocabulary (code- book) construction, visual feature indexing, and image querying. The first two items are performed off-line, while 15 the last one is conducted on-line. Both the off-line and on- line processing is expected to be as fast as possible. Specially, the on-line querying is usually expected to be responded in real time.
1706.06064#90
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
91
In a multimedia content-based visual retrieval system, the memory cost usually refers to the memory usage in the on-line query stage. Generally, the memory is mainly spent on the quantizer and the index file of database, which need to be loaded into the main memory for on-line retrieval. Popular quantizer includes tree-based structure, such as hierarchical vocabulary tree, randomized forests, etc, which usually cost a few hundred mega-bytes memory for codebook containing million-scale visual words. In some binary code based quantization meth- ods [36] [72], the quantizer is simple hash function with negligible memory overhead. For the index file, the memory cost is proportional to the indexed database size. When the database images are represented by local features and each local feature is indexed locally, the index file is proportional to the amount of indexed features and the memory cost per indexed feature. 9 FUTURE DIRECTIONS Despite the extensive research efforts in the past decade, there is still sufficient space to further boost content based visual search. In the following, we will discuss several directions for future research, on which new advance shall be made in the next decade. # 9.1 Ground-Truth Dataset Collection
1706.06064#91
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
92
# 9.1 Ground-Truth Dataset Collection In the multimedia and computer vision field, ground-truth datasets are motivated by the specific tasks. At the begin- ning of those dataset construction, they inspire researchers to update the performance records with their best efforts, leading to many classic ideas and algorithms to address the research problem. However, with the advance to address those datasets, the break-through of some algorithms may suffer from the over-fitting to the dataset. Meanwhile, with deeper understanding and clearer definition of the research problem, the limitation of existing datasets is revealed and new datasets are expected. For content-based image re- trieval, we also expect better ground-truth dataset to be collected and released. Generally, the new ground-truth datasets shall be specific to eliminate the ambiguity of rele- vance of image content, such as logo datasets. Meanwhile, the scale of the dataset shall be sufficiently large so as to distinguish the problem of CBIR from image classification. # 9.2 Intention Oriented Query Formation and Selection
1706.06064#92
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
93
# 9.2 Intention Oriented Query Formation and Selection Intention gap is the first and of the greatest challenge in content-based image retrieval. A simple query in the form of example, color map or sketch map is still insufficient in most time to reflect the user intention, consequently generating unsatisfactory retrieval results. Besides the traditional query formations, assistance from user to specify the concrete ex- pectation will greatly alleviate the difficulty of the following image retrieval process. Considering that the end-users may be reluctant to involve much in the query formation, it is still possible to design convenient query formation interface to reduce the user involvement as much as possible. For instance, it is easy for a user to specify the region of interest in an example image for retrieval, or indicate the expected results are partial-duplicates or just similar in spatial color and texture. It is also possible to predict the potential inten- tions based on the initial query and make confirmation with end-user. In all, rather than passively induce the intension behind the query, it is beneficial to actively involve end-user in the retrieval process.
1706.06064#93
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
94
In image retrieval, the search performance is signifi- cantly impacted by the quality of the query. How to select a suitable query towards the optimal retrieval is a nontrivial issue. The query quality is related with many factors, includ- ing resolution, noise pollution, affine distortion, background clutter, etc. In the scenario of mobile search, the query can be selected by guiding the end user to retake better photos. In the server end, automatic retrieval quality assessment methods [223] [224] can be designed to select potential candidate from the initial retrieval results of high precision. # 9.3 Deep Learning in CBIR Despite the advance in content-based visual retrieval, there is still significant gap towards semantic-aware retrieval from visual content. This is essentially due to the fact that current image representation schemes are hand-crafted and insuf- ficient to capture the semantics. Due to the tremendous diversity and quantity in multimedia visual data, most existing methods are un-supervised. To proceed towards semantic-aware retrieval, scalable scalable supervised or semi-supervised learning are promising to learn semantic- aware representation so as to boost the content-based re- trieval quality. The success of deep learning in large-scale visual recognition [99] [96] [95] [225] has already demon- strated such potential.
1706.06064#94
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
95
To adapt those existing deep learning techniques to CBIR, there are several non-trivial issues that deserve re- search efforts. Firstly, the learned image representation with deep learning shall be flexible and robust to various com- mon changes and transformations, such as rotation and scal- ing. Since the existing deep learning relies on the convolu- tional operation with anisotropic filters to convolve images, the resulted feature maps are sensitive to large translation, rotation, and scaling changes. It is still an open problem as whether that can solved by simply including more training samples with diverse transformations. Secondly, since com- putational efficiency and memory overhead are emphasized in particular in CBIR, it would be beneficial to consider those constraints in the structure design of deep learn- ing networks. For instance, both compact binary semantic hashing codes [59] [65] and very sparse semantic vector representations are desired to represent images, since the latter are efficient in both distance computing and memory storing while the latter is well adapted to the inverted index structure. # 9.4 Unsupervised Database Mining In traditional content-based image retrieval algorithms and systems, the database images are processed independently without considering their potential relevance context in- formation. This is primarily due to the fact that, there is 16
1706.06064#95
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
96
In traditional content-based image retrieval algorithms and systems, the database images are processed independently without considering their potential relevance context in- formation. This is primarily due to the fact that, there is 16 usually no label information for the database images and the potential category number is unlimited. Those constraints limit the application of sophisticated supervised learning algorithms in CBIR. However, as long as the database is large, it is likely that there exist some subsets of images and images in each sub-set are relevant to each other images. Therefore, it is feasible to explore the database images with some unsupervised techniques to uncover those sub-sets in the off-line processing stage. If we regard each database image as a node and the relevance level between images as edge to link images, the whole image database can be repre- sented as a large graph. Then, the sub-sets mining problem can be formulated as a sub-graph discovery problem. On the other hand, in practice, new images may be incrementally included into the graph, which casts challenge to dynami- cally uncover those sub-graphs on the fly. The mining results in the off-line stage will be beneficial for the on-line query to yield better retrieval results. # 9.5 Cross-modal Retrieval
1706.06064#96
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
97
# 9.5 Cross-modal Retrieval In the above discussion of this survey, we focus on the visual content for image retrieval. However, besides the visual features, there are other very useful clues, such as the textual information around images in Web pages, the click log of users when using the search engines, the speech information in videos, etc. Those multi-modal clues are complementary to each to collaboratively identify the visual content of images and videos. Therefore, it would be beneficial to explore cross-modal retrieval and fuse those multi-modal features with different models. With multi- modal representation, there are still many open search topics in terms of collaborative quantization, indexing, search re- ranking, etc. # 9.6 End-to-End Retrieval Framework
1706.06064#97
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
98
As discussed in the above sections, the retrieval framework is involved with multiple modules, including feature ex- traction, codebook learning, feature quantization, feature quantization, image indexing, etc. Those modules are in- dividually designed and independently optimized for the retrieval task. On the other hand, if we investigate the structure of the convolutional neural network (CNN) in deep learning, we can find a very close analogy between the BoW model and the CNN model. The convolutional filters used in the CNN model works in a similar way as the code- words of the codebook in the BoW model. The convolution results between the image patch and the convolution filter are essentially the soft quantization results, with the max- pooling operation similar to the local aggregation in the BoW model. As long as the learned feature vector is sparse, we can also adopt the inverted index structure to efficiently index the image database. Different from the BoW model, the above modules in the CNN model are collaboratively optimized for the task of image classification. Based on the above analogy, similarly, we may also resort to an end-to- end paradigm to design a framework that takes images as input and outputs the index-oriented features directly, with the traditional key retrieval-related modules implicitly and collaboratively optimized. 17
1706.06064#98
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
99
17 # 9.7 Social Media Mining with CBIR Different from the traditional unstructured Web media, the emerging social media in recent years have been charac- terized by community based personalized content creation, sharing, and interaction. There are many successful promi- nent platforms of social media, such as Facebook, Twitter, Wikipedia, LinkedIn, Pinterest, etc. The social media is enriched with tremendous information which dynamically reflects the social and cultural background and trend of the community. Besides, it also reveals the personal affection and behavior characteristics. As an important media of the user-created content, the visual data can be used as an entry point with the content-based image retrieval technique to uncover and understand the underlying community struc- ture. It would be beneficial to understand the behavior of individual users and conduct recommendation of products and services to users. Moreover, it is feasible to analyze the sentiment of crowd for supervision and forewarning. # 9.8 Open Grand Challenge
1706.06064#99
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
100
# 9.8 Open Grand Challenge Due to the difference in deployment structure and availabil- ity of data, the research on content based image retrieval in the academia suffers a gap from the real application in industry. To bridge this gap, it is beneficial to initiate some open grand challenges from the industry and involve the researchers in the academia to investigate the key difficulties in real scenarios. In the past five years, there are some limited open grand challenge, such as the Microsoft Image Grand Challenge on Image Retrieval21 and Alibaba Large- Scale Image Search Challenge22. In the future, we would expect many more such grand challenges. The open grand challenge will only only advance the research progress in the academia, but also benefit the industry with more and better practical and feasible solutions to the real-world challenges. # 10 CONCLUSIONS In this paper, we have investigated the advance on content- based image retrieval in recent years. We focus on the five key modules of the general framework, i.e., query formation, image representation, image indexing, retrieval scoring, and search re-ranking. For each component, we have discussed the key problems and categorized a variety of representative strategies and methods. Further, we have summarized eight potential directions that may boost the advance of content based image retrieval in the near future. # REFERENCES [1] [2]
1706.06064#100
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
101
# REFERENCES [1] [2] Y. Rui, T. S. Huang, M. Ortega, and S. Mehrotra, “Relevance feed- back: a power tool for interactive content-based image retrieval,” IEEE Transactions on Circuits and Systems for Video Technology, vol. 8, no. 5, pp. 644–655, 1998. A. Alzubi, A. Amira, and N. Ramzan, “Semantic content-based image retrieval: A comprehensive study,” Journal of Visual Com- munication and Image Representation, vol. 32, pp. 20–54, 2015. 21. http://acmmm13.org/submissions/call-for-multimedia-grand- challenge-solutions/msr-bing-grand-challenge-on-image-retrieval- scientific-track 22. http://tianchi.aliyun.com/competition/introduction.htm?spm=5176.100069 .5678.1.SmufkG&raceId=231510& lang=en US
1706.06064#101
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
102
X. Li, T. Uricchio, L. Ballan, M. Bertini, C. G. Snoek, and A. D. Bimbo, “Socializing the semantic gap: A comparative survey on image tag assignment, refinement, and retrieval,” ACM Comput- ing Surveys (CSUR), vol. 49, no. 1, p. 14, 2016. Z. Lin, G. Ding, M. Hu, and J. Wang, “Semantics-preserving hashing for cross-view retrieval,” in IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2015, pp. 3864–3872. A. W. Smeulders, M. Worring, S. Santini, A. Gupta, and R. Jain, “Content-based image retrieval at the end of the early years,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 22, no. 12, pp. 1349–1380, 2000.
1706.06064#102
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
103
[6] M. S. Lew, N. Sebe, C. Djeraba, and R. Jain, “Content-based mul- timedia information retrieval: State of the art and challenges,” ACM Transactions on Multimedia Computing, Communications, and Applications (TOMM), vol. 2, no. 1, pp. 1–19, 2006. Y. Liu, D. Zhang, G. Lu, and W.-Y. Ma, “A survey of content- based image retrieval with high-level semantics,” Pattern Recog- nition, vol. 40, no. 1, pp. 262–282, 2007. D. G. Lowe, “Distinctive image features from scale invariant keypoints,” International Journal of Computer Vision, vol. 60, no. 2, pp. 91–110, 2004. J. Sivic and A. Zisserman, “Video Google: A text retrieval ap- proach to object matching in videos,” in IEEE Conference on Computer Vision and Pattern Recognition, 2003, pp. 1470–1477. [10] D. Nister and H. Stewenius, “Scalable recognition with a vocab- ulary tree,” in IEEE Conference on Computer Vision and Pattern
1706.06064#103
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
105
[8] [12] H. Jegou, M. Douze, and C. Schmid, “Hamming embedding and weak geometric consistency for large scale image search,” in European Conference on Computer Vision, 2008, pp. 304–317. [13] W. Zhou, H. Li, Y. Lu, and Q. Tian, “Large scale image search with geometric coding,” in ACM International Conference on Multimedia, 2011, pp. 1349–1352. [14] O. Chum, J. Philbin, J. Sivic, M. Isard, and A. Zisserman, “Total recall: Automatic query expansion with a generative feature model for object retrieval,” in International Conference on Computer Vision, 2007, pp. 1–8. J. Philbin, O. Chum, M. Isard, J. Sivic, and A. Zisserman, “Lost in quantization: Improving particular object retrieval in large scale image databases,” in IEEE Conference on Computer Vision and Pattern Recognition, 2008, pp. 1–8. [16] O. Chum, J. Philbin, and A. Zisserman, “Near duplicate image detection: min-hash and tf-idf weighting,” in British Machine Vision Conference, vol. 3, 2008, p. 4.
1706.06064#105
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
106
[17] Z. Wu, Q. Ke, M. Isard, and J. Sun, “Bundling features for large scale partial-duplicate web image search,” in IEEE Conference on Computer Vision and Pattern Recognition, 2009, pp. 25–32. [18] W. Zhou, Y. Lu, H. Li, Y. Song, and Q. Tian, “Spatial coding for large scale partial-duplicate web image search,” in ACM International Conference on Multimedia, 2010, pp. 511–520. [19] O. Chum, A. Mikulik, M. Perdoch, and J. Matas, “Total recall II: Query expansion revisited,” in IEEE Conference on Computer Vision and Pattern Recognition, 2011, pp. 889–896. [20] Y. Zhang, Z. Jia, and T. Chen, “Image retrieval with geometry- preserving visual phrases,” in IEEE Conference on Computer Vision and Pattern Recognition, 2011, pp. 809–816.
1706.06064#106
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
107
[21] X. Zhang, L. Zhang, and H.-Y. Shum, “Qsrank: Query-sensitive hash code ranking for efficient ǫ-neighbor search,” in IEEE Con- ference on Computer Vision and Pattern Recognition, 2012, pp. 2058– 2065. J. He, J. Feng, X. Liu, T. Cheng, T.-H. Lin, H. Chung, and S.- F. Chang, “Mobile product search with bag of hash bits and boundary reranking,” in IEEE Conference on Computer Vision and Pattern Recognition, 2012, pp. 3005–3012. [23] R. Arandjelovic and A. Zisserman, “Three things everyone should know to improve object retrieval,” in IEEE Conference on Computer Vision and Pattern Recognition, 2012, pp. 2911–2918. S. Zhang, M. Yang, T. Cour, K. Yu, and D. N. Metaxas, “Query specific fusion for image retrieval,” in European Conference on Computer Vision (ECCV), 2012. [24] [25] Q. Tian, S. Zhang, W. Zhou, R. Ji, B. Ni, and N. Sebe, “Building descriptive and discriminative visual codebook for large-scale
1706.06064#107
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
108
image applications,” Multimedia Tools and Applications, vol. 51, no. 2, pp. 441–477, 2011. [26] W. Zhou, H. Li, Y. Lu, and Q. Tian, “Large scale partial-duplicate image retrieval with bi-space quantization and geometric consis- tency,” in IEEE International Conference Acoustics Speech and Signal Processing, 2010, pp. 2394–2397. S. Zhang, Q. Tian, G. Hua, Q. Huang, and S. Li, “Descriptive visual words and visual phrases for image applications,” in ACM International Conference on Multimedia, 2009, pp. 75–84. S. Zhang, Q. Huang, G. Hua, S. Jiang, W. Gao, and Q. Tian, “Building contextual visual vocabulary for large-scale image ap- plications,” in ACM International Conference on Multimedia, 2010, pp. 501–510. [27] [28] [29] W. Zhou, Q. Tian, Y. Lu, L. Yang, and H. Li, “Latent visual context learning for web image applications,” Pattern Recognition, vol. 44, no. 10, pp. 2263–2273, 2011.
1706.06064#108
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
109
[30] G. Tolias, Y. Avrithis, and H. Jgou, “To aggregate or not to aggre- gate: selective match kernels for image search,” in International Conference on Computer Vision (ICCV), 2013. [31] L. Zhang and Y. Rui, “Image searchłfrom thousands to billions in 20 years,” ACM Transactions on Multimedia Computing, Communi- cations, and Applications (TOMM), vol. 9, no. 1s, p. 36, 2013. [32] X. Tang, K. Liu, J. Cui, F. Wen, and X. Wang, “Intentsearch: Cap- turing user intention for one-click internet image search,” IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI), vol. 34, no. 7, pp. 1342–1353, 2012. [33] B. Moghaddam, Q. Tian, N. Lesh, C. Shen, and T. S. Huang, “Visualization and user-modeling for browsing personal photo libraries,” International Journal of Computer Vision (IJCV), vol. 56, no. 1-2, pp. 109–130, 2004.
1706.06064#109
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
110
[34] R. Datta, D. Joshi, J. Li, and J. Z. Wang, “Image retrieval: Ideas, influences, and trends of the new age,” ACM Computing Surveys (CSUR), vol. 40, no. 2, p. 5, 2008. [35] H. J´egou, M. Douze, and C. Schmid, “Improving bag-of-features for large scale image search,” International Journal of Computer Vision, vol. 87, no. 3, pp. 316–336, 2010. [36] W. Zhou, Y. Lu, H. Li, and Q. Tian, “Scalar quantization for large scale image search,” in ACM International Conference on Multimedia, 2012, pp. 169–178. [37] Y. Cao, H. Wang, C. Wang, Z. Li, L. Zhang, and L. Zhang, “Mindfinder: interactive sketch-based image search on millions of images,” in ACM International Conference on Multimedia (MM), 2010, pp. 1605–1608.
1706.06064#110
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
111
[38] C. Xiao, C. Wang, L. Zhang, and L. Zhang, “Sketch-based image retrieval via shape words,” in ACM International Conference on Multimedia Retrieval (ICMR). ACM, 2015, pp. 571–574. [39] P. Sousa and M. J. Fonseca, “Sketch-based retrieval of drawings using spatial proximity,” Journal of Visual Languages & Computing, vol. 21, no. 2, pp. 69–80, 2010. [40] M. J. Fonseca, A. Ferreira, and J. A. Jorge, “Sketch-based retrieval of complex drawings using hierarchical topology and geometry,” Computer-Aided Design, vol. 41, no. 12, pp. 1067–1081, 2009. S. Liang and Z. Sun, “Sketch retrieval and relevance feedback with biased svm classification,” Pattern Recognition Letters, vol. 29, no. 12, pp. 1733–1741, 2008. [41]
1706.06064#111
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
112
[41] [42] Y. Cao, C. Wang, L. Zhang, and L. Zhang, “Edgel index for large- scale sketch-based image search,” in IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2011, pp. 761–768. J. Wang and X.-S. Hua, “Interactive image search by color map,” ACM Transactions on Intelligent Systems and Technology (TIST), vol. 3, no. 1, p. 12, 2011. [44] H. Xu, J. Wang, X.-S. Hua, and S. Li, “Image search by concept map,” in International ACM SIGIR Conference on Research and Development in Information Retrieval. ACM, 2010, pp. 275–282. [45] ——, “Interactive image search by 2d semantic map,” in Interna- tional Conference on World Wide Web (WWW). ACM, 2010, pp. 1321–1324. [46] T. Lan, W. Yang, Y. Wang, and G. Mori, “Image retrieval with structured object queries using latent ranking svm,” in European Conference on Computer Vision (ECCV). Springer, 2012, pp. 129– 142.
1706.06064#112
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
113
[47] G. Kim, S. Moon, and L. Sigal, “Ranking and retrieval of image sequences from multiple paragraph queries,” in IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2015, pp. 1993– 2001. 18 [48] C. Wengert, M. Douze, and H. J´egou, “Bag-of-colors for improved image search,” in ACM International Conference on Multimedia. ACM, 2011, pp. 1437–1440. J. Xie, Y. Fang, F. Zhu, and E. Wong, “Deepshape: Deep learned shape descriptor for 3d shape matching and retrieval,” in IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2015, pp. 1275–1283. [49]
1706.06064#113
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
114
[49] [50] F. Wang, L. Kang, and Y. Li, “Sketch-based 3d shape retrieval using convolutional neural networks,” in IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2015, pp. 1875– 1883. S. Bai, X. Bai, Z. Zhou, Z. Zhang, and L. Jan Latecki, “Gift: A real- time and scalable 3d shape search engine,” in IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2016, pp. 5023– 5032. [52] M. Park, J. S. Jin, and L. S. Wilson, “Fast content-based image retrieval using quasi-gabor filter and reduction of image feature dimension,” in IEEE Southwest Symposium on Image Analysis and Interpretation. [53] X.-Y. Wang, B.-B. Zhang, and H.-Y. Yang, “Content-based image retrieval by integrating color and texture features,” Multimedia Tools and Applications (MTA), vol. 68, no. 3, pp. 545–569, 2014.
1706.06064#114
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
115
[54] B. Wang, Z. Li, M. Li, and W.-Y. Ma, “Large-scale duplicate detection for web image search,” in IEEE International Conference on Multimedia and Expo (ICME). [55] C. Siagian and L. Itti, “Rapid biologically-inspired scene clas- sification using features shared with visual attention,” IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI), vol. 29, no. 2, pp. 300–312, 2007. [56] B. Kulis and K. Grauman, “Kernelized locality-sensitive hashing for scalable image search,” in International Conference on Computer Vision, 2009, pp. 2130–2137. [57] Y. Weiss, A. Torralba, and R. Fergus, “Spectral hashing,” in Advances in Neural Information Processing Systems (NIPS), 2009, pp. 1753–1760. [58] H. J´egou, M. Douze, and C. Schmid, “Product quantization for nearest neighbor search,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 33, no. 1, pp. 117–128, 2011.
1706.06064#115
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
116
[59] A. Torralba, R. Fergus, and Y. Weiss, “Small codes and large image databases for recognition,” in IEEE Conference on Computer Vision and Pattern Recognition (CVPR). [60] D. G. Lowe, “Object recognition from local scale-invariant fea- tures,” in IEEE International Conference on Computer Vision, vol. 2, 1999, pp. 1150–1157. J. Matas, O. Chum, M. Urban, and T. Pajdla, “Robust wide- baseline stereo from maximally stable extremal regions,” Image and Vision Computing, vol. 22, no. 10, pp. 761–767, 2004. [62] K. Mikolajczyk and C. Schmid, “Scale & affine invariant interest point detectors,” International Journal of Computer Vision, vol. 60, no. 1, pp. 63–86, 2004.
1706.06064#116
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
117
[63] H. Xie, K. Gao, Y. Zhang, S. Tang, J. Li, and Y. Liu, “Efficient feature detection and effective post-verification for large scale near-duplicate image search,” IEEE Transactions on Multimedia (TMM), vol. 13, no. 6, pp. 1319–1332, 2011. [64] E. Rosten, R. Porter, and T. Drummond, “Faster and better: A machine learning approach to corner detection,” IEEE Transac- tions on Pattern Analysis and Machine Intelligence, vol. 32, no. 1, pp. 105–119, 2010. [65] A. Krizhevsky and G. E. Hinton, “Using very deep autoencoders for content-based image retrieval,” in ESANN. Citeseer, 2011. [66] Z. Wu, Q. Ke, J. Sun, and H.-Y. Shum, “A multi-sample, multi- tree approach to bag-of-words image representation for image retrieval,” in IEEE International Conference on Computer Vision. IEEE, 2009, pp. 1992–1999.
1706.06064#117
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
118
[67] H. Bay, T. Tuytelaars, and L. Van Gool, “SURF: Speeded up robust features,” in European Conference on Computer Vision, 2006, pp. 404–417. [68] L. Zheng, S. Wang, Z. Liu, and Q. Tian, “Packing and padding: Coupled multi-index for accurate image retrieval,” in IEEE Con- ference on Computer Vision and Pattern Recognition, 2014. [69] W. Zhou, H. Li, R. Hong, Y. Lu, and Q. Tian, “BSIFT: towards data-independent codebook for large scale image search,” IEEE Transactions on Image Processing (TIP), vol. 24, no. 3, pp. 967–979, 2015. [70] Z. Liu, H. Li, L. Zhang, W. Zhou, and Q. Tian, “Cross-indexing of binary SIFT codes for large-scale image search,” IEEE Transactions on Image Processing (TIP), 2014.
1706.06064#118
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
119
[71] G. Yu and J.-M. Morel, “Asift: an algorithm for fully affine invariant comparison,” Image Processing On Line, vol. 2011, 2011. [72] W. Dong, Z. Wang, M. Charikar, and K. Li, “High-confidence near-duplicate image detection,” in ACM International Conference on Multimedia Retrieval (ICMR). ACM, 2012, p. 1. [73] M. Calonder, V. Lepetit, C. Strecha, and P. Fua, “Brief: binary robust independent elementary features,” in European Conference on Computer Vision (ECCV), 2010, pp. 778–792. [74] E. Rublee, V. Rabaud, K. Konolige, and G. Bradski, “Orb: an efficient alternative to sift or surf,” in International Conference on Computer Vision, 2011, pp. 2564–2571.
1706.06064#119
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
120
[75] A. Alahi, R. Ortiz, and P. Vandergheynst, “Freak: fast retina keypoint,” in IEEE Conference on Computer Vision and Pattern Recognition, 2012, pp. 510–517. S. Leutenegger, M. Chli, and R. Y. Siegwart, “Brisk: binary ro- bust invariant scalable keypoints,” in International Conference on Computer Vision, 2011, pp. 2548–2555. S. Zhang, Q. Tian, Q. Huang, W. Gao, and Y. Rui, “USB: Ultra- short binary descriptor for fast visual matching and retrieval,” IEEE Transactions on Image Processing (TIP), vol. 23, no. 8, pp. 3671–3683, 2014. S. Madeo and M. Bober, “Fast, compact and discriminative: Evaluation of binary descriptors for mobile applications,” IEEE Transactions on Multimedia, 2016. S. Zhang, Q. Tian, K. Lu, Q. Huang, and W. Gao, “Edge-SIFT: Discriminative binary descriptor for scalable partial-duplicate mobile search,”
1706.06064#120
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
122
[77] [79] [81] M. Douze, A. Ramisa, and C. Schmid, “Combining attributes and fisher vectors for efficient image retrieval,” in IEEE Conference on Computer Vision and Pattern Recognition (CVPR). IEEE, 2011, pp. 745–752. S. Zhao, H. Yao, Y. Yang, and Y. Zhang, “Affective image retrieval via multi-graph learning,” in ACM International Conference on Multimedia (MM). ACM, 2014, pp. 1025–1028. [83] R. Tao, A. W. Smeulders, and S.-F. Chang, “Attributes and cate- gories for generic instance search from one example,” in IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2015, pp. 177–186. [84] A. Farhadi, I. Endres, D. Hoiem, and D. Forsyth, “Describing objects by their attributes,” in IEEE Conference on Computer Vision and Pattern Recognition (CVPR).
1706.06064#122
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
124
[86] L. Torresani, M. Szummer, and A. Fitzgibbon, “Efficient object category recognition using classemes,” in European Conference on Computer Vision (ECCV). Springer, 2010, pp. 776–789. J. Deng, A. C. Berg, and L. Fei-Fei, “Hierarchical semantic in- dexing for large scale image retrieval,” in IEEE Conference on Computer Vision and Pattern Recognition (CVPR). IEEE, 2011, pp. 785–792. J. Cai, Z.-J. Zha, M. Wang, S. Zhang, and Q. Tian, “An attribute- assisted reranking model for web image search,” IEEE Transac- tions on Image Processing (TIP), vol. 24, no. 1, pp. 261–272, 2015. S. Zhang, M. Yang, X. Wang, Y. Lin, and Q. Tian, “Semantic-aware co-indexing for image retrieval,” in IEEE International Conference on Computer Vis, 2013. S. Karayev, M. Trentacoste, H. Han, A. Agarwala, T. Darrell, A.
1706.06064#124
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
126
[87] [89] [90] [91] T. Hofmann, “Unsupervised learning by probabilistic latent se- mantic analysis,” Machine learning, vol. 42, no. 1-2, pp. 177–196, 2001. [92] D. M. Blei, A. Y. Ng, and M. I. Jordan, “Latent dirichlet alloca- tion,” Journal of Machine Learning Research, vol. 3, pp. 993–1022, 2003. [93] E. H¨orster, R. Lienhart, and M. Slaney, “Image retrieval on large- scale image databases,” in ACM International Conference on Image and Video Retrieval, 2007, pp. 17–24. [94] R. Lienhart and M. Slaney, “pLSA on large scale image databases,” in IEEE International Conference on Acoustics, Speech and Signal Processing (ICASSP), vol. 4, 2007, pp. IV–1217. 19 [95] K. Simonyan and A. Zisserman, “Very deep convolutional networks for large-scale image recognition,” arXiv preprint arXiv:1409.1556, 2014.
1706.06064#126
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
127
[96] C. Szegedy, W. Liu, Y. Jia, P. Sermanet, S. Reed, D. Anguelov, D. Erhan, V. Vanhoucke, and A. Rabinovich, “Going deeper with convolutions,” in IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2015. 97] 98, Y. Bengio, “Learning deep architectures for ai,” Foundations and trends® in Machine Learning, vol. 2, no. 1, pp. 1-127, 2009. E. Hérster and R. Lienhart, “Deep networks for image retrieval on large-scale databases,” in ACM International Conference on Multimedia. ACM, 2008, pp. 643-646.
1706.06064#127
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
128
[99] A. Krizhevsky, I. Sutskever, and G. E. Hinton, “Imagenet classifi- cation with deep convolutional neural networks,” in Advances in Neural Information Processing Systems (NIPS), 2012, pp. 1097–1105. [100] A. Sharif Razavian, H. Azizpour, J. Sullivan, and S. Carlsson, “CNN features off-the-shelf: an astounding baseline for recogni- tion,” in IEEE Conference on Computer Vision and Pattern Recogni- tion (CVPR), 2014. [101] J. Wan, D. Wang, S. C. H. Hoi, P. Wu, J. Zhu, Y. Zhang, and J. Li, “Deep learning for content-based image retrieval: A comprehen- sive study,” in ACM International Conference on Multimedia (MM). ACM, 2014, pp. 157–166. [102] A. S. Razavian, J. Sullivan, A. Maki, and S. Carlsson, “Visual instance retrieval with deep convolutional networks,” arXiv preprint arXiv:1412.6574, 2014.
1706.06064#128
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
130
[105] J. R. Uijlings, K. E. van de Sande, T. Gevers, and A. W. Smeulders, “Selective search for object recognition,” International Journal of Computer Vision (IJCV), vol. 104, no. 2, pp. 154–171, 2013. [106] B. Alexe, T. Deselaers, and V. Ferrari, “Measuring the objectness of image windows,” IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI), vol. 34, no. 11, pp. 2189–2202, 2012. [107] M.-M. Cheng, Z. Zhang, W.-Y. Lin, and P. Torr, “Bing: Binarized normed gradients for objectness estimation at 300fps,” in IEEE Conference on Computer Vision and Pattern Recognition (CVPR), 2014. [108] S. Sun, W. Zhou, Q. Tian, and H. Li, “Scalable object retrieval with compact image representation from generic object regions,” ACM Transactions on Multimedia Computing, Communications, and Applications (TOMM), vol. 12, no. 2, p. 29, 2015.
1706.06064#130
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
131
[109] G. Tolias, R. Sicre, and H. J´egou, “Particular object retrieval with integral max-pooling of cnn activations,” International Conference on Learning and Representation (ICLR), 2016. [110] A. Gordo, J. Almazan, J. Revaud, and D. Larlus, “Deep image retrieval: Learning global representations for image search,” in European Conference on Computer Vision (ECCV), 2016. [111] S. Ren, K. He, R. Girshick, and J. Sun, “Faster r-cnn: Towards real-time object detection with region proposal networks,” in Advances in Neural Information Processing Systems (NIPS), 2015, pp. 91–99. [112] A. Babenko, A. Slesarev, A. Chigorin, and V. Lempitsky, “Neural codes for image retrieval,” in European Conference on Computer Vision (ECCV). Springer, 2014, pp. 584–599.
1706.06064#131
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
132
[113] M. Paulin, M. Douze, Z. Harchaoui, J. Mairal, F. Perronin, and C. Schmid, “Local convolutional features with unsupervised training for image retrieval,” in IEEE International Conference on Computer Vision (ICCV), 2015, pp. 91–99. [114] R. Xia, Y. Pan, H. Lai, C. Liu, and S. Yan, “Supervised hashing for image retrieval via image representation learning,” in AAAI Conference on Artificial Intellignece, 2014, pp. 2156–2162. [115] H. Lai, Y. Pan, Y. Liu, and S. Yan, “Simultaneous feature learning and hash coding with deep neural networks,” arXiv preprint arXiv:1504.03410, 2015. [116] H. J´egou, M. Douze, C. Schmid, and P. P´erez, “Aggregating local descriptors into a compact image representation,” in IEEE Conference on Computer Vision and Pattern Recognition, 2010, pp. 3304–3311.
1706.06064#132
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
133
[117] F. Perronnin, Y. Liu, J. S´anchez, and H. Poirier, “Large-scale image retrieval with compressed fisher vectors,” in IEEE Conference on Computer Vision and Pattern Recognition (CVPR). 3384–3391. IEEE, 2010, pp. [118] F. Li, W. Tong, R. Jin, A. K. Jain, and J.-E. Lee, “An efficient key point quantization algorithm for large scale image retrieval,” in ACM workshop on Large-scale Multimedia Retrieval and Mining. ACM, 2009, pp. 89–96. [119] L. Chu, S. Wang, Y. Zhang, S. Jiang, and Q. Huang, “Graph- density-based visual word vocabulary for image retrieval,” in IEEE International Conference on Multimedia and Expo (ICME). IEEE, 2014, pp. 1–6.
1706.06064#133
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
134
[120] W. Dong, Z. Wang, M. Charikar, and K. Li, “Efficiently matching sets of features with random histograms,” in ACM International Conference on Multimedia (MM). ACM, 2008, pp. 179–188. [121] W. Zhou, M. Yang, H. Li, X. Wang, Y. Lin, and Q. Tian, “To- wards codebook-free: Scalable cascaded hashing for mobile im- age search,” IEEE Transactions on Multimedia, vol. 16, no. 3, pp. 601–611, 2014. [122] S. Zhang, Q. Tian, G. Hua, Q. Huang, and W. Gao, “Generating descriptive visual words and visual phrases for large-scale image applications,” IEEE Transactions on Image Processing (TIP), vol. 20, no. 9, pp. 2664–2677, 2011. [123] X. Wang, M. Yang, T. Cour, S. Zhu, K. Yu, and T. X. Han, “Con- textual weighting for vocabulary tree based image retrieval,” in International Conference on Computer Vision, 2011, pp. 209–216.
1706.06064#134
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
135
[124] Z. Liu, H. Li, W. Zhou, and Q. Tian, “Embedding spatial context information into inverted file for large-scale image retrieval,” in ACM International Conference on Multimedia, 2012, pp. 199–208. [125] Z. Liu, H. Li, W. Zhou, R. Zhao, and Q. Tian, “Contextual hashing for large-scale image search,” IEEE Transactions on Image Processing (TIP), vol. 23, no. 4, pp. 1606–1614, 2014. [126] O. Chum, M. Perdoch, and J. Matas, “Geometric min-hashing: Finding a (thick) needle in a haystack,” in IEEE Conference on Computer Vision and Pattern Recognition, 2009, pp. 17–24. [127] D. N. Bhat and S. K. Nayar, “Ordinal measures for image cor- respondence,” IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI), vol. 20, no. 4, pp. 415–423, 1998.
1706.06064#135
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
136
[128] S. Lazebnik, C. Schmid, and J. Ponce, “Beyond bags of fea- tures: Spatial pyramid matching for recognizing natural scene categories,” in IEEE Conference on Computer Vision and Pattern Recognition (CVPR), vol. 2. [129] Y. Cao, C. Wang, Z. Li, L. Zhang, and L. Zhang, “Spatial-bag- of-features,” in IEEE Conference on Computer Vision and Pattern Recognition, 2010, pp. 3352–3359. [130] Z. Wu, Q. Ke, J. Sun, and H.-Y. Shum, “Scalable face image retrieval with identity-based quantization and multireference reranking,” IEEE Transactions on Pattern Analysis and Machine Intelligence, vol. 33, no. 10, pp. 1991–2001, 2011. [131] J. L. Bentley, “K-d trees for semidynamic point sets,” in Annual Symp. Computational Geometry, 1990, pp. 187–197. [132] C. Silpa-Anan and R. Hartley, “Localization using an image map,” in Australian Conference on Robotics and Automation, 2004.
1706.06064#136
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
137
[132] C. Silpa-Anan and R. Hartley, “Localization using an image map,” in Australian Conference on Robotics and Automation, 2004. [133] M. Muja and D. G. Lowe, “Scalable nearest neighbor algorithms for high dimensional data,” IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI), vol. 36, 2014. [134] W. Zhou, M. Yang, X. Wang, H. Li, Y. Lin, and Q. Tian, “Scalable feature matching by dual cascaded scalar quantization for im- age retrieval,” IEEE Transactions on Pattern Analysis and Machine Intelligence (TPAMI), vol. 38, no. 1, pp. 159–171, 2016. [135] M. Jain, H. J´egou, and P. Gros, “Asymmetric hamming embed- ding: taking the best of our bits for large scale image search,” in ACM International Conference on Multimedia, 2011, pp. 1441–1444. [136] W. Zhou, H. Li, Y. Lu, M. Wang, and Q. Tian, “Visual word expansion and BSIFT verification for large-scale image search,” Multimedia Systems, vol. 21, no. 3, pp. 245–254, 2013.
1706.06064#137
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
138
[137] Y. Xia, K. He, F. Wen, and J. Sun, “Joint inverted indexing,” in International Conference on Computer Vision, 2013. [138] H. J´egou and O. Chum, “Negative evidences and co-occurences in image retrieval: The benefit of PCA and whitening,” in Euro- pean Conference on Computer Vision, 2012, pp. 774–787. [139] L. Zheng, S. Wang, W. Zhou, and Q. Tian, “Bayes merging of multiple vocabularies for scalable image retrieval,” in IEEE Conference on Computer Vision and Pattern Recognition, 2014. [140] P. Indyk and R. Motwani, “Approximate nearest neighbors: to- wards removing the curse of dimensionality,” in Annual ACM Symposium Theory of Computing. ACM, 1998, pp. 604–613. 20 [141] A. Andoni and P. Indyk, “Near-optimal hashing algorithms for approximate nearest neighbor in high dimensions,” in IEEE Symposium Foundations of Computer Science, 2006, pp. 459–468.
1706.06064#138
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
139
[142] Q. Lv, W. Josephson, Z. Wang, M. Charikar, and K. Li, “Multi- probe lsh: efficient indexing for high-dimensional similarity search,” in International Conference Very Large Data Bases, 2007, pp. 950–961. [143] J. Wang, S. Kumar, and S.-F. Chang, “Semi-supervised hashing for scalable image retrieval,” in IEEE Conference on Computer Vision and Pattern Recognition, 2010, pp. 3424–3431. [144] Y. Gong and S. Lazebnik, “Iterative quantization: A procrustean approach to learning binary codes,” in IEEE Conference on Com- puter Vision and Pattern Recognition, 2011, pp. 817–824. [145] D. Aiger, E. Kokiopoulou, and E. Rivlin, “Random grids: Fast approximate nearest neighbors and range searching for image search,” in International Conference on Computer Vision, 2013. [146] M. Iwamura, T. Sato, and K. Kise, “What is the most efficient way to select nearest neighbor candidates for fast approximate nearest neighbor search?” in International Conference on Computer Vision, 2013.
1706.06064#139
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
140
[147] J. Wang and S. Li, “Query-driven iterated neighborhood graph search for large scale indexing,” in ACM International Conference on Multimedia (MM). ACM, 2012, pp. 179–188. [148] M. Wang, W. Zhou, Q. Tian, Z. Zha, and H. Li, “Linear distance preserving pseudo-supervised and unsupervised hashing,” in ACM International Conference on Multimedia (MM). ACM, 2016, pp. 1257–1266. [149] T. Ge, K. He, Q. Ke, and J. Sun, “Optimized product quantization for approximate nearest neighbor search,” in IEEE Conference on Computer Vision and Pattern Recognition, 2013. [150] T. Tuytelaars and C. Schmid, “Vector quantizing feature space with a regular lattice,” in International Conference on Computer Vision, 2007, pp. 1–8. [151] R. Arandjelovic and A. Zisserman, “All about vlad,” in IEEE Conference on Computer Vision and Pattern Recognition (CVPR). IEEE, 2013, pp. 1578–1585.
1706.06064#140
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
141
I. Kompatsiaris, G. Tsoumakas, and I. Vlahavas, “A comprehensive study over vlad and product quantizationin for large-scale image retrieval,” IEEE Transactions on Multimedia (TMM), 2014. [153] H. J´egou and A. Zisserman, “Triangulation embedding and democratic aggregation for image search,” in IEEE Conference on Computer Vision and Pattern Recognition (CVPR). IEEE, 2014, pp. 3310–3317. [154] Z. Gao, J. Xue, W. Zhou, S. Pang, and Q. Tian, “Fast democratic aggregation and query fusion for image search,” in ACM Interna- tional Conference on Multimedia Retrieval (ICMR), 2015. [155] T. Ge, Q. Ke, and J. Sun, “Sparse-coded features for image retrieval.” British Machine Vision Conference (BMVC), 2013. [156] Z. Liu, H. Li, W. Zhou, T. Rui, and Q. Tian, “Uniforming residual vector distribution for distinctive image representation,” IEEE Transactions on Circuits and Systems for Video Technology (TCSVT), 2015.
1706.06064#141
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
142
[157] Z. Liu, H. Li, W. Zhou, and Q. Tian, “Uniting keypoints: Local visual information fusion for large scale image search,” IEEE Transactions on Multimedia (TMM), 2015. [158] T. Jaakkola and D. Haussler, “Exploring generative model in discriminative classifiers,” in Advances in Neural Information Pro- cessing Systems (NIPS), 1998. [159] T. Jaakkola, D. Haussler et al., “Exploiting generative models in discriminative classifiers,” Advances in Neural Information Process- ing Systems (NIPS), pp. 487–493, 1999.
1706.06064#142
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]
1706.06064
143
[160] J. S´anchez, F. Perronnin, T. Mensink, and J. Verbeek, “Image clas- sification with the fisher vector: theory and practice,” International Journal of Computer Vision (IJCV), vol. 105, no. 3, pp. 222–245, 2013. [161] L.-Y. Duan, F. Gao, J. Chen, J. Lin, and T. Huang, “Compact descriptors for mobile visual search and mpeg cdvs standard- ization,” in IEEE International Symposium on Circuits and Systems (ISCAS). [162] Y. Gong, L. Wang, R. Guo, and S. Lazebnik, “Multi-scale orderless pooling of deep convolutional activation features,” in European Conference on Computer Vision (ECCV). Springer, 2014, pp. 392– 407. [163] A. Babenko and V. Lempitsky, “Aggregating local deep features for image retrieval,” in IEEE International Conference on Computer Vision (ICCV), 2015, pp. 1269–1277. [164] R. Baeza-Yates, B. Ribeiro-Neto et al., Modern information retrieval. ACM press New York., 1999, vol. 463.
1706.06064#143
Recent Advance in Content-based Image Retrieval: A Literature Survey
The explosive increase and ubiquitous accessibility of visual data on the Web have led to the prosperity of research activity in image search or retrieval. With the ignorance of visual content as a ranking clue, methods with text search techniques for visual retrieval may suffer inconsistency between the text words and visual content. Content-based image retrieval (CBIR), which makes use of the representation of visual content to identify relevant images, has attracted sustained attention in recent two decades. Such a problem is challenging due to the intention gap and the semantic gap problems. Numerous techniques have been developed for content-based image retrieval in the last decade. The purpose of this paper is to categorize and evaluate those algorithms proposed during the period of 2003 to 2016. We conclude with several promising directions for future research.
http://arxiv.org/pdf/1706.06064
Wengang Zhou, Houqiang Li, Qi Tian
cs.MM, cs.IR
22 pages
null
cs.MM
20170619
20170902
[ { "id": "1504.03410" } ]