Submodular set function

This is an old revision of this page, as edited by Anonash (talk | contribs) at 01:22, 3 October 2011 (moved User:Anonash/Submodular functions to Submodular set function: Move from userspace to article space.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.


Submodular functions are set functions which usually appear in approximation algorithms, functions modeling user preferences in game theory. These functions have a natural diminishing returns property which makes them suitable for many applications.

Definition

Submodular function is a set function   such that for any   and   we have that  . A submodular function is also a subadditive function, but a subadditive function need not be submodular.

Examples

  1. Graph cuts
    Let   be the vertices of a graph. For any set of vertices   let   denote the number of edges   such that   and  .
  2. Coverage function
    Let   be the ground set. Consider a universe   and a set of sets   of the universe  . Then a coverage function is defined for any set   as  .
  3. Entropy
    Let   be a set of random variables. Then for any   we have that   is a submodular function, where   is the entropy of the set of random variables  
  4. Mutual information
    Let   be a set of random variables. Then for any   we have that   is a submodular function, where   is the mutual information.
  5. Matroid rank functions
    Let   be the ground set on which a matroid is defined. Then the rank function of the matroid is a submodular function.

Optimization Problems

Submodular functions have properties which are very similar to convex and concave functions. Hence a lot of optimization problems can be cast as maximizing or minimizing submodular functions subject to various constraints.

  1. Minimization of Submodular functions.
    Under the simplest case the problem is to find set   which minimizes submodular function subject to no constraints. A series of results [1][2][3][4] have established the polynomial time solvability of this problem.
  2. Maximization of Submodular functions.
    Unlike minimization, maximization of submodular functions is typically NP-Hard. A host of problems such as Max cut,Maximum coverage problem can be cast as special cases of this problem under suitable constraints.


References

  • Alexander Schrijver. Combinatorial Optimization, Polyhedra and Efficiency.
  1. ^ Grotschel, Lovasz, Schrijver
  2. ^ Cunningham
  3. ^ Iwata, Fleischer, Fujishige
  4. ^ Schrijver