LGAIMLMar 1, 2021

LocalDrop: A Hybrid Regularization for Deep Neural Networks

arXiv:2103.00719v118 citations
Originality Incremental advance
AI Analysis

This work addresses overfitting in deep learning, offering a hybrid regularization approach that is incremental in nature.

The authors tackled overfitting in neural networks by proposing LocalDrop, a regularization method based on local Rademacher complexity, which achieved improved performance in experiments compared to existing algorithms.

In neural networks, developing regularization algorithms to settle overfitting is one of the major study areas. We propose a new approach for the regularization of neural networks by the local Rademacher complexity called LocalDrop. A new regularization function for both fully-connected networks (FCNs) and convolutional neural networks (CNNs), including drop rates and weight matrices, has been developed based on the proposed upper bound of the local Rademacher complexity by the strict mathematical deduction. The analyses of dropout in FCNs and DropBlock in CNNs with keep rate matrices in different layers are also included in the complexity analyses. With the new regularization function, we establish a two-stage procedure to obtain the optimal keep rate matrix and weight matrix to realize the whole training model. Extensive experiments have been conducted to demonstrate the effectiveness of LocalDrop in different models by comparing it with several algorithms and the effects of different hyperparameters on the final performances.

Foundations

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

Your Notes