LGCVMLMar 17, 2018

Constrained Deep Learning using Conditional Gradient and Applications in Computer Vision

arXiv:1803.06453v123 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of efficiently handling constraints in deep learning for computer vision applications, offering an incremental improvement over existing optimization methods.

The paper tackles the problem of incorporating constraints into deep learning training by adapting the Conditional Gradients algorithm, showing benefits such as training ResNets with fewer layers but better accuracy and reducing GAN training epochs by 50% in image inpainting.

A number of results have recently demonstrated the benefits of incorporating various constraints when training deep architectures in vision and machine learning. The advantages range from guarantees for statistical generalization to better accuracy to compression. But support for general constraints within widely used libraries remains scarce and their broader deployment within many applications that can benefit from them remains under-explored. Part of the reason is that Stochastic gradient descent (SGD), the workhorse for training deep neural networks, does not natively deal with constraints with global scope very well. In this paper, we revisit a classical first order scheme from numerical optimization, Conditional Gradients (CG), that has, thus far had limited applicability in training deep models. We show via rigorous analysis how various constraints can be naturally handled by modifications of this algorithm. We provide convergence guarantees and show a suite of immediate benefits that are possible -- from training ResNets with fewer layers but better accuracy simply by substituting in our version of CG to faster training of GANs with 50% fewer epochs in image inpainting applications to provably better generalization guarantees using efficiently implementable forms of recently proposed regularizers.

Code Implementations1 repo
Foundations

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

Your Notes