English

Evaluating ResNeXt Model Architecture for Image Classification

Computer Vision and Pattern Recognition 2018-05-23 v1

Abstract

In recent years, deep learning methods have been successfully applied to image classification tasks. Many such deep neural networks exist today that can easily differentiate cats from dogs. One such model is the ResNeXt model that uses a homogeneous, multi-branch architecture for image classification. This paper aims at implementing and evaluating the ResNeXt model architecture on subsets of the CIFAR-10 dataset. It also tweaks the original ResNeXt hyper-parameters such as cardinality, depth and base-width and compares the performance of the modified model with the original. Analysis of the experiments performed in this paper show that a slight decrease in depth or base-width does not affect the performance of the model much leading to comparable results.

Keywords

Cite

@article{arxiv.1805.08700,
  title  = {Evaluating ResNeXt Model Architecture for Image Classification},
  author = {Saifuddin Hitawala},
  journal= {arXiv preprint arXiv:1805.08700},
  year   = {2018}
}

Comments

8 pages, 6 figures

R2 v1 2026-06-23T02:04:30.771Z