Reviews: Training recurrent networks to generate hypotheses about how the brain solves hard navigation problems
–Neural Information Processing Systems
An LSTM recurrent neural network is trained to perform simultaneous localization and mapping (SLAM) tasks, given noisy odometry data and occasional input from contacts with walls. The paper is well written and I find it interesting to study recurrent neural network solutions of SLAM. But the idea of using LSTM-RNNs for SLAM problems is not new (as the authors mention in the discussion, line 256) and the results do not really surprise me. Given the amount of training trials, the network has presumably seen sufficiently many trajectories (and variations of the environment) to perform well on most test examples (and if the difference between training and testing error is too large, follow the standard recipes and tune the number of hidden neurons and the number of training trials). A more interesting result would be it the LSTM-RNN would generalize to out of distribution samples, i.e. if its performance would be comparable to that of a PF SLAM in totally different environments than the ones seen during training.
Neural Information Processing Systems
Oct-7-2024, 22:28:03 GMT
- Technology: