LR-Net: A Block-based Convolutional Neural Network for Low-Resolution Image Classification
Ashkan Ganj, Mohsen Ebadpour, Mahdi Darvish, Hamid Bahador

TL;DR
LR-Net is a novel CNN architecture designed for low-resolution, noisy, and blurred images, effectively extracting features with fewer parameters and faster training, outperforming existing models on challenging datasets.
Contribution
Introduces a block-based CNN architecture inspired by Residual and Inception modules, optimized for low-resolution and noisy image classification, reducing parameters and training time.
Findings
Faster training and higher accuracy than existing CNNs on MNIST datasets.
Effective feature extraction from low-quality, noisy images.
Achieves better results with fewer parameters.
Abstract
The success of CNN-based architecture on image classification in learning and extracting features made them so popular these days, but the task of image classification becomes more challenging when we apply state of art models to classify noisy and low-quality images. It is still difficult for models to extract meaningful features from this type of image due to its low-resolution and the lack of meaningful global features. Moreover, high-resolution images need more layers to train which means they take more time and computational power to train. Our method also addresses the problem of vanishing gradients as the layers become deeper in deep neural networks that we mentioned earlier. In order to address all these issues, we developed a novel image classification architecture, composed of blocks that are designed to learn both low level and global features from blurred and noisy…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsImage Processing Techniques and Applications · COVID-19 diagnosis using AI · Advanced Neural Network Applications
MethodsMax Pooling · Convolution · 1x1 Convolution · Inception Module
