paper-with-me

홈 › Papers

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 object description, correct class label and SNN decision) have spiking nature. 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. The plasticity rules are local and do not use the backpropagation principle. Besides that, as in my previous studies, I was guided by the requirement that the all neuron/plasticity models should be easily implemented on modern neurochips. I illustrate the high performance of my network on a task related to model-based reinforcement learning, namely, evaluation of proximity of an external world state to the target state.

📄 PDF Abstract BibTeX arXiv:2409.01230

Code (0)

등록된 구현이 없습니다.

Tasks

Model-based Reinforcement Learning

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 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 t…

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…

From "What" to "When" -- a Spiking Neural Network Predicting Rare Events and Time to their Occurrence

2023-11-09 · Mikhail Kiselev

In the reinforcement learning (RL) tasks, the ability to predict receiving reward in the near or more distant future means the ability to evaluate the current state as more or less close to the target state (labelled by …

Atari GamesReinforcement Learning (RL)