paper-with-me

홈 › Papers

A One-Shot Reparameterization Method for Reducing the Loss of Tile Pruning on DNNs

2022-07-29 · Yanchen Li, Qingzhong Ai, Fumihiko Ino

Recently, tile pruning has been widely studied to accelerate the inference of deep neural networks (DNNs). However, we found that the loss due to tile pruning, which can eliminate important elements together with unimportant elements, is large on trained DNNs. In this study, we propose a one-shot reparameterization method, called TileTrans, to reduce the loss of tile pruning. Specifically, we repermute the rows or columns of the weight matrix such that the model architecture can be kept unchanged after reparameterization. This repermutation realizes the reparameterization of the DNN model without any retraining. The proposed reparameterization method combines important elements into the same tile; thus, preserving the important elements after the tile pruning. Furthermore, TileTrans can be seamlessly integrated into existing tile pruning methods because it is a pre-processing method executed before pruning, which is orthogonal to most existing methods. The experimental results demonstrate that our method is essential in reducing the loss of tile pruning on DNNs. Specifically, the accuracy is improved by up to 17% for AlexNet while 5% for ResNet-34, where both models are pre-trained on ImageNet.

📄 PDF Abstract BibTeX arXiv:2207.14545

Code (1)

loonli/tiletrans 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Pruning 설명 없음

Similar Papers 제목 키워드 기반

EigenDamage: Structured Pruning in the Kronecker-Factored Eigenbasis

2019-05-15 · Chaoqi Wang, Roger Grosse, Sanja Fidler, Guodong Zhang

Reducing the test time resource requirements of a neural network while preserving test accuracy is crucial for running inference on resource-constrained devices. To achieve this goal, we introduce a novel network reparam…

Network Pruning

Channel selection using Gumbel Softmax

2018-12-11 · ECCV 2020 8 · Charles Herrmann, Richard Strong Bowen, Ramin Zabih

Important applications such as mobile computing require reducing the computational costs of neural network inference. Ideally, applications would specify their preferred tradeoff between accuracy and speed, and the netwo…

channel selectionClassificationGeneral Classification

ROSE: Reordered SparseGPT for More Accurate One-Shot Large Language Models Pruning

2026-03-06 · Mingluo Su, Huan Wang arxiv

Pruning is widely recognized as an effective method for reducing the parameters of large language models (LLMs), potentially leading to more efficient deployment and inference. One classic and prominent path of LLM one-s…

Meta-Learning with Network Pruning

2020-07-07 · ECCV 2020 8 · Hongduan Tian, Bo Liu, Xiao-Tong Yuan, Qingshan Liu

Meta-learning is a powerful paradigm for few-shot learning. Although with remarkable success witnessed in many applications, the existing optimization based meta-learning models with over-parameterized neural networks ha…

Few-Shot LearningMeta-LearningNetwork Pruning

Motion-Aware Adaptive Pixel Pruning for Efficient Local Motion Deblurring

2025-07-10 · Wei Shang, Dongwei Ren, Wanying Zhang, Pengfei Zhu 외 arxiv

Local motion blur in digital images originates from the relative motion between dynamic objects and static imaging systems during exposure. Existing deblurring methods face significant challenges in addressing this probl…