Approximating Submodular Functions Part 1

Approximating Submodular Functions Part 1

Approximating Submodular Functions Nick Harvey University of British Columbia Approximating Submodular Functions Part 1 Nick Harvey University of British Columbia Department of Computer Science July 11th, 2015 Joint work with M. Goemans, S. Iwata and V. Mirrokni 1 / 71 Submodular Functions I Studied for decades in combinatorial optimization and economics I Used in approximation algorithms, algorithmic game theory, machine learning, etc. I Discrete analogue of convex functions [Lov´asz'83], [Murota '03] 2 / 71 Submodular Functions I Studied for decades in combinatorial optimization and economics I Used in approximation algorithms, algorithmic game theory, machine learning, etc. I Discrete analogue of convex functions [Lov´asz'83], [Murota '03] 3 / 71 I Focus on combinatorial settings: I n items, f1; 2; :::; ng = [n] [n] I f : 2 ! R I Submodularity is often a natural assumption Valuation Functions I A first step in economic modeling: individuals have valuation functions giving utility for different outcomes or events 4 / 71 Valuation Functions I A first step in economic modeling: individuals have valuation functions giving utility for different outcomes or events I Focus on combinatorial settings: I n items, f1; 2; :::; ng = [n] [n] I f : 2 ! R I Submodularity is often a natural assumption 5 / 71 Outline I Today: Actively querying the function I Tomorrow: Observing samples from a distribution Topic of Lectures Approximating submodular functions based on few values Motivating Example I Microsoft Office consists of a set A of products. e.g., A = fWord; Excel; Outlook; PowerPoint; :::g. A I Consumer has a valuation function f : 2 ! R I Want to learn f without asking consumer too many questions (Perhaps useful in pricing different bundles of Office?) 6 / 71 Topic of Lectures Approximating submodular functions based on few values Motivating Example I Microsoft Office consists of a set A of products. e.g., A = fWord; Excel; Outlook; PowerPoint; :::g. A I Consumer has a valuation function f : 2 ! R I Want to learn f without asking consumer too many questions (Perhaps useful in pricing different bundles of Office?) Outline I Today: Actively querying the function I Tomorrow: Observing samples from a distribution 7 / 71 Equivalent Definition f is submodular if, for all A ⊆ B and i 2= B: f (A [ fig) − f (A) ≥ f (B [ fig) − f (B) Diminishing returns: the more you have, the less you want Submodular Functions Definition [n] f : 2 ! R is submodular if, for all A; B ⊆ [n]: f (A) + f (B) ≥ f (A [ B) + f (A \ B) 8 / 71 Submodular Functions Definition [n] f : 2 ! R is submodular if, for all A; B ⊆ [n]: f (A) + f (B) ≥ f (A [ B) + f (A \ B) Equivalent Definition f is submodular if, for all A ⊆ B and i 2= B: f (A [ fig) − f (A) ≥ f (B [ fig) − f (B) Diminishing returns: the more you have, the less you want 9 / 71 Example I f is submodular if, for all A ⊆ B and i 2= B: f (A [ fig) − f (A) ≥ f (B [ fig) − f (B) Diminishing returns: the more you have, the less you want 10 / 71 I Matroids: Let M = (E; I) be a matroid. For S ⊆ E, the rank function is f (S) = max f jI j : I ⊆ S; I 2 I g : I Coverage: Let A1;:::; An ⊆ U. For S ⊆ [n], define [ f (S) = max Ai : i2S Combinatorial Examples d I Linear algebra: Let v1;:::; vn 2 R . For S ⊆ [n], let f (S) = dim span f vi : i 2 S g : 11 / 71 I Coverage: Let A1;:::; An ⊆ U. For S ⊆ [n], define [ f (S) = max Ai : i2S Combinatorial Examples d I Linear algebra: Let v1;:::; vn 2 R . For S ⊆ [n], let f (S) = dim span f vi : i 2 S g : I Matroids: Let M = (E; I) be a matroid. For S ⊆ E, the rank function is f (S) = max f jI j : I ⊆ S; I 2 I g : 12 / 71 Combinatorial Examples d I Linear algebra: Let v1;:::; vn 2 R . For S ⊆ [n], let f (S) = dim span f vi : i 2 S g : I Matroids: Let M = (E; I) be a matroid. For S ⊆ E, the rank function is f (S) = max f jI j : I ⊆ S; I 2 I g : I Coverage: Let A1;:::; An ⊆ U. For S ⊆ [n], define [ f (S) = max Ai : i2S 13 / 71 I One of the most powerful algorithms in combinatorial optimization. Generalizes bipartite matching, matroid intersection, polymatroid intersection, submodular flow, ... I Example: Matroid Intersection [Edmonds '70] Given matroids M1 = (E; I1) and M2 = (E; I2) maxfjI j : I 2 I1 \I2g = minfr1(S) + r2(E n S): S ⊆ Eg Minimizing Submodular Functions (Given Oracle Access) I Can solve minS f (S) in polynomial time (and oracle calls). First shown using the ellipsoid method. [Grotschel, Lovasz, Schrijver '81] I Combinatorial, strongly-polynomial time algorithms known. [Schrijver '01], [Iwata, Fleischer, Fujishige '01], ... 14 / 71 Minimizing Submodular Functions (Given Oracle Access) I Can solve minS f (S) in polynomial time (and oracle calls). First shown using the ellipsoid method. [Grotschel, Lovasz, Schrijver '81] I Combinatorial, strongly-polynomial time algorithms known. [Schrijver '01], [Iwata, Fleischer, Fujishige '01], ... I One of the most powerful algorithms in combinatorial optimization. Generalizes bipartite matching, matroid intersection, polymatroid intersection, submodular flow, ... I Example: Matroid Intersection [Edmonds '70] Given matroids M1 = (E; I1) and M2 = (E; I2) maxfjI j : I 2 I1 \I2g = minfr1(S) + r2(E n S): S ⊆ Eg 15 / 71 I Can approximate maxS f (S) to within 1=2, assuming f ≥ 0. [Buchbinder, Feldman, Naor, Schwartz '12] Maximizing Submodular Functions (Given Oracle Access) Maximization I Can approximate maxS f (S) to within 1=4, assuming f ≥ 0: Just pick S uniformly at random! [Feige, Mirrokni, Vondr´ak'07] 16 / 71 Maximizing Submodular Functions (Given Oracle Access) Maximization I Can approximate maxS f (S) to within 1=4, assuming f ≥ 0: Just pick S uniformly at random! [Feige, Mirrokni, Vondr´ak'07] I Can approximate maxS f (S) to within 1=2, assuming f ≥ 0. [Buchbinder, Feldman, Naor, Schwartz '12] 17 / 71 Monotone Functions Definition [n] f : 2 ! R is monotone if, for all A ⊆ B ⊆ [n]: f (A) ≤ f (B) Constrained Maximization I Let M = (E; I) be a matroid. E Assume f : 2 ! R≥0 is monotone and submodular. Can approximate maxS2I f (S) to within 1 − 1=e. [Calinescu, Chekuri, Pal, Vondr´ak'09], [Filmus, Ward '12] 18 / 71 Monotone Functions Definition [n] f : 2 ! R is monotone if, for all A ⊆ B ⊆ [n]: f (A) ≤ f (B) Problem Given a monotone, submodular f , construct using poly(n) oracle queries a function f^ such that: f^(S) ≤ f (S) ≤ α(n) · f^(S) 8 S ⊆ [n] Approximation Quality I How small can we make α(n)? I α(n) = n is trivial 19 / 71 Approximating Submodular Functions Everywhere Positive Result Problem Given a monotone, submodular f , construct using poly(n) oracle queries a function f^ such that: f^(S) ≤ f (S) ≤ α(n) · f^(S) 8 S ⊆ [n] Our Positive Result A deterministic algorithm that constructs f^(S) with p I α(n) = n + 1 for matroid rank functions f , or p I α(n) = O( n log n) for general monotone submodular f sX Also, f^ is submodular: f^(S) = ci for some scalars ci . i2S 20 / 71 Approximating Submodular Functions Everywhere Almost Tight Our Positive Result sX A deterministic algorithm that constructs f^(S) = ci with i2S p I α(n) = n + 1 for matroid rank functions f , or p I α(n) = O( n log n) for general monotone submodular f Our Negative Result p With polynomially many oracle calls, α(n) = Ω( n= log n) (even for randomized algs) 21 / 71 Polymatroid Definition Given submodular f , polymatroid ( ) n X Pf = x 2 R+ : xi ≤ f (S) for all S ⊆ [n] i2S A few properties [Edmonds '70]: I Can optimize over Pf with greedy algorithm I Separation problem for Pf is submodular fctn minimization I For monotone f , can reconstruct f : f (S) = max h1S ; xi x2Pf 22 / 71 Our Approach: Geometric Relaxation We know: f (S) = max h1S ; xi x2Pf Suppose that: Q ⊆ Pf ⊆ λQ Then: f^(S) ≤ f (S) ≤ λf^(S) where f^(S) = maxh1S ; xi x2Q λQ Pf Q 23 / 71 Definition An ellipsoid E is an α-ellipsoidal approximation of K if E ⊆ K ⊆ α · E. Theorem n Let K be a centrally symmetric convex body in R . Let E (or John ellipsoid) be maximum volume max p ellipsoid contained in K. Then K ⊆ n · Emax . Algorithmically? John's Theorem [1948] Maximum Volume Ellipsoids Definition A convex body K is centrally symmetric if x 2 K () −x 2 K. 24 / 71 Theorem n Let K be a centrally symmetric convex body in R . Let E (or John ellipsoid) be maximum volume max p ellipsoid contained in K. Then K ⊆ n · Emax . Algorithmically? John's Theorem [1948] Maximum Volume Ellipsoids Definition A convex body K is centrally symmetric if x 2 K () −x 2 K. Definition An ellipsoid E is an α-ellipsoidal approximation of K if E ⊆ K ⊆ α · E. 25 / 71 Algorithmically? John's Theorem [1948] Maximum Volume Ellipsoids Definition A convex body K is centrally symmetric if x 2 K () −x 2 K. Definition An ellipsoid E is an α-ellipsoidal approximation of K if E ⊆ K ⊆ α · E. Theorem n Let K be a centrally symmetric convex body in R . Let E (or John ellipsoid) be maximum volume max p ellipsoid contained in K. Then K ⊆ n · Emax . 26 / 71 John's Theorem [1948] Maximum Volume Ellipsoids Definition A convex body K is centrally symmetric if x 2 K () −x 2 K.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    63 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