Indexing images in Oracle8i

  • Authors:
  • Melliyal Annamalai;Rajiv Chopra;Samuel DeFazio;Susan Mavris

  • Affiliations:
  • Oracle Corporation, New England Development Center, One Oracle Driv e, Nashua, NH;Oracle Corporation, New England Development Center, One Oracle Driv e, Nashua, NH;Oracle Corporation, New England Development Center, One Oracle Driv e, Nashua, NH;Oracle Corporation, New England Development Center, One Oracle Driv e, Nashua, NH

  • Venue:
  • SIGMOD '00 Proceedings of the 2000 ACM SIGMOD international conference on Management of data
  • Year:
  • 2000

Quantified Score

Hi-index 0.00

Visualization

Abstract

Content-based retrieval of images is the ability to retrieve images that are similar to a query image. Oracle8i Visual Information Retrieval provides this facility based on technology licensed from Virage, Inc. This product is built on top of Oracle8i interMedia which enables storage, retrieval and management of images, audios and videos. Images are matched using attributes such as color, texture and structure and efficient content-based retrieval is provided using indexes of an image index type. The design of the index type is based on a multi-level filtering algorithm. The filters reduce the search space so that the expensive comparison algorithm operates on a small subset of the data. Bitmap indexes are used to evaluate the first filter resulting in a design which performs well and is scalable. The image index type is built using Oracle8i extensible indexing technology, allowing users to create, use, and drop instances of this index type as they would any other standard index. In this paper we present an overview of the product, the design of the image index type, and some performance results of our product.