Dynamically quantized pyramids

  • Authors:
  • Kenneth R. Sloan

  • Affiliations:
  • Department of Computer Science, University of Rochester, Rochester, NY

  • Venue:
  • IJCAI'81 Proceedings of the 7th international joint conference on Artificial intelligence - Volume 2
  • Year:
  • 1981

Quantified Score

Hi-index 0.00

Visualization

Abstract

Dynamically Quantized (DO) spaces have been developed [O'Rourke] in response to the need for high-precision, high-dimensional Hough-like transforms. [Ballard; Sloan and Ballard) Their purpose is to cover a parameter space with a limited number of accumulators in such a way that fine precision is maintained where it is needed. O'Rourke's solution to this problem is to maintain a binary tree of cells. Each cell covers an n-dimensional rectangular region of the space. Under certain conditions, the cell may be split along a particular dimension, and two sons created. Under complementary conditions, sets of cells may merge. Cell splitting is relatively simple, but the process of cell merging is quite complicated, for reasons which are explored extensively in [O'Rourke]. The solution presented here is based on a pyramid data structure, in which the number and connectivity (between fathers and sons) of cells is fixed. This data structure has the advantage that its resource allocation is fixed, and the cells and their connections may be reduced to a hardware implementation (e.g., in VLSI.) The customary difficulty with the pyramid is that the boundaries of the cells (and hence the spatial resolution) are fixed, also. In this Dynamically Quantized Pyramid (DQP), the boundaries of the cells are continually modified by means of a hierarchical warping process. Essentially, each cell tries to track the mean position of data points in its part of the space. This estimate of the local mean is used to define the boundaries of the cell's sons. An experimental implementation has been built and subjected to various distributions (spatial and temporal) of data. The resulting quantizations are shown and discussed.