The abstract RNN trained with MPPCA-ext did best at the grasping task, and NGPCA-constV was better then NGPCA (table 6.1). Furthermore, both NGPCA and NGPCA-constV were sensitive to the parameter set. A good performance was only achieved with fine tuned parameters different from the ones used in chapter 4. Kernel PCA could compete with the local PCA mixture models on the grasping performance, but not on the recall speed, which was about 2 000-times slower. All of the new methods presented in this thesis were better than a look-up table; the multi-layer perception failed since it cannot cope with redundant arm postures (see also section 4.5).
|
Over five different training cycles, the performance of the local PCA mixture models varied only slightly (table 6.2). MPPCA-ext and NGPCA-constV showed less variation compared to NGPCA. The advantage both have over NGPCA is probably also related to the difference in the distribution of assigned patterns per unit (or prior probabilities per unit in the MPPCA-ext case). MPPCA-ext and NGPCA-constV resulted in bell-shaped distributions; NGPCA resulted in a second peak with 34 units that have less than eight assigned patterns (figure 6.8).
In the presence of noise, the abstract RNN (tested with MPPCA-ext) showed a more robust performance than the look-up table (table 6.3). A second training data set was generated with noise uniformly drawn from the interval [- 0.1;0.1] and added to each component of each pattern. On this set, the number of successful grasps decreased only from 95% to 91% for the abstract RNN; for the look-up table, it decreased from 87% to 57%.
The last test, also using MPPCA-ext, demonstrates the utility of the population code (table 6.4). Two data-processing variants were used. The first had no population codes; each training pattern contained the brick's center of mass in the contrast image, the tilt angle of the main axis of the brick within the image, and the 12 joint angles. Here, despite the reduced dimensionality (15 compared to 68), the number of successful grasps decreased from 95% to 90%. The second variant used the same image processing as in section 6.2.3, but did not encode redundantly the joint angles. This variant decreased the success rate from 90% to 83%.
|
|
|