CA2236943C - Storage and retrieval of large digital images - Google Patents

Storage and retrieval of large digital images Download PDF

Info

Publication number
CA2236943C
CA2236943C CA 2236943 CA2236943A CA2236943C CA 2236943 C CA2236943 C CA 2236943C CA 2236943 CA2236943 CA 2236943 CA 2236943 A CA2236943 A CA 2236943A CA 2236943 C CA2236943 C CA 2236943C
Authority
CA
Canada
Prior art keywords
dwt
image data
coefficients
tile
tile image
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Lifetime
Application number
CA 2236943
Other languages
French (fr)
Other versions
CA2236943A1 (en
Inventor
Jonathan N. Bradley
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
University of California
Original Assignee
University of California
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from US08/557,475 external-priority patent/US5710835A/en
Application filed by University of California filed Critical University of California
Publication of CA2236943A1 publication Critical patent/CA2236943A1/en
Application granted granted Critical
Publication of CA2236943C publication Critical patent/CA2236943C/en
Anticipated expiration legal-status Critical
Expired - Lifetime legal-status Critical Current

Links

Abstract

Image compression and viewing are implemented. A DWT-based compression method uses a two-level memory computer. The viewing method selects image areas in compressed form at multiple resolutions. For compression, a plurality of discrete tile image subsets (118) is defined which form the complete image. Seamless wavelet--based image compression occurs by in-putting the tiles in a selected sequence to a DWT (120) routine. The resulting DWT coefficients are stored in a first primary memory and periodically are compressed (128) and stored in a secondary memory (124). The sequence of DWT operations on the tiles effectively calculates a seamless DWT of the image. Data retrieval occurs by specifying a resolution and a region of the image for display (146). The subset of stored DWT coefficients corresponding to each requested scene is determined and then decompressed for input to an inverse DWT (164) to form the display (166). Interaction (168) may occur with a pointing device on previous retrieved displays.

Description

STORAGE AND RETRIEVAL OF LARGE DIGITAL IMAGES
BACKGROUND OF THE INVENTION
This invention relates to digital imaging and, more particularly, to the storage and retrieval of data contained in very large digital images. This invention was made with govemment support under Contract No. W-7405-ENG-36 awarded by the U.S.
Department of Energy. The government has certain rights in the invention.
Many applications exist that require the storage and retrieval of very large digital images. Examples of such data sets include a Landsat Thematic Mapper (TM) scene, a mosaic of digital orthophotos (digitized aerial photographs), or a high resolution scan of a photographic negative. As used herein, the term "image" means an}r large two-dimensional array of numeric data even if that data may not typically be referred to as an "image," e.g., digital elevation data.
Due to the prodigious amounts of data present in such images, data compression is of significant importance to improve the utilization of computer storage and transmission resources. The image dimensions under consideration are significantly larger than can be viewed on a computer monitor. If a user can only view image subsections at full resolution, a display may contain less than one percent of the image. Under such circumstance, it is difficult to form in the viewer an overall picture of the image or to locate particular features of interest. Viewing the image at less than full resolution permits larger regions of the image to be displayed or even an entire image.
Certain computer-implemented image data compression schemes used in the prior art are subband coding techniques, discussed in more detail below. The image data is separated into a number of subimages that are referred to as "subbands" since each contains information from a different band of spatial frequencies in the image.
Compressing the subbands separately facilitates matching the overall compression algorithm to the image statistics. A recent mathematical development, the discrete wavelet transform (DWT), has significant theoretical overlap with the methods developed for generating the image subbands. For this reason, the term "subband decomposition" has come to be synonymous with a DWT. This terminology is used here.
For very large image dimensions complications arise in the computation of the =
DWT. The prior art discusses techniques for implementing the DWT where it is implied that the entire image data array is stored in computer main memory and that the computer-processed algorithm can readily access all of the image pixels. For very large images the memory involved in performing a DWT can become prohibitive. For example, consider an image that is of dimension 50,000 x 50,000 pixels, i.e., consisting of 2.5 billion pixeis. If the transform is implemented in 32-bit precision floating point arithmetic then 10 gigabytes of computer memory are required (not including work space). Clearly, some method is required for paging data from computer memory and computing the DWT in sections. Although one could divide the image array into rectangular subsections and perform a DWT on each of these independently, this would be undesirable for two reasons. First, there would be wavelet transform boundary conditions in the interior of the image data which could potentially result in compression artifacts. Furthermore, the implementation of a local multiscale retrieval routine is complicated by these interior boundaries.
In accordance with the present invention, a method is provided for the seamless wavelet-based compression of very large contiguous images and for accessing arbitrary locations in the image at a variety of resolutions.
Accordingly, it is an object of the present invention to provide for retrieving from the compressed representation an image subsection from any location within the image with dimensions that are suitable for display.
It is another object of the present invention to permit a user to interactively specify image regions for display and rapidly retrieve the image regions.
Yet another object of the present invention is to permit the user to navigate, or "browse," over the database forming the image.
One other object of the present invention is to provide for recalling the image at a variety of resolutions.
Additional objects, advantages and novei features of the invention will be set forth in part in the description which follows, and in part will become apparent to those skilled in the art upon examination of the following or may be learned by practice of the invention. The objects and advantages of the invention may be realized and attained by means of the instrumentalities and combinations particularly pointed out in the appended claims.

