
Dynamic neuronal networks efficiently achieve classification in
robotic interactions with real-world objects
Pakorn Uttayopas, Xiaoxiao Cheng, Udaya Bhaskar Rongala,
Henrik J¨orntell, Etienne Burdet
Abstract
Biological cortical networks are potentially fully recurrent networks without any distinct output
layer, where recognition may instead rely on the distribution of activity across its neurons. Because
such biological networks can have rich dynamics, they are well-designed to cope with dynamical
interactions of the types that occur in nature, while traditional machine learning networks may
struggle to make sense of such data. Here we connected a simple model neuronal network (based
on the ’linear summation neuron model’ featuring biologically realistic dynamics (LSM), consisting
of 10 of excitatory and 10 inhibitory neurons, randomly connected) to a robot finger with multiple
types of force sensors when interacting with materials of different levels of compliance. Scope: to
explore the performance of the network on classification accuracy. Therefore, we compared the
performance of the network output with principal component analysis of statistical features of the
sensory data as well as its mechanical properties. Remarkably, even though the LSM was a very
small and untrained network, and merely designed to provide rich internal network dynamics while
the neuron model itself was highly simplified, we found that the LSM outperformed these other
statistical approaches in terms of accuracy.
1 Introduction
Here we aimed to use biologically relevant neuron models connected in a brain-like network structure to
study its potential to achieve input separation in a robotic system interacting with real-world objects.
The model network was inspired by local cortical networks in its recursive structure in principle, though
with much fewer neurons and without the ambition to precisely mimick any assumed specific network
structure. The aim was to explore if the inherent dynamic properties in such networks in themselves
were enough to achieve efficient object classification.
Our model system is reminiscent of Reservoir Computing networks (i.e. Gauthier et al 2020 Nature
Communications), but our neurons have state memory, i.e. dynamics, which are biologically relevant.
Moreover, the population of neurons are split into excitatory and inhibitory neurons. Combined with
the neuronal output thresholding, i.e. imparting nonlinearity to the networks when inhibition drives
the neurons below their thresholds, and combined with biologically relevant conduction delays, this
setting creates extraordinarily rich network dynamics.
Motivation for: what would be required in the robotics design to explore the questions we set out
to explore? How well could we live up to those requirements with the robotics system used?
2 Methods
2.1 Neuron model
The neuron model used in this work was a non-spiking Linear Summation Model (LSM) with an
additional dynamic leak component [1]. LSM aims to capture the important characteristics of a
Hodgkin-Huxley (H-H) conductance-based model [2]. The LSM describes the activity dynamics {aj(t)}
of “cortical neurons” arising from the weighted activity of other cortical neurons (with inhibitory αi<0
and excitatory αi>0 projection) as well as sensory neurons {bk}:
τdaj
dt =−a+
j(t) + Pi6=jαiai(t) + Pkβkbk(t)
Pi6=j|αi|ai(t) + Pk|βk|bk(t) + γ, a+
j=(ajaj>0
0aj≤0(1)
1
arXiv:2210.06303v2 [q-bio.NC] 11 Nov 2022