ASSDMar 11

Beyond Deep Learning: Speech Segmentation and Phone Classification with Neural Assemblies

arXiv:2603.1692332.4h-index: 24
AI Analysis

This offers a biologically plausible, data-efficient method for speech processing, though it is incremental as it adapts Assembly Calculus to continuous speech.

The paper tackled speech segmentation and classification by proposing a biologically grounded alternative to deep learning using Assembly Calculus, achieving F1 scores of 0.69 for phone and 0.61 for word boundary detection without training, and accuracies of 47.5% and 45.1% for phone and command recognition.

Deep learning dominates speech processing but relies on massive datasets, global backpropagation-guided weight updates, and produces entangled representations. Assembly Calculus (AC), which models sparse neuronal assemblies via Hebbian plasticity and winner-take-all competition, offers a biologically grounded alternative, yet prior work focused on discrete symbolic inputs. We introduce an AC-based speech processing framework that operates directly on continuous speech by combining three key contributions:(i) neural encoding that converts speech into assembly-compatible spike patterns using probabilistic mel binarisation and population-coded MFCCs; (ii) a multi-area architecture organising assemblies across hierarchical timescales and classes; and (iii) cross-area update schemes for downstream tasks. Applied to two core tasks of boundary detection and segment classification, our framework detects phone (F1=0.69) and word (F1=0.61) boundaries without any weight training, and achieves 47.5% and 45.1% accuracy on phone and command recognition. These results show that AC-based dynamical systems are a viable alternative to deep learning for speech processing.

Foundations

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

Your Notes