Residual-CNDS for Grand Challenge Scene Dataset
Hussein A. Al-Barazanchi, Hussam Qassim, David Feinzimer, and Abhishek, Verma

TL;DR
This paper introduces Residual-CNDS, a deep learning model combining residual learning with deep supervision to improve scene classification accuracy on large datasets, addressing issues like slow convergence, overfitting, and degradation.
Contribution
The paper proposes a novel Residual-CNDS model that integrates residual connections into deep supervision networks to enhance training and accuracy in large-scale scene classification.
Findings
Residual-CNDS outperforms existing models in top-1 and top-5 accuracy.
Residual connections improve convergence and reduce overfitting.
Models demonstrate robustness on large-scale datasets MIT Places 205 and 365.
Abstract
Increasing depth of convolutional neural networks (CNNs) is a highly promising method of increasing the accuracy of the (CNNs). Increased CNN depth will also result in increased layer count (parameters), leading to a slow backpropagation convergence prone to overfitting. We trained our model (Residual-CNDS) to classify very large-scale scene datasets MIT Places 205, and MIT Places 365-Standard. The outcome result from the two datasets proved our proposed model (Residual-CNDS) effectively handled the slow convergence, overfitting, and degradation. CNNs that include deep supervision (CNDS) add supplementary branches to the deep convolutional neural network in specified layers by calculating vanishing, effectively addressing delayed convergence and overfitting. Nevertheless, (CNDS) does not resolve degradation; hence, we add residual learning to the (CNDS) in certain layers after studying…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Industrial Vision Systems and Defect Detection · Remote Sensing and LiDAR Applications
