paper-with-me

홈 › Papers

KCNet: An Insect-Inspired Single-Hidden-Layer Neural Network with Randomized Binary Weights for Prediction and Classification Tasks

2021-08-17 · Jinyung Hong, Theodore P. Pavlic

Fruit flies are established model systems for studying olfactory learning as they will readily learn to associate odors with both electric shock or sugar rewards. The mechanisms of the insect brain apparently responsible for odor learning form a relatively shallow neuronal architecture. Olfactory inputs are received by the antennal lobe (AL) of the brain, which produces an encoding of each odor mixture across ~50 sub-units known as glomeruli. Each of these glomeruli then projects its component of this feature vector to several of ~2000 so-called Kenyon Cells (KCs) in a region of the brain known as the mushroom body (MB). Fly responses to odors are generated by small downstream neutrophils that decode the higher-order representation from the MB. Research has shown that there is no recognizable pattern in the glomeruli--KC connections (and thus the particular higher-order representations); they are akin to fingerprints--even isogenic flies have different projections. Leveraging insights from this architecture, we propose KCNet, a single-hidden-layer neural network that contains sparse, randomized, binary weights between the input layer and the hidden layer and analytically learned weights between the hidden layer and the output layer. Furthermore, we also propose a dynamic optimization algorithm that enables the KCNet to increase performance beyond its structural limits by searching for a more efficient set of inputs. For odorant-perception tasks that predict the perceptual properties of an odorant, we show that KCNet outperforms existing data-driven approaches, such as XGBoost. For image classification tasks, KCNet achieves reasonable performance on benchmark datasets (MNIST, Fashion-MNIST, and EMNIST) without any data-augmentation methods or convolutional layers and shows a particularly fast running time.

📄 PDF Abstract BibTeX arXiv:2108.07554

Code (2)

jyhong0304/kcnet 공식 구현 pytorch
pavliclab/kcnet-2021-hong 공식 구현 pytorch

Tasks

Data Augmentationimage-classificationImage Classification

Similar Papers 제목 키워드 기반

An Insect-Inspired Randomly, Weighted Neural Network with Random Fourier Features For Neuro-Symbolic Relational Learning

2021-09-11 · Jinyung Hong, Theodore P. Pavlic

Insects, such as fruit flies and honey bees, can solve simple associative learning tasks and learn abstract concepts such as "sameness" and "difference", which is viewed as a higher-order cognitive function and typically…

DecoderRelational Reasoning

General policy mapping: online continual reinforcement learning inspired on the insect brain

2022-11-30 · Angel Yanguas-Gil, Sandeep Madireddy

We have developed a model for online continual or lifelong reinforcement learning (RL) inspired on the insect brain. Our model leverages the offline training of a feature extraction and a common general policy layer to e…

reinforcement-learningReinforcement Learning (RL)

Insect cyborgs: Bio-mimetic feature generators improve machine learning accuracy on limited data

2018-08-23 · Charles B. Delahunt, J. Nathan Kutz

Machine learning (ML) classifiers always benefit from more informative input features. We seek to auto-generate stronger feature sets in order to address the difficulty that ML methods often experience given limited trai…

BIG-bench Machine Learning

FLIVVER: Fly Lobula Inspired Visual Velocity Estimation & Ranging

2020-04-10 · Bryson Lingenfelter, Arunava Nag, Floris van Breugel

The mechanism by which a tiny insect or insect-sized robot could estimate its absolute velocity and distance to nearby objects remains unknown. However, this ability is critical for behaviors that require estimating wind…

Simultaneous Localization and MappingState Estimation

Insect-inspired Visual Point-goal Navigation

2026-01-23 · Yihe Lu, Barbara Webb arxiv

Insect neuroethology provides a compelling biological template for efficient autonomous navigation. We draw an analogy between the formal embodied AI visual point-goal navigation task and the ability of insects to discov…