Related Experiment Video
Updated: Jan 15, 2026

08:27
Author Spotlight: Efficient Image Recognition Using Directional Gradient Histogram Technique and Support Vector Machines
Published on: January 5, 2024
1.6K
Evaluating convolutional neural networks using residual blocks and global average pooling techniques for predicting
Cheng-Chia Huang1, Che-Cheng Chang2, Chiao-Ming Chang3
1Department of Water Resources Engineering and Conservation, Feng Chia University, Taichung City, Taiwan.
Scientific Reports
|October 9, 2025
Summary
This study introduces a new Convolutional Neural Networks-Sediment Concentration Prediction (CNN-SCP) model for accurate water sediment monitoring. The advanced CNN-SCP model offers improved precision and efficiency for real-time applications.
Area of Science:
- Environmental Science
- Computer Science
- Water Resource Management
Background:
- Monitoring sediment concentration (SC) in water resources is complex due to environmental factors and sensor limitations.
- There is a need for precise, cost-effective, and user-friendly sediment monitoring technologies.
Purpose of the Study:
- To develop an advanced prediction model for sediment concentration using Convolutional Neural Networks (CNNs).
- To enhance CNN performance by incorporating residual blocks (RB) and global average pooling layers.
Main Methods:
- The study utilized Convolutional Neural Networks (CNNs) as the base architecture.
- Residual blocks (RB) were integrated to address vanishing gradient issues and improve feature propagation.
- A global average pooling layer was employed to reduce parameters, prevent overfitting, and enhance model generalization.
Main Results:
- The proposed CNN-SCP model demonstrated superior performance compared to primitive CNNs and existing methods.
- Key metrics showed significant improvements: MAE (115.42 vs. 263.67), MAPE (6.38 vs. 14.67), RMSE (134.24 vs. 294.51), and CC (0.97 vs. 0.90).
- The inclusion of 5 residual blocks particularly enhanced model stability and convergence.
Conclusions:
- The developed CNN-SCP model shows significant potential for real-time sediment monitoring.
- The findings support the deployment of CNN-SCP for effective early warning systems in water resource management.
Related Concept Videos
Residuals and Least-Squares Property
9.1K
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...
9.1K
Residual Plots
6.2K
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...
6.2K

