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

Convolution Properties I01:20

Convolution Properties I

533
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:
533
Convolution: Math, Graphics, and Discrete Signals01:24

Convolution: Math, Graphics, and Discrete Signals

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

Convolution Properties II

559
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...
559
Reducing Line Loss01:18

Reducing Line Loss

349
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...
349
Deconvolution01:20

Deconvolution

527
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...
527
Ampere-Maxwell's Law: Problem-Solving01:17

Ampere-Maxwell's Law: Problem-Solving

1.1K
A parallel-plate capacitor with capacitance C, whose plates have area A and separation distance d, is connected to a resistor R and a battery of voltage V. The current starts to flow at t = 0. What is the displacement current between the capacitor plates at time t? From the properties of the capacitor, what is the corresponding real current?
To solve the problem, we can use the equations from the analysis of an RC circuit and Maxwell's version of Ampère's law.
For the first part of the...
1.1K

You might also read

Related Articles

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

Sort by
Same author

Differential P300 Signatures of Executive Dysfunction in Attention- Deficit/Hyperactivity Disorder and Borderline Intellectual Functioning.

The Eurasian journal of medicine·2026
Same author

A novel scrolling text reading paradigm for improving the performance of multiclass and hybrid brain computer interface systems.

PloS one·2025
Same author

Simultaneous EEG-fNIRS study of visual cognitive processing: ERP analysis and decision-related hemodynamic responses in healthy adults.

PloS one·2025
Same author

Investigation of the effect of a virtual reality-based imagery training model on muscle activation in athletes.

Frontiers in psychology·2025
Same author

Effects of exercise on response inhibition performance in adolescent males with attention deficit hyperactivity disorder: A fNIRS Study.

Psychiatry research. Neuroimaging·2025
Same author

The detection of distomolar teeth on panoramic radiographs using different artificial intelligence models.

Journal of stomatology, oral and maxillofacial surgery·2024

Related Experiment Video

Updated: Jan 10, 2026

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

996

Revisiting convolutional design for efficient CNN architectures in edge-aware applications.

Onur Erdem Korkmaz1

  • 1Electrical and Electronics Engineering, Atatürk University, Erzurum, 25240, Turkey. onurerdem.korkmaz@atauni.edu.tr.

Scientific Reports
|November 27, 2025
PubMed
Summary
This summary is machine-generated.

This study compares convolutional operations in ResNet-50 for edge AI. Shuffle and shift convolutions offer the best balance of accuracy, speed, and efficiency for resource-constrained applications.

Keywords:
Convolution typesConvolutional Neural Networks (CNNs)Edge AIEmbedded systemsHardware-aware designReal-time inference

Related Experiment Videos

Last Updated: Jan 10, 2026

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

996

Area of Science:

  • Computer Vision
  • Artificial Intelligence
  • Machine Learning

Background:

  • Vision Transformers (ViTs) show promise but have high computational costs.
  • Convolutional Neural Networks (CNNs) are efficient for real-time and edge AI.
  • Optimizing CNNs for edge deployment is crucial for resource-constrained applications.

Purpose of the Study:

  • To evaluate the performance of five different convolutional operations within the ResNet-50 architecture.
  • To analyze the trade-offs between accuracy, inference time, and power consumption of these operations on edge AI platforms.
  • To provide insights for designing hardware-aware CNNs for edge AI.

Main Methods:

  • Integrated standard 2D spatial, grouped, shuffle, depthwise separable, and shift convolutions into ResNet-50.
  • Trained models on Tiny-ImageNet and CIFAR-10/100 datasets.
  • Evaluated performance on Raspberry Pi 5, Coral Dev Board, and Jetson Nano, measuring accuracy, inference time, and power consumption.

Main Results:

  • Depthwise separable convolutions, while theoretically efficient, showed increased memory access issues on memory-bound edge platforms.
  • Shuffle and shift convolutions demonstrated superior trade-offs between accuracy, computational load, and inference speed.
  • Runtime decomposition revealed platform-specific performance characteristics for each convolution type.

Conclusions:

  • Shuffle and shift convolutions are recommended for optimizing CNNs on edge AI devices.
  • The findings offer practical guidance for selecting and designing efficient CNN architectures for resource-limited environments.
  • Hardware-aware design choices are critical for successful edge AI deployment of computer vision models.