Multiregion Graph Cut Image Segmentation

Total Page:16

File Type:pdf, Size:1020Kb

Multiregion Graph Cut Image Segmentation MULTIREGION GRAPH CUT IMAGE SEGMENTATION Mohamed Ben Salah1, Ismail Ben Ayed2 and Amar Mitiche3 1,3 Institut National de la Recherche Scientifique, INRS-EMT, 800 De La Gauchetire Ouest , Montral, QC, H5A 1K6, Canada 2 GE healthcare, 268 Grosvenor, E5-137, London, ON, N6A 4V2, Canada Keywords: Combinatorial optimization, graph cuts, parametric modeling, image segmentation. Abstract: The purpose of our study is two-fold: (1) investigate an image segmentation method which combines paramet- ric modeling of the image data and graph cut combinatorial optimization and, (2) use a prior which allows the number of labels/regions to decrease when the number of regions is not known and the algorithm initialized with a larger number. Experimental verification shows that the method results in good segmentations and runs faster than conventional graph cut methods. 1 INTRODUCTION ber of labels to equal the number of regions. Regions can then be described by positive parametric func- Image segmentation occurs in many important ap- tions, in which case, the data term of the objective plications. It consists of partitioning an image into function measures the conformity of the image data regions homogeneous with respect to a given de- to a parametric model in each region. This formula- scription. Energy minimization formulations have tion was used to state the problem of concurrent seg- led to flexible, transparent, and effective algorithms. mentation and estimation of image motion (Schoen- These formulations can be divided into two broad emann and Cremers, 2006). This formulation leads categories: continuous and discrete (Zhu and Yuille, to an optimization which iterates two steps: contin- 1996) (Ayed et al., 2006) (Chan and Vese, 2001) uous optimization with respect to the region parame- (Boykov et al., 2006). Continuous formulations, ters and segmentation by discrete graph cut optimiza- which seek a partition of the image domain by active tion. However, the regularization term in (Schoene- curves via a level set representation, have segmented mann and Cremers, 2006), which estimates the length accurately a variety of difficult images. of the segmentation boundaries assumes the number Discrete formulations use objective functions of regions known. When the number of regions is not which contain terms similar to those in continuous known beforehand, one sensible formulation would formulations, generally a data term which measures be to use a larger number initially, to be decreased by the conformity of a segmentation to the image data, the graph cut optimization algorithm (Boykov et al., and a regularization term. A graph cut formulation 2001). However, and contrary to the priors used in states segmentation as a labeling problem. The graph (Boykov et al., 2001), the length prior does not allow cut algorithm assigns each pixel a grey level label this, in general, because merging two disjoint regions in the set of all possible labels. Thus, the optimiza- does not change the value of the prior. tion of the objective function results in a segmenta- The purpose of our study is two-fold: (1) investi- tion described by a subset of the set of possible labels. gate image segmentation which combines parametric Since no explicit number of regions guides the algo- modeling of the image data and graph cut combinato- rithm, the solution is generally an implicit overseg- rial optimization and (2) use a prior which allows the mentation. Also, the use of a set of all possible labels number of labels/regions to decrease when the num- lengthens the execution time unnecessarily. When the ber of regions is not known and the algorithm initial- number of regions is known, one can reduce the num- ized with a larger number. As in (Schoenemann and 535 Ben Salah M., Ben Ayed I. and Mitiche A. (2008). MULTIREGION GRAPH CUT IMAGE SEGMENTATION. In Proceedings of the Third International Conference on Computer Vision Theory and Applications, pages 535-538 DOI: 10.5220/0001081605350538 Copyright c SciTePress VISAPP 2008 - International Conference on Computer Vision Theory and Applications Cremers, 2006), the method iterates two steps: closed of labels via continuous optimisation. Given the seg- form region parameters update and segmentation by mentation, regions parameters are estimated accord- graph cut combinatorial optimization but our regular- ing to a closed-form solution. Given the parameters, ization term allows region merging. the segmentation is updated by graph cut optimiza- tion. 2 OBJECTIVE FUNCTION 3.1 Labels Updating As in (Boykov et al., 2001), and other studies as well Given a segmentation, a labeling λ is an assignment (Chan and Vese, 2001), the objective function con- of a label λ(p) to each pixel p of the image domain tains two terms: a data term to measure the confor- Ω. Equivalently, it is a partition of Ω into disjoint re- mity of the segmentation to a parametric model, a gions Rl where l is the label assigned to pixels of the piecewise constant model in this case, and a regular- region Rl. The process of updating labels consists in ization term to bias the segmentation toward partitions estimating these parameters in a way to optimize the of the image domain with fewer boundary edges. The functional when the segmentation is given. goal is to segment the image into a fixed but arbitrary To optimize the functional (3) for a given segmenta- number of regions using graph cut optimization of the tion, we proceed by derivation towards the value of a objective function. To do so, we use a labeling func- label µl: tion λ : Ω −→ L so that each pixel p ∈ Ω is assigned λ ∂F ({µ },λ) the label (p) in a finite set of labels L of cardinal- l = 2 ∑ (µ − I )+ ity N equal to the number of regions. Let R be the ∂µ l p reg l l p∈Rl region of pixels with label l. The solution of the min- α imization, or the final labeling, can be represented ei- 2 ∑ (µλ(p) − µλ(q)) (4) λ ther by the function λ or the partition P = {R | l ∈ L}, {p,q}∈N , (p)=l l |µλ(p)−µλ(q)|<const where Rl = {p ∈ Ω | λ(p)= l}. The energy functional to minimize, is formulated using the labeling function We choose a neighborhood system, N , of size 4 and λ , a data term and the regularization term, R : let N p be the set of pixels q neighbors of p which F (λ)= ∑ Dp(λ(p)) + α R (λ) (1) are assigned a label λ(q) different from, λ(p), the la- p∈Ω bel assigned to p and verifying |µλ(p) −µλ(q)| < const. where α is a positive weight. Typically, Dp(λ(p)) is Consequently, equation (4) can be written as 2 (µl − Ip) , where Ip is the intensity at pixel p and µl ∂F is the value of the label assigned to region R for 1 ≤ = 2 ∑ (µl − Ip) + 2α ∑ ∑ (µl − µλ ) (5) l ∂µ (q) l p∈Rl p∈Cl l ≤ Nreg. We use the following regularization term: q∈N p λ ∑ λ λ R ( )= r{p,q}( (p), (q)) (2) where C is the boundary of the region R . The la- {p,q}∈N l l bel value optimizing the functional, given a segmenta- where N is the neighborhood set. Function λ λ tion, is deduced from the last equation and expressed r{p,q}( (p), (q)) is a smoothness regularization in a closed-form as follows function. We consider a regularization function α which is piecewise smooth. More precisely, we ∑ Ip + ∑ ∑ µλ(q) p∈R p∈C consider the truncated squared absolute difference l l q∈N p 2 µ = (6) model r(λ(p),λ(q)) = min(const,|µλ − µλ | ) l (p) (q) ♯Rl + α ∑ ♯N where const is, in all experimentations, the same used p p∈Cl in (Boykov et al., 2001). The objective function can where ♯ designates set cardinality. be written, for 1 ≤ l ≤ Nreg, as follows: λ ∑ ∑ 2 F ({µl }, ) = (µl − Ip) 3.2 Graph Cuts Segmentation Updating l∈L p∈Rl (3) α λ λ + ∑ r{p,q}( (p), (q)) {p,q}∈N Graph cut optimization was introduced by Greig et al. (Greig et al., 1989) for image restoration. We use the algorithm of (Boykov et al., 2001) which has 3 MINIMIZATION been used successfully in several vision applications. The algorithm functions as follows. Let G = hV ,Ei Minimization of functional (1) is done by alternating be a weighted graph where V is the set of vertices graph cut optimization for segmentation and updating (nodes) and E the set of edges. V contains a node 536 MULTIREGION GRAPH CUT IMAGE SEGMENTATION for each pixel and two additional nodes called termi- much larger than the right number of regions: figure nals. There is an edge {p,q} between any two distinct 1(e) is segmented into 98 regions, 1(f) is segmented nodes p and q. A cut C ⊂ E is a set of edges verify- into 51 regions, 1(g) is segmented into 58 regions and ing: 1(h) is segmented into 53 regions. On the other hand, • Terminals are separated in the graph G(C) = our method allows regions parameters to vary jointly hV ,E \ Ci with the segmentation; thus, the initial set of labels is arbitrarily chosen and the number of regions is fixed • No subset of C separates terminals in G(C) equal to the right number. The minimum cut problem consists in finding the cut In addition to that, our method realizes a big improve- C in a given graph with the lowest cost. The cost of a ment in term of running time since we deal with a cut, |C|, is the sum of its edges weights.
Recommended publications
  • Valuative Characterization of Central Extensions of Algebraic Tori on Krull
    Valuative characterization of central extensions of algebraic tori on Krull domains ∗ Haruhisa Nakajima † Department of Mathematics, J. F. Oberlin University Tokiwa-machi, Machida, Tokyo 194-0294, JAPAN Abstract Let G be an affine algebraic group with an algebraic torus G0 over an alge- braically closed field K of an arbitrary characteristic p. We show a criterion for G to be a finite central extension of G0 in terms of invariant theory of all regular 0 actions of any closed subgroup H containing ZG(G ) on affine Krull K-schemes such that invariant rational functions are locally fractions of invariant regular func- tions. Consider an affine Krull H-scheme X = Spec(R) and a prime ideal P of R with ht(P) = ht(P ∩ RH ) = 1. Let I(P) denote the inertia group of P un- der the action of H. The group G is central over G0 if and only if the fraction e(P, P ∩ RH )/e(P, P ∩ RI(P)) of ramification indices is equal to 1 (p = 0) or to the p-part of the order of the group of weights of G0 on RI(P)) vanishing on RI(P))/P ∩ RI(P) (p> 0) for an arbitrary X and P. MSC: primary 13A50, 14R20, 20G05; secondary 14L30, 14M25 Keywords: Krull domain; ramification index; algebraic group; algebraic torus; char- acter group; invariant theory 1 Introduction 1.A. We consider affine algebraic groups and affine schemes over a fixed algebraically closed field K of an arbitrary characteristic p. For an affine group G, denote by G0 its identity component.
    [Show full text]
  • The Complexity Zoo
    The Complexity Zoo Scott Aaronson www.ScottAaronson.com LATEX Translation by Chris Bourke [email protected] 417 classes and counting 1 Contents 1 About This Document 3 2 Introductory Essay 4 2.1 Recommended Further Reading ......................... 4 2.2 Other Theory Compendia ............................ 5 2.3 Errors? ....................................... 5 3 Pronunciation Guide 6 4 Complexity Classes 10 5 Special Zoo Exhibit: Classes of Quantum States and Probability Distribu- tions 110 6 Acknowledgements 116 7 Bibliography 117 2 1 About This Document What is this? Well its a PDF version of the website www.ComplexityZoo.com typeset in LATEX using the complexity package. Well, what’s that? The original Complexity Zoo is a website created by Scott Aaronson which contains a (more or less) comprehensive list of Complexity Classes studied in the area of theoretical computer science known as Computa- tional Complexity. I took on the (mostly painless, thank god for regular expressions) task of translating the Zoo’s HTML code to LATEX for two reasons. First, as a regular Zoo patron, I thought, “what better way to honor such an endeavor than to spruce up the cages a bit and typeset them all in beautiful LATEX.” Second, I thought it would be a perfect project to develop complexity, a LATEX pack- age I’ve created that defines commands to typeset (almost) all of the complexity classes you’ll find here (along with some handy options that allow you to conveniently change the fonts with a single option parameters). To get the package, visit my own home page at http://www.cse.unl.edu/~cbourke/.
    [Show full text]
  • Lecture 11 — October 16, 2012 1 Overview 2
    6.841: Advanced Complexity Theory Fall 2012 Lecture 11 | October 16, 2012 Prof. Dana Moshkovitz Scribe: Hyuk Jun Kweon 1 Overview In the previous lecture, there was a question about whether or not true randomness exists in the universe. This question is still seriously debated by many physicists and philosophers. However, even if true randomness does not exist, it is possible to use pseudorandomness for practical purposes. In any case, randomization is a powerful tool in algorithms design, sometimes leading to more elegant or faster ways of solving problems than known deterministic methods. This naturally leads one to wonder whether randomization can solve problems outside of P, de- terministic polynomial time. One way of viewing randomized algorithms is that for each possible setting of the random bits used, a different strategy is pursued by the algorithm. A property of randomized algorithms that succeed with bounded error is that the vast majority of strategies suc- ceed. With error reduction, all but exponentially many strategies will succeed. A major theme of theoretical computer science over the last 20 years has been to turn algorithms with this property into algorithms that deterministically find a winning strategy. From the outset, this seems like a daunting task { without randomness, how can one efficiently search for such strategies? As we'll see in later lectures, this is indeed possible, modulo some hardness assumptions. There are two main objectives in this lecture. The first objective is to introduce some probabilis- tic complexity classes, by bounding time or space. These classes are probabilistic analogues of deterministic complexity classes P and L.
    [Show full text]
  • R Z- /Li ,/Zo Rl Date Copyright 2012
    Hearing Moral Reform: Abolitionists and Slave Music, 1838-1870 by Karl Byrn A thesis submitted to Sonoma State University in partial fulfillment of the requirements for the degree of MASTER OF ARTS III History Dr. Steve Estes r Z- /Li ,/zO rL Date Copyright 2012 By Karl Bym ii AUTHORIZATION FOR REPRODUCTION OF MASTER'S THESIS/PROJECT I grant permission for the reproduction ofparts ofthis thesis without further authorization from me, on the condition that the person or agency requesting reproduction absorb the cost and provide proper acknowledgement of authorship. Permission to reproduce this thesis in its entirety must be obtained from me. iii Hearing Moral Reform: Abolitionists and Slave Music, 1838-1870 Thesis by Karl Byrn ABSTRACT Purpose ofthe Study: The purpose of this study is to analyze commentary on slave music written by certain abolitionists during the American antebellum and Civil War periods. The analysis is not intended to follow existing scholarship regarding the origins and meanings of African-American music, but rather to treat this music commentary as a new source for understanding the abolitionist movement. By treating abolitionists' reports of slave music as records of their own culture, this study will identify larger intellectual and cultural currents that determined their listening conditions and reactions. Procedure: The primary sources involved in this study included journals, diaries, letters, articles, and books written before, during, and after the American Civil War. I found, in these sources, that the responses by abolitionists to the music of slaves and freedmen revealed complex ideologies and motivations driven by religious and reform traditions, antebellum musical cultures, and contemporary racial and social thinking.
    [Show full text]
  • Simple Doubly-Efficient Interactive Proof Systems for Locally
    Electronic Colloquium on Computational Complexity, Revision 3 of Report No. 18 (2017) Simple doubly-efficient interactive proof systems for locally-characterizable sets Oded Goldreich∗ Guy N. Rothblumy September 8, 2017 Abstract A proof system is called doubly-efficient if the prescribed prover strategy can be implemented in polynomial-time and the verifier’s strategy can be implemented in almost-linear-time. We present direct constructions of doubly-efficient interactive proof systems for problems in P that are believed to have relatively high complexity. Specifically, such constructions are presented for t-CLIQUE and t-SUM. In addition, we present a generic construction of such proof systems for a natural class that contains both problems and is in NC (and also in SC). The proof systems presented by us are significantly simpler than the proof systems presented by Goldwasser, Kalai and Rothblum (JACM, 2015), let alone those presented by Reingold, Roth- blum, and Rothblum (STOC, 2016), and can be implemented using a smaller number of rounds. Contents 1 Introduction 1 1.1 The current work . 1 1.2 Relation to prior work . 3 1.3 Organization and conventions . 4 2 Preliminaries: The sum-check protocol 5 3 The case of t-CLIQUE 5 4 The general result 7 4.1 A natural class: locally-characterizable sets . 7 4.2 Proof of Theorem 1 . 8 4.3 Generalization: round versus computation trade-off . 9 4.4 Extension to a wider class . 10 5 The case of t-SUM 13 References 15 Appendix: An MA proof system for locally-chracterizable sets 18 ∗Department of Computer Science, Weizmann Institute of Science, Rehovot, Israel.
    [Show full text]
  • Glossary of Complexity Classes
    App endix A Glossary of Complexity Classes Summary This glossary includes selfcontained denitions of most complexity classes mentioned in the b o ok Needless to say the glossary oers a very minimal discussion of these classes and the reader is re ferred to the main text for further discussion The items are organized by topics rather than by alphab etic order Sp ecically the glossary is partitioned into two parts dealing separately with complexity classes that are dened in terms of algorithms and their resources ie time and space complexity of Turing machines and complexity classes de ned in terms of nonuniform circuits and referring to their size and depth The algorithmic classes include timecomplexity based classes such as P NP coNP BPP RP coRP PH E EXP and NEXP and the space complexity classes L NL RL and P S P AC E The non k uniform classes include the circuit classes P p oly as well as NC and k AC Denitions and basic results regarding many other complexity classes are available at the constantly evolving Complexity Zoo A Preliminaries Complexity classes are sets of computational problems where each class contains problems that can b e solved with sp ecic computational resources To dene a complexity class one sp ecies a mo del of computation a complexity measure like time or space which is always measured as a function of the input length and a b ound on the complexity of problems in the class We follow the tradition of fo cusing on decision problems but refer to these problems using the terminology of promise problems
    [Show full text]
  • User's Guide for Complexity: a LATEX Package, Version 0.80
    User’s Guide for complexity: a LATEX package, Version 0.80 Chris Bourke April 12, 2007 Contents 1 Introduction 2 1.1 What is complexity? ......................... 2 1.2 Why a complexity package? ..................... 2 2 Installation 2 3 Package Options 3 3.1 Mode Options .............................. 3 3.2 Font Options .............................. 4 3.2.1 The small Option ....................... 4 4 Using the Package 6 4.1 Overridden Commands ......................... 6 4.2 Special Commands ........................... 6 4.3 Function Commands .......................... 6 4.4 Language Commands .......................... 7 4.5 Complete List of Class Commands .................. 8 5 Customization 15 5.1 Class Commands ............................ 15 1 5.2 Language Commands .......................... 16 5.3 Function Commands .......................... 17 6 Extended Example 17 7 Feedback 18 7.1 Acknowledgements ........................... 19 1 Introduction 1.1 What is complexity? complexity is a LATEX package that typesets computational complexity classes such as P (deterministic polynomial time) and NP (nondeterministic polynomial time) as well as sets (languages) such as SAT (satisfiability). In all, over 350 commands are defined for helping you to typeset Computational Complexity con- structs. 1.2 Why a complexity package? A better question is why not? Complexity theory is a more recent, though mature area of Theoretical Computer Science. Each researcher seems to have his or her own preferences as to how to typeset Complexity Classes and has built up their own personal LATEX commands file. This can be frustrating, to say the least, when it comes to collaborations or when one has to go through an entire series of files changing commands for compatibility or to get exactly the look they want (or what may be required).
    [Show full text]
  • Concurrent PAC RL
    Concurrent PAC RL Zhaohan Guo and Emma Brunskill Carnegie Mellon University 5000 Forbes Ave. Pittsburgh PA, 15213 United States Abstract environment, whereas we consider the different problem of one agent / decision maker simultaneously acting in mul- In many real-world situations a decision maker may make decisions across many separate reinforcement tiple environments. The critical distinction here is that the learning tasks in parallel, yet there has been very little actions and rewards taken in one task do not directly impact work on concurrent RL. Building on the efficient explo- the actions and rewards taken in any other task (unlike multi- ration RL literature, we introduce two new concurrent agent settings) but information about the outcomes of these RL algorithms and bound their sample complexity. We actions may provide useful information to other tasks, if the show that under some mild conditions, both when the tasks are related. agent is known to be acting in many copies of the same One important exception is recent work by Silver et al. MDP, and when they are not the same but are taken from a finite set, we can gain linear improvements in the (2013) on concurrent reinforcement learning when interact- sample complexity over not sharing information. This is ing with a set of customers in parallel. This work nicely quite exciting as a linear speedup is the most one might demonstrates the substantial benefit to be had by leveraging hope to gain. Our preliminary experiments confirm this information across related tasks while acting jointly in these result and show empirical benefits.
    [Show full text]
  • NP-Complete Problems and Physical Reality
    NP-complete Problems and Physical Reality Scott Aaronson∗ Abstract Can NP-complete problems be solved efficiently in the physical universe? I survey proposals including soap bubbles, protein folding, quantum computing, quantum advice, quantum adia- batic algorithms, quantum-mechanical nonlinearities, hidden variables, relativistic time dilation, analog computing, Malament-Hogarth spacetimes, quantum gravity, closed timelike curves, and “anthropic computing.” The section on soap bubbles even includes some “experimental” re- sults. While I do not believe that any of the proposals will let us solve NP-complete problems efficiently, I argue that by studying them, we can learn something not only about computation but also about physics. 1 Introduction “Let a computer smear—with the right kind of quantum randomness—and you create, in effect, a ‘parallel’ machine with an astronomical number of processors . All you have to do is be sure that when you collapse the system, you choose the version that happened to find the needle in the mathematical haystack.” —From Quarantine [31], a 1992 science-fiction novel by Greg Egan If I had to debate the science writer John Horgan’s claim that basic science is coming to an end [48], my argument would lean heavily on one fact: it has been only a decade since we learned that quantum computers could factor integers in polynomial time. In my (unbiased) opinion, the showdown that quantum computing has forced—between our deepest intuitions about computers on the one hand, and our best-confirmed theory of the physical world on the other—constitutes one of the most exciting scientific dramas of our time.
    [Show full text]
  • Randomized Computation Eugene Santos Looked at Computability for Probabilistic TM
    Randomized Computation Eugene Santos looked at computability for Probabilistic TM. John Gill studied complexity classes defined by Probabilistic TM. 1. Eugene Santos. Probabilistic Turing Machines and Computability. Proc. American Mathematical Society, 22: 704-710, 1969. 2. Eugene Santos. Computability by Probabilistic Turing Machines. Trans. American Mathematical Society, 159: 165-184, 1971. 3. John Gill. Computational Complexity of Probabilistic Turing Machines. STOC, 91-95, 1974. 4. John Gill. Computational Complexity of Probabilistic Turing Machines. SIAM Journal Computing 6(4): 675-695, 1977. Computational Complexity, by Fu Yuxi Randomized Computation 1 / 108 Synopsis 1. Tail Distribution 2. Probabilistic Turing Machine 3. PP 4. BPP 5. ZPP 6. Random Walk and RL Computational Complexity, by Fu Yuxi Randomized Computation 2 / 108 Tail Distribution Computational Complexity, by Fu Yuxi Randomized Computation 3 / 108 Markov's Inequality For all k > 0, 1 Pr[X ≥ kE[X ]] ≤ ; k or equivalently E[X ] Pr[X ≥ v] ≤ : v I Observe that d · Pr[X ≥ d] ≤ E[X ]. I We are done by letting d = kE[X ]. Computational Complexity, by Fu Yuxi Randomized Computation 4 / 108 Moment and Variance Information about a random variable is often expressed in terms of moments. k I The k-th moment of a random variable X is E[X ]. The variance of a random variable X is Var(X ) = E[(X − E[X ])2] = E[X 2] − E[X ]2: The standard deviation of X is σ(X ) = pVar(X ): Fact. If X1;:::; Xn are pairwise independent, then n n X X Var( Xi ) = Var(Xi ): i=1 i=1 Computational Complexity, by Fu Yuxi Randomized Computation 5 / 108 Chebyshev Inequality For all k > 0, 1 Pr[jX − E[X ]j ≥ kσ] ≤ ; k2 or equivalently σ2 Pr[jX − E[X ]j ≥ k] ≤ : k2 Apply Markov's Inequality to the random variable (X − E[X ])2.
    [Show full text]
  • NP-Completeness Motivation Efficiency Complexity Classes
    COMS21103 Motivation I This course is mostly about efficient algorithms and data structures for NP-completeness solving computational problems. (or how to prove that problems are probably hard) I Today we take a break from this and look at whether we can prove that a problem has no efficient algorithm. Ashley Montanaro [email protected] I Why? Proving that a task is impossible can be helpful information, as Department of Computer Science, University of Bristol it stops us from trying to complete it. Bristol, UK 19 November 2013 I During this lecture we’ll take an informal approach to discussing this, and computational complexity in general – see the references at the end for more detail. Ashley Montanaro Ashley Montanaro [email protected] [email protected] COMS21103: Proving problems are hard Slide 1/31 COMS21103: Proving problems are hard Slide 2/31 Efficiency Complexity classes Our first task is to define what we mean by efficiency. I For the rest of this lecture we will restrict to decision problems, i.e. problems with a yes/no answer. I We think of an algorithm as being efficient if it runs in time polynomial in the input size. I When we say “problem”, we really mean a family of problems, rather than just one instance. I That is, if the input is n bits in size, the algorithm should run in time c O(n ) for some constant c which does not depend on the input. Examples of decision problems: I Examples of polynomial-time algorithms include Dijkstra’s algorithm, I CONNECTIVITY: decide whether a graph is connected; Kruskal’s algorithm, and in fact every algorithm you have seen in this I PRIMALITY: decide whether an integer is prime; course so far.
    [Show full text]
  • Convex Optimization: Algorithms and Complexity
    Foundations and Trends R in Machine Learning Vol. 8, No. 3-4 (2015) 231–357 c 2015 S. Bubeck DOI: 10.1561/2200000050 Convex Optimization: Algorithms and Complexity Sébastien Bubeck Theory Group, Microsoft Research [email protected] Contents 1 Introduction 232 1.1 Some convex optimization problems in machine learning . 233 1.2 Basic properties of convexity . 234 1.3 Why convexity? . 237 1.4 Black-box model . 238 1.5 Structured optimization . 240 1.6 Overview of the results and disclaimer . 240 2 Convex optimization in finite dimension 244 2.1 The center of gravity method . 245 2.2 The ellipsoid method . 247 2.3 Vaidya’s cutting plane method . 250 2.4 Conjugate gradient . 258 3 Dimension-free convex optimization 262 3.1 Projected subgradient descent for Lipschitz functions . 263 3.2 Gradient descent for smooth functions . 266 3.3 Conditional gradient descent, aka Frank-Wolfe . 271 3.4 Strong convexity . 276 3.5 Lower bounds . 279 3.6 Geometric descent . 284 ii iii 3.7 Nesterov’s accelerated gradient descent . 289 4 Almost dimension-free convex optimization in non-Euclidean spaces 296 4.1 Mirror maps . 298 4.2 Mirror descent . 299 4.3 Standard setups for mirror descent . 301 4.4 Lazy mirror descent, aka Nesterov’s dual averaging . 303 4.5 Mirror prox . 305 4.6 The vector field point of view on MD, DA, and MP . 307 5 Beyond the black-box model 309 5.1 Sum of a smooth and a simple non-smooth term . 310 5.2 Smooth saddle-point representation of a non-smooth function312 5.3 Interior point methods .
    [Show full text]