paper-with-me

홈 › Papers

Plug-and-Play Spiking Operators: Breaking the Nonlinearity Bottleneck in Spiking Transformers

2026-05-19 · Xinzhe Yuan, Xiang Peng, Bin Gu, Huan Xiong arxiv

ANN-to-SNN conversion offers a practical, training-free route to spiking large language models. However, current pipelines primarily focus on spike-driven realizations for Transformer linear-algebra operations, while providing limited support for key nonlinear operators. This gap limits compatibility with neuromorphic-style execution constraints, where such nonlinearities typically require division, exponentiation, or norm computations that are not naturally supported by standard leaky integrate-and-fire dynamics. To solve this problem, we propose a plug-and-play framework that implements spike-friendly approximations for Transformer nonlinearities and integrates into existing ANN-to-SNN pipelines. Our method decomposes these nonlinear computations into three recurring primitives -- division, exponentiation, and $\ell_2$ norms -- and realizes them via population computation using LIF neuron groups, combined with lightweight bit-shift scaling to avoid floating-point arithmetic. By composing these primitives as modular operator blocks, our framework supports common Transformer nonlinearities (e.g., Softmax, SiLU, and normalization) without any fine-tuning. Experiments on a range of LLMs Transformers show that selectively replacing the targeted nonlinear operators incurs less than a $1\%$ accuracy drop across all evaluated tasks.

📄 PDF Abstract BibTeX arXiv:2605.20289

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Plug-and-Play Homeostatic Spark: Zero-Cost Acceleration for SNN Training Across Paradigms

2025-12-04 · Rui Chen, Xingyu Chen, Yaoqing Hu, Shihan Kong 외 arxiv

Spiking neural networks offer event driven computation, sparse activation, and hardware efficiency, yet training often converges slowly and lacks stability. We present Adaptive Homeostatic Spiking Activity Regulation (AH…

Why Geometric Continuity Emerges in Deep Neural Networks: Residual Connections and Rotational Symmetry Breaking

2026-05-06 · Kyungwon Jeong, Won-Gi Paeng, Honggyo Suh arxiv

Weight matrices in deep networks exhibit geometric continuity -- principal singular vectors of adjacent layers point in similar directions. While this property has been widely observed, its origin remains unexplained. Th…

Provably Convergent Plug & Play Linearized ADMM, applied to Deblurring Spatially Varying Kernels

2022-10-19 · Charles Laroche, Andrés Almansa, Eva Coupeté, Matias Tassano

Plug & Play methods combine proximal algorithms with denoiser priors to solve inverse problems. These methods rely on the computability of the proximal operator of the data fidelity term. In this paper, we propose a Plug…

DeblurringSuper-Resolution

Convolutional Proximal Neural Networks and Plug-and-Play Algorithms

2020-11-04 · Johannes Hertrich, Sebastian Neumayer, Gabriele Steidl

In this paper, we introduce convolutional proximal neural networks (cPNNs), which are by construction averaged operators. For filters of full length, we propose a stochastic gradient descent algorithm on a submanifold of…

Denoising

Digging Deeper: Operator Analysis for Optimizing Nonlinearity of Boolean Functions

2023-02-12 · Marko Djurasevic, Domagoj Jakobovic, Luca Mariot, Stjepan Picek

Boolean functions are mathematical objects with numerous applications in domains like coding theory, cryptography, and telecommunications. Finding Boolean functions with specific properties is a complex combinatorial opt…

Combinatorial Optimization