SUMMARY OF THE INVENTION
To achieve the foregoing and other objects, and in accordance with the purposes of the present invention, as embodied and broadly described herein, this invention may comprise (1) a method for performing DWT-based compression on a large digital image with a computer system possessing a two-level system of memory and (2) a method for selectively viewing areas of the image from its compressed representation at multiple resolutions and, if desired, in a client-server environment. The two-level memory system refers to primary and secondary memories. The primary memory is typically much smaller than the secondary memory but is more accessible by the processor.
The compression of a large digital image I(x,y) is accomplished by first defining a plurality of discrete tile image data subsets T,(x,y) that, upon superposition, form the complete set of image data I(x,y). A seamless wavelet-based compression process is effected on I(x,y) that is comprised of successively inputting the tiles T;;(x,y) in a selected sequence to a DWT routine, adding corrections that are passed from previous invocations of the DWT routine on other T;;(x,y), and storing the resulting DWT
coefficients in a first primary memory. These coefficients are periodicaily compressed and transferred to a secondary memory to maintain sufficient memory in the primary memory for data processing. In the absence of the compression step, the sequence of DWT operations on the tiles T;;(x,y) effectively calculates a seamless DV1fT
of I(x,y) that can be viewed as an "overlap-add" realization of the DWT. The seamless DWT
process transforms l(x,y) to a set of DVVT coefficients to form a set of subbands that embody a hierarchical representation of low-resolution representations of the image data array I(xy).
Data retrieval consists of specifying a resolution and a region of I(x,y) for display.
The subset of stored DWT coefficients corresponding to each requested scene is determined and then decompressed for input to an inverse DWT, the output of which forms the image display. The repeated process whereby image views are specified may take the form an interaction with a computer pointing device on an image display from a previous retrieval.

BRIEF DESCRIPTION OF THE DRAWINGS
The accompanying drawings, which are incorporated in and form a part of the specification, illustrate the embodiments of the present invention and, together with the description, serve to explain the principles of the invention. In the drawings:
FIGURE 1 is a schematic diagram of a prior art two-channel forward (analysis) and inverse (synthesis) discrete wavelet transformation (DWT) of an input data array.
FIGURE 2 is a schematic diagram of a two dimensional DWT process realized with multiple applications of the analysis portion of the system shown in FIGURE 1.
FIGURE 3 illustrates the four subbands formed from an image array by application of the DWT shown in Figure 2.
FIGURE 4 illustrates the frequency support of a subband decomposition resulting from repeated applications of the system shown in Figure 3.
FIGURE 5 is a flow diagram for DWT data compression according to one embodiment of the present invention.
FIGURE 6 is a flow diagram for decompressing data according to one embodiment of the present invention.

DETAILED DESCRIPTION OF THE INVENTION
The present invention is concerned in part with a computer-implemented subband compression scheme for large images. The advantageous use of a two-level system of computer memory provides for the efficient local computation of the DWT in conjunction with a spatially adaptive coding scheme, allowing seamless image compression with minimal memory requirements. Furthermore, the invention provides for rapidly retrieving image views of arbitrary dimension and location at a variety of resolutions from the compressed data.
The invention advantageously uses the DVVi" for two purposes. The DWT is used as a preprocessing step in a computer to facilitate data compression. The 5 subdivision of the input image data array into a set of image subbands that are coded separately facilitates matching the compression algorithm to the image statistics.
Moreover, the DWT is also used to provide for multiscale data retrieval. Due to the multiresolution nature of the DVVf', a description of the image at a variety of resolutions is inherent in the DWT decomposition, thus facilitating multiscale retrieval of the compressed data in accordance with the present invention.
DEFINITIONS
columns: Samples per line in an image.
compressed data: Either compressed image data or table specification data or both.
compression: Reduction in the number of bits used to represent source image data.
(digital) image: A two-dimensional array of data.
downsampling: A procedure by which the spatial resolution of an image is reduced.
DWT: (discrete wavelet transform) A linear transformation, implemented by a multirate filter bank, that maps a digital input signal to a collection of output subbands.
Huffman coding: An entropy coding procedure that assigns a variable length code to each input symbol.
Huffman table: The set of variable length codes required in a Huffman coder.
image data: Either source image data or reconstructed image data.
/oss/ess: A descriptive term for encoding and decoding processes and procedures in which the output of the decoding procedures(s) is identical to the input to the encoding procedure(s).

