pith. machine review for the scientific record. sign in

arxiv: 1607.03250 · v1 · submitted 2016-07-12 · 💻 cs.NE · cs.CV· cs.LG

Recognition: unknown

Network Trimming: A Data-Driven Neuron Pruning Approach towards Efficient Deep Architectures

Authors on Pith no claims yet
classification 💻 cs.NE cs.CVcs.LG
keywords networkneuronspruningzeroefficientaccuracyactivationdeep
0
0 comments X
read the original abstract

State-of-the-art neural networks are getting deeper and wider. While their performance increases with the increasing number of layers and neurons, it is crucial to design an efficient deep architecture in order to reduce computational and memory costs. Designing an efficient neural network, however, is labor intensive requiring many experiments, and fine-tunings. In this paper, we introduce network trimming which iteratively optimizes the network by pruning unimportant neurons based on analysis of their outputs on a large dataset. Our algorithm is inspired by an observation that the outputs of a significant portion of neurons in a large network are mostly zero, regardless of what inputs the network received. These zero activation neurons are redundant, and can be removed without affecting the overall accuracy of the network. After pruning the zero activation neurons, we retrain the network using the weights before pruning as initialization. We alternate the pruning and retraining to further reduce zero activations in a network. Our experiments on the LeNet and VGG-16 show that we can achieve high compression ratio of parameters without losing or even achieving higher accuracy than the original network.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. $\lambda$-GELU: Learning Gating Hardness for Controlled ReLU-ization in Deep Networks

    cs.LG 2026-03 unverdicted novelty 6.0

    λ-GELU learns layer-wise hardness parameters via constrained reparameterization to allow controlled post-training conversion from smooth GELU to ReLU activations.

  2. GPU Acceleration of Sparse Fully Homomorphic Encrypted DNNs

    cs.CR 2026-04 unverdicted novelty 5.0

    Sparse FHE matrix multiplication on AMD GPUs via FIDESlib achieves 3x CPU speedup and shifts complexity from cubic to semi-linear.

  3. Edge Deep Learning in Computer Vision and Medical Diagnostics: A Comprehensive Survey

    cs.CV 2026-05 unverdicted novelty 4.0

    A comprehensive survey of edge deep learning in computer vision and medical diagnostics that presents a novel categorization of hardware platforms by performance and usage scenarios.