Slashdot Mirror


Searching by Image Instead of Keywords

Content based image retrieval (CBIR), the technique to search for images not by keywords, but by comparing features of the images themselves has been the focus of much research ever since the web emerged. Consider for instance adding CBIR to Google Images, where you would be able to search for images similar to a query image instead of using keywords. A research project at Penn State University has recently been applied to the biggest aviation photo database in the world with close to 800,000 images. You can search for images similar to a photo already in their database (click "View similar photos") or submit your own query image. Some queries generate better results than others but CBIR is certainly here to stay and will be standard in many image applications of the future.

4 of 184 comments (clear)

  1. Some relevant research papers by FleaPlus · · Score: 5, Informative

    There's a bunch of interesting papers out there on content-based image analysis and retrieval. Below is a sampling from my bibtex file. Does anyone else have others they'd like to share?

    * Finding Naked People (Fleck et al, 1996)

    * Video google: A text retrieval approach to object matching in videos (Sivic & Zisserman, 2003): web page demo here

    * Names and Faces in the News (Berg et al, 2004)

    * FACERET: An Interactive Face Retrieval System Based on Self-Organizing Maps (Ruiz-del-Solar et al, 2002)

    * Costume: A New Feature for Automatic Video Content Indexing (Jaffre 2005)

  2. One more: automatic film character retrieval by FleaPlus · · Score: 3, Informative

    I forgot one more, where specific faces were automatically retrieved from feature-length movies and Fawlty Towers:

    Automatic Face Recognition for Film Character Retrieval in Feature-Length Films (Arandjelovic & Zisserman, 2005)

    The objective of this work is to recognize all the frontal faces of a character in the closed world of a movie or situation comedy, given a small number of query faces. This is challenging because faces in a feature-length film are relatively uncontrolled with a wide variability of scale, pose, illumination, and expressions, and also may be partially occluded. We develop a recognition method based on a cascade of processing steps that normalize for the effects of the changing imaging environment. In particular there are three areas of novelty: (i) we suppress the background surrounding the face, enabling the maximum area of the face to be retained for recognition rather than a subset; (ii) we include a pose refinement step to optimize the registration between the test image and face exemplar; and (iii) we use robust distance to a sub-space to allow for partial occlusion and expression change. The method is applied and evaluated on several feature length films. It is demonstrated that high recall rates (over 92%) can be achieved whilst maintaining good precision (over 93%).

  3. Re:Wow by theguyfromsaturn · · Score: 4, Informative

    If you are only interested in searching for images on your own computer, have a look at imgSeek. http://imgseek.python-hosting.com/

    It's been around for some time now. You can not only use an existing image to search, but also do a rough sketch. Check the screenshots:

    Nice complement to what has been presented in this article.

    --
    I like my dinosaurs feathery, and my pterosaurs hairy (or is it pycnofibery?)
  4. Oh, you mean like imgseek? by mr_zorg · · Score: 3, Informative

    Oh, you mean like imgseek?