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

231
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 in...
231
Convolution Properties II01:17

Convolution Properties II

351
The important convolution properties include width, area, differentiation, and integration properties.
The width property indicates that if the durations of input signals are T1 and T2, then the width of the output response equals the sum of both durations, irrespective of the shapes of the two functions. For instance, convolving two rectangular pulses with durations of 2 seconds and 1 second results in a function with a width of 3 seconds.
The area property asserts that the area under the...
351
Convolution: Math, Graphics, and Discrete Signals01:24

Convolution: Math, Graphics, and Discrete Signals

547
In any LTI (Linear Time-Invariant) system, the convolution of two signals is denoted using a convolution operator, assuming all initial conditions are zero. The convolution integral can be divided into two parts: the zero-input or natural response and the zero-state or forced response, with t0 indicating the initial time.
To simplify the convolution integral, it is assumed that both the input signal and impulse response are zero for negative time values. The graphical convolution process...
547
Convolution Properties I01:20

Convolution Properties I

318
Convolution computations can be simplified by utilizing their inherent properties.
The commutative property reveals that the input and the impulse response of an LTI (Linear Time-Invariant) system can be interchanged without affecting the output:
318
Deconvolution01:20

Deconvolution

365
Deconvolution, also known as inverse filtering, is the process of extracting the impulse response from known input and output signals. This technique is vital in scenarios where the system's characteristics are unknown, and they must be inferred from the observable signals.
Deconvolution involves several mathematical techniques to derive the impulse response. One common approach is polynomial division. In this method, the input and output sequences are treated as coefficients of...
365
Neural Circuits01:25

Neural Circuits

2.0K
Neural circuits and neuronal pools are two of the main structures found in the nervous system. Neural circuits are networks of neurons that work together to carry out a specific task or process. They consist of interconnected neurons and glial cells, which provide structural and metabolic support.
Neuronal pools are collections of nerve cells with similar functions and interact through chemical and electrical signals. These pools include both interneurons (the central neural circuit nodes that...
2.0K

You might also read

Related Articles

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

Sort by
Same author

Research through Evaluation for Large Language Model in Patient-Clinician Communications.

Research square·2026
Same author

Personalizing prostate cancer education for patients using an EHR-Integrated LLM agent.

NPJ digital medicine·2025
Same author

Large language model integrations in cancer decision-making: a systematic review and meta-analysis.

NPJ digital medicine·2025
Same author

Retrospective Comparative Analysis of Prostate Cancer In-Basket Messages: Responses From Closed-Domain Large Language Models Versus Clinical Teams.

Mayo Clinic proceedings. Digital health·2025
Same author

Effect of vitamin E on energy metabolism indicators and gill tissue structure of crucian carp (Carassius auratus) under cooling stress.

Scientific reports·2024
Same author

A hybrid stacked ensemble and Kernel SHAP-based model for intelligent cardiotocography classification and interpretability.

BMC medical informatics and decision making·2023

Related Experiment Video

Updated: Nov 3, 2025

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

733

Implementation of Lightweight Convolutional Neural Networks via Layer-Wise Differentiable Compression.

Huabin Diao1,2, Yuexing Hao1, Shaoyun Xu1

  • 1Institute of Microelectronics, Chinese Academy of Sciences, Beijing 100029, China.

Sensors (Basel, Switzerland)
|June 2, 2021
PubMed
Summary

This study introduces a layer-wise differentiable compression (LWDC) algorithm to reduce the size of convolutional neural networks (CNNs). LWDC efficiently compresses CNN models for better performance on resource-constrained devices.

Keywords:
convolutional neural networksdifferentiablelayer-wisestructural compression

Related Experiment Videos

Last Updated: Nov 3, 2025

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications
03:31

Author Spotlight: Enhancement of Salient Object Detection for Smart Grid Applications

Published on: December 15, 2023

733

Area of Science:

  • Computer Science
  • Artificial Intelligence
  • Machine Learning

Background:

  • Convolutional Neural Networks (CNNs) excel in various fields but suffer from large sizes and high computational demands, limiting their use on devices with limited resources.
  • Efficient compression of CNNs is crucial to mitigate size and computational costs without sacrificing performance.

Purpose of the Study:

  • To propose a novel layer-wise differentiable compression (LWDC) algorithm for structural compression of CNNs.
  • To enable simultaneous compression and training of CNNs using gradient descent.
  • To offer a generic compressed model requiring no specialized hardware or software.

Main Methods:

  • Introduced a differentiable selection operator (OS) embedded within the CNN architecture.
  • Implemented a method that directly replaces bulky operators with lightweight alternatives during training.
  • Utilized gradient descent for simultaneous compression and training, optimizing for specified lightweight operators and a regularization factor.

Main Results:

  • LWDC achieved significant compression rates on CIFAR-10, CIFAR-100, and ImageNet datasets.
  • The method demonstrated superior compression compared to state-of-the-art techniques in most cases.
  • LWDC resulted in lower performance degradation than existing compression methods.

Conclusions:

  • The proposed LWDC algorithm effectively compresses CNNs structurally, reducing model size and computational cost.
  • LWDC offers a viable solution for deploying deep learning models on resource-constrained devices.
  • The study highlights the effectiveness of replacing operators directly and evaluates the impact of operator choice and regularization.