Reference articles on history, science, culture and more
Encyclopedia

Submodular set function

Set-to-real map with diminishing returns

In mathematics, a submodular set function (also known as a submodular function) is a set function that, informally, describes the relationship between a set of inputs and an output, where adding more of one input has a decreasing additional benefit (diminishing returns). The natural diminishing returns property which makes them suitable for many applications, including approximation algorithms, game theory (as functions modeling user preferences) and electrical networks. Recently, submodular functions have also found utility in several real world problems in machine learning and artificial intelligence, including automatic summarization, multi-document summarization, feature selection, active learning, sensor placement, image collection summarization and many other domains.

01Definition

If \Omega is a finite set, a submodular function is a set function f:2^{\Omega }\rightarrow \mathbb {R}, where 2^{\Omega } denotes the power set of \Omega, which satisfies one of the following equivalent conditions.

  1. For every X,Y\subseteq \Omega with X\subseteq Y and every x\in \Omega \setminus Y we have that f(X\cup \{x\})-f(X)\geq f(Y\cup \{x\})-f(Y).
  2. For every S,T\subseteq \Omega we have that f(S)+f(T)\geq f(S\cup T)+f(S\cap T).
  3. For every X\subseteq \Omega and x_{1},x_{2}\in \Omega \backslash X such that x_{1}\neq x_{2} we have that f(X\cup \{x_{1}\})+f(X\cup \{x_{2}\})\geq f(X\cup \{x_{1},x_{2}\})+f(X), or equivalently, f(X\cup \{x_{1}\})-f(X)\geq f(X\cup \{x_{1},x_{2}\})-f(X\cup \{x_{2}\}).

A nonnegative submodular function is also a subadditive function, but a subadditive function need not be submodular. If \Omega is not assumed finite, then the above conditions are not equivalent. In particular a function f defined by f(S)=1 if S is finite and f(S)=0 if S is infinite satisfies the first condition above, but the second condition fails when S and T are infinite sets with finite intersection.

02Types and examples of submodular functions

Monotone

A set function f is monotone if for every T\subseteq S we have that f(T)\leq f(S). Examples of monotone submodular functions include:

Linear (Modular) functions
Any function of the form f(S)=\sum _{i\in S}w_{i} is called a linear function. Additionally if \forall i,w_{i}\geq 0 then f is monotone.
Budget-additive functions
Any function of the form f(S)=\min \left\{B,~\sum _{i\in S}w_{i}\right\} for each w_{i}\geq 0 and B\geq 0 is called budget additive.
Coverage functions
Let \Omega =\{E_{1},E_{2},\ldots ,E_{n}\} be a collection of subsets of some ground set \Omega '. The function f(S)=\left|\bigcup _{E_{i}\in S}E_{i}\right| for S\subseteq \Omega is called a coverage function. This can be generalized by adding non-negative weights to the elements.
Entropy
Let \Omega =\{X_{1},X_{2},\ldots ,X_{n}\} be a set of random variables. Then for any S\subseteq \Omega we have that H(S) is a submodular function, where H(S) is the entropy of the set of random variables S, a fact known as Shannon's inequality. Further inequalities for the entropy function are known to hold, see entropic vector.
Matroid rank functions
Let \Omega =\{e_{1},e_{2},\dots ,e_{n}\} be the ground set on which a matroid is defined. Then the rank function of the matroid is a submodular function.

Non-monotone

A submodular function that is not monotone is called non-monotone. In particular, a function is called non-monotone if it has the property that adding more elements to a set can decrease the value of the function. More formally, the function f is non-monotone if there are sets S,T in its domain s.t. S\subset T and f(S)>f(T).

Symmetric

A non-monotone submodular function f is called symmetric if for every S\subseteq \Omega we have that f(S)=f(\Omega -S). Examples of symmetric non-monotone submodular functions include:

