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

Convolution: Math, Graphics, and Discrete Signals

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

Convolution Properties I

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

Convolution Properties II

633
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...
633
Network Function of a Circuit01:25

Network Function of a Circuit

969
Frequency response analysis in electrical circuits provides vital insights into a circuit's behavior as the frequency of the input signal changes. The transfer function, a mathematical tool, is instrumental in understanding this behavior. It defines the relationship between phasor output and input and comes in four types: voltage gain, current gain, transfer impedance, and transfer admittance. The critical components of the transfer function are the poles and zeros.
969
Deconvolution01:20

Deconvolution

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

Neural Circuits

3.1K
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...
3.1K

You might also read

Related Articles

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

Sort by
Same author

Revealing antibacterial mechanisms of a magnetic flocculation system: The multi-target disruption effect.

Journal of hazardous materials·2026
Same author

Effect of DL-3-n-Butylphthalide on Cerebral Hypoperfusion Due to Atherosclerotic Stenosis: A Multicenter, Double-Blind, Randomized Controlled, Preliminary Trial.

CNS drugs·2026
Same author

Unlocking sustainable water decontamination: Controlled sulfite release from solid calcium sulfite for enhanced electrochemical arsenite oxidation.

Journal of hazardous materials·2026
Same author

Moderately quaternized starch-derived polymers for synchronous bacterial removal and sustained inactivation: Enhancing disinfection and unveiling the synergistic mechanism.

Journal of hazardous materials·2026
Same author

Bongkrekic Acid Poisoning Associated with <i>Burkholderia gladioli</i>: A Systematic Review.

Foodborne pathogens and disease·2026
Same author

The anti-epileptic mechanism of a ketogenic diet regulating the gut microbiota via SIRT2 activation of the PI3K/AKT signaling pathway.

Neuroscience letters·2025
Same journal

Hidden Data Recovery and Forecasting via Next-Generation Reservoir Computing With Multiscale Delay Selection.

IEEE transactions on neural networks and learning systems·2026
Same journal

CAFF-CIL: Causality-Aware Freedom Forgetting Approach for Class-Incremental Learning.

IEEE transactions on neural networks and learning systems·2026
Same journal

Harmonic Autoencoding Framework for Multiple Tasks in Magnetic Particle Imaging Reconstruction.

IEEE transactions on neural networks and learning systems·2026
Same journal

A Survey on Human-Centric Voice-Face Multimodal Learning.

IEEE transactions on neural networks and learning systems·2026
Same journal

Vision-Assisted Foundation Model for Solving Multitask Vehicle Routing Problems.

IEEE transactions on neural networks and learning systems·2026
Same journal

FP3O: Enabling Proximal Policy Optimization in Multiagent Cooperation With Parameter-Sharing Versatility.

IEEE transactions on neural networks and learning systems·2026
See all related articles

Related Experiment Video

Updated: Mar 5, 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

1.2K

Convolution in Convolution for Network in Network.

Yanwei Pang, Manli Sun, Xiaoheng Jiang

    IEEE Transactions on Neural Networks and Learning Systems
    |March 23, 2017
    PubMed
    Summary
    This summary is machine-generated.

    Network in Network (NiN) uses multilayer perceptrons (MLP) for better feature representation. This study introduces sparse MLPs via Convolution in Convolution (CiC) to reduce parameters and improve performance in deep learning models.

    Related Experiment Videos

    Last Updated: Mar 5, 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

    1.2K

    Area of Science:

    • Computer Science
    • Artificial Intelligence
    • Machine Learning

    Background:

    • Network in Network (NiN) enhances deep convolutional neural networks by incorporating multilayer perceptrons (MLP) for non-linear feature extraction.
    • NiN's use of dense MLP layers improves feature representation but leads to a high parameter count.

    Purpose of the Study:

    • To address the parameter inefficiency of NiN by proposing a sparse MLP approach.
    • To introduce a novel method, Convolution in Convolution (CiC), for reducing parameters in NiN architectures.

    Main Methods:

    • Replacing dense shallow MLP layers with sparsely connected MLP layers.
    • Implementing sparsity in the channel dimension or channel-spatial domain.
    • Utilizing unshared convolutions across channels and shared convolutions across spatial dimensions within computational layers.

    Main Results:

    • The proposed Convolution in Convolution (CiC) method effectively reduces parameters in NiN models.
    • Experimental results on CIFAR10, augmented CIFAR10, and CIFAR100 datasets demonstrate the effectiveness of CiC.
    • The sparse MLP approach maintains or improves recognition performance compared to dense MLP.

    Conclusions:

    • Convolution in Convolution (CiC) offers an efficient alternative to dense MLPs in Network in Network architectures.
    • The proposed method successfully balances feature representation power with parameter reduction.
    • CiC presents a viable strategy for developing more efficient deep learning models.