Neural Network for Low-Memory IoT Devices and MNIST Image Recognition Using Kernels Based on Logistic Map
Andrei Velichko

TL;DR
This paper introduces LogNNet, a neural network leveraging logistic map-based kernels, optimized for low-memory IoT devices, achieving high accuracy in MNIST digit recognition while significantly reducing memory usage.
Contribution
The study proposes a novel reservoir neural network architecture using logistic map kernels, enabling efficient AI implementation on memory-constrained IoT devices.
Findings
Achieves 80.3-96.3% accuracy on MNIST
Memory usage ranges from 1 to 29 kB
Performance comparable to resource-efficient algorithms
Abstract
This study presents a neural network which uses filters based on logistic mapping (LogNNet). LogNNet has a feedforward network structure, but possesses the properties of reservoir neural networks. The input weight matrix, set by a recurrent logistic mapping, forms the kernels that transform the input space to the higher-dimensional feature space. The most effective recognition of a handwritten digit from MNIST-10 occurs under chaotic behavior of the logistic map. The correlation of classification accuracy with the value of the Lyapunov exponent was obtained. An advantage of LogNNet implementation on IoT devices is the significant savings in memory used. At the same time, LogNNet has a simple algorithm and performance indicators comparable to those of the best resource-efficient algorithms available at the moment. The presented network architecture uses an array of weights with a total…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsDense Connections · Feedforward Network
