paper-with-me

Papers

WINA: Weight Informed Neuron Activation for Accelerating Large Language Model Inference

2025-05-26 · Sihan Chen, Dan Zhao, Jongwoo Ko, Colby Banbury, Huiping Zhuang, Luming Liang, Tianyi Chen

The growing computational demands of large language models (LLMs) make efficient inference and activation strategies increasingly critical. While recent approaches, such as Mixture-of-Experts (MoE), leverage selective activation but require specialized training, training-free sparse activation methods offer broader applicability and superior resource efficiency through their plug-and-play design. However, many existing methods rely solely on hidden state magnitudes to determine activation, resulting in high approximation errors and suboptimal inference accuracy. To address these limitations, we propose WINA (Weight Informed Neuron Activation), a novel, simple, and training-free sparse activation framework that jointly considers hidden state magnitudes and the column-wise $\ell_2$-norms of weight matrices. We show that this leads to a sparsification strategy that obtains optimal approximation error bounds with theoretical guarantees tighter than existing techniques. Empirically, WINA also outperforms state-of-the-art methods (e.g., TEAL) by up to $2.94\%$ in average performance at the same sparsity levels, across a diverse set of LLM architectures and datasets. These results position WINA as a new performance frontier for training-free sparse activation in LLM inference, advancing training-free sparse activation methods and setting a robust baseline for efficient inference. The source code is available at https://github.com/microsoft/wina.

📄 PDF Abstract BibTeX arXiv:2505.19427

Code (1)

microsoft/wina 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingLarge Language ModelMixture-of-Experts

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

TwinAligner: Visual-Dynamic Alignment Empowers Physics-aware Real2Sim2Real for Robotic Manipulation

2025-12-22 · Hongwei Fan, Hang Dai, Jiyao Zhang, Jinzhou Li 외 arxiv

The robotics field is evolving towards data-driven, end-to-end learning, inspired by multimodal large models. However, reliance on expensive real-world data limits progress. Simulators offer cost-effective alternatives, …

Zero-shot Generalization

About rectified sigmoid function for enhancing the accuracy of Physics-Informed Neural Networks

2024-12-30 · Vasiliy A. Es'kin, Alexey O. Malkhanov, Mikhail E. Smorkalov

The article is devoted to the study of neural networks with one hidden layer and a modified activation function for solving physical problems. A rectified sigmoid activation function has been proposed to solve physical p…

Finding Skill Neurons in Pre-trained Transformer-based Language Models

2022-11-14 · Xiaozhi Wang, Kaiyue Wen, Zhengyan Zhang, Lei Hou 외

Transformer-based pre-trained language models have demonstrated superior performance on various natural language processing tasks. However, it remains unclear how the skills required to handle these tasks distribute amon…

Network Pruning

Locally adaptive activation functions with slope recovery term for deep and physics-informed neural networks

2019-09-25 · Ameya D. Jagtap, Kenji Kawaguchi, George Em. Karniadakis

We propose two approaches of locally adaptive activation functions namely, layer-wise and neuron-wise locally adaptive activation functions, which improve the performance of deep and physics-informed neural networks. The…

Data Augmentation

Ripple: Accelerating LLM Inference on Smartphones with Correlation-Aware Neuron Management

2024-10-25 · Tuowei Wang, Ruwen Fan, Minxing Huang, Zixu Hao 외

Large Language Models (LLMs) have achieved remarkable success across various domains, yet deploying them on mobile devices remains an arduous challenge due to their extensive computational and memory demands. While light…

Management