paper-with-me

홈 › Papers

A Digital Machine Learning Algorithm Simulating Spiking Neural Network CoLaNET

2025-03-21 · Mikhail Kiselev

During last several years, our research team worked on development of a spiking neural network (SNN) architecture, which could be used in the wide range of supervised learning classification tasks. It should work under the condition, that all participating signals (the classified object description, correct class label and SNN decision) should have spiking nature. As a result, the CoLaNET (columnar layered network) SNN architecture was invented. The distinctive feature of this architecture is a combination of prototypical network structures corresponding to different classes and significantly distinctive instances of one class (=columns) and functionally differing populations of neurons inside columns (=layers). The other distinctive feature is a novel combination of anti-Hebbian and dopamine-modulated plasticity. While CoLaNET is relatively simple, it includes several hyperparameters. Their choice for particular classification tasks is not trivial. Besides that, specific features of the data classified (e.g. classification of separate pictures like in MNIST dataset vs. classifying objects in a continuous video stream) require certain modifications of CoLaNET structure. To solve these problems, the deep mathematical exploration of CoLaNET should be carried out. However, SNNs, being stochastic discrete systems, are usually very hard for exact mathematical analysis. To make it easier, I developed a continuous numeric (non-spiking) machine learning algorithm which approximates CoLaNET behavior with satisfactory accuracy. It is described in the paper. At present, it is being studied by exact analytic methods. We hope that the results of this study could be applied to direct calculation of CoLaNET hyperparameters and optimization of its structure.

📄 PDF Abstract BibTeX arXiv:2503.17111

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SNN Spiking Neural Networks (SNNs) are a class of artificial neural networks inspired by the structure and functioning of the brain's neural networks. Unlike traditional…

Similar Papers 제목 키워드 기반

Classifying Images with CoLaNET Spiking Neural Network -- the MNIST Example

2024-09-12 · Mikhail Kiselev

In the present paper, it is shown how the columnar/layered CoLaNET spiking neural network (SNN) architecture can be used in supervised learning image classification tasks. Image pixel brightness is coded by the spike cou…

Classificationimage-classificationImage Classification

A Digital Neuromorphic Architecture Efficiently Facilitating Complex Synaptic Response Functions Applied to Liquid State Machines

2017-03-21 · Michael R. Smith, Aaron J. Hill, Kristofor D. Carlson, Craig M. Vineyard 외

Information in neural networks is represented as weighted connections, or synapses, between neurons. This poses a problem as the primary computational bottleneck for neural networks is the vector-matrix multiply when inp…

speech-recognitionSpeech Recognition

Convolutional Spiking Neural Network for Image Classification

2025-05-13 · Mikhail Kiselev, Andrey Lavrentyev

We consider an implementation of convolutional architecture in a spiking neural network (SNN) used to classify images. As in the traditional neural network, the convolutional layers form informational "features" used as …

Classificationimage-classificationImage Classification

Hybrid ANN-SNN Pipeline with Local Plasticity

2026-06-18 · Denis Larionov, Khairutin Shtanchaev, Mikhail Kiselev, Mikhail Korovin 외 arxiv

This work proposes a hybrid ANN-SNN pipeline that effectively leverages the rich embeddings of pretrained artificial neural networks (ANNs) to enable high-performance spiking neural networks (SNNs). The architecture coup…

CoLaNET -- A Spiking Neural Network with Columnar Layered Architecture for Classification

2024-09-02 · Mikhail Kiselev

In the present paper, I describe a spiking neural network (SNN) architecture which, can be used in wide range of supervised learning classification tasks. It is assumed, that all participating signals (the classified obj…

Model-based Reinforcement Learning