# Residual-CNDS for Grand Challenge Scene Dataset

**Authors:** Hussein A. Al-Barazanchi, Hussam Qassim, David Feinzimer, and Abhishek, Verma

arXiv: 1902.10030 · 2019-02-27

## 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.

## Key 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 the best place in which to add it. With this approach we overcome degradation in the very deep network. We have built two models (Residual-CNDS 8), and (Residual-CNDS 10). Moreover, we tested our models on two large-scale datasets, and we compared our results with other recently introduced cutting-edge networks in the domain of top-1 and top-5 classification accuracy. As a result, both of models have shown good improvement, which supports the assertion that the addition of residual connections enhances network CNDS accuracy without adding any computation complexity.

---
Source: https://tomesphere.com/paper/1902.10030