CVOct 22, 2024

Enhancing Generalization in Convolutional Neural Networks through Regularization with Edge and Line Features

arXiv:2410.16897v11 citationsh-index: 7ICANN
Originality Incremental advance
AI Analysis

This addresses the problem of overfitting in CNNs for researchers and practitioners working with limited training data, though it is an incremental improvement over existing regularization methods.

The paper tackles the problem of poor generalization in CNNs on small datasets by proposing a regularization approach that biases networks toward edge and line features, resulting in test accuracy improvements of 5-11 percentage points across four fine-grained classification datasets.

This paper proposes a novel regularization approach to bias Convolutional Neural Networks (CNNs) toward utilizing edge and line features in their hidden layers. Rather than learning arbitrary kernels, we constrain the convolution layers to edge and line detection kernels. This intentional bias regularizes the models, improving generalization performance, especially on small datasets. As a result, test accuracies improve by margins of 5-11 percentage points across four challenging fine-grained classification datasets with limited training data and an identical number of trainable parameters. Instead of traditional convolutional layers, we use Pre-defined Filter Modules, which convolve input data using a fixed set of 3x3 pre-defined edge and line filters. A subsequent ReLU erases information that did not trigger any positive response. Next, a 1x1 convolutional layer generates linear combinations. Notably, the pre-defined filters are a fixed component of the architecture, remaining unchanged during the training phase. Our findings reveal that the number of dimensions spanned by the set of pre-defined filters has a low impact on recognition performance. However, the size of the set of filters matters, with nine or more filters providing optimal results.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes