Related Experiment Video
Updated: Jun 4, 2025

Deep Neural Networks for Image-Based Dietary Assessment
Published on: March 13, 2021
MPIC: Exploring alternative approach to standard convolution in deep neural networks
Jie Jiang1, Yi Zhong1, Ruoli Yang1
1National University of Defense Technology, Department of Systems Engineering, the Laboratory for Big Data and Decision, Changsha, 410073, China.
Abstract:
In the rapidly evolving field of deep learning, Convolutional Neural Networks (CNNs) retain their unique strengths and applicability in processing grid-structured data such as images, despite the surge of Transformer architectures. This paper explores alternatives to the standard convolution, with the objective of augmenting its feature extraction prowess while maintaining a similar parameter count. We propose innovative solutions targeting depthwise separable convolution and standard convolution, culminating in our Multi-scale Progressive Inference Convolution (MPIC). MPIC incorporates the benefits of large receptive fields, multi-scale processing, and gradual inference. Our alternative Approach are not only compatible with existing convolutional variant networks such as MobileNet, ResNet, and ResNest, but also significantly enhance feature extraction capabilities while retaining computational efficiency. Comprehensive experiments on several renowned datasets and in-depth comparisons with standard convolution validate the efficacy of our proposals. The results exhibit significant performance enhancements with our convolutional alternatives. Detailed ablation studies further corroborate the effectiveness of our proposed solutions in various computer vision tasks, including object detection, class activation mapping, and salient object detection, etc.
Related Concept Videos
Convolution Properties II
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...
Convolution: Math, Graphics, and Discrete Signals
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...
Convolution Properties I
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:
Deconvolution
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...
Properties of DTFT II
The frequency differentiation property is illustrated by considering a DTFT pair and differentiating both sides with respect to ω.
Neural Circuits
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...

