Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

ricardodeazambuja/IJCNN2017-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IJCNN2017-2

Experiments used for the paper accepted for presented at IJCNN2017

Neurorobotic Simulations on the Degradation of Multiple Column Liquid State Machines

Abstract:

Two different configurations of Liquid State Machine (LSM), a special type of Reservoir Computing with internal nodes modelled as spiking neurons, implementing multiple columns (Modular and Monolithic approaches) are tested against the decimation of neurons, connections and entire columns in order to verify which one can better withstand the damage. Based on the neurorobotics outlook, this work is part of a bigger project that aims to apply artificial neural networks to the control of humanoid robots. Therefore, as a benchmark, we made use of a robotic task where an LSM is trained to generate the joint angles needed to command a simulated version of the collaborative robot BAXTER to draw a square on top of a table. The final drawn shape is analysed through Dynamical Time Warping to generate a cost value based on how close the produced drawing is to the original shape. Our results show both approaches, Modular and Monolithic, had a similar behaviour, however the Modular was better at withstanding the decimation of neurons when it was concentrated in a single column.

This article makes use of the same data generated with the code from Graceful Degradation under Noise on Brain Inspired Robot Controllers, therefore the readout weights are the same.

Testing was done through a series of notebooks

  1. Modular system
  1. Monolithic system
  1. Generation of the Cartesian points

  2. DTW cost

OBS:

Preprint version:

Bibtex citation:

https://github.com/ricardodeazambuja/IJCNN2017-2/blob/master/de_azambuja_decimation_2017.bib

Final IEEE Xplore version:

http://ieeexplore.ieee.org/document/7965834/

Related works: