paper-with-me

Papers

Convex Optimization with an Interpolation-based Projection and its Application to Deep Learning

2020-11-13 · Riad Akrour, Asma Atamna, Jan Peters

Convex optimizers have known many applications as differentiable layers within deep neural architectures. One application of these convex layers is to project points into a convex set. However, both forward and backward passes of these convex layers are significantly more expensive to compute than those of a typical neural network. We investigate in this paper whether an inexact, but cheaper projection, can drive a descent algorithm to an optimum. Specifically, we propose an interpolation-based projection that is computationally cheap and easy to compute given a convex, domain defining, function. We then propose an optimization algorithm that follows the gradient of the composition of the objective and the projection and prove its convergence for linear objectives and arbitrary convex and Lipschitz domain defining inequality constraints. In addition to the theoretical contributions, we demonstrate empirically the practical interest of the interpolation projection when used in conjunction with neural networks in a reinforcement learning and a supervised learning setting.

📄 PDF Abstract BibTeX arXiv:2011.07016

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

New nonasymptotic convergence rates of stochastic proximal pointalgorithm for convex optimization problems

2019-01-22 · Andrei Patrascu

Large sectors of the recent optimization literature focused in the last decade on the development of optimal stochastic first order schemes for constrained convex models under progressively relaxed assumptions. Stochasti…

Stochastic Optimization

Sparse Projections of Medical Images onto Manifolds

2013-03-22 · George H. Chen, Christian Wachinger, Polina Golland

Manifold learning has been successfully applied to a variety of medical imaging problems. Its use in real-time applications requires fast projection onto the low-dimensional space. To this end, out-of-sample extensions a…

regression

A Richer Theory of Convex Constrained Optimization with Reduced Projections and Improved Rates

2016-08-11 · ICML 2017 8 · Tianbao Yang, Qihang Lin, Lijun Zhang

This paper focuses on convex constrained optimization problems, where the solution is subject to a convex inequality constraint. In particular, we aim at challenging problems for which both projection into the constraine…

Metric Learning

Stochastic Optimization for Non-convex Inf-Projection Problems

2019-08-26 · ICML 2020 1 · Yan Yan, Yi Xu, Lijun Zhang, Xiaoyu Wang 외

In this paper, we study a family of non-convex and possibly non-smooth inf-projection minimization problems, where the target objective function is equal to minimization of a joint function over another variable. This pr…

Stochastic Optimization

Revisiting Projection-free Online Learning: the Strongly Convex Case

2020-10-15 · Dan Garber, Ben Kretzu

Projection-free optimization algorithms, which are mostly based on the classical Frank-Wolfe method, have gained significant interest in the machine learning community in recent years due to their ability to handle conve…