English

Maximizing a Nonnegative, Monotone, Submodular Function Constrained to Matchings

Data Structures and Algorithms 2013-01-14 v2 Artificial Intelligence Computational Complexity Machine Learning Machine Learning

Abstract

Submodular functions have many applications. Matchings have many applications. The bitext word alignment problem can be modeled as the problem of maximizing a nonnegative, monotone, submodular function constrained to matchings in a complete bipartite graph where each vertex corresponds to a word in the two input sentences and each edge represents a potential word-to-word translation. We propose a more general problem of maximizing a nonnegative, monotone, submodular function defined on the edge set of a complete graph constrained to matchings; we call this problem the CSM-Matching problem. CSM-Matching also generalizes the maximum-weight matching problem, which has a polynomial-time algorithm; however, we show that it is NP-hard to approximate CSM-Matching within a factor of e/(e-1) by reducing the max k-cover problem to it. Our main result is a simple, greedy, 3-approximation algorithm for CSM-Matching. Then we reduce CSM-Matching to maximizing a nonnegative, monotone, submodular function over two matroids, i.e., CSM-2-Matroids. CSM-2-Matroids has a (2+epsilon)-approximation algorithm - called LSV2. We show that we can find a (4+epsilon)-approximate solution to CSM-Matching using LSV2. We extend this approach to similar problems.

Keywords

Cite

@article{arxiv.1212.6846,
  title  = {Maximizing a Nonnegative, Monotone, Submodular Function Constrained to Matchings},
  author = {Sagar Kale},
  journal= {arXiv preprint arXiv:1212.6846},
  year   = {2013}
}

Comments

Withdrawn because the main result is implied by a more general result about p-independence-system (which generalize matchings) in the paper by Calinescu, Chekuri, Pal, and Vondrak, Maximizing a Monotone Submodular Function Subject to a Matroid Constraint, SIAM J. Comput., 2011, Vol 40, No 6, pp. 1740-1766

R2 v1 2026-06-21T23:02:08.146Z