paper-with-me

홈 › Papers

Linear Regression without Correspondences via Concave Minimization

2020-03-17 · Liangzu Peng, Manolis C. Tsakiris

Linear regression without correspondences concerns the recovery of a signal in the linear regression setting, where the correspondences between the observations and the linear functionals are unknown. The associated maximum likelihood function is NP-hard to compute when the signal has dimension larger than one. To optimize this objective function we reformulate it as a concave minimization problem, which we solve via branch-and-bound. This is supported by a computable search space to branch, an effective lower bounding scheme via convex envelope minimization and a refined upper bound, all naturally arising from the concave minimization reformulation. The resulting algorithm outperforms state-of-the-art methods for fully shuffled data and remains tractable for up to $8$-dimensional signals, an untouched regime in prior work.

📄 PDF Abstract BibTeX arXiv:2003.07706

Code (1)

liangzu/CCVMIN 공식 구현

Tasks

regression

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Beyond Log-Concavity: Theory and Algorithm for Sum-Log-Concave Optimization

2023-09-26 · Mastane Achab

This paper extends the classic theory of convex optimization to the minimization of functions that are equal to the negated logarithm of what we term as a sum-log-concave function, i.e., a sum of log-concave functions. I…

regression

Fast Rates for Exp-concave Empirical Risk Minimization

2015-12-01 · NeurIPS 2015 12 · Tomer Koren, Kfir Levy

We consider Empirical Risk Minimization (ERM) in the context of stochastic optimization with exp-concave and smooth losses---a general optimization framework that captures several important learning problems including li…

regressionStochastic Optimization

Excess Risk Bounds for Exponentially Concave Losses

2014-01-18 · Mehrdad Mahdavi, Rong Jin

The overarching goal of this paper is to derive excess risk bounds for learning from exp-concave loss functions in passive and sequential learning settings. Exp-concave loss functions encompass several fundamental proble…

Management

A Concave Optimization Algorithm for Matching Partially Overlapping Point Sets

2017-01-04 · Wei Lian, Lei Zhang

Point matching refers to the process of finding spatial transformation and correspondences between two sets of points. In this paper, we focus on the case that there is only partial overlap between two point sets. Follow…

A Simple Analysis for Exp-concave Empirical Minimization with Arbitrary Convex Regularizer

2017-09-09 · Tianbao Yang, Zhe Li, Lijun Zhang

In this paper, we present a simple analysis of {\bf fast rates} with {\it high probability} of {\bf empirical minimization} for {\it stochastic composite optimization} over a finite-dimensional bounded convex set with ex…