Connexions

You are here: Home » Content » Image Querying with Complex Wavelets: Summary and Potential Future Work
Content Actions
Lenses

What is a lens?

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

This content is ...
Affiliated with (?)
This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • This module is included inLens: Rice University ELEC 301 Project Lens
    By: Rice University ELEC 301As a part of collection:"ECE 301 Projects Fall 2003"

    Click the "Rice University ELEC 301 Projects" link to see all content affiliated with them.

    Rice University ELEC 301 Projects
  • This module is included inLens: Rice University OpenCourseWare
    By: OpenCourseWare ConsortiumAs a part of collection:"ECE 301 Projects Fall 2003"

    Click the "Rice University OCW" link to see all content affiliated with them.

    Rice University OCW
Tags

(?)

These tags come from the endorsement, affiliation, and other lenses that include this content.

Image Querying with Complex Wavelets: Summary and Potential Future Work

Module by: Tom Mowad, Venkat Chandrasekaran

Conclusions

Our work shows promising results in finding shifted versions of an image in a reasonably sizeable database, in addition to finding blurred and hand-drawn images. The approach of Jacobs, et al. has a significantly lower hit rate for shifted images.

Possible Future Work

While our approach is more accurate for shifted images, it is somewhat less space efficient and takes somewhat longer to compute signatures using our scheme. Therefore, something we would like to see is a transform that does the work of the 2D CDWT and the DFT together. While this doesn’t greatly effect search time, this would speed up preprocessing time by requiring only a single computation per image, and webcrawlers could be twice as effective at finding images and adding them to the database of image signatures. It could also lead to a more natural way of performing image querying.
We would also like to see how well our algorithm could be optimized, though this was not a major goal of our project. For example, what kind of space versus time versus accuracy tradeoff would be made by taking the hundred highest magnitude coefficients versus the top sixty?
A final aim of potential future research could be to apply this sort of querying scheme with low resolution queries to databases of other kinds of data. Video might be an option, though it is unclear as to how the query data would be created. Music might be a more reasonable option, where the user could hum a favorite song which could be matched to a MIDI version of the song. The hum could represent a coarse-scale version of the desired song just as the query image represented a coarse-scale version of the desired image.

Comments, questions, feedback, criticisms?

Send feedback