1. Introduction
Two sequential stages are typical in current machine learning methodologies for object segmentation [1], [2]: (i) rigid detection (coarse step) and (ii) non-rigid segmentation (fine step). The first step (rigid detection) is of crucial importance, since it reduces the search running time and training complexities. This paper achieves a complexity reduction of the rigid detection
State-of-the-art rigid detection produces in practice, translation, rotation and scaling of the visual object, (e.g [3]), i.e. R = 5. In this paper, the rigid detection space achieves M < R, where M in the intrinsic dimension of the manifold. See Section 6.1.
by using a manifold learning algorithm. This is an atlas-based segmentation, in sense that the manifold partitions (by soft clustering) the data into several patches using two distinct assumptions: (i)preserving the angular within a patch using a smaller number of points and (ii) the distance (i.e. neighborhood) within these points [4]. Each patch in the learned manifold provides a segmentation proposal. Since multiple patches are obtained, multiple segmentations should be combined. In this paper, a novel strategy to accomplish this is developed. More specifically, a DBN multi-classifier for final segmentation is proposed. This means that a multi-atlas segmentation strategy is followed, i.e. the different segmentations are fused within patches, in which the weights are given by the deep belief network classifiers.