LGAIMLJul 23, 2019

Adaptive Regularization via Residual Smoothing in Deep Learning Optimization

arXiv:1907.09750v21 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of generalization in deep learning for image classification, but it appears incremental as it builds on existing regularization methods.

The authors tackled the problem of improving generalization in deep learning optimization by developing an adaptive regularization algorithm that adjusts regularization based on residuals, and they demonstrated its effectiveness by outperforming other optimization algorithms in image classification tasks.

We present an adaptive regularization algorithm that can be effectively applied to the optimization problem in deep learning framework. Our regularization algorithm aims to take into account the fitness of data to the current state of model in the determination of regularity to achieve better generalization. The degree of regularization at each element in the target space of the neural network architecture is determined based on the residual at each optimization iteration in an adaptive way. Our adaptive regularization algorithm is designed to apply a diffusion process driven by the heat equation with spatially varying diffusivity depending on the probability density function following a certain distribution of residual. Our data-driven regularity is imposed by adaptively smoothing a simplified objective function in which the explicit regularization term is omitted in an alternating manner between the evaluation of residual and the determination of the degree of its regularity. The effectiveness of our algorithm is empirically demonstrated by the numerical experiments in the application of image classification problems, indicating that our algorithm outperforms other commonly used optimization algorithms in terms of generalization using popular deep learning models and benchmark datasets.

Foundations

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

Your Notes