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 II01:17

Convolution Properties II

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

Deconvolution

274
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...
274
Convolution Properties I01:20

Convolution Properties I

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

Convolution: Math, Graphics, and Discrete Signals

471
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...
471
Neural Circuits01:25

Neural Circuits

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

Reducing Line Loss

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

You might also read

Related Articles

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

Sort by
Same author

Atomic-Scale Spin-Valve Control of Interlayer Excitons in Twisted WSe<sub>2</sub>/CrSe<sub>2</sub>/WSe<sub>2</sub> Heterostructures.

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

Smartphone-based kinematic biomarkers for degenerative cervical myelopathy screening robust to physiological aging.

NPJ digital medicine·2026
Same author

Tunable Proximity Valley Splitting Via Interfacial Exchange Pinning in WSe<sub>2</sub>-CrBr<sub>3</sub>-CrPS<sub>4</sub> Heterostructures.

Nano letters·2026
Same author

A sequentially orthogonal dual-peptide (TPS/DGEA) coating with synergistic anticoagulant, anti-inflammatory and pro-endothelialization functions for vascular stents.

Biomedical materials (Bristol, England)·2026
Same author

Preparation and Characterization of Icariin-Loaded Bioactive Glass/Sodium Alginate Thermosensitive Composite Gel.

ACS applied bio materials·2026
Same author

Interlayer Valley Coupling and Hybridized Excitons in Twisted van der Waals Bilayers With Broken Translational Symmetry.

Advanced materials (Deerfield Beach, Fla.)·2026

Related Experiment Video

Updated: Oct 1, 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

667

DualConv: Dual Convolutional Kernels for Lightweight Deep Neural Networks.

Jiachen Zhong, Junying Chen, Ajmal Mian

    IEEE Transactions on Neural Networks and Learning Systems
    |March 1, 2022
    PubMed
    Summary

    Dual convolutional kernels (DualConv) create lightweight deep neural networks by combining 3x3 and 1x1 kernels. This approach reduces computational cost and parameters while maintaining or improving accuracy for image classification and object detection tasks.

    More Related Videos

    Deep Neural Networks for Image-Based Dietary Assessment
    13:19

    Deep Neural Networks for Image-Based Dietary Assessment

    Published on: March 13, 2021

    9.4K

    Related Experiment Videos

    Last Updated: Oct 1, 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

    667
    Deep Neural Networks for Image-Based Dietary Assessment
    13:19

    Deep Neural Networks for Image-Based Dietary Assessment

    Published on: March 13, 2021

    9.4K

    Area of Science:

    • Computer Science
    • Artificial Intelligence
    • Machine Learning

    Background:

    • Convolutional Neural Network (CNN) architectures are computationally intensive and memory-heavy, limiting their use in embedded systems.
    • Efficient deep learning models are crucial for resource-constrained environments.

    Purpose of the Study:

    • To propose a novel lightweight CNN architecture using dual convolutional kernels (DualConv).
    • To demonstrate the effectiveness of DualConv in reducing computational cost and parameters while maintaining accuracy.

    Main Methods:

    • Introduced DualConv, which combines 3x3 and 1x1 convolutional kernels processing the same feature map channels simultaneously.
    • Utilized group convolution techniques for efficient filter arrangement.
    • Integrated DualConv into various CNN models like VGG-16, ResNet-50, YOLO-V3, and MobileNetV2 for testing.

    Main Results:

    • DualConv significantly reduces computational cost and parameters in deep neural networks.
    • Achieved slightly higher accuracy than original models in some classification tasks.
    • Reduced MobileNetV2 parameters by 54% with a minimal accuracy drop (0.68%) on CIFAR-100.
    • Improved MobileNetV1 accuracy by 4.11% on CIFAR-100.
    • Enhanced YOLO-V3 object detection speed and accuracy by 4.4% on PASCAL VOC dataset.

    Conclusions:

    • DualConv is an effective method for creating lightweight and efficient CNNs suitable for embedded systems.
    • The proposed method offers a flexible way to improve existing CNN architectures for various computer vision tasks.