1 Introduction to Submodular Set Functions and Polymatroids

1 Introduction to Submodular Set Functions and Polymatroids

CS 598CSC: Combinatorial Optimization Lecture data: 4/8/2010 Instructor: Chandra Chekuri Scribe: Bolin Ding 1 Introduction to Submodular Set Functions and Polymatroids Submodularity plays an important role in combinatorial optimization. Given a ¯nite ground set S, a set function f : 2S ! R is submodular if f(A) + f(B) ¸ f(A \ B) + f(A [ B) 8A; B ⊆ S; or equivalently, f(A + e) ¡ f(A) ¸ f(B + e) ¡ f(B) 8A ⊆ B and e 2 S n B: Another equivalent de¯nition is that f(A + e1) + f(A + e2) ¸ f(A) + f(A + e1 + e2) 8A ⊆ S and distinct e1; e2 2 S n A: Exercise: Prove the equivalence of the above three de¯nitions. A set function f : 2S ! R is non-negative if f(A) ¸ 0 8A ⊆ S. f is symmetric if f(A) = f(S n A) 8A ⊆ S. f is monotone (non-decreasing) if f(A) · f(B) 8A ⊆ B. f is integer-valued if f(A) 2 Z 8A ⊆ S. 1.1 Examples of submodular functions Cut functions. Given an undirected graph G = (V; E) and a `capacity' function c : E ! R+ on V edges, the cut function f : 2 ! R+ is de¯ned as f(U) = c(±(U)), i.e., the sum of capacities of edges between U and V nU. f is submodular (also non-negative and symmetric, but not monotone). In an undirected hypergraph G = (V; E) with capacity function c : E! R+, the cut function is de¯ned as f(U) = c(±E (U)), where ±E (U) = fe 2 E j e \ U 6= ; and e \ (S n U) 6= ;g. In a directed graph D = (V; A) with capacity function c : A ! R+, the cut function is de¯ned as f(U) = c(±out(U)), where ±out(U) is the set of arcs leaving U. S Matroids. Let M = (S; I) be a matroid. Then the rank function rM : 2 ! R+ is submodular (also non-negative, integer-valued, and monotone). Let M1 = (S; I1) and M2 = (S; I2) be two matroids. Then the function f given by f(U) = rM1 (U) + rM2 (S n U), for U ⊆ S, is submodular (also non-negative, and integer-valued). By the matroid intersection theorem, the minimum value of f is equal to the maximum cardinality of a common independent set in the two matroids. Coverage in set system. Let T1;T2;:::;Tn be subsets of a ¯nite set T . Let S = [n] = f1; 2; : : : ; ng S be the ground set. The coverage function f : 2 ! R+ is de¯ned as f(A) = j[i2ATij. A generalization is obtained by introducing the weights w : T ! R+ of elements in T , and de¯ning the weighted coverage f(A) = w ([i2ATi). T Another generalization is to introduce a submodular and monotone weight-function g : 2 ! R+ of subsets of T . Then the function f is de¯ned as f(A) = g ([i2ATi). All the three versions of f here are submodular (also non-negative, and monotone). Flows to a sink. Let D = (V; A) be a directed graph with an arc-capacity function c : A ! R+. Let a vertex t 2 V be the sink. Consider a subset S ⊆ V n ftg of vertices. De¯ne a function S f : 2 ! R+ as f(U) = max flow from U to t in the directed graph D with edge capacities c, for a set of `sources' U. Then f is submodular (also non-negative and monotone). Max element. Let S be a ¯nite set and let w : S ! R. De¯ne a function f : 2S ! R as f(U) = maxfw(u) j u 2 Ug for nonempty U ⊆ S, and f(;) = minfw(u) j u 2 Sg. Then f is submodular (also monotone). Entropy and Mutual information. Let X1;X2;:::;Xn be random variables over some under- lying probability space, and S = f1; 2; : : : ; ng. For A ⊆ S, de¯ne XA = fXi j i 2 Ag to be the set of random variables with indices in A. Then f(A) = H(XA), where H(¢) is the entropy function, is submodular (also non-negative and monotone). Also, f(A) = I(XA; XSnA), where I(¢; ¢) is the mutual information of two random variables, is submodular. Exercise: Prove the submodularity of the functions introduced in this subsection. 1.2 Polymatroids De¯ne two polyhedra associated with a set function f on S: S S Pf = fx 2 R j x(U) · f(U) 8U ⊆ S; x ¸ 0g and EPf = fx 2 R j x(U) · f(U) 8U ⊆ Sg: If f is a submodular function, then Pf is called the polymatroid associated with f, and EPf the extended polymatroid associated with f. A polyhedron is called an (extended) polymatroid if it is the (extended) polymatroid associated with some submodular function. Since 0 · xs · f(fsg) for each s 2 S, a polymatroid is bounded, and hence is a polytope. An observation is that Pf is non-empty i® f ¸ 0, and EPf is non-empty i® f(;) ¸ 0. If f is the rank function of a matroid M, then Pf is the independent set polytope of M. A vector x in EPf (or in Pf ) is called a base vector of EPf (or of Pf ) if x(S) = f(S). A base vector of f is a base vector of EPf . The set of all base vectors of f is called the base polytope of EPf or of f. It is a face of EPf and denoted by Bf : S Bf = fx 2 R j x(U) · f(U) 8U ⊆ S; x(S) = f(S)g: Bf is a polytope, since f(fsg) ¸ xs = x(S) ¡ x(S n fsg) ¸ f(S) ¡ f(S n fsg) for each s 2 S. The following claim is about the set of tight constraints in the extended polymatroid associated with a submodular function f. S Claim 1 Let f : 2 ! R be a submodular set function. For x 2 EPf , de¯ne Fx = fU ⊆ S j x(U) = f(U)g (tight constraints). Then Fx is closed under taking unions and intersections. Proof: Consider any two sets U; V 2 Fx, we have f(U [ V ) ¸ x(U [ V ) = x(U) + x(V ) ¡ x(U \ V ) ¸ f(U) + f(V ) ¡ f(U \ V ) ¸ f(U [ V ): Therefore, x(U [ V ) = f(U [ V ) and x(U \ V ) = f(U \ V ). 2 Given a submodular set function f on S and a vector a 2 RS, de¯ne the set function fja as (fja)(U) = min(f(T ) + a(U n T )): T ⊆U Claim 2 If f is a submodular set function on S, fja is also submodular. Proof: Let g = fja for the simplicity of notation. For any X; Y ⊆ S, let X0 ⊆ X s.t. g(X) = f(X0) + a(X n X0), and Y 0 ⊆ Y s.t. g(Y ) = f(Y 0) + a(Y n Y 0). Then, from the de¯nition of g, ¡ ¢ ¡ ¢ g(X\Y )+g(X[Y ) · f(X0 \ Y 0) + a((X \ Y ) n (X0 \ Y 0)) + f(X0 [ Y 0) + a((X [ Y ) n (X0 [ Y 0)) : From the submodularity of f, f(X0 \ Y 0) + f(X0 [ Y 0) · f(X0) + f(Y 0): And from the modularity of a, a((X \ Y ) n (X0 \ Y 0)) + a((X [ Y ) n (X0 [ Y 0)) = a(X \ Y ) + a(X [ Y ) ¡ a(X0 \ Y 0) ¡ a(X0 [ Y 0) = a(X) + a(Y ) ¡ a(X0) ¡ a(Y 0): Therefore, we have g(X \ Y ) + g(X [ Y ) · f(X0) + f(Y 0) + a(X n X0) + a(Y n Y 0): 2 What is EPfja and Pfja? We have the following claim. Claim 3 If f is a submodular set function on S and f(;) = 0, EPfja = fx 2 EPf j x · ag and Pfja = fx 2 Pf j x · ag. Proof: For any x 2 EPfja and any U ⊆ S, we have that x(U) · (fja)(U) · f(U)+a(U nU) = f(U) implying x 2 EPf , and that x(U) · (fja)(U) · f(;) + a(U n ;) = a(U), implying x · a. For any x 2 EPf with x · a and any U ⊆ S, suppose that (fja)(U) = f(T ) + a(U n T ). Then we have, x(U) = x(T ) + x(U n T ) · f(T ) + a(U n T ) = (fja)(U), implying x 2 EPfja. The proof of Pfja = fx 2 Pf j x · ag is similar. 2 A special case of the above claim is that when a = 0, then (fj0)(U) = minT ⊆U f(T ) and EPfj0 = fx 2 EPf j x · 0g. 2 Optimization over Polymatroids by the Greedy Algorithm Let f : 2S ! R be a submodular function and assume it is given as a value oracle. Also given a weight vector w : S ! R+, we consider the problem of maximizing w ¢ x over EPf . max w ¢ x (1) x 2 EPf : Edmonds showed that the greedy algorithm for matroids can be generalized to this setting. We assume (or require) that w ¸ 0, because otherwise, the maximum value is unbounded. W.l.o.g., we can assume that f(;) = 0: if f(;) < 0, EPf = ;; and if f(;) > 0, setting f(;) = 0 does not violate the submodularity. Greedy algorithm and integrality. Consider the following greedy algorithm: 1. Order S = fs1; s2; : : : ; sng s.t. w(s1) ¸ ::: ¸ w(sn). Let Ai = fs1; : : : ; sig for 1 · i · n. 0 2. De¯ne A0 = ; and let x (si) = f(Ai) ¡ f(Ai¡1), for 1 · i · n. Note that the greedy algorithm is a strongly polynomial-time algorithm.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    5 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us