WO 97/18527 g'CT/iJS96/17267 RGB images: A "red-green-blue" image, i.e., a digital image that is stored as three monochromatic images, each of which represents one of the three primary color components.
quantization table: The set of quantization values (i.e., bin widths) used to quantize DWT coefficients within the subbands.
quantize: The act of performing the quantization procedure for a DWT
coefficient.
sample: One element in the two-dimensional array that comprises an image.
upsampling: A procedure by which the spatial resolution of an image is increased.
PRIOR ART SUBBAND CODING
The first stage in a computer implementation of a DWT-based lossy image compression algorithm entails a DWT decomposition of the input image. In the case of multispectral imagery (which includes RGB images), an interspectral transform may be applied at this stage immediately before or after the DWT. Following the image transformation, the DWT coefficients are quantized. This is the lossy portion of the algorithm and maps the DWT coefficients into a stream of quantizer indices.
Finally, the stream of quantizer indices are compressed with a lossiess technique.
Image decompression is achieved by inverting the lossless compression, decoding the quantizer symbols, and then performing an inverse DWT. A discussion of the use of the DWT in image compression can be found in J. N. Bradley et al., "The Wavelet-Scalar Quantization Compression Standard for Digital Fingerprint Images," Proc. of IEEE
International Symposium on circuits and Systems, May 31-June 2, 1994.
Figure 1 is a flow diagram of a computer processor implementation for a one-dimensional forward (analysis) and inverse (synthesis) DWT and forms a basic building block in the two-dimensional DWT implementation used in the invention. The input to the analysis section is the discrete-time signal x 10 to analysis section 12 and synthesis section 14 The discrete-time sequences Ao 26 and Ai 28 are the output subband signals from the analysis section and form the input to synthesis section 14.
The systems ho 16 and h, 18 form a lowpass-highpass finite impulse response (FIR) filter pair that separates the low and high frequency components of x 10 . The systems 22 and 24 denoted by ~2 are "downsamplers" that discard every second sample in the filter outputs. The analysis system is said to be "critically sampled", i.e., data is output from the system at the same rate as it is input. Due to the downsampling operations 22 and 24, Ao 26 and A, 28 are full band signals that embody, respectively, the low and high frequency information in x 10.
The process shown in Figure 1 also inputs the subband signals A. 26 and A, 28 to a synthesis section 14 that synthesizes the signal x 42. The systems ho 36 and h,' 38 form another lowpass-highpass FIR filter pair and the systems 32 and 34 denoted by T2 are "upsamplers" that increase the signal sampling rate by inserting a zero between samples. If the four digital filters, ho 16 and h, 18, and ho 36 and h,' 38, shown in Figure 1, are chosen appropriately, z 42 is equal to x 10, i.e. synthesis section 14 shown in Figure 1 inverts the operation performed by analysis section 12.
Separable realizations are often used for the two-dimensional DWT analysis and synthesis procedures, i.e., implementations where the corresponding one-dimensional procedure shown in Figure 1 is applied separately to each image row and column.
Figure 2 depicts a separable two-dimensional forward DWT. The analysis system of Figure 1 is first applied to each row of image I 50 through FIR filter pair ho 52 and h, 54, with downsamplers 56 and 58 to split each row into a lowpass and highpass subband.
The lowpass subband from each image row is written as a row into the temporary array Ao 62. Similarly, the highpass subband of each row is written as a row in the temporary array A,' 64.
The columns in each temporary array are then each processed with a one-dimensional DWT of Figure 1. The lowpass subband array Ao' is processed through FIR filter pair ho 66 and h, 68, with downsamplers 76 and 78 to further split each column into lowpass-lowpass and lowpass-highpass subbands. The highpass subband array A,' is processed through FIR filter pair ho 72 and h, 74, with downsamplers 82 and 84 to further split each column into highpass-lowpass and highpass-highpass subbands.
This basic system shown in Figure 2 thus splits the input image l=Aooo into four subbands, Aoo,, 86, Ao,,, 88, A,o,, 92, A,,., 94, with appropriate frequency supports as illustrated in Figure 3. In this A~.k subband notation, the i and j subscripts denote the filter path that was used in their creation. The first subscript refers to the row operation and the second to the column operation with a "0" indicating a lowpass operation and "1" a highpass operation. For example, subband A,o 92 is created by a highpass filtering on the image rows followed by lowpass filtering on the columns of A,'64. The image is resolved into four subbands that contain different frequency components of the original image, from which the original image can be synthesized, as discussed for Figure 1.
Finer frequency partitions are produced by cascading the system of Figure 2.
Typically, the Iowpass-lowpass subband is repeatedly output to this same process, resulting in an "octave-scaled" decomposition. Figure 4 illustrates the frequency support of a subband decomposition resulting from three cascades. The third subscript in the subband notation denotes the level of recursion in the decomposition.
Let L
denote the number of levels in the cascade. Note the Aoos for 9<s<L exist at intermediate stages of the process.
It is sometimes convenient to express the octave-scaled DWT of l(x,y), i.e., the collection of subbands A, k(u, v) as I(s, u, v) , where s denotes a one dimensional ordering of the subbands. For example, in the subband notation shown in Figure 4, s=i+2j+3(L-k), and i(O,u,v), 1(1,u,v)=Ao,1.L(u,v),--=, 1(3L,u,v)=A11,,(u,v)=
The input to the one-dimensional DWT depicted in Figure 1 is assumed to be of infinite duration. Effecting the DWT on a finite length signal, e.g., an image row or column, necessitates the definition of transform boundary conditions. The boundary conditions define a signal extension, i.e., a definition of the signal outside of its domain.
A boundary condition that is commonly used is the periodic extension in which the finite length signal is viewed as one period of an infinite periodic waveform.
Another example is zero boundary conditions in which the signal is viewed as padded with zeros. Yet another example is reflected boundary conditions where the signal is extended by performing a mirror image of the data.
SUBBAND DECOMPOSITION OF LARGE IMAGES
The invention consists of two main procedures: a compression routine and a rlACmmnrPSSinn (hrowsina) routine_ The comnression routine aroceeds in a similar .....~...r.~~~._.. ~~.-----..~~ ._~_...-- --'- -----r---._.. ._~_...- r=--~_,_ ... , _......-..
fashion as WSQ compression with the advantageous use of a two-level system of memory to accommodate the large image dimensions. In accordance with one aspect of the invention, the image is subdivided into a number of tiles, each of which is processed by a DWT routine. The DWT routine uses tile-dependent boundary conditions and data transfers with invocations of the DWT routine on other image tiles to effectively produce the same output as the DWT routine would output if applied to the entire image while providing a more advantageous usage of both primary and secondary memory. The process can be viewed as an overlap-add implementation of the DWT. The preferred implementation of the invention is based on the four-channel separable DWT of Figure 2. Clearly, non-separable and M-channel filter banks are also applicable.
The Compression Routine Referring now to Figure 5, the compression routine outputs the compressed data in a compressed image data (CID) file which is structured for rapid local multiscale retrieval. The image data is assumed to exist on secondary memory, e.g., a computer hard drive memory, and may be contained in a single file or as a mosaic of subimages with each subimage contained in a separate file. The image data is denoted by t(x,y), where x and y are integers such that 0<_ x<WY and 0:5 y < HI. The tile images are of the same dimensions as I(x,y) but have support restricted to a Wt x Ht subset of the (x,y) coordinates. More specifically, Tj (x,y)_ JI(xY)(xY) E supp[Tj (x, y)1 0, otherwise where supp[Tj (x,Y)l =I(x, y)I t00,ij ~ x < t01,ij ' t10,U ~ Y:!~ tl l,y ~
and where the four corners of a tile are given by tOQ'Y = iWt tOl,ij = min((i + 1)Wt -1, Wi-1) t10,f= jHr tl l'tf = min((j + 1) H t -1, Hf -1).
The number of tile images is given by T -I ~'t~~Ht There are no restrictions on the image dimensions and it is not necessary that W, be 5 divisible by W or that H; be divisible by Ht. The tile images for i=FW /Wt1 -1 and j=rHi /Htl -1 are allowed to have support regions smaller than Wt x Ht. The present invention recognizes that I(x,y) can be represented as a superposition of the tiles, where I (x, y) Tj (x, Y) (1) i j 10 and since the DWT is a linear transformation, the DWT of /(x,y) can be obtained by summing the DWT's of the T,(x,y), i.e., I(s,u,v)(s,u,v), (1a) i j where s is defined above. As will be described below, performing a DWT
separately on the tile images allows for a DWT-based compression to occur on the image with minimal memory requirements.
The T. are processed sequentially in the compression routine. This requires a one-dimensional ordering of the T. that is denoted by B(z) = (i, j) .(That is, the zth image tile to be wavelet transformed is TB(Z) .) The sum in Eqn. (1 a) is not evaluated following the computation of all T j(s, u, v) . Rather, this sum is updated after each ti iteration as Iz(s,u,v)= Tpft\(s,u,V). (2) t=1 "~ l After a given TB(Z)(s,u,v) has been calculated, this update involves only those (s,u,v) esupp[Te(z)(s,u,v)}.(Note that since ho and h, are FIR that the 7~~
have finite support). In the compression routine, the result from Eqn. (1 a) is never stored in its entirety. Periodically, some or all of the DWT coefficients are compressed and written to secondary memory. Those coefficients eligible for compression are 1 TB(Z)(S,u,v)I TB(Z)(S,u,v) = I(s,u,v)I. (3) By sequentially effectlling a DWT on each image tile and updating the sum in Eqn. (2), a DWT-compression of the entire image can be effected with an efficient use of primary memory.
The compression routine is parameterized by W, H;, Wt, and Ht as well as the number of levels L in the subband decomposition; a bit-rate parameter R that specifies the compression ratio; and the analysis filters ho and h,. A flow chart of the compression process is depicted in Figure 5. The routine 110 is started 112 with z=1 and consists of a loop 136 indexed by x that iterates on the T,. The first routine encountered in the loop is Extract Tile 118, which reads the pixel values contained in supp[T;r] from the image data and stores them in primary memory. The image tile is stored in a data structure that contains a description of its support as well as a pointer to the pixel values.
Subroutine DWT 120 (Discrete Wavelet Transform) is then invoked. In practice the DWT of each T. is not effected by operating on the zero-padded W, x H;
array. It is only necessary to provide memory for those values of T,-,{x,y) where (x,y) e supp[TY(x, y)]. The one-dimensional DWT routine operates on the rows and columns of the tile data array with appropriate boundary conditions. The boundary conditions employed in the various calls to the one-dimensional DWT routine are dependent upon the location of tile T, in l. Reflected boundary conditions are used if the corresponding boundary of T. coincides with a boundary of l, otherwise zero boundary conditions are used. Note that DWT 120 effects an expansive transform, that is, the WO 97/18527 ' PCT/US96/17267 number of nonzero coefficients emanating from the routine is generally greater than the number of pixels that are input to it.

Subroutine Add Coefficient 122 is invoked to retrieve the data transfers for T_lj and T, j-1 that were stored on primary or secondary memory by an invocation of subroutine Xfer Data 126 (see below) for an earlier iteration of r, and then adds them to Tj, effectively performing the update in Eqn. (2). Note that this process implies a restriction on 0. Clearly, processing on Tj (x, y) cannot proceed if it has not already occurred on tiles T_1, j(x,y) and T,j_1(x,y).

Subroutine Archive Coefficient 124 is then invoked, which stores in primary memory those wavelet coefficients in Eqn. (3) that were not stored earlier in a coefficient archive. Subroutine Xfer Data 126 stores the data that is recalled in later calls to Add Coef. 122. Two data segments are stored: those that are used when Add Coef. 122 is called for T,;,;+, {T j(u, v)l (u, v) e supp[TiJ] U supp[T+1, j and those that are used when Add Coef. 122 is called for T; ;.f , {Tvu,v)I(u,v) esupp[Tj]nsupp[ ti+ij I-suPP4+1,j}=

The data transfers are accomplished via temporary storage on either primary or secondary memory. Note that it is assumed that supp[Tj J (1 supp[T+2,J ] = 0 and supp[Tj ](1 supp[Tj+2 ] = 0 for all i and j.
Periodically, in subroutine Compress Coefficient 128, some or all of the DWT
coefficients in archive are compressed and written to secondary memory, i.e., they are dumped. Thus, the compression routine proceeds with primary memory continuously being allocated in Archive Coef. 124 and freed in Compress Coef. 128. The z index is WO 97l18527 PCT/US96/17267 then indexed 132 to ti+1 and the loop is repeated 136 until c=T 138, i.e., the number of tiles, and the routine is terminated 138.
In the preferred implementation of the invention, the compression includes scalar quantization followed by zero-run length and Huffman coding of the quantizer indices.
(Other quantization strategies and lossless coding procedures are clearly applicable at this point.) The scalar quantization requires that a bit allocation be performed that selects a bin-width for each subband based on local image statistics. For a given dump it is preferred that all subband statistics correspond to roughly the same region in I.
Although a particular dump may not involve compression of coefficients from all subbands, statistics from all subbands will be utilized in performing an overall bit allocation. The result is a spatially adaptive image compression scheme with the scalar quantizer bin widths and the Huffman codeword lengths a function of spatial location on the image. The number of invocations of DWT 120 between dumps is subband dependent. On each coefficient dump a single Huffman table is generated for each subband that is output.
A two-level hierarchy of coeffcient blocking is used in the compression process.
The first level is necessitated by the fact that the wavelet coefficient archive must be periodically purged (Compress Coef 128), whereupon a rectangular subsection of a subband (i.e., a block) is coded. Moreover, before a dump occurs, each subband block that is output is blocked further into smaller subblocks. The second level of blocking is to provide for fast access to an arbitrary section of the CID file during image browsing.
Upon output in secondary memory, the larger block is referred to as a Huffman block and has header information that describes the Huffman table, the quantizer characteristic, the block support, and an offset table describing the relative offset in the compressed data record of each subblock. The smaller block is referred to as a Huffman subblock. Each Huffman subblock within a particular Huffman block is typically compressed with the same quantizer characteristic and Huffman table.
The CID file has an offset table that describes the offset of each compressed Huffman block.
The Browse Routine WO 97/18527 PCT/[JS96/17267 The browse routine 140 shown in flow diagram form in Figure 6 accesses the CID computer memory file generated by compression routine 110 shown in Figure and generates pixel values for a sequence of window displays. The procedure has the capability for operating in a distributed environment, i.e., where the data is to be decompressed on a different computing platform than where the CID file resides. The client computer sends requests to the server computer that in turn transmits compressed data necessary for synthesizing a monitor window display. The client computer performs the operation of decompressing the received data and creating the computer monitor display. The routine on the client computer side provides for the management of a cache memory that contains data from previous accesses to the CID
file. Any requested data contained in the cache may be retrieved from cache memory instead of from the server computer. The caching scheme is advantageous when an application is limited by transmission bandwidth and is not typically used when the decompression executable file and the CID file reside on the same platform.
Since the subbands Aoos for 0<s<L are obtained by repeated applications of lowpass filtering and two-fold downsampling, they form low resolution representations of the original image data. Browse routine 140 exploits this multiscale property of the subband decomposition. When specifying a view, the user is restricted to selecting a resolution that is a power-of-two times the original image resolution. The display generation then involves the synthesis of the appropriate subsection of Aoos from the CID file. Thus, browse routine 140 extracts a relatively small subset of the wavelet coefficients that is then input to an (L-s)-level inverse DWT.
A request for data from subband A;;S(x,y) is described by the set of (x,y) coordinates defining the subregion to be extracted. This set is denoted by a;;,s where ai~,s ={(x,Y)I xij,s,0 :5 x:5 xij,s,l , YY,s,O ~ Y< Yij,s,1} =

Note that since the window is assumed to be rectangular the a#,s are rectangular also.
Recall that a view at scale s requires wavelet coefficients from Aoos. For s;=L these coefficients are not stored explicitly but must be synthesized from a subset of the coefficients contained in the CID file. The request specifies subsets a,,s for (s,i,j) in K
where K = {0,0,0} U{(0,1,1), (1,0,1), (1,1,1)Is < 1 _ L} .

An overview of browse routine 140 is shown in Figure 6. Procedure 140 is initiated 142 and begins by reading header information 144 from the ClD file that 5 describes the overall structure of this file. The structure information includes the number of levels in the subband decomposition, the image width and height, the supports and coefficient values of the synthesis filters, and an offset table describing the locations of table data and compressed data records. The procedure then invokes subroutine Select View Parameters 146 where the parameters specifying a view 10 request are input. These parameters include the resolution s and the window support aoo,s=
At this point subroutine Determine Supports 148 is invoked, which evaluates the sets a;;,s specifying the wavelet coefficients that must be synthesized from the CID file.
The subsets at level s are related to aao,s-, by the following ~xoo,s-i,o -1,1 xY,s,p = 2 f x0o,s-1,1 - lio xY's'1 _ L 2 rYoo,s-1,o - l;i Y~,s,O = I 2 I
Yij,s,l = Yoo,s-i,i lro where the support of the synthesis filters is given by supp{ho } = [100, 101 ~
supp{lrl } = [110, 111 ]

Subroutine Determine Supports 148 entails the evaluation of these equations for s</<L.
The cache exists on the client and is composed of a cache memory and a cache table. The cache memory contains data from previous subrequest transmissions from the server. For each entry in cache memory there is a cache table entry describing its support. The support of the l-th cache entry for subband A;;,s is denoted by the cache table entry eij,s.,. After a window request is made, subroutine Cache Query 152 (see Figure 7) accesses the cache table and generates a description of the requested data that is contained in cache memory. Clearly, during the first call to Cache Query 152 the cache will be empty. The cache data entries will typicaliy be Huffman compressed coefficient indices but may also contain decompressed wavelet coefficients.
The cache data entries may exist on primary or secondary memory.
For subband A;;s, zero or more cache entries exist. The support of the cache table entries , denoted by e;;,s.,, for 9<I<N,,S, describe the subset of wavelet coefficients contained in the corresponding cache memory entry. The data from A,s that must be obtained from the server is given by {(Aij,s(x'Y)I (x,Y) E R~f,S)} for all (s,i, j) E K, where RI,S = al,s naJ,s nl UeJ,s,l This describes the subset of A#,s required for display that is not present in cache memory. The data that is then transferred from the CID file on the client to the server are the records having support such that ry,s,InR,, s#0 =

These records may be Huffman subblocks or some subset thereof.
Following Cache Query 152 the client transmits 154 the request and waits for the requested data. The server sends 154 the request in the form of a packet of subrequests, each of which consists of compressed data of a rectangular region from a particular subband. The subrequests are received 156 and subroutine Update Cache 158 stores the subrequests from the data transfer in cache memory, purges the least recently used cache entries, and records each cache hit encountered in Cache Query 152. Subroutine Synthesize Subbands 162 is then invoked to decompress the quantizer indices from the compressed data in the request transfer and reconstructs the wavelet coefficients. The procedure then invokes subroutine DWT Inverse 164, which synthesizes the required subset of a00,s =

But DWT Inverse 164 does not calculate the actual pixel values that are used in the window display. This is done by Create Window Pix 166 with the data output by DWT Inverse 164. As an example, the output of DWT Inverse 164 may be in floating point format in which case Create Window Pix 166 casts these values to one-byte words (after a possible rescaling). In another case, the data retrieved may be two-byte words containing, e.g., elevation data. Create Window Pix 166 in this case may generate a shaded relief view of the data. At this step in the browse procedure, if another window is requested 168 the procedure returns 172 to subroutine Select View 146. Otherwise, the program is terminated 174.
The decompression routine discussed above limits the obtainable browse image resolution to a power-of-two times the original image resolution. The generation of arbitrary resolution can be provided by retrieving the closest power-of-two resolution greater than that requested and then performing an interpolation process.
The invention is primarily intended for use in an interactive application.
Initially, the user views a low-resolution representation of the image on a computer monitor that provides an icon of a large portion of, or perhaps the entire, image scene. By using a computer pointing device, such as a mouse, the user can interact with the low resolution image to specify a region and length scale (an image view) for display.
These parameters are then passed to the decompression routine which retrieves the desired view. This process may be repeated with the user interacting with the original low-resolution scene or with subsequent images returned by the decompression routine. During such repeated applications of the decompression routine, the invention also allows for the management of an image cache to store the results of previous data accesses. By utilizing the image cache, the process described herein needs only to retrieve that data requested by the query that is not in cache memory. The caching scheme is particularly advantageous if the data is being accessed over a data link that is slow compared to the computational time associated with the decompression processing.
It will be understood that the above description and the claim nomenclature is presented in a two-dimensional representation for ease of description and nomenclature. The process is equally applicable to a one-dimensional process and a three-dimensional process. Only the designation of subscripts is different and the use of two-dimensional nomenclature should not be construed as limiting the scope of the claimed invention.
The foregoing description of the invention has been presented for purposes of illustration and description and is not intended to be exhaustive or to limit the invention to the precise form disclosed, and obviously many modifications and variations are possible in light of the above teaching. The embodiments were chosen and described in order to best explain the principles of the invention and its practical application to thereby enable others skilied in the art to best utilize the invention in various embodiments and with various modifications as are suited to the particular use contemplated. It Is intended that the scope of the invention be defined by the claims appended hereto.

Claims (28)

WHAT IS CLAIMED IS:
1. A method for selectively viewing areas of an image at multiple resolutions in a computer having a primary memory for data processing and a secondary memory for data storage, the method comprising the steps of:
storing a complete set of image data array l(x,y) representing said image in a first secondary memory of said computer;
defining a plurality of discrete tile image data T ij(x,y) subsets, where said complete set of image data l(x,y) is formed by superposition of said discrete tile image data T ij(x,y);
performing one or more discrete wavelet transformation (DWT)-based compression processes on each said tile image data T ij(x,y) in a selected sequence to output each said discrete tile image data T ij(x,y) as a succession of DWT
coefficients in a succession of subband sets, where one subband of each set is a low-resolution representation of said discrete tile image data T ij(x,y) to form a sequence of low-resolution representations of said image data array l(x,y) to selected resolutions;
maintaining updated sums of said DWT coefficients from said discrete tile image T ij(x,y) to form a seamless DWT of said image and storing said sums in a first primary memory location of said computer;
periodically compressing said sums and transferring said compressed sums to a second secondary memory to maintain sufficient memory in said primary memory for data processing, wherein said second secondary memory contains stored DWT
wavelet coefficients;
selecting a viewing set of said image data array l(x,y) to be viewed at a desired resolution:
determining a viewing subset of said stored DWT wavelet coefficients that support said viewing set of said image data at said desired resolution; and forming from said subset of said stored DWT wavelet coefficients a computer display of said viewing set of said image data at said desired resolution.
2. A method according to Claim 1, wherein the step of performing one or more DWT of each said tile image data includes the step of setting all image data value to zero outside said tile image data to form a tile data array that is supported only over said tile image data subset T ij(x,y) and performing said DWT over said entire tile data array.
3. A method according to Claim 1, where said selected sequence for performing said DWT compression on said tile image data T ij(x,y) is to compress tile image data T i-1,j(x,y) and T ij-1(x,y) before compressing T ij(x,y).
4. A method according to Claim 2, where said selected sequence for performing said DWT compression on said tile image data T ij(x,y) is to compress tile image data T i-1,j(x,y) and T ij-1(x,y) before compressing T ij(x,y).
5. A method according to Claim 1, wherein the step of maintaining updated sums of said DWT coefficients includes the step of retrieving updated sums of DWT
coefficients for T i-1,j(x,y) and T i,j-1(x,y) and adding to coefficients for T ij(x,y).
6. A method according to Claim 2, wherein the step of maintaining updated sums of said DWT coefficients includes the step of retrieving updated sums of DWT
coefficients for T i-1,j(x,y) and T i,j-1(x,y) and adding to coefficients for T ij(x,y).
7. A method according to Claim 3, wherein the step of maintaining updated sums of said DWT coefficients includes the step of retrieving updated sums of DWT
coefficients for T i-1,j(x,y) and T ij-1(x,y) and adding to coefficients for T
ij(x,y).
8. A method according to Claim 4, wherein the step of maintaining updated sums of said DWT coefficients includes the step of retrieving updated sums of DWT
coefficients for T i-1,j(x,y) and Ti,j-1(x,y) and adding to coefficients for T
ij(x,y).
9. A method according to Claim 1, wherein the step of selecting a viewing set of said image data l(x,y) to be viewed at a selected resolution comprises the steps of specifying a set of coordinates (x,y) from said image data array l(x,y) and reading related stored information that includes the number of resolution levels for said subband sets, image width and height, supports and coefficient values for synthesis filters, and an offset table describing the locations of table data and compressed data records.
10. A method according to Claim 1, wherein the step of selecting a viewing subset of said stored DWT wavelet coefficients includes the step of extracting wavelet coefficients corresponding to said viewing set and the corresponding synthesis filters for decompressing said wavelet coefficients.
11. A method according to Claim 1, further including the step of establishing a cache memory for storing decompressed wavelet coefficients for each said computer display that is formed.
12. A method according to Claim 11, wherein the step of selecting a viewing subset of said stored DWT wavelet coefficients includes a first step of determining whether said coefficients are stored in said cache memory.
13. A method for compressing a large digital image for storage in a computer memory, the method comprising the steps of:
storing a complete set of image data array l(x,y) representing said image in a first memory location of said computer;
defining a plurality of discrete tile image data T ij(x,y) subsets of said I(x,y), where said l(x,y) is formed by superposition of said T ij(x,y);
performing on a computer one or more discrete wavelet transformation (DWT)-based compression processes over each said tile image data T ij(x,y) in a selected sequence to output each said T ij(x,y) as a succession of DWT coefficients in a succession of subband sets, where one subband of each set is a low-resolution representation of said T ij(x,y) to form a sequence of low-resolution representations of said l(x,y) to selected resolutions; and maintaining updated sums of said DWT coefficients from said discrete tile image T ij(x,y) to form a seamless DWT of said l(x,y) and storing said sums in a second memory location of said computer.
14. A method according to Claim 13, further including the step of:
periodically compressing said sums and transferring said compressed sums to a second secondary memory to maintain sufficient memory in said primary memory for data processing.
15. A method according to Claim 13, wherein the step of performing one or more DWT of each said tile image data includes the step of setting all image data value to zero outside said tile image data to form a tile data array that is supported only over said tile image data subset T ij(x,y) and performing said DWT over said entire tile data array.
16. A method according to Claim 13, where said selected sequence for performing said DWT compression on said tile image data T ij(x,y) is to compress tile image data T i-1,j(x,y) and T i,j-1(x,y) before compressing T ij(x,y).
17. A method according to Claim 15, where said selected sequence for performing said DWT compression on said tile image data T ij(x,y) is to compress tile image data T i-1,j(x,y) and T i,j(x,y) before compressing T ij(x,y).
18. A method according to Claim 13, wherein the step of maintaining updated sums of said DWT coefficients includes the step of retrieving updated sums of DWT
coefficients for T i-1,j(x,y) and T i,j-1(x,y) and adding to coefficients for T ij(x,y).
19. A method according to Claim 14, wherein the step of maintaining updated sUms of said DWT coefficients includes the step of retrieving updated sums of DWT
coefficients for T i-1,j(x,y) and T i,j-1(x,y) and adding to coefficients for T ij(x,y).
20. A method according to Claim 15, wherein the step of maintaining updated sums of said DWT coefficients includes the step of retrieving updated sums of DWT
coefficients for T i-1,j(x,y) and T i,j-1(x,y) and adding to coefficients for T ij(x,y).
21. A method for selectively viewing areas of an image at multiple resolutions in a computer having a primary memory for data processing and a secondary memory for data storage, the method comprising the steps of:
storing a complete set of image data array l(x,y) representing said image in a first secondary memory of said computer;
defining a plurality of discrete tile image data T ij(x,y) subsets, where said complete set of image data l(x,y) is formed by superposition of said discrete tile image data T ij(x,y);
performing one or more discrete wavelet transformation (DWT)-based compression processes on each said tile image data T ij(x,y) in a selected sequence to output each said discrete tile image data T ij(x,y) as a succession of DWT
coefficients in a succession of subband sets, where one subband of each set is a low-resolution representation of said discrete tile image data T ij(x,y) to form a sequence of low-resolution representations of said image data array l(x,y) to selected resolutions;
selecting a viewing set of said image data array l(x,y) to be viewed at a desired resolution:
determining a viewing subset of said DWT wavelet coefficients that support said viewing set of said image data at said desired resolution; and forming from said subset of said DWT wavelet coefficients a computer display of said viewing set of said image data at said desired resolution.
22. A method according to Claim 21, wherein the step of performing one or more DWT of each said tile image data includes the step of setting all image data value to zero outside said tile image data to form a tile data array that is supported only over said tile image data subset T ij(x,y) and performing said DWT over said entire tile data array.
23. A method according to Claim 21, where said selected sequence for performing said DWT compression on said tile image data T ij(x,y) is to compress tile image data T i-1,j(x,y) and T i,j-1(x,y) before compressing T ij(x,y).
24. A method according to Claim 22, where said selected sequence for performing said DWT compression on said tile image data T ij(x,y) is to compress tile image data T i-1,j(x,y) and T i,j-1(x,y) before compressing T ij(x,y).
25. A method according to Claim 21, wherein the step of selecting a viewing set of said image data l(x,y) to be viewed at a selected resolution comprises the steps of specifying a set of coordinates (x,y) from said image data array l(x,y) and reading related stored information that includes the number of resolution levels for said subband sets, image width and height, supports and coefficient values for synthesis filters, and an offset table describing the locations of table data and compressed data records.
26. A method according to Claim 1, wherein the step of selecting a viewing subset of said DWT wavelet coefficients includes the step of extracting wavelet coefficients corresponding to said viewing set and the corresponding synthesis filters for decompressing said wavelet coefficients.
27. A method according to Claim 21, further including the step of establishing a cache memory for storing decompressed wavelet coefficients for each said computer display that is formed.
28. A method according to Claim 27, wherein the step of selecting a viewing subset of said DWT wavelet coefficients includes a first step of determining whether said coefficients are stored in said cache memory.
CA 2236943 1995-11-14 1996-10-28 Storage and retrieval of large digital images Expired - Lifetime CA2236943C (en)

Applications Claiming Priority (3)

Application Number Priority Date Filing Date Title
US08/557,475 US5710835A (en) 1995-11-14 1995-11-14 Storage and retrieval of large digital images
US08/557,475 1995-11-14
PCT/US1996/017267 WO1997018527A1 (en) 1995-11-14 1996-10-28 Storage and retrieval of large digital images

Publications (2)

Publication Number Publication Date
CA2236943A1 CA2236943A1 (en) 1997-05-22
CA2236943C true CA2236943C (en) 2008-02-12

Family

ID=29406033

Family Applications (1)

Application Number Title Priority Date Filing Date
CA 2236943 Expired - Lifetime CA2236943C (en) 1995-11-14 1996-10-28 Storage and retrieval of large digital images

Country Status (1)

Country Link
CA (1) CA2236943C (en)

Also Published As

Publication number Publication date
CA2236943A1 (en) 1997-05-22

Similar Documents

Publication Publication Date Title
US5710835A (en) Storage and retrieval of large digital images
US5497435A (en) Apparatus and method for encoding and decoding digital signals
US5867602A (en) Reversible wavelet transform and embedded codestream manipulation
JP3436832B2 (en) Wavelet transform filter
US7068849B2 (en) Method and apparatus for compression using reversible wavelet transforms and an embedded codestream
US6195465B1 (en) Method and apparatus for compression using reversible wavelet transforms and an embedded codestream
JP3302229B2 (en) Encoding method, encoding / decoding method and decoding method
Starck et al. Astronomical image compression based on noise suppression
WO2001069585A1 (en) System and method for efficient transmission and display of image details by re-usage of compressed data
CA2236943C (en) Storage and retrieval of large digital images
Kutil Significance map-based adaptive wavelet zerotree codec (SMAWZ)
Strobel et al. Approach to efficient storage, retrieval, and browsing of large-scale image databases
GB2313757A (en) Method using an embedded codestream
Albanesi Thresholding wavelets for image compression
Deng An interpolative subband coding algorithm for lossless image compression
Levy et al. A hybrid fractal-wavelet transform image data compression algorithm
Wei Image data compression using wavelet decomposition
Manikanta et al. Wavelet based Image Compression to Gray Scale images using SPIHT, EZW and SOFM
Joung et al. JPEG Browse using Block Transform Domain Filtering in Subband Filter Banks
Hoffman Image quality measures for evaluation of data compression methods

Legal Events

Date Code Title Description
EEER Examination request
MKEX Expiry

Effective date: 20161028