paper-with-me

Papers

Zeroth-Order Adaptive Neuron Alignment Based Pruning without Re-Training

2024-11-11 · Elia Cunegatti, Leonardo Lucio Custode, Giovanni Iacca

Network pruning focuses on computational techniques that aim to reduce a given model's computational cost by removing a subset of its parameters while having minimal impact on performance. Throughout the last decade, the most widely used pruning paradigm has been pruning and re-training, which nowadays is inconvenient due to the vast amount of pre-trained models, which are in any case too expensive to re-train. In this paper, we exploit functional information from dense pre-trained models, i.e., their activations, to obtain sparse models that maximize the activations' alignment w.r.t. their corresponding dense models. Hence, we propose \textsc{NeuroAL}, a \emph{top-up} algorithm that can be used on top of any given pruning algorithm for LLMs, which modifies the block-wise and row-wise sparsity exploiting information from both the dense model and its sparse version to maximize the \emph{neuron alignment} among activations. Differently from existing methods, our approach adaptively selects the best hyperparameters for the block-wise and row-wise sparsity ratios w.r.t. the model and the desired sparsity, and requires \emph{no re-training}. We test our method over 276 cases combining four LLM families, three sparsity ratios, and ten language tasks (three language modeling and seven zero-shot datasets), showing how it consistently outperforms the latest state-of-the-art methods in terms of performance-runtime trade-off. The code is available at \href{https://github.com/eliacunegatti/NeuroAL}{https://github.com/eliacunegatti/NeuroAL}.

📄 PDF Abstract BibTeX arXiv:2411.07066

Code (1)

eliacunegatti/neuroal 공식 구현

Tasks

Language ModelingLanguage ModellingNetwork Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Movement Pruning: Adaptive Sparsity by Fine-Tuning

2020-05-15 · NeurIPS 2020 12 · Victor Sanh, Thomas Wolf, Alexander M. Rush

Magnitude pruning is a widely used strategy for reducing model size in pure supervised learning; however, it is less effective in the transfer learning regime that has become standard for state-of-the-art natural languag…

Network PruningTransfer Learning

Aligned but Fragile: Enhancing LLM Safety Robustness via Zeroth-Order Optimization

2026-05-28 · Zhihao Liu, Yifan Wu, Jian Lou, Di Wang 외 arxiv

Safety alignment for large language models (LLMs) aims to reduce harmful or unsafe behavior while preserving general utility. However, recent findings reveal that alignment effects can be fragile: lightweight post-alignm…

Zeroth-Order Topological Insights into Iterative Magnitude Pruning

2022-06-14 · Aishwarya Balwani, Jakob Krzyston

Modern-day neural networks are famously large, yet also highly redundant and compressible; there exist numerous pruning strategies in the deep learning literature that yield over 90% sparser sub-networks of fully-trained…

Energy Efficient Training of SNN using Local Zeroth Order Method

2023-02-02 · Bhaskar Mukhoty, Velibor Bojkovic, William de Vazelhes, Giulia De Masi 외

Spiking neural networks are becoming increasingly popular for their low energy requirement in real-world tasks with accuracy comparable to the traditional ANNs. SNN training algorithms face the loss of gradient informati…

Adaptive First-and Zeroth-order Methods for Weakly Convex Stochastic Optimization Problems

2020-05-19 · Parvin Nazari, Davoud Ataee Tarzanagh, George Michailidis

In this paper, we design and analyze a new family of adaptive subgradient methods for solving an important class of weakly convex (possibly nonsmooth) stochastic optimization problems. Adaptive methods that use exponenti…

Stochastic Optimization