paper-with-me

Papers

Spatio-Temporal Pruning for Compressed Spiking Large Language Models

2025-08-23 · Yi Jiang, Malyaban Bal, Brian Matejek, Susmit Jha, Adam Cobb, Abhronil Sengupta arxiv

Large Language Models (LLMs) present significant challenges for deployment in energy-constrained environments due to their large model sizes and high inference latency. Spiking Neural Networks (SNNs), inspired by the sparse event-driven neural processing and energy-efficient information transmission in the brain, offer a promising alternative for achieving low-power computing. Integrating the event-driven efficiency of spiking neurons with the advanced capabilities of LLMs represents a promising direction for power-efficient LLMs. This work specifically delves into the design of compressed spiking LLMs. Here, we revisit spatial and temporal pruning from the perspective of SNNs and propose a novel spatio-temporal pruning framework for Spiking LLMs to optimize computational efficiency while preserving high performance. Our spatial pruning technique reduces the number of active neurons and attention heads, effectively lowering the computational complexity of the model. Meanwhile, temporal pruning minimizes inference latency by dynamically adjusting the number of timesteps required for different layers. By combining these approaches with other compression techniques, we present the first work in the domain of Spiking LLMs to jointly explore spatial pruning, temporal pruning, extreme quantization and knowledge distillation strategies. Extensive experimental evaluation of our proposed framework for SpikingBERT on the large-scale GLUE benchmark demonstrates the efficacy of our approach in terms of computational operations and inference latency. Our approach offers a compelling solution for real-time, low-power natural language processing applications, making Spiking LLMs more practical for deployment on edge devices and in power-constrained settings.

📄 PDF Abstract BibTeX arXiv:2508.20122

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyKnowledge Distillation

Similar Papers 제목 키워드 기반

Learning Delays Through Gradients and Structure: Emergence of Spatiotemporal Patterns in Spiking Neural Networks

2024-07-07 · Balázs Mészáros, James Knight, Thomas Nowotny

We present a Spiking Neural Network (SNN) model that incorporates learnable synaptic delays through two approaches: per-synapse delay learning via Dilated Convolutions with Learnable Spacings (DCLS) and a dynamic pruning…

Keyword Spotting

Developmental Plasticity-inspired Adaptive Pruning for Deep Spiking and Artificial Neural Networks

2022-11-23 · Bing Han, Feifei Zhao, Yi Zeng, Guobin Shen

Developmental plasticity plays a prominent role in shaping the brain's structure during ongoing learning in response to dynamically changing environments. However, the existing network compression methods for deep artifi…

Probabilistic Modeling: Proving the Lottery Ticket Hypothesis in Spiking Neural Network

2023-05-20 · Man Yao, Yuhong Chou, Guangshe Zhao, Xiawu Zheng 외

The Lottery Ticket Hypothesis (LTH) states that a randomly-initialized large neural network contains a small sub-network (i.e., winning tickets) which, when trained in isolation, can achieve comparable performance to the…

Network Pruning

Spatio-Temporal Pruning and Quantization for Low-latency Spiking Neural Networks

2021-04-26 · Sayeed Shafayet Chowdhury, Isha Garg, Kaushik Roy

Spiking Neural Networks (SNNs) are a promising alternative to traditional deep learning methods since they perform event-driven information processing. However, a major drawback of SNNs is high inference latency. The eff…

Model CompressionQuantization

Bishop: Sparsified Bundling Spiking Transformers on Heterogeneous Cores with Error-Constrained Pruning

2025-05-18 · Boxun Xu, Yuxuan Yin, Vikram Iyer, Peng Li

We present Bishop, the first dedicated hardware accelerator architecture and HW/SW co-design framework for spiking transformers that optimally represents, manages, and processes spike-based workloads while exploring spat…