Related Experiment Video
Updated: Sep 30, 2025

05:55
Modeling the Functional Network for Spatial Navigation in the Human Brain
Published on: October 13, 2023
1.2K
Pruning Networks With Cross-Layer Ranking & k-Reciprocal Nearest Filters
IEEE Transactions on Neural Networks and Learning Systems
|March 16, 2022
Summary
This study introduces CLR-RNF, a novel filter-level network pruning method. It efficiently reduces computational costs and parameters in deep neural networks without complex learning, improving performance on image classification tasks.
Area of Science:
- Computer Vision
- Deep Learning
- Network Pruning
Background:
- Magnitude-based weight pruning methods suffer from a "long-tail" pruning problem.
- Existing filter pruning techniques often involve complex learning processes, increasing computational burden.
Purpose of the Study:
- To propose a novel, efficient, and non-learning based filter-level network pruning method.
- To address the "long-tail" pruning issue and reduce computational complexity in deep neural networks.
- To demonstrate the effectiveness of the proposed method on image classification tasks.
Main Methods:
- Introduced CLR-RNF (Cross-Layer Ranking - Reciprocal Nearest Filter) for filter-level network pruning.
- Developed a computation-aware measurement for individual weight importance.
- Implemented a k-reciprocal nearest filter selection scheme for filter preservation.
Main Results:
- CLR-RNF significantly reduces FLOPs and parameters: 74.1% FLOPs and 95.0% parameters on VGGNet-16 (CIFAR-10).
- Achieved accuracy improvements on CIFAR-10 (0.3%) and minimal drops on ImageNet (1.7% top-five accuracy drop on ResNet-50).
- Demonstrated superiority over state-of-the-art methods in network pruning efficiency and performance.
Conclusions:
- CLR-RNF offers an efficient, non-learning approach to filter-level network pruning.
- The method effectively reduces model size and computational load while maintaining or improving accuracy.
- CLR-RNF presents a promising alternative for optimizing deep neural networks for various applications.
Related Concept Videos
Ranks
296
Unlike parametric methods, nonparametric statistics are ideal for nominal and ordinal data, requiring fewer assumptions about the population's nature or distribution. This makes nonparametric methods easier to apply and interpret, as they do not depend on parameters like mean or standard deviation. One common approach in nonparametric analysis is to sort data according to a specific criterion. For instance, we might arrange weather data from hottest to coldest days in a month or rank cities...
296
Reducing Line Loss
212
In a three-phase circuit, line loss is an indicator of energy dissipated as heat due to the resistance of transmission lines. To address this, incorporating transformers into the system—a step-up transformer at the source and a step-down transformer at the load—is a strategic solution. Two three-phase transformers are introduced to improve this.
With a step-up transformer at the source, the voltage is increased, thereby reducing the current in the transmission lines since power loss...
With a step-up transformer at the source, the voltage is increased, thereby reducing the current in the transmission lines since power loss...
212

