paper-with-me

Papers

Mixed-Projection Conic Optimization: A New Paradigm for Modeling Rank Constraints

2020-09-22 · Dimitris Bertsimas, Ryan Cory-Wright, Jean Pauphilet

We propose a framework for modeling and solving low-rank optimization problems to certifiable optimality. We introduce symmetric projection matrices that satisfy $Y^2=Y$, the matrix analog of binary variables that satisfy $z^2=z$, to model rank constraints. By leveraging regularization and strong duality, we prove that this modeling paradigm yields tractable convex optimization problems over the non-convex set of orthogonal projection matrices. Furthermore, we design outer-approximation algorithms to solve low-rank problems to certifiable optimality, compute lower bounds via their semidefinite relaxations, and provide near-optimal solutions through rounding and local search techniques. We implement these numerical ingredients and, for the first time, solve low-rank optimization problems to certifiable optimality. Using currently available spatial branch-and-bound codes, not tailored to projection matrices, we can scale our exact (resp. near-exact) algorithms to matrices with up to 30 (resp. 600) rows/columns. Our algorithms also supply certifiably near-optimal solutions for larger problem sizes and outperform existing heuristics, by deriving an alternative to the popular nuclear norm relaxation which generalizes the perspective relaxation from vectors to matrices. All in all, our framework, which we name Mixed-Projection Conic Optimization, solves low-rank problems to certifiable optimality in a tractable and unified fashion.

📄 PDF Abstract BibTeX arXiv:2009.10395

Code (1)

ryancorywright/MixedProjectionSoftware 공식 구현

Similar Papers 제목 키워드 기반

Dual Lagrangian Learning for Conic Optimization

2024-02-05 · Mathieu Tanneau, Pascal Van Hentenryck

This paper presents Dual Lagrangian Learning (DLL), a principled learning methodology for dual conic optimization proxies. DLL leverages conic duality and the representation power of ML models to provide high-duality, du…

Self-Supervised Learningvalid

Constrained Optimization of Rank-One Functions with Indicator Variables

2023-03-31 · Soroosh Shafiee, Fatma Kılınç-Karzan

Optimization problems involving minimization of a rank-one convex function over constraints modeling restrictions on the support of the decision variables emerge in various machine learning applications. These problems a…

Outer Approximation and Super-modular Cuts for Constrained Assortment Optimization under Mixed-Logit Model

2024-07-26 · Hoang Giang Pham, Tien Mai

In this paper, we study the assortment optimization problem under the mixed-logit customer choice model. While assortment optimization has been a major topic in revenue management for decades, the mixed-logit model is co…

Assortment OptimizationManagementvalid

Cost-Sensitive Best Subset Selection for Logistic Regression: A Mixed-Integer Conic Optimization Perspective

2023-10-09 · Ricardo Knauer, Erik Rodner

A key challenge in machine learning is to design interpretable models that can reduce their inputs to the best subset for making transparent predictions, especially in the clinical domain. In this work, we propose a cert…

feature selectionMeta-Learning

Differentiable Distributionally Robust Optimization Layers

2024-06-24 · Xutao Ma, Chao Ning, Wenli Du

In recent years, there has been a growing research interest in decision-focused learning, which embeds optimization problems as a layer in learning pipelines and demonstrates a superior performance than the prediction-fo…

Decision MakingDecision Making Under Uncertainty