paper-with-me

Papers

Constrained Deep Learning using Conditional Gradient and Applications in Computer Vision

2018-03-17 · Sathya N. Ravi, Tuan Dinh, Vishnu Sai Rao Lokhande, Vikas Singh

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.

📄 PDF Abstract BibTeX arXiv:1803.06453

Code (1)

lokhande-vishnu/deepcg tf

Tasks

Image Inpainting

Similar Papers 제목 키워드 기반

Constrained Dominant sets and Its applications in computer vision

2020-02-12 · Alemu Leulseged Tesfaye

In this thesis, we present new schemes which leverage a constrained clustering method to solve several computer vision tasks ranging from image retrieval, image segmentation and co-segmentation, to person re-identificati…

ClusteringConstrained ClusteringImage RetrievalImage Segmentation+4

Deep Learning with Energy-efficient Binary Gradient Cameras

2016-12-03 · Suren Jayasuriya, Orazio Gallo, Jinwei Gu, Jan Kautz

Power consumption is a critical factor for the deployment of embedded computer vision systems. We explore the use of computational cameras that directly output binary gradient images to reduce the portion of the power co…

Deep LearningFace DetectionGesture RecognitionObject Recognition

Computer Vision with a Superpixelation Camera

2026-03-27 · Sasidharan Mahalingam, Rachel Brown, Atul Ingle arxiv

Conventional cameras generate a lot of data that can be challenging to process in resource-constrained applications. Usually, cameras generate data streams on the order of the number of pixels in the image. However, most…

Monocular Depth EstimationImage SegmentationObject Detection

Inverse Problems with Diffusion Models: A MAP Estimation Perspective

2024-07-27 · Sai Bharath Chandra Gutha, Ricardo Vinuesa, Hossein Azizpour

Inverse problems have many applications in science and engineering. In Computer vision, several image restoration tasks such as inpainting, deblurring, and super-resolution can be formally modeled as inverse problems. Re…

DeblurringImage InpaintingImage RestorationSuper-Resolution

Accelerated Nonnegative Tensor Completion via Integer Programming

2022-11-28 · Wenhao Pan, Anil Aswani, Chen Chen

The problem of tensor completion has applications in healthcare, computer vision, and other domains. However, past approaches to tensor completion have faced a tension in that they either have polynomial-time computation…