ITLGMar 17, 2020

Linear Regression without Correspondences via Concave Minimization

arXiv:2003.07706v232 citations
AI Analysis

This solves a challenging NP-hard problem in signal recovery with shuffled data, offering improved performance for applications like data matching or sensor networks.

The paper tackles the problem of linear regression without correspondences, where observations are not matched to linear functionals, by reformulating it as a concave minimization problem solved via branch-and-bound. The resulting algorithm outperforms state-of-the-art methods for fully shuffled data and remains tractable for up to 8-dimensional signals, a regime not addressed in prior work.

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.

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