English

Sorting Network Relaxations for Vector Permutation Problems

Optimization and Control 2016-02-16 v3

Abstract

The Birkhoff polytope (the convex hull of the set of permutation matrices) is frequently invoked in formulating relaxations of optimization problems over permutations. The Birkhoff polytope is represented using Θ(n2)\Theta(n^2) variables and constraints, significantly more than the nn variables one could use to represent a permutation as a vector. Using a recent construction of Goemans (2010), we show that when optimizing over the convex hull of the permutation vectors (the permutahedron), we can reduce the number of variables and constraints to Θ(nlogn)\Theta(n \log n) in theory and Θ(nlog2n)\Theta(n \log^2 n) in practice. We modify the recent convex formulation of the 2-SUM problem introduced by Fogel et al. (2013) to use this polytope, and demonstrate how we can attain results of similar quality in significantly less computational time for large nn. To our knowledge, this is the first usage of Goemans' compact formulation of the permutahedron in a convex optimization problem. We also introduce a simpler regularization scheme for this convex formulation of the 2-SUM problem that yields good empirical results.

Keywords

Cite

@article{arxiv.1407.6609,
  title  = {Sorting Network Relaxations for Vector Permutation Problems},
  author = {Cong Han Lim and Stephen J. Wright},
  journal= {arXiv preprint arXiv:1407.6609},
  year   = {2016}
}

Comments

31 pages. A short version of this paper appeared in NIPS 2014 as "Beyond the Birkhoff Polytope: Convex Relaxations for Vector Permutation Problems"

R2 v1 2026-06-22T05:12:24.962Z