Submodular set function

This is an old revision of this page, as edited by David Eppstein (talk | contribs) at 05:57, 26 September 2012 (Monotone Submodular function: link matroid rank). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In mathematics, submodular functions are set functions which usually appear in approximation algorithms and in game theory (as functions modeling user preferences). These functions have a natural diminishing returns property which makes them suitable for many applications.

Definition

Submodular function is a set function   which satisfies one of the following equivalent definitions[1].

  1. For every   and   we have that  
  2. For every   we have that  
  3. For every   and   we have that  

A nonnegative submodular function is also a subadditive function, but a subadditive function need not be submodular.

Applications

Types

Monotone Submodular function

A submodular function   is said to be monotone if for every   we have that  .

Examples of Monotone Submodular function
  1. Linear functions
    Any function of the form   is called a linear function. Additionally if   then f is monotone.
  2. Budget-additive functions
    Any function of the form   for each   and   is called budget additive.
  3. Coverage function
    Let   be a collection of subsets of some ground set  . The function   for   is called a coverage function.
  4. 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  
  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.

Non-monotone Submodular function

A submodular function   which is not necessarily monotone is called as Non-monotone Submodular function.

Symmetric Non-monotone Submodular function

A submodular function   is called symmetric if for every   we have that  

Examples of Symmetric Non-Monotone Submodular function
  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. Mutual information
    Let   be a set of random variables. Then for any   we have that   is a submodular function, where   is the mutual information.

Asymmetric Non-monotone Submodular function

A submodular function   is called Asymmetric if it is not necessarily symmetric.

Examples of Symmetric Non-Monotone Submodular function
  1. Directed graph cuts
    Let   be the vertices of a directed graph. For any set of vertices   let   denote the number of edges   such that   and  .


Continuous extensions

Lovasz extension

This extension has been named after László Lovász. Consider any vector   such that each  . Then the Lovasz extension is defined as   where the expectation is over choosing   uniformly in  . It can be shown that Lovasz extension is a convex function.

Multilinear extension

Consider any vector   such that each  . Then the multilinear extension is defined as  

Convex Closure

Consider any vector   such that each  . Then the convex closure is defined as  . It can be shown that  

Concave Closure

Consider any vector   such that each  . Then the concave closure is defined as  .

Properties

Operations which preserve Submodularity

  1. Non-negative linear combinations. Consider any submodular function   and non negative numbers  . Then   is a submodular function.
  2. Consider any monotone submodular function   and a non negative number  . Then   is also a submodular function.
  3. Consider any submodular function  . Then   is also 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 [2][3][4][5] have established the polynomial time solvability of this problem. Finding minimum cut in a graph is a special case of this problem.
  2. Maximization of submodular functions.
    Unlike minimization, maximization of submodular functions is usually 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. Typically the approximation algorithms for these problems are based on either greedy or local search type of algorithms.
    1. Maximizing a Symmetric Non-monotone Submodular function subject to no constraint. This problem admits a 1/2 approximation algorithm[6]. Finding max cut is a special case of this problem.
    2. Maximizing a Monotone Submodular function subject to cardinality constraint. This problem admits a 1-1/e approximation algorithm[7]. Maximum coverage problem is a special case of this problem.

See also


Citations

  1. ^ (Schrijver 2003, §44, p. 766)
  2. ^ M. Grotschel, L. Lovasz, and A. Schrijver, The ellipsoid method and its consequences in combinatorial optimization,Combinatorica,1 (1981),pp. 169–197.
  3. ^ W. H. Cunningham, On submodular function minimization, Combinatorica,5 (1985),pp. 185–192.
  4. ^ S. Iwata, L. Fleischer, and S. Fujishige, A combinatorial strongly polynomial algorithm for minimizing submodular functions,J. ACM,48 (2001),pp. 761–777
  5. ^ A. Schrijver, A combinatorial algorithm minimizing submodular functions in strongly polynomial time,J. Combin. Theory Ser. B,80 (2000),pp. 346–355.
  6. ^ U. Feige, V. Mirrokni and J. Vondr´ak. Maximizing non-monotone submodular functions, Proc. of 48th FOCS (2007), 461–471.
  7. ^ G. L. Nemhauser, L. A. Wolsey and M. L. Fisher. An analysis of approximations for maximizing submodular set functions I, Mathematical Programming 14 (1978), 265–294

References

General References

  • Schrijver, Alexander (2003), Combinatorial Optimization, Springer, ISBN 3-540-44389-4
  • Lee, Jon (2004), A First Course in Combinatorial Optimization, Cambridge University Press, ISBN 0-521-01012-8
  • Fujishige, Satoru (2005), Submodular Functions and Optimization, Elsevier, ISBN 0-444-52086-4
  • Narayanan, H. (1997), Submodular Functions and Electrical Networks, ISBN 0-444-82523-1