Deep neural networks have dramatically achieved great success on a variety of challenging tasks. However, most successful DNNs have an extremely complex structure, leading to extensive research on model compression.As a significant area of progress in model compression, traditional gradual pruning approaches involve an…
arXiv research
A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.
Trend · papers per month
Artificial neural networks (ANNs) may not be worth their computational/memory costs when used in mobile phones or embedded devices. Parameter-pruning algorithms combat these costs, with some algorithms capable of removing over 90% of an ANN's weights without harming the ANN's performance. Removing weights from an ANN i…
This work explores the importance of model weights and Hessian bias in pruning.
Hyperflux models pruning as a system to reveal weight importance.
Recent pruning methods at initialization fall short of random pruning's accuracy.
A new method to prune neural networks with iterative randomization improves efficiency.
This paper finds a new way to compress CNN weights, improving on pruning and quantization.
Adversarial robustness improved by sparsity in network weights.
The state-of-art DNN structures involve high computation and great demand for memory storage which pose intensive challenge on DNN framework resources. To mitigate the challenges, weight pruning techniques has been studied. However, high accuracy solution for extreme structured pruning that combines different types of …
Network pruning is widely used for reducing the heavy inference cost of deep models in low-resource settings. A typical pruning algorithm is a three-stage pipeline, i.e., training (a large model), pruning and fine-tuning. During pruning, according to a certain criterion, redundant weights are pruned and important weigh…
We examine how recently documented, fundamental phenomena in deep learning models subject to pruning are affected by changes in the pruning procedure. Specifically, we analyze differences in the connectivity structure and learning dynamics of pruned models found through a set of common iterative pruning techniques, to …
In this paper, we propose a novel progressive parameter pruning method for Convolutional Neural Network acceleration, named Structured Probabilistic Pruning (SPP), which effectively prunes weights of convolutional layers in a probabilistic manner. Unlike existing deterministic pruning approaches, where unimportant weig…
Large deep neural network (DNN) models pose the key challenge to energy efficiency due to the significantly higher energy consumption of off-chip DRAM accesses than arithmetic or SRAM operations. It motivates the intensive research on model compression with two main approaches. Weight pruning leverages the redundancy i…
Optimizes pruning masks for neural networks using probabilistic fine-tuning and PAC-Bayes bounds.
Two retraining techniques outperform fine-tuning in neural network pruning.
The study reveals flaws in pruning criteria and proposes a new assumption for better filter selection.
NTK-SAP improves neural network pruning by aligning training dynamics.
Structured weight pruning is a representative model compression technique of DNNs to reduce the storage and computation requirements and accelerate inference. An automatic hyperparameter determination process is necessary due to the large number of flexible hyperparameters. This work proposes AutoCompress, an automatic…
The paper analyzes SBL pruning criteria under weakened assumptions.
Deep neural networks (DNNs) although achieving human-level performance in many domains, have very large model size that hinders their broader applications on edge computing devices. Extensive research work have been conducted on DNN model compression or pruning. However, most of the previous work took heuristic approac…
Neural networks are easier to optimise when they have many more weights than are required for modelling the mapping from inputs to outputs. This suggests a two-stage learning procedure that first learns a large net and then prunes away connections or hidden units. But standard training does not necessarily encourage ne…
Neural network pruning is an important step in design process of efficient neural networks for edge devices with limited computational power. Pruning is a form of knowledge transfer from the weights of the original network to a smaller target subnetwork. We propose a new method for compute-constrained structured channe…
FlipOut prunes neural networks by flipping weights' signs, achieving high sparsity.
A method to combine saliency metrics for better CNN pruning decisions.
PAC-Net prunes deep models for better transfer learning.
This work characterizes the fundamental limit of network pruning using statistical dimension and convex geometry.
Bayesian neural networks are compressed using feature and weight pruning based on posterior inclusion probabilities.
The most common method for DNN pruning is hard thresholding of network weights, followed by retraining to recover any lost accuracy. Recently developed smart pruning algorithms use the DNN response over the training set for a variety of cost functions to determine redundant network weights, leading to less accuracy deg…
Randomly initialized networks can perform as well as pruned networks.
Model compression techniques on Deep Neural Network (DNN) have been widely acknowledged as an effective way to achieve acceleration on a variety of platforms, and DNN weight pruning is a straightforward and effective method. There are currently two mainstreams of pruning methods representing two extremes of pruning reg…
Holistic Filter Pruning reduces DNN complexity efficiently.
A new energy-efficient pruning method for federated learning.
Speeds up training and inference by pruning entire channels before training.
A framework for privacy-preserving DNN pruning and acceleration.
New pruning methods improve dynamic sparse training performance.
A new method prunes neural networks faster and more efficiently.
Model compression techniques, such as pruning and quantization, are becoming increasingly important to reduce the memory footprints and the amount of computations. Despite model size reduction, achieving performance enhancement on devices is, however, still challenging mainly due to the irregular representations of spa…
Pruning improves DNNs against MIA while reducing model size and computation.
LTP learns per-layer thresholds for efficient pruning of deep networks.
Gibbs pruning optimizes neural networks by combining physics and regularization.
Parameter pruning is a promising approach for CNN compression and acceleration by eliminating redundant model parameters with tolerable performance degrade. Despite its effectiveness, existing regularization-based parameter pruning methods usually drive weights towards zero with large and constant regularization factor…
HALO learns to prune neural networks by adaptively shrinking weights.
SparseRT accelerates sparse computations on GPUs for deep learning inference.
New Lipschitz bound for ReLU networks resists weight rescaling.
Pruning filters in neural networks improves performance and reduces costs.
Deep Neural Networks are highly over-parameterized and the size of the neural networks can be reduced significantly after training without any decrease in performance. One can clearly see this phenomenon in a wide range of architectures trained for various problems. Weight/channel pruning, distillation, quantization, m…
RicciNets prunes neural networks by removing edges of low importance based on Ricci curvature, reducing FLOPs by 35%.
With the rapid scaling up of deep neural networks (DNNs), extensive research studies on network model compression such as weight pruning have been performed for improving deployment efficiency. This work aims to advance the compression beyond the weights to neuron activations. We propose the joint regularization techni…