- Two Brodatz textures where chosen.
- Random points were chosen inside the image. The following code was used to generate the points inside the image. /usr/sci/crcnsdata/CRCNS/Synapses/Code/Matlab/20080721/getPointsFromTexture.m
- The features explained in this blog where generated using the code following code. /usr/sci/crcnsdata/CRCNS/Synapses/Code/Matlab/20080721/momentCalc.m. The features are the same. The only difference is that in that experiment the features were generated for SIFT key points where as here it is for random points.
- Then the classifier was run over the dataset. The results are as follows.
The classifier would not classify the images correctly. The distribution of the attributes used in the stumps in few of the nodes are noted below. The histograms of different attributes are shown as below:
- The blue gives the distribution of the particular attribute for the given data points at that node.
- The green histogram is the distribution of the positive synapse regions alone.
- The red histogram is the distribution of the negative synapse regions alone.
The below graphs are the different metrics of the classifier that is learned, These are results of one of the successful runs where all 8 nodes of the cascade where constructed. But in most other runs the classifier failed.
The next step is to modify the experiment to fit in the linear classifier instead of the Decision stump classifier.
No comments:
Post a Comment