Related Experiment Video
Updated: Jul 26, 2025

04:48
Swin-PSAxialNet: An Efficient Multi-Organ Segmentation Technique
Published on: July 5, 2024
444
A novel residual block: replace Conv1× 1 with Conv3×3 and stack more convolutions.
XiuJian Hu1, Guanglei Sheng1,2, Daohua Zhang1
1Department of Electronic and Information Engineering, Bozhou University, Bozhou, Anhui, China.
Peerj. Computer Science
|June 22, 2023
Summary
A novel residual structure enhances neural network performance in computer vision. This improved design achieves higher accuracy on benchmark datasets compared to existing models like ResNet50.
Area of Science:
- Computer Vision
- Deep Learning
- Artificial Intelligence
Background:
- Residual structures are crucial for neural network performance in computer vision.
- Classical residual networks face limitations in receptive field size, channel, and spatial information processing.
Purpose of the Study:
- To propose a novel residual structure that overcomes limitations of classical residual networks.
- To enhance effective receptive fields, channel information fusion, and spatial feature extraction.
Main Methods:
- Modification of identity mapping and down-sampling blocks within the residual structure.
- Ablation studies to verify performance in channel information fusion and spatial feature extraction.
- Design and testing of a non-deep convolutional neural network (CNN) using the novel structure on Cifar10 and Cifar100 datasets.
Main Results:
- The novel residual structure demonstrates superior performance in channel information fusion and spatial feature extraction.
- The proposed network model achieved higher accuracy than mainstream networks (ResNet50, ResNeXt50, SeResNet152) on benchmark datasets.
- Achieved 3.08% higher accuracy than ResNet50 and 1.38% higher than ResNeXt50.
- Outperformed SeResNet152 by 0.29% with 50 fewer training epochs.
Conclusions:
- The proposed novel residual structure significantly improves neural network performance for computer vision tasks.
- The enhanced effective receptive field and feature extraction capabilities offer a competitive alternative to existing architectures.
- The model shows promise for efficient and high-accuracy image recognition applications.
Related Concept Videos
Convolution: Math, Graphics, and Discrete Signals
305
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...
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...
305
Convolution Properties II
239
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...
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...
239
Convolution Properties I
188
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:
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:
188
Deconvolution
198
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...
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...
198
Residual Plots
4.7K
A residual plot is a statistical representation of data used to analyze correlation and regression results. It helps verify the requirements for drawing specific conclusions about correlation and regression. To obtain the residual plot, first, the residual for each data value is calculated, which is simply the vertical distance between the observed and the predicted value obtained from the regression equation.
When the residual values are plotted against the variable x, it is called a residual...
When the residual values are plotted against the variable x, it is called a residual...
4.7K
Residuals and Least-Squares Property
7.4K
The vertical distance between the actual value of y and the estimated value of y. In other words, it measures the vertical distance between the actual data point and the predicted point on the line
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
7.4K

