Efficient search in document image collections

  • Authors:
  • Anand Kumar;C. V. Jawahar;R. Manmatha

  • Affiliations:
  • Center for Visual Information Technology, International Institute of Information Technology, Hyderabad, India;Center for Visual Information Technology, International Institute of Information Technology, Hyderabad, India;Department of Computer Science, University of Massachusetts Amherst, MA

  • Venue:
  • ACCV'07 Proceedings of the 8th Asian conference on Computer vision - Volume Part I
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper presents an efficient indexing and retrieval scheme for searching in document image databases. In many non-European languages, optical character recognizers are not very accurate. Word spotting - word image matching - may instead be used to retrieve word images in response to a word image query. The approaches used for word spotting so far, dynamic time warping and/or nearest neighbor search, tend to be slow. Here indexing is done using locality sensitive hashing (LSH) - a technique which computes multiple hashes - using word image features computed at word level. Efficiency and scalability is achieved by content-sensitive hashing implemented through approximate nearest neighbor computation. We demonstrate that the technique achieves high precision and recall (in the 90% range), using a large image corpus consisting of seven Kalidasa's (a well known Indian poet of antiquity) books in the Telugu language. The accuracy is comparable to using dynamic time warping and nearest neighbor search while the speed is orders of magnitude better - 20000 word images can be searched in milliseconds.