paper-with-me

Papers

A Unified Framework for Soft Threshold Pruning

2023-02-25 · Yanqi Chen, Zhengyu Ma, Wei Fang, Xiawu Zheng, Zhaofei Yu, Yonghong Tian

Soft threshold pruning is among the cutting-edge pruning methods with state-of-the-art performance. However, previous methods either perform aimless searching on the threshold scheduler or simply set the threshold trainable, lacking theoretical explanation from a unified perspective. In this work, we reformulate soft threshold pruning as an implicit optimization problem solved using the Iterative Shrinkage-Thresholding Algorithm (ISTA), a classic method from the fields of sparse recovery and compressed sensing. Under this theoretical framework, all threshold tuning strategies proposed in previous studies of soft threshold pruning are concluded as different styles of tuning $L_1$-regularization term. We further derive an optimal threshold scheduler through an in-depth study of threshold scheduling based on our framework. This scheduler keeps $L_1$-regularization coefficient stable, implying a time-invariant objective function from the perspective of optimization. In principle, the derived pruning algorithm could sparsify any mathematical model trained via SGD. We conduct extensive experiments and verify its state-of-the-art performance on both Artificial Neural Networks (ResNet-50 and MobileNet-V1) and Spiking Neural Networks (SEW ResNet-18) on ImageNet datasets. On the basis of this framework, we derive a family of pruning methods, including sparsify-during-training, early pruning, and pruning at initialization. The code is available at https://github.com/Yanqi-Chen/LATS.

📄 PDF Abstract BibTeX arXiv:2302.13019

Code (1)

yanqi-chen/lats 공식 구현 pytorch

Tasks

compressed sensingScheduling

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

AdapMTL: Adaptive Pruning Framework for Multitask Learning Model

2024-08-07 · Mingcan Xiang, Steven Jiaxun Tang, Qizheng Yang, Hui Guan 외

In the domain of multimedia and multimodal processing, the efficient handling of diverse data streams such as images, video, and sensor data is paramount. Model compression and multitask learning (MTL) are crucial in thi…

modelModel Compression

Learning sparse DNNs with soft thresholding of weights during training

2021-09-29 · Antoine Vanderschueren, Christophe De Vleeschouwer

This paper proposes a new and simple way of training sparse neural networks. Our method is based on a differentiation of the forward and backward paths: the weights in the forward path are a thresholded version of the we…

AWP: Activation-Aware Weight Pruning and Quantization with Projected Gradient Descent

2025-06-11 · Jing Liu, Toshiaki Koike-Akino, Ye Wang, Hassan Mansour 외

To address the enormous size of Large Language Models (LLMs), model compression methods, such as quantization and pruning, are often deployed, especially on edge devices. In this work, we focus on layer-wise post-trainin…

Model CompressionQuantization

Similarity-Aware Token Pruning: Your VLM but Faster

2025-03-14 · Ahmadreza Jeddi, Negin Baghbanzadeh, Elham Dolatabadi, Babak Taati

The computational demands of Vision Transformers (ViTs) and Vision-Language Models (VLMs) remain a significant challenge due to the quadratic complexity of self-attention. While token pruning offers a promising solution,…

Towards Optimal Structured CNN Pruning via Generative Adversarial Learning

2019-03-22 · CVPR 2019 6 · Shaohui Lin, Rongrong Ji, Chenqian Yan, Baochang Zhang 외

Structured pruning of filters or neurons has received increased focus for compressing convolutional neural networks. Most existing methods rely on multi-stage optimizations in a layer-wise manner for iteratively pruning …