paper-with-me

홈 › Papers

Preserving Deep Representations In One-Shot Pruning: A Hessian-Free Second-Order Optimization Framework

2024-11-27 · Ryan Lucas, Rahul Mazumder

We present SNOWS, a one-shot post-training pruning framework aimed at reducing the cost of vision network inference without retraining. Current leading one-shot pruning methods minimize layer-wise least squares reconstruction error which does not take into account deeper network representations. We propose to optimize a more global reconstruction objective. This objective accounts for nonlinear activations deep in the network to obtain a better proxy for the network loss. This nonlinear objective leads to a more challenging optimization problem -- we demonstrate it can be solved efficiently using a specialized second-order optimization framework. A key innovation of our framework is the use of Hessian-free optimization to compute exact Newton descent steps without needing to compute or store the full Hessian matrix. A distinct advantage of SNOWS is that it can be readily applied on top of any sparse mask derived from prior methods, readjusting their weights to exploit nonlinearities in deep feature representations. SNOWS obtains state-of-the-art results on various one-shot pruning benchmarks including residual networks and Vision Transformers (ViT/B-16 and ViT/L-16, 86m and 304m parameters respectively).

📄 PDF Abstract BibTeX arXiv:2411.18376

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

OPTIMA: Optimal One-shot Pruning for LLMs via Quadratic Programming Reconstruction

2025-12-15 · Mohammad Mozaffari, Samuel Kushnir, Maryam Mehri Dehnavi, Amir Yazdanbakhsh arxiv

Post-training model pruning is a promising solution, yet it faces a trade-off: simple heuristics that zero weights are fast but degrade accuracy, while principled joint optimization methods recover accuracy but are compu…

MOONSHOT : A Framework for Multi-Objective Pruning of Vision and Large Language Models

2026-04-14 · Gabriel Afriat, Xiang Meng, Shibal Ibrahim, Hussein Hazimeh 외 arxiv

Weight pruning is a common technique for compressing large neural networks. We focus on the challenging post-training one-shot setting, where a pre-trained model is compressed without any retraining. Existing one-shot pr…

SwiftPrune: Hessian-Free Weight Pruning for Large Language Models

2025-01-24 · Yuhan Kang, Yang Shi, Mei We, Jun He 외

Post-training pruning, as one of the key techniques for compressing large language models, plays a vital role in lightweight model deployment and model sparsity. However, current mainstream pruning methods dependent on t…

Model CompressionQuantization

OBS-Diff: Accurate Pruning For Diffusion Models in One-Shot

2025-10-08 · Junhan Zhu, Hesong Wang, Mingluo Su, Zefang Wang 외 arxiv

Large-scale text-to-image diffusion models, while powerful, suffer from prohibitive computational cost. Existing one-shot network pruning methods can hardly be directly applied to them due to the iterative denoising natu…

Network Pruning

SparseSSM: Efficient Selective Structured State Space Models Can Be Pruned in One-Shot

2025-06-11 · Kaiwen Tuo, Huan Wang

State-space language models such as Mamba match Transformer quality while permitting linear complexity inference, yet still comprise billions of parameters that hinder deployment. Existing one-shot pruning methods are ta…

MambaState Space Models