NEAILGNov 27, 2020

A Temporal Neural Network Architecture for Online Learning

arXiv:2011.13844v215 citations
AI Analysis

This work aims to develop a brain-inspired, low-precision neural network architecture suitable for direct hardware implementation, which could benefit embedded systems and edge AI.

This paper proposes a Temporal Neural Network (TNN) architecture, a type of spiking neural network, for online supervised classification. It demonstrates a proof-of-concept where the TNN first partitions input patterns into clusters via unsupervised learning and then passes these cluster identifiers to a simple online supervised decoder for final classification.

A long-standing proposition is that by emulating the operation of the brain's neocortex, a spiking neural network (SNN) can achieve similar desirable features: flexible learning, speed, and efficiency. Temporal neural networks (TNNs) are SNNs that communicate and process information encoded as relative spike times (in contrast to spike rates). A TNN architecture is proposed, and, as a proof-of-concept, TNN operation is demonstrated within the larger context of online supervised classification. First, through unsupervised learning, a TNN partitions input patterns into clusters based on similarity. The TNN then passes a cluster identifier to a simple online supervised decoder which finishes the classification task. The TNN learning process adjusts synaptic weights by using only signals local to each synapse, and clustering behavior emerges globally. The system architecture is described at an abstraction level analogous to the gate and register transfer levels in conventional digital design. Besides features of the overall architecture, several TNN components are new to this work. Although not addressed directly, the overall research objective is a direct hardware implementation of TNNs. Consequently, all the architecture elements are simple, and processing is done at very low precision.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes