English

Lattice-Based Pruning in Recurrent Neural Networks via Poset Modeling

Neurons and Cognition 2025-02-26 v1 Machine Learning

Abstract

Recurrent neural networks (RNNs) are central to sequence modeling tasks, yet their high computational complexity poses challenges for scalability and real-time deployment. Traditional pruning techniques, predominantly based on weight magnitudes, often overlook the intrinsic structural properties of these networks. We introduce a novel framework that models RNNs as partially ordered sets (posets) and constructs corresponding dependency lattices. By identifying meet irreducible neurons, our lattice-based pruning algorithm selectively retains critical connections while eliminating redundant ones. The method is implemented using both binary and continuous-valued adjacency matrices to capture different aspects of network connectivity. Evaluated on the MNIST dataset, our approach exhibits a clear trade-off between sparsity and classification accuracy. Moderate pruning maintains accuracy above 98%, while aggressive pruning achieves higher sparsity with only a modest performance decline. Unlike conventional magnitude-based pruning, our method leverages the structural organization of RNNs, resulting in more effective preservation of functional connectivity and improved efficiency in multilayer networks with top-down feedback. The proposed lattice-based pruning framework offers a rigorous and scalable approach for reducing RNN complexity while sustaining robust performance, paving the way for more efficient hierarchical models in both machine learning and computational neuroscience.

Keywords

Cite

@article{arxiv.2502.16525,
  title  = {Lattice-Based Pruning in Recurrent Neural Networks via Poset Modeling},
  author = {Rakesh Sengupta},
  journal= {arXiv preprint arXiv:2502.16525},
  year   = {2025}
}

Comments

9 pages,1 figure, submitted to IEEE Transactions on Neural Networks and Rehabilitation Systems

R2 v1 2026-06-28T21:54:29.229Z