NELGNov 2, 2016

Deep counter networks for asynchronous event-based processing

arXiv:1611.00710v14 citations
Originality Incremental advance
AI Analysis

This addresses the problem of inefficient event-based neural networks for low-power hardware implementations, though it is incremental as it builds on existing event-based methods.

The paper tackles the performance gap between event-based neural networks and conventional deep networks by proposing counter neurons that use only addition and comparison, avoiding multiplications. It demonstrates that deep counter networks achieve state-of-the-art accuracy on MNIST with reduced latency and sparse updates.

Despite their advantages in terms of computational resources, latency, and power consumption, event-based implementations of neural networks have not been able to achieve the same performance figures as their equivalent state-of-the-art deep network models. We propose counter neurons as minimal spiking neuron models which only require addition and comparison operations, thus avoiding costly multiplications. We show how inference carried out in deep counter networks converges to the same accuracy levels as are achieved with state-of-the-art conventional networks. As their event-based style of computation leads to reduced latency and sparse updates, counter networks are ideally suited for efficient compact and low-power hardware implementation. We present theory and training methods for counter networks, and demonstrate on the MNIST benchmark that counter networks converge quickly, both in terms of time and number of operations required, to state-of-the-art classification accuracy.

Foundations

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

Your Notes