English

DenseNet Models for Tiny ImageNet Classification

Computer Vision and Pattern Recognition 2020-06-02 v2

Abstract

In this paper, we present two image classification models on the Tiny ImageNet dataset. We built two very different networks from scratch based on the idea of Densely Connected Convolution Networks. The architecture of the networks is designed based on the image resolution of this specific dataset and by calculating the Receptive Field of the convolution layers. We also used some non-conventional techniques related to image augmentation and Cyclical Learning Rate to improve the accuracy of our models. The networks are trained under high constraints and low computation resources. We aimed to achieve top-1 validation accuracy of 60%; the results and error analysis are also presented.

Keywords

Cite

@article{arxiv.1904.10429,
  title  = {DenseNet Models for Tiny ImageNet Classification},
  author = {Zoheb Abai and Nishad Rajmalwar},
  journal= {arXiv preprint arXiv:1904.10429},
  year   = {2020}
}

Comments

7 pages, 8 figures, 2 tables

R2 v1 2026-06-23T08:47:29.680Z