paper-with-me

Papers

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

2024-10-22 · Christoph Linse, Beatrice Brückner, Thomas Martinetz

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.

📄 PDF Abstract BibTeX arXiv:2410.16897

Code (0)

등록된 구현이 없습니다.

Tasks

Line Detection

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

RegMix: Adversarial Mutual and Generalization Regularization for Enhancing DNN Robustness

2025-10-06 · Zhenyu Liu, Varun Ojha arxiv

Adversarial training is the most effective defense against adversarial attacks. The effectiveness of the adversarial attacks has been on the design of its loss function and regularization term. The most widely used loss …

Knowledge DistillationAdversarial Robustness

Regularization Through Simultaneous Learning: A Case Study on Plant Classification

2023-05-22 · Pedro Henrique Nascimento Castro, Gabriel Cássia Fortuna, Rafael Alves Bonfim de Queiroz, Gladston Juliano Prates Moreira 외

In response to the prevalent challenge of overfitting in deep neural networks, this paper introduces Simultaneous Learning, a regularization approach drawing on principles of Transfer Learning and Multi-task Learning. We…

Multi-Task LearningTransfer Learning

Convolutional Neural Networks with Dynamic Regularization

2019-09-26 · Yi Wang, Zhen-Peng Bian, Junhui Hou, Lap-Pui Chau

Regularization is commonly used for alleviating overfitting in machine learning. For convolutional neural networks (CNNs), regularization methods, such as DropBlock and Shake-Shake, have illustrated the improvement in th…

Implicit Regularization in Hierarchical Tensor Factorization and Deep Convolutional Neural Networks

2022-01-27 · Noam Razin, Asaf Maman, Nadav Cohen

In the pursuit of explaining implicit regularization in deep learning, prominent focus was given to matrix and tensor factorizations, which correspond to simplified neural networks. It was shown that these models exhibit…

Semantic Self-adaptation: Enhancing Generalization with a Single Sample

2022-08-10 · Sherwin Bahmani, Oliver Hahn, Eduard Zamfir, Nikita Araslanov 외

The lack of out-of-domain generalization is a critical weakness of deep networks for semantic segmentation. Previous studies relied on the assumption of a static model, i. e., once the training process is complete, model…

Domain AdaptationDomain GeneralizationOne-shot Unsupervised Domain AdaptationSegmentation+1