NEAICVLGMar 24, 2024

CBGT-Net: A Neuromimetic Architecture for Robust Classification of Streaming Data

arXiv:2403.15974v12 citationsh-index: 10ICHMS
Originality Incremental advance
AI Analysis

This addresses the challenge of robust classification from data streams, such as in real-time vision systems, but is incremental as it builds on existing neural network and evidence accumulation concepts.

The paper tackles the problem of classifying streaming data by introducing CBGT-Net, a neuromimetic architecture that accumulates evidence over time to make decisions when a threshold is met, showing improved accuracy and robustness compared to single-patch and LSTM-based models on image classification tasks.

This paper describes CBGT-Net, a neural network model inspired by the cortico-basal ganglia-thalamic (CBGT) circuits found in mammalian brains. Unlike traditional neural network models, which either generate an output for each provided input, or an output after a fixed sequence of inputs, the CBGT-Net learns to produce an output after a sufficient criteria for evidence is achieved from a stream of observed data. For each observation, the CBGT-Net generates a vector that explicitly represents the amount of evidence the observation provides for each potential decision, accumulates the evidence over time, and generates a decision when the accumulated evidence exceeds a pre-defined threshold. We evaluate the proposed model on two image classification tasks, where models need to predict image categories based on a stream of small patches extracted from the image. We show that the CBGT-Net provides improved accuracy and robustness compared to models trained to classify from a single patch, and models leveraging an LSTM layer to classify from a fixed sequence length of patches.

Code Implementations1 repo
Foundations

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

Your Notes