Building Classification Cascades
for
|
|
Summary |
In this project, we attempt to
solve the problem of object identification
(OID), which is specialized recognition where the category is known
(for example cars or faces) and the algorithm recognizes an object's
exact identity (such as Bob's BMW). For example, we might be
given images of cars like these: and be asked to find which of the 4 cars on right are the same as either of the 2 on the left. Two special challenges characterize OID:
|
Publications |
Andras Ferencz, Erik
Learned-Miller,
Jitendra Malik. Learning to Locate Informative Features for
Visual Identification. Draft: submitted to IJCV Special Issue: Learning for Vision, 2007. PDF Vidit Jain, Andras Ferencz, Erik Learned-Miller. Discriminative Training of Hyper-feature Models for Object Identification. In Proceedings of British Machine Vision Conference, 2006. PDF [Project Page @ UMass Amherst] Andras Ferencz, Erik Learned-Miller, Jitendra Malik. Building a Classification Cascade for Visual Identification from One Example. ICCV 2005. PDF Andras Ferencz, Erik Learned-Miller, Jitendra Malik. Learning Hyper-Features for Visual Identification. Neural Information Processing Systems, 2004. PDF |
Presentations |
Dissertation
Talk. March 2005. PDF
NIPS*05 Interclass Transfer Workshop. [PDF] |
ExampleResults
|
Car and face classification examples (with
the matched patches marked). |
Downloads
|
Our car data set and an implementation of our system is available for download here.
|
Martians
|
The learning problem
that must be solved in visual identification (steps 1 & 2 above) is
best demonstrated with an example: If we knew nothing about Martians, finding Bob after having seen only a single image of him before, would be impossible. However, with a training set of other Martians, even if Bob is not in this set, the problem becomes tractable. |