paper-with-me

홈 › Papers

Cascade Weight Shedding in Deep Neural Networks: Benefits and Pitfalls for Network Pruning

2021-03-19 · Kambiz Azarian, Fatih Porikli

We report, for the first time, on the cascade weight shedding phenomenon in deep neural networks where in response to pruning a small percentage of a network's weights, a large percentage of the remaining is shed over a few epochs during the ensuing fine-tuning phase. We show that cascade weight shedding, when present, can significantly improve the performance of an otherwise sub-optimal scheme such as random pruning. This explains why some pruning methods may perform well under certain circumstances, but poorly under others, e.g., ResNet50 vs. MobileNetV3. We provide insight into why the global magnitude-based pruning, i.e., GMP, despite its simplicity, provides a competitive performance for a wide range of scenarios. We also demonstrate cascade weight shedding's potential for improving GMP's accuracy, and reduce its computational complexity. In doing so, we highlight the importance of pruning and learning-rate schedules. We shed light on weight and learning-rate rewinding methods of re-training, showing their possible connections to the cascade weight shedding and reason for their advantage over fine-tuning. We also investigate cascade weight shedding's effect on the set of kept weights, and its implications for semi-structured pruning. Finally, we give directions for future research.

📄 PDF Abstract BibTeX arXiv:2103.10629

Code (0)

등록된 구현이 없습니다.

Tasks

Network Pruning

Methods 이 논문이 사용한 방법론

Pruning 설명 없음
ReLU6 ReLU6 is a modification of the rectified linear unit where we limit the activation to a maximum size of $6$. This is due to increased…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Sigmoid Activation 설명 없음
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution …
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Hard Swish Hard Swish is a type of activation function based on Swish, but replaces the computationally expensive sigmoid with a piecewise…

Similar Papers 제목 키워드 기반

Rethinking Pruning Large Language Models: Benefits and Pitfalls of Reconstruction Error Minimization

2024-06-21 · Sungbin Shin, Wonpyo Park, Jaeho Lee, Namhoon Lee

This work suggests fundamentally rethinking the current practice of pruning large language models (LLMs). The way it is done is by divide and conquer: split the model into submodels, sequentially prune them, and reconstr…

Cascaded channel pruning using hierarchical self-distillation

2020-08-16 · Roy Miles, Krystian Mikolajczyk

In this paper, we propose an approach for filter-level pruning with hierarchical knowledge distillation based on the teacher, teaching-assistant, and student framework. Our method makes use of teaching assistants at inte…

Knowledge DistillationModel Compression

Designing Semi-Structured Pruning of Graph Convolutional Networks for Skeleton-based Recognition

2024-12-16 · Hichem Sahbi

Deep neural networks (DNNs) are nowadays witnessing a major success in solving many pattern recognition tasks including skeleton-based classification. The deployment of DNNs on edge-devices, endowed with limited time and…

Gesture RecognitionHand Gesture RecognitionHand-Gesture Recognition

SpAtten: Efficient Sparse Attention Architecture with Cascade Token and Head Pruning

2020-12-17 · Hanrui Wang, Zhekai Zhang, Song Han

The attention mechanism is becoming increasingly popular in Natural Language Processing (NLP) applications, showing superior performance than convolutional and recurrent architectures. However, attention becomes the comp…

CPUGPUQuantizationSentence

New Insights into Cascaded Geometric Flight Control: From Performance Guarantees to Practical Pitfalls

2025-12-30 · Brett T. Lopez arxiv

We present a new stability proof for cascaded geometric control used by aerial vehicles tracking time-varying position trajectories. Our approach uses sliding variables and a recently proposed quaternion-based sliding co…