MLCVDec 18, 2017

Deformable Classifiers

arXiv:1712.06715v12 citations
Originality Incremental advance
AI Analysis

This addresses the problem of handling rigid and non-rigid object transformations in computer vision, offering an incremental improvement for tasks like object support computation.

The paper tackles the challenge of object recognition under geometric variations by introducing a framework for training deformable classifiers that compute transformations to a reference pose for each class, achieving state-of-the-art results on rotated MNIST and Google Earth datasets and competitive performance on MNIST and CIFAR-10 with limited data.

Geometric variations of objects, which do not modify the object class, pose a major challenge for object recognition. These variations could be rigid as well as non-rigid transformations. In this paper, we design a framework for training deformable classifiers, where latent transformation variables are introduced, and a transformation of the object image to a reference instantiation is computed in terms of the classifier output, separately for each class. The classifier outputs for each class, after transformation, are compared to yield the final decision. As a by-product of the classification this yields a transformation of the input object to a reference pose, which can be used for downstream tasks such as the computation of object support. We apply a two-step training mechanism for our framework, which alternates between optimizing over the latent transformation variables and the classifier parameters to minimize the loss function. We show that multilayer perceptrons, also known as deep networks, are well suited for this approach and achieve state of the art results on the rotated MNIST and the Google Earth dataset, and produce competitive results on MNIST and CIFAR-10 when training on smaller subsets of training data.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes