image query wavelets

Upload: pamasadi-syahrir-hadadi-baalawi

Post on 03-Apr-2018

224 views

Category:

Documents


1 download

TRANSCRIPT

  • 7/28/2019 Image Query Wavelets

    1/39

    Fast multiresolution image querying

    CS474/674Prof. Bebis

  • 7/28/2019 Image Query Wavelets

    2/39

    Paper

    Jacobs, A. Finkelstein, and D. Salesin, Fast

    multiresolution image quering,Proceedings ofSIGGRAPH, pp. 277-286, 1995

  • 7/28/2019 Image Query Wavelets

    3/39

    Problem

    Search an image database to retrieve images that are

    similar to a query image.

    query by content or

    query by example

    Typically, the Kbestmatches are reported.

  • 7/28/2019 Image Query Wavelets

    4/39

    Challenges

    What features to use?

    How to tolerate image distortions?

    How to organize the data? How to search fast?

    How to reduce storage requirements?

  • 7/28/2019 Image Query Wavelets

    5/39

    Image Distortions

    This study considers two types of image distortion:

    A low-resolution image from a scanner or video camera.

    A rough sketch of the image painted by the user.

    painted low resolution target

  • 7/28/2019 Image Query Wavelets

    6/39

    Tolerating Image Distortions

    Need to design an effective image query metric that

    can accommodate image distortions as well as

    distinguish the target image from the rest of the

    database.

    The metric should be tunable to better account for

    the types of image distortions anticipated in the queryimage.

  • 7/28/2019 Image Query Wavelets

    7/39

    Tolerating Image Distortions (contd)

    Traditional metrics based on theL1and L2norms

    cannot handle inexact matching and are time

    consuming.

    L1

    L2

    Q: query

    T: target

    Experiments (i.e., this paper) using these metrics have

    shown that the target image is in the highest 1% of the retrieved

    images only 3% of the time.

  • 7/28/2019 Image Query Wavelets

    8/39

    Fast Retrieval

    Retrieval should be fast enough to handle tens of

    thousands of images at interactive rates.

    Efficient image

    representation

    Efficient database

    organization

    Fast metric computation

  • 7/28/2019 Image Query Wavelets

    9/39

    Proposed Method: Key Ideas

    Multi-resolution image decomposition using Haar

    wavelets.

    Compute a signature for each image, based on

    (truncated and quantized) Haar wavelet coefficients.

    Signature has low storage requirements.

  • 7/28/2019 Image Query Wavelets

    10/39

    Proposed Method: Key Ideas (contd)

    Compute image similarity using a metric that

    compares how many significant wavelet coefficients

    the query has in common with potential targets.

    Metric can be tuned (i.e., using statistical analysis) to

    accommodate specific image distortions.

    Organize data properly to facilitate fast computation of

    the metric and speed-up search.

  • 7/28/2019 Image Query Wavelets

    11/39

    User Interface

    Returns 20 highest-

    ranked targets at

    interactive rates!.

    Can process a 128 x

    128 image query on a

    database of 20,000

    images in under 0.5

    seconds*.

    *Faster processing times should be

    possible using current technology!

  • 7/28/2019 Image Query Wavelets

    12/39

    Why using wavelets?

    The use of wavelets allows the resolutions of the

    query and target images to be different .

    Wavelet decompositions are fast to compute and yield

    a small number of coefficients.

    The signature can be extracted from a wavelet-compressed version of the image directly.

  • 7/28/2019 Image Query Wavelets

    13/39

    Components of the metric

    Color space:

    Experimented with RGB, HSV, and YIQ color spaces.

    Wavelet transform was applied on each color channel

    separately.

    YIQ gave the best performance (i.e., for their data).

  • 7/28/2019 Image Query Wavelets

    14/39

    Components of the metric

    Wavelet type:

    Haar wavelets are the fastest to compute and simplest to

    implement.

    Other types of wavelets might give better results but at a

    higher cost.

  • 7/28/2019 Image Query Wavelets

    15/39

    Components of the metric (contd)

    Decomposition type:

    Experimented both with standard and non-standard

    decompositions for all three color spaces.

    Standard decomposition worked best (i.e., both for scanned

    and painted queries).

  • 7/28/2019 Image Query Wavelets

    16/39

    Components of the metric (contd)

    Truncation:

    128 x 128 image 1282 = 16,384 wavelet coefficients for

    each color channel!

    Keep only the coefficients with largest magnitude.

    Accelerates the search for a query.

    Reduces storage requirements.

    Improves discriminatorypower of metric!

    The 60 largest coefficients in each channel worked best for paintedqueries.

    The 40 largest coefficients in each channel worked best for scanned

    queries.

  • 7/28/2019 Image Query Wavelets

    17/39

    Components of the metric (contd)

    wavelet

    decomposition

    truncated

    coefficients

  • 7/28/2019 Image Query Wavelets

    18/39

    Components of the metric (contd)

    Quantization:

    Quantize each of the retained coefficients into three levels:

    +1, 0 and -1

    Large positive coefficients are quantized to +1

    Large negative coefficients are quantized to -1

    Improves discriminatorypower of metric!

    The mere presence orabsence of these coefficients appears to be

    more important than their precise magnitudes.

    Improves speed and reduces storage requirements.

  • 7/28/2019 Image Query Wavelets

    19/39

    Components of the metric (contd)

    truncated

    coefficients

    truncated and

    quantized coefficients

  • 7/28/2019 Image Query Wavelets

    20/39

    Components of the metric (contd)

    Normalization:

    Basis functions are normalized so they become orthonormal

    to each other (see lecture slides on wavelets).

  • 7/28/2019 Image Query Wavelets

    21/39

    Wavelet-based metric

    Suppose Q and T represent a single channel of the

    wavelet decomposition of the query and target images.

    Let Q[0, 0] and T[0, 0] be the scaling function

    coefficients (i.e., average intensity of that channel).

    Let and represent the truncated, quantized

    wavelet coefficients of Q and T (i.e., -1,0,1).

    (assume ) wi,j : weights (to be determined)

    [ , ]Q i j [ , ]T i j

    [ , ] [ , ] 0Q i j T i j

  • 7/28/2019 Image Query Wavelets

    22/39

    Simplifying the metric (contd)

    Replace with ( [ , ] [ , ])Q i j T i j ( [ , ] [ , ])Q i j T i j

    (new metric was found to be as effective as the previous one)

  • 7/28/2019 Image Query Wavelets

    23/39

    Simplifying the metric (contd)

    Group terms together into "buckets" so that only a

    small number of weights wi, jneeds to be determined

    experimentally.

    i,j

  • 7/28/2019 Image Query Wavelets

    24/39

    Simplifying the metric (contd)

    Consider only the terms for which

    Even faster computation.

    Allows for a query without much detail to match a very

    detailed target image.

    [ , ] 0Q i j

    i,j

  • 7/28/2019 Image Query Wavelets

    25/39

    Fast metric implementation

    (depends to data organization) The majority of database images will not match the query.

    It would be quicker to count the number ofmatching

    coefficients than the number ofmismatching coefficients.

  • 7/28/2019 Image Query Wavelets

    26/39

    Fast metric implementation (contd)

  • 7/28/2019 Image Query Wavelets

    27/39

    Fast metric implementation (contd)

    The term does not depend on the target

    image.

    Ignore it for the purpose of ranking the different targetimages:

  • 7/28/2019 Image Query Wavelets

    28/39

    Example

  • 7/28/2019 Image Query Wavelets

    29/39

    Algorithm

    Preprocessing

    (1) Perform a standard 2D Haar wavelet decomposition of

    every image in the database.

    (2) Store T[0,0] for each color channel and the indices and

    signs of the m wavelet coefficients of largest magnitude.

    (3) Organize the indices for all the images into a single data

    structure to optimize searching.

  • 7/28/2019 Image Query Wavelets

    30/39

    Algorithm (contd)

    Querying

    (1) Perform the same wavelet decomposition on the query

    image.

    (2) Throw away all but the average color and the largest m

    coefficients.

    (3) Compute the score of each target image using the above

    equation.

  • 7/28/2019 Image Query Wavelets

    31/39

    Data OrganizationSearch Arrays

    To optimize the search process, the m coefficients from

    every image are organized into a set ofsix 2D arrays (i.e.

    search arrays).

    There is an array for every combination of sign (+ or -)and color channel (Y, I, and Q):

    contains a list of all images T having a large positive

    wavelet coefficient T[i, j] in color channel c.

    [ , ]cD i j

  • 7/28/2019 Image Query Wavelets

    32/39

    Querying Using Search Arrays

    Compute a score for each target image by looping through each

    color channel c.

    Return top 20 matches

  • 7/28/2019 Image Query Wavelets

    33/39

    Querying Using Search Arrays (contd)

    Steps

    (1) Compute the difference between the querys averageintensity in that channel Qc[0, 0] and those in the database.

    (2) For each of the m nonzero, truncated wavelet coefficients

    Qc

    [i, j], go through the list corresponding to Dc

    +[i, j] orDc- [i, j] (i.e., depending on the sign of Q

    c[i, j]).

    (3) Update the score of each image found in those lists.

  • 7/28/2019 Image Query Wavelets

    34/39

    Weights wij

    The functionbin(i, j) groups different coefficients into a

    small number of bins (i.e., 6 bins per color channel):

    bin(i, j) = min(max(i, j), 5)

    Each bin is weighted by some constant w[b]

    Weights were determined using a statistical test (see paper).

  • 7/28/2019 Image Query Wavelets

    35/39

    Examples

    Query examples using painted/scanned queries

    (ranks for database sizes: 1093 | 20,558)

  • 7/28/2019 Image Query Wavelets

    36/39

    Examples (contd)

    (ranks for database sizes: 1093 | 20,558)

    Interactive query examples using painted queries:

  • 7/28/2019 Image Query Wavelets

    37/39

    Some Results

    Success rate:

    Lq : proposed metric

    Percentage of queries

    whose correct target

    was ranked among the

    top 1% of images ina database of 1093

    images.

  • 7/28/2019 Image Query Wavelets

    38/39

    Some Results (contd)

    Time requirements:

    Lq : proposed metric

    Average times to match

    a single query in a

    database of 1093/20,558images.

  • 7/28/2019 Image Query Wavelets

    39/39

    Extension

    V. Nikulin and G. Bebis, "Multiresolution Image

    Retrieval Through Fusion", SPIE Electronic Imaging(Storage and Retrieval Methods and Applications for

    Multimedia), San Jose, January 2004.