Greg 2006 Material

From Vision Wiki
Jump to navigation Jump to search

Current Research

Current research:


  • Pyramid Matching
    • Started as an EE148 project with Will Coulter (see our old project page)
    • This summer I'm trying to improve performance in various ways (see Summer 2006 Notebook)
    • This will hopefully be a good vehicle for testing some new projects (see below)


  • The Fade Cascade is our attempt to allow decision cascade algorithms (e.g. Viola and Jones face detection) to learn with fewer training examples. This is a collaboration with Jeff Edlund.


  • Cat detector (a project with Francois Fleuret)
    • Traditional human face- detection algorithms may fail in more complex situations
    • Example: cats pictures differ a great deal in pose, species, etc.
    • Scan real images: does Pyramid Matching achieve acceptable performance?


  • Detection of Objects in Many (>100) Object Categories
    • I plan on exploting 3 different techniques to make this computationally feasible in realtime.
      • Coarse-to-fine object detection
        • Examples: Fleuret and Geman, Viola and Jones
        • Run coarse or simple detectors first to find areas that deserve more attention
        • Run fine or complex
      • Train on meta-categories, like "animal" or "tool" (new?)
        • Does it work?
      • Eigenmodels (new?)
        • Work out formalism
        • Tests

These topics are interrelated:

Future Research

Topics that haven't been fleshed out yet:


Griffin TODO.png