Related Experiment Video
Updated: May 24, 2025

05:12
ExCYT: A Graphical User Interface for Streamlining Analysis of High-Dimensional Cytometry Data
Published on: January 16, 2019
11.3K
Filter Pruning by High-Order Spectral Clustering.
Summary
This study introduces a novel filter pruning method for convolutional neural networks (CNNs) using high-order spectral clustering. It effectively removes redundant filters, achieving significant model compression without compromising performance.
Area of Science:
- Computer Science
- Artificial Intelligence
- Machine Learning
Background:
- Convolutional Neural Networks (CNNs) often contain significant redundancy, leading to large model sizes.
- Existing filter pruning methods primarily rely on distance metrics, which fail to capture complex correlations and are unsuitable for high-dimensional features.
- This limitation hinders effective compression of deep learning models.
Purpose of the Study:
- To develop an advanced filter pruning strategy for CNNs that addresses the limitations of distance-based methods.
- To improve the accuracy and efficiency of model compression by identifying and removing redundant filters more effectively.
- To achieve substantial model size reduction with minimal or no loss in performance.
Main Methods:
- Proposes a novel pruning strategy based on high-order spectral clustering.
- Utilizes a hypergraph structure to model complex correlations among filters.
- Employs hypergraph structure learning to extract high-order information for filter clustering and redundancy identification.
Main Results:
- The proposed method demonstrates superior performance compared to state-of-the-art techniques across various CNN models and datasets.
- Achieved a 57.1% reduction in Floating Point Operations (FLOPs) for ResNet50 on ImageNet without any accuracy drop.
- Represents a breakthrough in lossless pruning with a high compression ratio.
Conclusions:
- High-order spectral clustering provides a more effective approach for identifying and removing redundant filters in CNNs.
- The proposed hypergraph-based method enables significant model compression while preserving accuracy.
- This work sets a new benchmark for lossless pruning in deep learning models.
Related Concept Videos
Cluster Sampling Method
11.6K
Appropriate sampling methods ensure that samples are drawn without bias and accurately represent the population. Because measuring the entire population in a study is not practical, researchers use samples to represent the population of interest.
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
To choose a cluster sample, divide the population into clusters (groups) and then randomly select some of the clusters. All the members from these clusters are in the cluster sample. For example, if you randomly sample four departments from your...
11.6K
Quantifying and Rejecting Outliers: The Grubbs Test
1.4K
Sometimes, a data set can have a recorded numerical observation that greatly deviates from the rest of the data. Assuming that the data is normally distributed, a statistical method called the Grubbs test can be used to determine whether the observation is truly an outlier. To perform a two-tailed Grubbs test, first, calculate the absolute difference between the outlier and the mean. Then, calculate the ratio between this difference and the standard deviation of the sample. This...
1.4K
Trimmed Mean
2.8K
While measuring the mean of a data set, care needs to be taken when associating the mean to its central tendency. The same goes for the arithmetic mean, the geometric mean, or the harmonic mean. This is because the presence of a single outlier data value can significantly affect the mean. That is, the mean is sensitive to fluctuations in the data set.
Although certain measures of central tendency are not sensitive to outliers, there are alternative versions of the mean that get around the...
Although certain measures of central tendency are not sensitive to outliers, there are alternative versions of the mean that get around the...
2.8K
Extraction: Partition and Distribution Coefficients
1.7K
The distribution law or Nernst's distribution law is the law that governs the distribution of a solute between two immiscible solvents. This law, also known as the partition law, states that if a solute is added to the mixture of two immiscible solvents at a constant temperature, the solute is distributed between the two solvents in such a way that the ratio of solute concentrations in the solvents remains constant at equilibrium.
For extracting a solute from an aqueous phase into an...
For extracting a solute from an aqueous phase into an...
1.7K
¹H NMR: Interpreting Distorted and Overlapping Signals
989
Spin systems where the difference in chemical shifts of the coupled nuclei is greater than ten times J are called first-order spin systems. These nuclei are weakly coupled, and their chemical shifts and coupling constant can generally be estimated from the well-separated signals in the spectrum.
As Δν decreases and the signals move closer, the doublets appear increasingly distorted. The intensities of the inner lines increase at the cost of those of the outer lines as the signals are...
As Δν decreases and the signals move closer, the doublets appear increasingly distorted. The intensities of the inner lines increase at the cost of those of the outer lines as the signals are...
989
Survival Tree
50
Survival trees are a non-parametric method used in survival analysis to model the relationship between a set of covariates and the time until an event of interest occurs, often referred to as the "time-to-event" or "survival time." This method is particularly useful when dealing with censored data, where the event has not occurred for some individuals by the end of the study period, or when the exact time of the event is unknown.
Building a Survival Tree
Constructing a...
Building a Survival Tree
Constructing a...
50

