DocumentCode :
1724025
Title :
Near Duplicate Image Discovery on One Billion Images
Author :
Saehoon Kim ; Xin-Jing Wang ; Lei Zhang ; Seungjin Choi
Author_Institution :
Dept. of Comput. Sci., POSTECH, Pohang, South Korea
fYear :
2015
Firstpage :
943
Lastpage :
950
Abstract :
Near-duplicate image discovery is the task of detecting all clusters of images which duplicate at a significant region. Previous work generally take divide and conquer approaches composed of two steps: generating cluster seeds using min-hashing, and growing the seeds by searching the entire image space with the seeds as queries. Since the computational complexity of the seed growing step is generally O (NL) where N and L are the number of images and seeds respectively, existing work can hardly be scaled up to a billion-scale dataset because L is typically millions. In this paper, we study a feasible solution of near-duplicate image discovery on one billion images, which is easily implemented on MapReduce framework. The major contribution of this work is to introduce the seed growing step designed to efficiently reduce the number of false positives among cluster seeds with O (cNL) time complexity, where c is small enough for a billion-scale dataset. The basis component of the seed growing step is a bottom-k min-hash, which generates different signatures in a sketch to remove all candidate images that share only one common visual word with a cluster seed. Our evaluations suggest that the proposed method can discover near-duplicate clusters with high precision and recall, and represent some interesting properties of our 1 billion dataset.
Keywords :
computational complexity; feature extraction; pattern clustering; visual databases; MapReduce framework; billion-scale dataset; bottom-k min-hash; cluster seeds; false positives; image cluster detection; near-duplicate clusters; near-duplicate image discovery; one billion images; seed growing step; time complexity; visual word; Asia; Clustering algorithms; Computer vision; Standards; Time complexity; Visualization;
fLanguage :
English
Publisher :
ieee
Conference_Titel :
Applications of Computer Vision (WACV), 2015 IEEE Winter Conference on
Conference_Location :
Waikoloa, HI
Type :
conf
DOI :
10.1109/WACV.2015.130
Filename :
7045984
Link To Document :
بازگشت