Jove
Visualize
Contact Us
JoVE
x logofacebook logolinkedin logoyoutube logo
ABOUT JoVE
OverviewLeadershipBlogJoVE Help Center
AUTHORS
Publishing ProcessEditorial BoardScope & PoliciesPeer ReviewFAQSubmit
LIBRARIANS
TestimonialsSubscriptionsAccessResourcesLibrary Advisory BoardFAQ
RESEARCH
JoVE JournalMethods CollectionsJoVE Encyclopedia of ExperimentsArchive
EDUCATION
JoVE CoreJoVE BusinessJoVE Science EducationJoVE Lab ManualFaculty Resource CenterFaculty Site
Terms & Conditions of Use
Privacy Policy
Policies

Related Concept Videos

Survival Tree01:19

Survival Tree

128
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...
128

You might also read

Related Articles

Articles linked to this work by shared authors, journal, and citation graph.

Sort by
Same author

TyG Index and Frailty as Composite Biomarkers of Cardiometabolic Risk and Mortality Across CKM Stages 0-3.

Metabolites·2026
Same author

Near-Infrared Fluorescent Probes Targeting LAG-3 for Guiding Immunomodulation and Efficacy Monitoring of Stereotactic Body Radiotherapy in Liver Cancer.

Journal of hepatocellular carcinoma·2026
Same author

Decoding Choroid Plexus Pathology in Alzheimer's Disease: A Longitudinal Radiomics Approach for Prodromal Identification and Risk Stratification.

CNS neuroscience & therapeutics·2026
Same author

A chromosome-level genome assembly of Lycoris radiata unveils evolutionary origin of Amaryllidaceae alkaloids and elucidates the complete pathway of galanthamine biosynthesis.

Plant communications·2026
Same author

Creep Characteristics and Damage Constitutive Model of White Sandstone Under Short-Term Freeze-Thaw Cycles.

Materials (Basel, Switzerland)·2026
Same author

Low-Density and Flexible Silicone with Tunable Transparency for Thermal Insulation and Passive Cooling.

Small (Weinheim an der Bergstrasse, Germany)·2026
Same journal

DSPE-ViT: a lightweight vision transformer with dynamic sparse positional encoding for dense small object detection in UAV imagery.

Frontiers in neurorobotics·2026
Same journal

ST-HONet: Spatio-Temporal Hierarchical Network for long-horizon bimanual visuomotor imitation.

Frontiers in neurorobotics·2026
Same journal

ST-HADP: Spatio-Temporal hierarchical attention diffusion policy for long-horizon generalizable bimanual visuomotor imitation.

Frontiers in neurorobotics·2026
Same journal

EQISP: efficient quantized image signal processing with multi-scale pyramid fusion for resource constrained embodied perception.

Frontiers in neurorobotics·2026
Same journal

Research on embodied agent multimodal perception and real-time path planning algorithms for complex unstructured environments.

Frontiers in neurorobotics·2026
Same journal

NL-YOLOv5: a model with a larger receptive field and the ability to globally acquire features.

Frontiers in neurorobotics·2026
See all related articles

Related Experiment Video

Updated: Aug 6, 2025

A Simple Stimulatory Device for Evoking Point-like Tactile Stimuli: A Searchlight for LFP to Spike Transitions
07:34

A Simple Stimulatory Device for Evoking Point-like Tactile Stimuli: A Searchlight for LFP to Spike Transitions

Published on: March 25, 2014

10.0K

Model pruning based on filter similarity for edge device deployment.

Tingting Wu1,2,3,4, Chunhe Song1,2,3, Peng Zeng1,2,3

  • 1State Key Laboratory of Robotics, Shenyang Institute of Automation, Chinese Academy of Sciences, Shenyang, China.

Frontiers in Neurorobotics
|March 20, 2023
PubMed
Summary
This summary is machine-generated.

This study introduces a novel filter pruning method based on similarity, not importance, to accelerate deep learning models. It effectively reduces model size and computation without sacrificing accuracy, offering a more efficient approach to network compression.

Keywords:
convolutional neural networksedge intelligencefilter pruningnetwork accelerationnetwork compression

More Related Videos

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
07:35

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances

Published on: October 11, 2018

7.6K
Design and Analysis for Fall Detection System Simplification
08:05

Design and Analysis for Fall Detection System Simplification

Published on: April 6, 2020

10.8K

Related Experiment Videos

Last Updated: Aug 6, 2025

A Simple Stimulatory Device for Evoking Point-like Tactile Stimuli: A Searchlight for LFP to Spike Transitions
07:34

A Simple Stimulatory Device for Evoking Point-like Tactile Stimuli: A Searchlight for LFP to Spike Transitions

Published on: March 25, 2014

10.0K
Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances
07:35

Selecting Multiple Biomarker Subsets with Similarly Effective Binary Classification Performances

Published on: October 11, 2018

7.6K
Design and Analysis for Fall Detection System Simplification
08:05

Design and Analysis for Fall Detection System Simplification

Published on: April 6, 2020

10.8K

Area of Science:

  • Deep Learning
  • Computer Vision
  • Model Compression

Background:

  • Filter pruning is crucial for accelerating deep learning inference and hardware compatibility.
  • Existing criterion-based pruning methods often ignore edge-feature filters and suffer from correlated criteria, leading to suboptimal pruning structures.

Purpose of the Study:

  • To propose a novel filter pruning method that addresses limitations of current importance-based criteria.
  • To develop an effective and simple pruning strategy based on filter similarity for efficient network compression.

Main Methods:

  • Calculates pairwise filter similarity within convolutional layers to obtain a similarity distribution.
  • Prunes filters with high similarity to others, either by deletion or setting to zero.
  • Employs iterative pruning strategies (hard and soft) for accuracy-memory trade-offs, without layer-specific pruning rates.

Main Results:

  • Achieved 61.1% FLOPs reduction and 58.3% parameter reduction with no Top-1 accuracy loss on ResNet-56 (CIFAR10).
  • Reduced 53.05% FLOPs on ResNet-50 (ILSVRC-2012) with only 0.29% Top-1 accuracy degradation.
  • Demonstrated effectiveness across diverse datasets and network architectures.

Conclusions:

  • The proposed filter similarity-based pruning method is effective for deep learning model compression.
  • This approach offers significant reductions in FLOPs and parameters while maintaining high accuracy.
  • The method provides flexibility for different accuracy-memory trade-offs and simplifies the pruning process.