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

Reducing Line Loss01:18

Reducing Line Loss

196
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...
196
Downsampling01:20

Downsampling

260
When considering a sampled sequence with zero values between sampling instants, one can replace it by taking every N-th value of the sequence. At these integer multiples of N, the original and sampled sequences coincide. This process, known as decimation, involves extracting every N-th sample from a sequence, thereby creating a more efficient sequence.
The Fourier transform of the decimated sequence reveals a combination of scaled and shifted versions of the original spectrum. This...
260

You might also read

Related Articles

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

Sort by
Same author

LncRNA LOC728196/miR-513c axis facilitates glioma carcinogenesis by targeting TCF7.

Gene·2018
Same author

Tuning Cobalt and Nitrogen Co-Doped Carbon to Maximize Catalytic Sites on a Superabsorbent Resin for Efficient Oxygen Reduction.

ChemSusChem·2018
Same author

Comparative analysis of immune checkpoint inhibitors and chemotherapy in the treatment of advanced non-small cell lung cancer: A meta-analysis of randomized controlled trials.

Medicine·2018
Same author

Prediction of Occult Lymph Node Metastasis Using Tumor-to-Blood Standardized Uptake Ratio and Metabolic Parameters in Clinical N0 Lung Adenocarcinoma.

Clinical nuclear medicine·2018
Same author

TUSC3 accelerates cancer growth and induces epithelial-mesenchymal transition by upregulating claudin-1 in non-small-cell lung cancer cells.

Experimental cell research·2018
Same author

Deployment and Smokeless Tobacco Use Among Active Duty Service Members in the U.S. Military.

Military medicine·2018
Same journal

HardFlow: Hard-Constrained Sampling for Flow-Matching Models Via Trajectory Optimization.

IEEE transactions on pattern analysis and machine intelligence·2026
Same journal

Industrial Brain: Self-Evolving Neuro-Symbolic Autonomy with Causal Resilience for Cyber-Physical Systems.

IEEE transactions on pattern analysis and machine intelligence·2026
Same journal

Adaptive Hardness-Driven Dictionary Distillation for Incomplete Streaming View Clustering.

IEEE transactions on pattern analysis and machine intelligence·2026
Same journal

Mixture of Global and Local Experts with Diffusion Transformer for Controllable Face Generation.

IEEE transactions on pattern analysis and machine intelligence·2026
Same journal

Task-KV: Task-aware KV Cache Optimization via Semantic Differentiation of Attention Heads.

IEEE transactions on pattern analysis and machine intelligence·2026
Same journal

Achieving Text-based Person Retrieval with Any Granularity.

IEEE transactions on pattern analysis and machine intelligence·2026
See all related articles

Related Experiment Video

Updated: Sep 16, 2025

Optimized Fabrication Procedure for High-Quality Graphene-based Moiré Superlattice Devices
11:24

Optimized Fabrication Procedure for High-Quality Graphene-based Moiré Superlattice Devices

Published on: July 11, 2025

6.5K

Efficient Distortion-Minimized Layerwise Pruning.

Kaixin Xu, Zhe Wang, Runtao Huang

    IEEE Transactions on Pattern Analysis and Machine Intelligence
    |July 7, 2025
    PubMed
    Summary
    This summary is machine-generated.

    This study introduces a novel post-training pruning framework for deep neural networks (DNNs) that minimizes output distortion. The approach achieves significant reductions in floating-point operations (FLOPs) across various models and tasks without compromising accuracy.

    More Related Videos

    Author Spotlight: Optimization of Processing Technology for Tiebangchui with Zanba Based on CRITIC Combined with Box-Behnken Response Surface Method
    09:16

    Author Spotlight: Optimization of Processing Technology for Tiebangchui with Zanba Based on CRITIC Combined with Box-Behnken Response Surface Method

    Published on: May 12, 2023

    1.2K
    Detection of Architectural Distortion in Prior Mammograms via Analysis of Oriented Patterns
    13:44

    Detection of Architectural Distortion in Prior Mammograms via Analysis of Oriented Patterns

    Published on: August 30, 2013

    43.0K

    Related Experiment Videos

    Last Updated: Sep 16, 2025

    Optimized Fabrication Procedure for High-Quality Graphene-based Moiré Superlattice Devices
    11:24

    Optimized Fabrication Procedure for High-Quality Graphene-based Moiré Superlattice Devices

    Published on: July 11, 2025

    6.5K
    Author Spotlight: Optimization of Processing Technology for Tiebangchui with Zanba Based on CRITIC Combined with Box-Behnken Response Surface Method
    09:16

    Author Spotlight: Optimization of Processing Technology for Tiebangchui with Zanba Based on CRITIC Combined with Box-Behnken Response Surface Method

    Published on: May 12, 2023

    1.2K
    Detection of Architectural Distortion in Prior Mammograms via Analysis of Oriented Patterns
    13:44

    Detection of Architectural Distortion in Prior Mammograms via Analysis of Oriented Patterns

    Published on: August 30, 2013

    43.0K

    Area of Science:

    • Computer Science
    • Artificial Intelligence
    • Machine Learning

    Background:

    • Deep Neural Networks (DNNs) are computationally intensive, requiring efficient methods for model compression.
    • Pruning, a technique to reduce model size and complexity, often faces challenges in optimizing layer-wise reductions and minimizing output distortion.

    Purpose of the Study:

    • To develop a post-training pruning framework that jointly optimizes layer-wise pruning to minimize model output distortion.
    • To leverage a newly discovered additivity property of output distortion for efficient pruning optimization.

    Main Methods:

    • A post-training pruning framework is proposed, optimizing layer-wise pruning to minimize model output distortion.
    • An additivity property of output distortion in DNNs is identified and utilized.
    • Pruning optimization is reformulated as a combinatorial problem solved with dynamic programming, achieving linear time complexity.
    • Hessian-based Taylor approximation is employed to optimize distortions, enhancing pruning efficiency.

    Main Results:

    • The framework achieves state-of-the-art (SoTA) results with significant FLOPs reductions across various DNN architectures (CNNs, ViTs) and tasks (image classification, 3D object detection).
    • Examples include up to 29.2x FLOPs reduction on CIFAR-10 (VGG-16) and no accuracy loss with 2x FLOPs reduction on ImageNet (DeiT-Base).
    • Significant FLOPs reductions were also observed in 3D object detection models like CenterPoint (3.89x) and PVRCNN (3.72x).

    Conclusions:

    • The proposed layer-adaptive weight pruning framework is effective and practical for enhancing model performance.
    • The method demonstrates significant computational savings (FLOPs reduction) without accuracy degradation.
    • The dynamic programming approach based on the additivity property offers a fast and efficient solution for DNN pruning.