1. What was used to calculate the derivative of the total error with respect to each weight in the network?
Backpropagation was used to compute the derivative of the total error with respect to each weight in the network and a conjugate gradient method was then used to update the weights2.
read more
2. What have the authors contributed in "Vision-based robot localization without explicit object models" ?
The authors consider the problem of locating a robot in an initially-unfamiliar environment from visual input.. The authors avoid this by using an approach in which the robot learns to convert a set of image measurements into a representation of its pose ( position and orientation ).. This provides a metric estimate of the robot 's location within a region covered by the statistical map the authors build.. The experimental data reported in this paper suggests that the accuracy and exibility of the technique is good, while the on-line computational cost is very low.
read more
3. What is the purpose of the inconsistency measure?
Not only does the inconsistency measure allow outliers or incorrect pose estimates to be rejected, it also provides a mechanism for orientation estimation for a moving camera without the need to train the system using data from multiple orientations.
read more
4. How many weights are used to estimate a particular pose?
The estimate of a particular pose component qi is obtained by computing a weighted sum of the outputs oj of the units in the associated output set:qi = Xj2 iojvj : (8)After training, inputs for which the output vector is inconsistent with a Gaussian distribution are rejected, thus eliminating some cases that would otherwise be in error.
read more


