Image Classification via Random Dilated Convolution with Multi-Branch Feature Extraction and Context Excitation

arXiv cs.CV / 4/29/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper introduces RDCNet, an image classification network built on ResNet-34, designed to improve fine-grained feature extraction while suppressing background noise and reducing overfitting.
  • RDCNet’s core MRDC module uses multi-branch random dilated convolutions with different dilation rates plus stochastic masking to capture multi-scale details robustly.
  • A Fine-Grained Feature Enhancement (FGFE) module injects global context into local features via adaptive pooling and bilinear interpolation to boost sensitivity to subtle visual patterns.
  • A Context Excitation (CE) module applies softmax-based spatial attention and channel recalibration to emphasize task-relevant regions while down-weighting background interference.
  • Experiments on CIFAR-10/100, SVHN, Imagenette, and Imagewoof show state-of-the-art results, improving over the second-best methods by up to several percentage points depending on the dataset.

Abstract

Image classification remains a fundamental yet challenging task in computer vision, particularly when fine-grained feature extraction and background noise suppression are required simultaneously. Conventional convolutional neural networks, despite their remarkable success in hierarchical feature learning, often struggle with capturing multi-scale contextual information and are susceptible to overfitting when confronted with noisy or irrelevant image regions. In this paper, we propose RDCNet (Image Classification Network with Random Dilated Convolution), a novel architecture built upon ResNet-34 that integrates three synergistic innovations to address these limitations: (1) a Multi-Branch Random Dilated Convolution (MRDC) module that employs parallel branches with varying dilation rates combined with a stochastic masking mechanism to capture fine-grained features across multiple scales while enhancing robustness against noise and overfitting; (2) a Fine-Grained Feature Enhancement (FGFE) module embedded within MRDC that bridges global contextual information with local feature representations through adaptive pooling and bilinear interpolation, thereby amplifying sensitivity to subtle visual patterns; and (3) a Context Excitation (CE) module that leverages softmax-based spatial attention and channel recalibration to dynamically emphasize task-relevant features while suppressing background interference. Extensive experiments conducted on five benchmark datasets -- CIFAR-10, CIFAR-100, SVHN, Imagenette, and Imagewoof -- demonstrate that RDCNet consistently achieves state-of-the-art classification accuracy, outperforming the second-best competing methods by margins of 0.02\%, 1.12\%, 0.18\%, 4.73\%, and 3.56\%, respectively, thereby validating the effectiveness and generalizability of the proposed approach across diverse visual recognition scenarios.

Image Classification via Random Dilated Convolution with Multi-Branch Feature Extraction and Context Excitation | AI Navigate