An Image Retrieval Algorithm Based on Gist and Sift Features

Bei Xie,Jiaohua Qin,Xuyu Xiang,Hao Li,Lili Pan
2018-01-01
Abstract:Aiming at solving the problem that the single feature cannot represent an image completely, an image retrieval al-gorithm which combines the global feature and the lo-cal feature is proposed. First, the GIST features of the query image and all the images in the image library are extracted. The global similarity of two images is measured by the Euclidean distance. The image database is retrieved by the GIST feature of the query image, and the results are arranged in ascending order of the similarity value. Second, the SIFT features of the query image are extracted as well as the k sub-images which are at the front of the returned results. Then, we perform the feature matching by using BBF algorithm. At last, the retrieval results are returned by sorting the number of matching points in descending order. The experiment is carried out on the improved Caltech101 dataset. Compared with the existing image retrieval algorithms, the proposed image retrieval algorithm not only improves the retrieval accuracy, but also achieves better retrieval effi-ciency.
Computer Science
What problem does this paper attempt to address?