paper-with-me

Papers

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 the generalization performance. However, these methods lack a self-adaptive ability throughout training. That is, the regularization strength is fixed to a predefined schedule, and manual adjustments are required to adapt to various network architectures. In this paper, we propose a dynamic regularization method for CNNs. Specifically, we model the regularization strength as a function of the training loss. According to the change of the training loss, our method can dynamically adjust the regularization strength in the training procedure, thereby balancing the underfitting and overfitting of CNNs. With dynamic regularization, a large-scale model is automatically regularized by the strong perturbation, and vice versa. Experimental results show that the proposed method can improve the generalization capability on off-the-shelf network architectures and outperform state-of-the-art regularization methods.

📄 PDF Abstract BibTeX arXiv:1909.11862

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

DropBlock DropBlock is a structured form of dropout directed at regularizing convolutional networks. In DropBlock, units in a contiguous…

Similar Papers 제목 키워드 기반

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…

Robust Convolution Neural ODEs via Contractivity-promoting regularization

2025-08-15 · Muhammad Zakwan, Liang Xu, Giancarlo Ferrari-Trecate arxiv

Neural networks can be fragile to input noise and adversarial attacks. In this work, we consider Convolutional Neural Ordinary Differential Equations (NODEs), a family of continuous-depth neural networks represented by d…

Image Classification

Enhancing Distance-Based Graph Autoencoders with Structural Penalties for Dynamic Graph Embedding

2026-08-19 · Aleksandar Tomčić, Miloš Savić, Miloš Radovanović arxiv

Graph autoencoders (GAEs) are widely used for learning representations of dynamic graphs. However, their optimisation objectives typically do not take structural heterogeneity across nodes into account. We propose three …

Graph Embedding

Regularizing CNN Transfer Learning with Randomised Regression

2019-08-16 · CVPR 2020 6 · Yang Zhong, Atsuto Maki

This paper is about regularizing deep convolutional networks (CNNs) based on an adaptive framework for transfer learning with limited training data in the target domain. Recent advances of CNN regularization in this cont…

regressionTransfer Learning

Denoising and Regularization via Exploiting the Structural Bias of Convolutional Generators

2019-10-31 · ICLR 2020 1 · Reinhard Heckel, Mahdi Soltanolkotabi

Convolutional Neural Networks (CNNs) have emerged as highly successful tools for image generation, recovery, and restoration. A major contributing factor to this success is that convolutional networks impose strong prior…

AttributeDenoisingImage Generation