Graph cuts
Let \Omega =\{v_{1},v_{2},\dots ,v_{n}\} be the vertices of a graph. For any set of vertices S\subseteq \Omega let f(S) denote the number of edges e=(u,v) such that u\in S and v\in \Omega -S. This can be generalized by adding non-negative weights to the edges.
Mutual information
Let \Omega =\{X_{1},X_{2},\ldots ,X_{n}\} be a set of random variables. Then for any S\subseteq \Omega we have that f(S)=I(S;\Omega -S) is a submodular function, where I(S;\Omega -S) is the mutual information.

Asymmetric

A non-monotone submodular function which is not symmetric is called asymmetric.

Directed cuts
Let \Omega =\{v_{1},v_{2},\dots ,v_{n}\} be the vertices of a directed graph. For any set of vertices S\subseteq \Omega let f(S) denote the number of edges e=(u,v) such that u\in S and v\in \Omega -S. This can be generalized by adding non-negative weights to the directed edges.

03Continuous extensions of submodular set functions

Often, given a submodular set function that describes the values of various sets, we need to compute the values of fractional sets. For example: we know that the value of receiving house A and house B is V, and we want to know the value of receiving 40% of house A and 60% of house B. To this end, we need a continuous extension of the submodular set function.

Formally, a set function f:2^{\Omega }\rightarrow \mathbb {R} with |\Omega |=n can be represented as a function on \{0,1\}^{n}, by associating each S\subseteq \Omega with a binary vector x^{S}\in \{0,1\}^{n} such that x_{i}^{S}=1 when i\in S, and x_{i}^{S}=0 otherwise. A continuous extension of f is a continuous function F:[0,1]^{n}\rightarrow \mathbb {R}, that matches the value of f on x\in \{0,1\}^{n}, i.e. F(x^{S})=f(S).

Several kinds of continuous extensions of submodular functions are commonly used, which are described below.

Lovász extension

This extension is named after mathematician László Lovász. Consider any vector \mathbf {x} =\{x_{1},x_{2},\dots ,x_{n}\} such that each 0\leq x_{i}\leq 1. Then the Lovász extension is defined as

f^{L}(\mathbf {x} )=\mathbb {E} (f(\{i|x_{i}\geq \lambda \}))

where the expectation is over \lambda chosen from the uniform distribution on the interval [0,1]. The Lovász extension is a convex function if and only if f is a submodular function.

Multilinear extension

Consider any vector \mathbf {x} =\{x_{1},x_{2},\ldots ,x_{n}\} such that each 0\leq x_{i}\leq 1. Then the multilinear extension is defined as F(\mathbf {x} )=\sum _{S\subseteq \Omega }f(S)\prod _{i\in S}x_{i}\prod _{i\notin S}(1-x_{i}).

Intuitively, xi represents the probability that item i is chosen for the set. For every set S, the two inner products represent the probability that the chosen set is exactly S. Therefore, the sum represents the expected value of f for the set formed by choosing each item i at random with probability xi, independently of the other items.

Convex closure

Consider any vector \mathbf {x} =\{x_{1},x_{2},\dots ,x_{n}\} such that each 0\leq x_{i}\leq 1. Then the convex closure is defined as f^{-}(\mathbf {x} )=\min \left(\sum _{S}\alpha _{S}f(S):\sum _{S}\alpha _{S}1_{S}=\mathbf {x} ,\sum _{S}\alpha _{S}=1,\alpha _{S}\geq 0\right).

The convex closure of any set function is convex over [0,1]^{n}.

Concave closure

Consider any vector \mathbf {x} =\{x_{1},x_{2},\dots ,x_{n}\} such that each 0\leq x_{i}\leq 1. Then the concave closure is defined as f^{+}(\mathbf {x} )=\max \left(\sum _{S}\alpha _{S}f(S):\sum _{S}\alpha _{S}1_{S}=\mathbf {x} ,\sum _{S}\alpha _{S}=1,\alpha _{S}\geq 0\right).

Relations between continuous extensions

For the extensions discussed above, it can be shown that f^{+}(\mathbf {x} )\geq F(\mathbf {x} )\geq f^{-}(\mathbf {x} )=f^{L}(\mathbf {x} ) when f is submodular.

