Submodular Functions, Optimization, and Applications to Machine Learning — Spring Quarter, Lecture 11 —

Total Page:16

File Type:pdf, Size:1020Kb

Submodular Functions, Optimization, and Applications to Machine Learning — Spring Quarter, Lecture 11 — Submodular Functions, Optimization, and Applications to Machine Learning | Spring Quarter, Lecture 11 | http://www.ee.washington.edu/people/faculty/bilmes/classes/ee596b_spring_2016/ Prof. Jeff Bilmes University of Washington, Seattle Department of Electrical Engineering http://melodi.ee.washington.edu/~bilmes May 9th, 2016 f (A) + f (B) f (A B) + f (A B) Clockwise from top left:v Lásló Lovász Jack Edmonds ∪ ∩ Satoru Fujishige George Nemhauser ≥ Laurence Wolsey = f (A ) + 2f (C) + f (B ) = f (A ) +f (C) + f (B ) = f (A B) András Frank r r r r Lloyd Shapley ∩ H. Narayanan Robert Bixby William Cunningham William Tutte Richard Rado Alexander Schrijver Garrett Birkho Hassler Whitney Richard Dedekind Prof. Jeff Bilmes EE596b/Spring 2016/Submodularity - Lecture 11 - May 9th, 2016 F1/59 (pg.1/60) Logistics Review Cumulative Outstanding Reading Read chapters 2 and 3 from Fujishige's book. Read chapter 1 from Fujishige's book. Prof. Jeff Bilmes EE596b/Spring 2016/Submodularity - Lecture 11 - May 9th, 2016 F2/59 (pg.2/60) Logistics Review Announcements, Assignments, and Reminders Homework 4, soon available at our assignment dropbox (https://canvas.uw.edu/courses/1039754/assignments) Homework 3, available at our assignment dropbox (https://canvas.uw.edu/courses/1039754/assignments), due (electronically) Monday (5/2) at 11:55pm. Homework 2, available at our assignment dropbox (https://canvas.uw.edu/courses/1039754/assignments), due (electronically) Monday (4/18) at 11:55pm. Homework 1, available at our assignment dropbox (https://canvas.uw.edu/courses/1039754/assignments), due (electronically) Friday (4/8) at 11:55pm. Weekly Office Hours: Mondays, 3:30-4:30, or by skype or google hangout (set up meeting via our our discussion board (https: //canvas.uw.edu/courses/1039754/discussion_topics)). Prof. Jeff Bilmes EE596b/Spring 2016/Submodularity - Lecture 11 - May 9th, 2016 F3/59 (pg.3/60) Logistics Review Class Road Map - IT-I L1(3/28): Motivation, Applications, & L11(5/2): From Matroids to Basic Definitions Polymatroids, Polymatroids L2(3/30): Machine Learning Apps L12(5/4): (diversity, complexity, parameter, learning L13(5/9): target, surrogate). L14(5/11): L3(4/4): Info theory exs, more apps, L15(5/16): definitions, graph/combinatorial examples, L16(5/18): matrix rank example, visualization L17(5/23): L4(4/6): Graph and Combinatorial Examples, matrix rank, Venn diagrams, L18(5/25): examples of proofs of submodularity, some L19(6/1): useful properties L20(6/6): Final Presentations L5(4/11): Examples & Properties, Other maximization. Defs., Independence L6(4/13): Independence, Matroids, Matroid Examples, matroid rank is submodular L7(4/18): Matroid Rank, More on Partition Matroid, System of Distinct Reps, Transversals, Transversal Matroid, L8(4/20): Transversals, Matroid and representation, Dual Matroids, L9(4/25): Dual Matroids, Properties, Combinatorial Geometries, Matroid and Greedy L10(4/27): Matroid and Greedy, Polyhedra, Matroid Polytopes, Finals Week: June 6th-10th, 2016. Prof. Jeff Bilmes EE596b/Spring 2016/Submodularity - Lecture 11 - May 9th, 2016 F4/59 (pg.4/60) Logistics Review The greedy algorithm In combinatorial optimization, the greedy algorithm is often useful as a heuristic that can work quite well in practice. The goal is to choose a good subset of items, and the fundamental tenet of the greedy algorithm is to choose next whatever currently looks best, without the possibility of later recall or backtracking. Sometimes, this gives the optimal solution (we saw three greedy algorithms that can find the maximum weight spanning tree). Greedy is good since it can be made to run very fast O(n log n). Often, however, greedy is heuristic (it might work well in practice, but worst-case performance can be unboundedly poor). We will next see that the greedy algorithm working optimally is a defining property of a matroid, and is also a defining property of a polymatroid function. Prof. Jeff Bilmes EE596b/Spring 2016/Submodularity - Lecture 11 - May 9th, 2016 F5/59 (pg.5/60) Logistics Review Matroid and the greedy algorithm Let (E; ) be an independence system, and we are given a I non-negative modular weight function w : E R+. ! Algorithm 1: The Matroid Greedy Algorithm 1 Set X ; ; 2 while v E X s.t. X v do 9 2 n [ f g 2 I 3 v argmax w(v): v E X; X v ; 2 f 2 n [ f g 2 Ig 4 X X v ; [ f g Same as sorting items by decreasing weight w, and then choosing items in that order that retain independence. Theorem 11.2.7 Let (E; ) be an independence system. Then the pair (E; ) is a matroid if I I and only if for each weight function w E, Algorithm 1 leads to a set 2 R+ I of maximum weight w(I). 2 I Prof. Jeff Bilmes EE596b/Spring 2016/Submodularity - Lecture 11 - May 9th, 2016 F6/59 (pg.6/60) Logistics Review Summary of Important (for us) Matroid Definitions Given an independence system, matroids are defined equivalently by any of the following: All maximally independent sets have the same size. A monotone non-decreasing submodular integral rank function with unit increments. The greedy algorithm achieves the maximum weight independent set for all weight functions. Prof. Jeff Bilmes EE596b/Spring 2016/Submodularity - Lecture 11 - May 9th, 2016 F7/59 (pg.7/60) Logistics Review Matroid Polyhedron in 2D + E Pr = x R : x 0; x(A) r(A); A E (11.10) 2 ≥ ≤ 8 ⊆ Consider this in two dimensions. We have equations of the form: x1 0 and x2 0 (11.11) ≥ ≥ x1 r( v1 ) 0; 1 (11.12) ≤ f g 2 f g x2 r( v2 ) 0; 1 (11.13) ≤ f g 2 f g x1 + x2 r( v1; v2 ) 0; 1; 2 (11.14) ≤ f g 2 f g Because r is submodular, we have r( v1 ) + r( v2 ) r( v1; v2 ) + r( ) (11.15) f g f g ≥ f g ; so since r( v1; v2 ) r( v1 ) + r( v2 ), the last inequality is either f g ≤ f g f g touching (so inactive) or active. Prof. Jeff Bilmes EE596b/Spring 2016/Submodularity - Lecture 11 - May 9th, 2016 F8/59 (pg.8/60) Logistics Review Matroid Polyhedron in 2D x2 x2 x1 + x2 = r( v1, v2 ) = 2 x2 r(v2)=1 r(v2)=1 { } x + x = r( v , v ) = 1 1 2 { 1 2} r( v , v ) = 0 { 1 2} x1 r(v1)=1 x1 r(v1)=1 x1 And, if v2 is a loop ... x2 x2 r( v2 ) ≤ { } x 1 + r( v , v ) = 1 x { 1 2} 2 r(v2)=0 ≤ r( v x { r(v1)=1 1 1 , v x2 0 2 ) ≥ } x1 0 ≥ x r( v ) 1 ≤ { 1} Prof. Jeff Bilmes EE596b/Spring 2016/Submodularity - Lecture 11 - May 9th, 2016 F9/59 (pg.9/60) Logistics Review Independence Polyhedra For each I of a matroid M = (E; ), we can form the incidence 2 I I vector 1I . Taking the convex hull, we get the independent set polytope, that is ( ) [ E P = conv 1I [0; 1] (11.10) ind. set f g ⊆ I2I + Since 1I : I P P , we have max w(I): I f 2 Ig ⊆ ind. set ⊆ r f 2 Ig ≤ max w|x : x P max w|x : x P + f 2 ind. setg ≤ f 2 r g Now take the rank function r of M, and define the following polyhedron: + E Pr x R : x 0; x(A) r(A); A E (11.11) , 2 ≥ ≤ 8 ⊆ Now, take any x P , then we have that x P + (or 2 ind. set 2 r P P +). We show this next. ind. set ⊆ r Prof. Jeff Bilmes EE596b/Spring 2016/Submodularity - Lecture 11 - May 9th, 2016 F10/59 (pg.10/60) Logistics Review P P + ind. set ⊆ r If x P , then 2 ind. set X x = λi1Ii (11.10) i for some appropriate vector λ = (λ1; λ2; : : : ; λn). Clearly, for such x, x 0. ≥ Now, for any A E, ⊆ | X | x(A) = x 1A = λi1Ii 1A (11.11) i X λi max 1Ij (E) (11.12) ≤ j:Ij ⊆A i = max 1Ij (E) = max A I (11.13) j:Ij ⊆A I2I j \ j = r(A) (11.14) Thus, x P + and hence P P +. 2 r ind. set ⊆ r Prof. Jeff Bilmes EE596b/Spring 2016/Submodularity - Lecture 11 - May 9th, 2016 F11/59 (pg.11/60) Logistics Review Matroid Independence Polyhedron So recall from a moment ago, that we have that P = conv I2I 1I ind. set f[ f gg + E Pr = x R : x 0; x(A) r(A); A E (11.19) ⊆ 2 ≥ ≤ 8 ⊆ In fact, the two polyhedra are identical (and thus both are polytopes). We'll show this in the next few theorems. Prof. Jeff Bilmes EE596b/Spring 2016/Submodularity - Lecture 11 - May 9th, 2016 F12/59 (pg.12/60) Logistics Review Maximum weight independent set via greedy weighted rank Theorem 11.2.5 Let M = (V; ) be a matroid, with rank function r, then for any weight I V function w R+, there exists a chain of sets U1 U2 Un V 2 ⊂ ⊂ · · · ⊂ ⊆ such that n X max w(I) I = λir(Ui) (11.19) f j 2 Ig i=1 where λi 0 satisfy ≥ n X w = λi1Ui (11.20) i=1 Prof. Jeff Bilmes EE596b/Spring 2016/Submodularity - Lecture 11 - May 9th, 2016 F13/59 (pg.13/60) Logistics Review Linear Program LP Consider the linear programming primal problem maximize w|x subject to xv 0 (v V ) (11.19) ≥ 2 x(U) r(U)( U V ) ≤ 8 ⊆ 2n And its convex dual (note y R+ , yU is a scalar element within this 2 exponentially big vector): P minimize U⊆V yU r(U); subject to yU 0 ( U V ) (11.20) P ≥ 8 ⊆ yU 1U w U⊆V ≥ Thanks to strong duality, the solutions to these are equal to each other.
Recommended publications
  • LINEAR ALGEBRA METHODS in COMBINATORICS László Babai
    LINEAR ALGEBRA METHODS IN COMBINATORICS L´aszl´oBabai and P´eterFrankl Version 2.1∗ March 2020 ||||| ∗ Slight update of Version 2, 1992. ||||||||||||||||||||||| 1 c L´aszl´oBabai and P´eterFrankl. 1988, 1992, 2020. Preface Due perhaps to a recognition of the wide applicability of their elementary concepts and techniques, both combinatorics and linear algebra have gained increased representation in college mathematics curricula in recent decades. The combinatorial nature of the determinant expansion (and the related difficulty in teaching it) may hint at the plausibility of some link between the two areas. A more profound connection, the use of determinants in combinatorial enumeration goes back at least to the work of Kirchhoff in the middle of the 19th century on counting spanning trees in an electrical network. It is much less known, however, that quite apart from the theory of determinants, the elements of the theory of linear spaces has found striking applications to the theory of families of finite sets. With a mere knowledge of the concept of linear independence, unexpected connections can be made between algebra and combinatorics, thus greatly enhancing the impact of each subject on the student's perception of beauty and sense of coherence in mathematics. If these adjectives seem inflated, the reader is kindly invited to open the first chapter of the book, read the first page to the point where the first result is stated (\No more than 32 clubs can be formed in Oddtown"), and try to prove it before reading on. (The effect would, of course, be magnified if the title of this volume did not give away where to look for clues.) What we have said so far may suggest that the best place to present this material is a mathematics enhancement program for motivated high school students.
    [Show full text]
  • Prizes and Awards Session
    PRIZES AND AWARDS SESSION Wednesday, July 12, 2021 9:00 AM EDT 2021 SIAM Annual Meeting July 19 – 23, 2021 Held in Virtual Format 1 Table of Contents AWM-SIAM Sonia Kovalevsky Lecture ................................................................................................... 3 George B. Dantzig Prize ............................................................................................................................. 5 George Pólya Prize for Mathematical Exposition .................................................................................... 7 George Pólya Prize in Applied Combinatorics ......................................................................................... 8 I.E. Block Community Lecture .................................................................................................................. 9 John von Neumann Prize ......................................................................................................................... 11 Lagrange Prize in Continuous Optimization .......................................................................................... 13 Ralph E. Kleinman Prize .......................................................................................................................... 15 SIAM Prize for Distinguished Service to the Profession ....................................................................... 17 SIAM Student Paper Prizes ....................................................................................................................
    [Show full text]
  • Kombinatorische Optimierung – Blatt 1
    Prof. Dr. Volker Kaibel M.Sc. Benjamin Peters Wintersemester 2016/2017 Kombinatorische Optimierung { Blatt 1 www.math.uni-magdeburg.de/institute/imo/teaching/wise16/kombopt/ Pr¨asentation in der Ubung¨ am 20.10.2016 Aufgabe 1 Betrachte das Hamilton-Weg-Problem: Gegeben sei ein Digraph D = (V; A) sowie ver- schiedene Knoten s; t ∈ V . Ein Hamilton-Weg von s nach t ist ein s-t-Weg, der jeden Knoten in V genau einmal besucht. Das Problem besteht darin, zu entscheiden, ob ein Hamilton-Weg von s nach t existiert. Wir nehmen nun an, wir h¨atten einen polynomiellen Algorithmus zur L¨osung des Kurzeste-¨ Wege Problems fur¨ beliebige Bogenl¨angen. Konstruiere damit einen polynomiellen Algo- rithmus fur¨ das Hamilton-Weg-Problem. Aufgabe 2 Der folgende Graph abstrahiert ein Straßennetz. Dabei geben die Kantengewichte die (von einander unabh¨angigen) Wahrscheinlichkeiten an, bei Benutzung der Straßen zu verunfallen. Bestimme den sichersten Weg von s nach t durch Aufstellen und L¨osen eines geeignetes Kurzeste-Wege-Problems.¨ 2% 2 5% 5% 3% 4 1% 5 2% 3% 6 t 6% s 4% 2% 1% 2% 7 2% 1% 3 Aufgabe 3 Lesen Sie den Artikel The Year Combinatorics Blossomed\ (erschienen 2015 im Beijing " Intelligencer, Springer) von William Cook, Martin Gr¨otschel und Alexander Schrijver. S. 1/7 {:::a äi, stq: (: W illianr Cook Lh t ivers it1' o-l' |'\'at ttlo t), dt1 t t Ll il Martin Grötschel ZtLse lnstitrttt; orttl'l-U Ilt:rlin, ()trrnnt1, Alexander Scfu ijver C\\/ I nul Ltn ivtrsi !)' o-l' Anrstt rtlan, |ietherlattds The Year Combinatorics Blossomed One summer in the mid 1980s, Jack Edmonds stopped Much has been written about linear programming, by the Research Institute for Discrete Mathematics including several hundred texts bearing the title.
    [Show full text]
  • Matroid Partitioning Algorithm Described in the Paper Here with Ray’S Interest in Doing Ev- Erything Possible by Using Network flow Methods
    Chapter 7 Matroid Partition Jack Edmonds Introduction by Jack Edmonds This article, “Matroid Partition”, which first appeared in the book edited by George Dantzig and Pete Veinott, is important to me for many reasons: First for per- sonal memories of my mentors, Alan J. Goldman, George Dantzig, and Al Tucker. Second, for memories of close friends, as well as mentors, Al Lehman, Ray Fulker- son, and Alan Hoffman. Third, for memories of Pete Veinott, who, many years after he invited and published the present paper, became a closest friend. And, finally, for memories of how my mixed-blessing obsession with good characterizations and good algorithms developed. Alan Goldman was my boss at the National Bureau of Standards in Washington, D.C., now the National Institutes of Science and Technology, in the suburbs. He meticulously vetted all of my math including this paper, and I would not have been a math researcher at all if he had not encouraged it when I was a university drop-out trying to support a baby and stay-at-home teenage wife. His mentor at Princeton, Al Tucker, through him of course, invited me with my child and wife to be one of the three junior participants in a 1963 Summer of Combinatorics at the Rand Corporation in California, across the road from Muscle Beach. The Bureau chiefs would not approve this so I quit my job at the Bureau so that I could attend. At the end of the summer Alan hired me back with a big raise. Dantzig was and still is the only historically towering person I have known.
    [Show full text]
  • The Traveling Preacher Problem, Report No
    Discrete Optimization 5 (2008) 290–292 www.elsevier.com/locate/disopt The travelling preacher, projection, and a lower bound for the stability number of a graph$ Kathie Camerona,∗, Jack Edmondsb a Wilfrid Laurier University, Waterloo, Ontario, Canada N2L 3C5 b EP Institute, Kitchener, Ontario, Canada N2M 2M6 Received 9 November 2005; accepted 27 August 2007 Available online 29 October 2007 In loving memory of George Dantzig Abstract The coflow min–max equality is given a travelling preacher interpretation, and is applied to give a lower bound on the maximum size of a set of vertices, no two of which are joined by an edge. c 2007 Elsevier B.V. All rights reserved. Keywords: Network flow; Circulation; Projection of a polyhedron; Gallai’s conjecture; Stable set; Total dual integrality; Travelling salesman cost allocation game 1. Coflow and the travelling preacher An interpretation and an application prompt us to recall, and hopefully promote, an older combinatorial min–max equality called the Coflow Theorem. Let G be a digraph. For each edge e of G, let de be a non-negative integer. The capacity d(C) of a dicircuit C means the sum of the de’s of the edges in C. An instance of the Coflow Theorem (1982) [2,3] says: Theorem 1. The maximum cardinality of a subset S of the vertices of G such that each dicircuit C of G contains at most d(C) members of S equals the minimum of the sum of the capacities of any subset H of dicircuits of G plus the number of vertices of G which are not in a dicircuit of H.
    [Show full text]
  • A. Schrijver, Honorary Dmath Citation (PDF)
    A. Schrijver, Honorary D. Math Citation Honorary D. Math Citation for Lex Schrijver University of Waterloo Convocation, June, 2002 Mr. Chancellor, I present Alexander Schrijver. One of the world's leading researchers in discrete optimization, Alexander Schrijver is also recognized as the subject's foremost scholar. A typical problem in discrete optimization requires choosing the best solution from a large but finite set of possibilities, for example, the best order in which a salesperson should visit clients so that the route travelled is as short as possible. While ideally we would like to have an efficient procedure to find the best solution, a famous result of the 1970s showed that for very many discrete optimization problems, there is little hope to compute the best solution quickly. In 1981, Alexander Schrijver and his co-workers, Groetschel and Lovasz, revolutionized the field by providing a powerful general tool to identify problems for which efficient procedures do exist. Professor Schrijver's record of establishing groundbreaking results is complemented by an almost legendary reputation for finding clearer, more compact derivations of results of others. This ability, together with high standards of mathematical rigour and historical accuracy, has made him the leading scholar in discrete optimization. His 1986 book, Theory of Linear and Integer Programming, is a landmark, and his forthcoming three- volume work on combinatorial optimization will certainly become one as well. Alexander Schrijver was born and educated in Amsterdam. Since 1989 he has worked at CWI, the National Research Institute for Mathematics and Computer Science of the Netherlands. He is also Professor of Mathematics at the University of Amsterdam.
    [Show full text]
  • Curriculum Vitae Martin Groetschel
    MARTIN GRÖTSCHEL detailed information at http://www.zib.de/groetschel Date / Place of birth: Sept. 10, 1948, Schwelm, Germany Family: Married since 1976, 3 daughters Affiliation: Full Professor at President of Technische Universität Berlin (TU) Zuse Institute Berlin (ZIB) Institut für Mathematik Takustr. 7 Str. des 17. Juni 136 D-14195 Berlin, Germany D-10623 Berlin, Germany Phone: +49 30 84185 210 Phone: +49 30 314 23266 E-mail: [email protected] Selected (major) functions in scientific organizations and in scientific service: Current functions: since 1999 Member of the Executive Committee of the IMU since 2001 Member of the Executive Board of the Berlin-Brandenburg Academy of Science since 2007 Secretary of the International Mathematical Union (IMU) since 2011 Chair of the Einstein Foundation, Berlin since 2012 Coordinator of the Forschungscampus Modal Former functions: 1984 – 1986 Dean of the Faculty of Science, U Augsburg 1985 – 1988 Member of the Executive Committee of the MPS 1989 – 1996 Member of the Executive Committee of the DMV, President 1992-1993 2002 – 2008 Chair of the DFG Research Center MATHEON "Mathematics for key technologies" Scientific vita: 1969 – 1973 Mathematics and economics studies (Diplom/master), U Bochum 1977 PhD in economics, U Bonn 1981 Habilitation in operations research, U Bonn 1973 – 1982 Research Assistant, U Bonn 1982 – 1991 Full Professor (C4), U Augsburg (Chair for Applied Mathematics) since 1991 Full Professor (C4), TU Berlin (Chair for Information Technology) 1991 – 2012 Vice president of Zuse Institute Berlin (ZIB) since 2012 President of ZIB Selected awards: 1982 Fulkerson Prize of the American Math. Society and Math. Programming Soc.
    [Show full text]
  • Basic Polyhedral Theory 3
    BASIC POLYHEDRAL THEORY VOLKER KAIBEL A polyhedron is the intersection of finitely many affine halfspaces, where an affine halfspace is a set ≤ n H (a, β)= x Ê : a, x β { ∈ ≤ } n n n Ê Ê for some a Ê and β (here, a, x = j=1 ajxj denotes the standard scalar product on ). Thus, every∈ polyhedron is∈ the set ≤ n P (A, b)= x Ê : Ax b { ∈ ≤ } m×n of feasible solutions to a system Ax b of linear inequalities for some matrix A Ê and some m ≤ n ′ ′ ∈ Ê vector b Ê . Clearly, all sets x : Ax b, A x = b are polyhedra as well, as the system A′x = b∈′ of linear equations is equivalent{ ∈ the system≤ A′x }b′, A′x b′ of linear inequalities. A bounded polyhedron is called a polytope (where bounded≤ means− that≤ there − is a bound which no coordinate of any point in the polyhedron exceeds in absolute value). Polyhedra are of great importance for Operations Research, because they are not only the sets of feasible solutions to Linear Programs (LP), for which we have beautiful duality results and both practically and theoretically efficient algorithms, but even the solution of (Mixed) Integer Linear Pro- gramming (MILP) problems can be reduced to linear optimization problems over polyhedra. This relationship to a large extent forms the backbone of the extremely successful story of (Mixed) Integer Linear Programming and Combinatorial Optimization over the last few decades. In Section 1, we review those parts of the general theory of polyhedra that are most important with respect to optimization questions, while in Section 2 we treat concepts that are particularly relevant for Integer Programming.
    [Show full text]
  • The Travelling Preacher, Projection, and a Lower Bound for the Stability Number of a Graph$
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Discrete Optimization 5 (2008) 290–292 www.elsevier.com/locate/disopt The travelling preacher, projection, and a lower bound for the stability number of a graph$ Kathie Camerona,∗, Jack Edmondsb a Wilfrid Laurier University, Waterloo, Ontario, Canada N2L 3C5 b EP Institute, Kitchener, Ontario, Canada N2M 2M6 Received 9 November 2005; accepted 27 August 2007 Available online 29 October 2007 In loving memory of George Dantzig Abstract The coflow min–max equality is given a travelling preacher interpretation, and is applied to give a lower bound on the maximum size of a set of vertices, no two of which are joined by an edge. c 2007 Elsevier B.V. All rights reserved. Keywords: Network flow; Circulation; Projection of a polyhedron; Gallai’s conjecture; Stable set; Total dual integrality; Travelling salesman cost allocation game 1. Coflow and the travelling preacher An interpretation and an application prompt us to recall, and hopefully promote, an older combinatorial min–max equality called the Coflow Theorem. Let G be a digraph. For each edge e of G, let de be a non-negative integer. The capacity d(C) of a dicircuit C means the sum of the de’s of the edges in C. An instance of the Coflow Theorem (1982) [2,3] says: Theorem 1. The maximum cardinality of a subset S of the vertices of G such that each dicircuit C of G contains at most d(C) members of S equals the minimum of the sum of the capacities of any subset H of dicircuits of G plus the number of vertices of G which are not in a dicircuit of H.
    [Show full text]
  • Paths, Trees, and Flowers
    Paths, Trees, and Flowers “Jack Edmonds has been one of the creators of the ered as arcs, each joining a pair of the four nodes which field of combinatorial optimization and polyhedral correspond to the two islands and the two shores. combinatorics. His 1965 paper ‘Paths, Trees, and Flowers’ [1] was one of the first papers to suggest the possibility of establishing a mathematical theory of efficient combinatorial algorithms . ” [from the award citation of the 1985 John von Neumann Theory Prize, awarded annually since 1975 by the Institute for Operations Research and the Management Sciences]. In 1962, the Chinese mathematician Mei-Ko Kwan proposed a method that could be used to minimize the lengths of routes walked by mail carriers. Much earlier, in 1736, the eminent Swiss mathematician Leonhard Euler, who had elevated calculus to unprecedented heights, had investigated whether there existed a walk across all seven bridges that connected two islands in the river Pregel with the rest of the city of Ko¨nigsberg Fig. 2. The graph of the bridges of Ko¨nigsberg. on the adjacent shores, a walk that would cross each bridge exactly once. The commonality between the two graph-theoretical problem formulations reaches deeper. Given any graph, for one of its nodes, say i0,findanarca1 that joins node i0 and another node, say i1. One may try to repeat this process and find a second arc a2 which joins node i1 to a node i2 and so on. This process would yield a sequence of nodes—some may be revisited—successive pairs of which are joined by arcs (Fig.
    [Show full text]
  • Colloquia@Iasi
    Istituto di Analisi dei Sistemi ed Informatica “Antonio Ruberti” Consiglio Nazionale delle Ricerche colloquia@iasi ªLa mente è come un paracadute. Funziona solo se si apreº A. Einstein POLYMATROIDS Jack Edmonds Abstract The talk will sketch an introduction to P, NP, coNP, LP duality, matroids, and some other foundations of combinatorial optimization theory. A predicate, p(x), is a statement with variable input x. It is said to be in NP when, for any x such that p(x) is true, there is, relative to the bit-size of x, an easy proof that p(x) is true. It is said to be in coNP when not(p(x)) is in NP. It is said to be in P when there is an easy (i.e., polynomially bounded time) algorithm for deciding whether or not p(x) is true. Of course P implies NP and coNP. Fifty years ago I speculated the converse. Polymatroids are a linear programming construction of abstract matroids. We use them to describe large classes of concrete predicates (i.e., “problems”) which turn out to be in NP, in coNP, and indeed in P. Failures in trying to place the NP “traveling salesman predicate” in coNP, and successes in placing some closely related polymatroidal predicates in both NP and coNP and then in P, prompted me to conjecture that (1) the NP traveling salesman predicate is not in P, and (2) all predicates in both NP and coNP are in P. The conjectures have become popular, and are both used as practical axioms. I might as well conjecture that the conjectures have no proofs Jack Edmonds has been one of the creators of the field of combinatorial optimization and polyhedral combinatorics.
    [Show full text]
  • Submodular Functions, Optimization, and Applications to Machine Learning — Spring Quarter, Lecture 12 —
    Submodular Functions, Optimization, and Applications to Machine Learning | Spring Quarter, Lecture 12 | http://www.ee.washington.edu/people/faculty/bilmes/classes/ee596b_spring_2016/ Prof. Jeff Bilmes University of Washington, Seattle Department of Electrical Engineering http://melodi.ee.washington.edu/~bilmes May 11th, 2016 f (A) + f (B) f (A B) + f (A B) Clockwise from top left:v Lásló Lovász Jack Edmonds ∪ ∩ Satoru Fujishige George Nemhauser ≥ Laurence Wolsey = f (A ) + 2f (C) + f (B ) = f (A ) +f (C) + f (B ) = f (A B) András Frank r r r r Lloyd Shapley ∩ H. Narayanan Robert Bixby William Cunningham William Tutte Richard Rado Alexander Schrijver Garrett Birkho Hassler Whitney Richard Dedekind Prof. Jeff Bilmes EE596b/Spring 2016/Submodularity - Lecture 12 - May 11th, 2016 F1/47 (pg.1/56) Logistics Review Cumulative Outstanding Reading Read chapters 2 and 3 from Fujishige's book. Read chapter 1 from Fujishige's book. Prof. Jeff Bilmes EE596b/Spring 2016/Submodularity - Lecture 12 - May 11th, 2016 F2/47 (pg.2/56) Logistics Review Announcements, Assignments, and Reminders Homework 4, soon available at our assignment dropbox (https://canvas.uw.edu/courses/1039754/assignments) Homework 3, available at our assignment dropbox (https://canvas.uw.edu/courses/1039754/assignments), due (electronically) Monday (5/2) at 11:55pm. Homework 2, available at our assignment dropbox (https://canvas.uw.edu/courses/1039754/assignments), due (electronically) Monday (4/18) at 11:55pm. Homework 1, available at our assignment dropbox (https://canvas.uw.edu/courses/1039754/assignments), due (electronically) Friday (4/8) at 11:55pm. Weekly Office Hours: Mondays, 3:30-4:30, or by skype or google hangout (set up meeting via our our discussion board (https: //canvas.uw.edu/courses/1039754/discussion_topics)).
    [Show full text]