04Properties

  1. The class of submodular functions is closed under non-negative linear combinations. Consider any submodular function f_{1},f_{2},\ldots ,f_{k} and non-negative numbers \alpha _{1},\alpha _{2},\ldots ,\alpha _{k}. Then the function g defined by g(S)=\sum _{i=1}^{k}\alpha _{i}f_{i}(S) is submodular.
  2. For any submodular function f, the function defined by g(S)=f(\Omega \setminus S) is submodular.
  3. The function g(S)=\min(f(S),c), where c is a real number, is submodular whenever f is monotone submodular. More generally, g(S)=h(f(S)) is submodular, for any non decreasing concave function h.
  4. Consider a random process where a set T is chosen with each element in \Omega being included in T independently with probability p. Then the following inequality is true \mathbb {E} [f(T)]\geq pf(\Omega )+(1-p)f(\varnothing ) where \varnothing is the empty set. More generally consider the following random process where a set S is constructed as follows. For each of 1\leq i\leq l,A_{i}\subseteq \Omega construct S_{i} by including each element in A_{i} independently into S_{i} with probability p_{i}. Furthermore let S=\cup _{i=1}^{l}S_{i}. Then the following inequality is true \mathbb {E} [f(S)]\geq \sum _{R\subseteq [l]}\Pi _{i\in R}p_{i}\Pi _{i\notin R}(1-p_{i})f(\cup _{i\in R}A_{i}).

05Optimization problems

Submodular functions have properties which are very similar to convex and concave functions. For this reason, an optimization problem which concerns optimizing a convex or concave function can also be described as the problem of maximizing or minimizing a submodular function subject to some constraints.

Submodular set function minimization

The hardness of minimizing a submodular set function depends on constraints imposed on the problem.

  1. The unconstrained problem of minimizing a submodular function is computable in polynomial time, and even in strongly-polynomial time. Computing the minimum cut in a graph is a special case of this minimization problem.
  2. The problem of minimizing a submodular function with a cardinality lower bound is NP-hard, with polynomial factor lower bounds on the approximation factor.

Submodular set function maximization

Unlike the case of minimization, maximizing a generic submodular function is NP-hard even in the unconstrained setting. Thus, most of the works in this field are concerned with polynomial-time approximation algorithms, including greedy algorithms or local search algorithms.

  1. The problem of maximizing a non-negative submodular function admits a 1/2 approximation algorithm. Computing the maximum cut of a graph is a special case of this problem.
  2. The problem of maximizing a monotone submodular function subject to a cardinality constraint admits a 1-1/e approximation algorithm. The maximum coverage problem is a special case of this problem.
  3. The problem of maximizing a monotone submodular function subject to a matroid constraint (which subsumes the case above) also admits a 1-1/e approximation algorithm.

Many of these algorithms can be unified within a semi-differential based framework of algorithms.

Related optimization problems

Apart from submodular minimization and maximization, there are several other natural optimization problems related to submodular functions.

  1. Minimizing the difference between two submodular functions is not only NP hard, but also inapproximable.
  2. Minimization/maximization of a submodular function subject to a submodular level set constraint (also known as submodular optimization subject to submodular cover or submodular knapsack constraint) admits bounded approximation guarantees.
  3. Partitioning data based on a submodular function to maximize the average welfare is known as the submodular welfare problem, which also admits bounded approximation guarantees (see welfare maximization).

06Applications

Submodular functions naturally occur in several real world applications, in economics, game theory, machine learning and computer vision as well as general artificial intelligence. Owing to the diminishing returns property, submodular functions naturally model costs of items, since there is often a larger discount, with an increase in the items one buys. Submodular functions model notions of complexity, similarity and cooperation when they appear in minimization problems. In maximization problems, on the other hand, they model notions of diversity, information and coverage.

Watch videos about Submodular set functionExplainers and documentaries on YouTube (opens in a new tab)

Sources and credits

This article is adapted from the Wikipedia article Submodular set function, written by its contributors and licensed under CC BY-SA 4.0. Fathomly has changed the layout, removed citation markers, navigation and maintenance notices, and adjusted punctuation. This adapted version is shared under the same license. For references, see the original article.

Fathomly is not affiliated with or endorsed by the Wikimedia Foundation. Spotted a problem? Tell us.