A Riemannian Approach to Graph Embedding

Total Page:16

File Type:pdf, Size:1020Kb

A Riemannian Approach to Graph Embedding Pattern Recognition 40 (2007) 1042–1056 www.elsevier.com/locate/pr A Riemannian approach to graph embedding Antonio Robles-Kellya,∗, Edwin R. Hancockb aNICTA, Building 115, ANU, ACT 0200, Australia1 bDepartment of Computer Science, University of York, York YO1 5DD, UK Received 20 April 2006; accepted 24 May 2006 Abstract In this paper, we make use of the relationship between the Laplace–Beltrami operator and the graph Laplacian, for the purposes of embedding a graph onto a Riemannian manifold. To embark on this study, we review some of the basics of Riemannian geometry and explain the relationship between the Laplace–Beltrami operator and the graph Laplacian. Using the properties of Jacobi fields, we show how to compute an edge-weight matrix in which the elements reflect the sectional curvatures associated with the geodesic paths on the manifold between nodes. For the particular case of a constant sectional curvature surface, we use the Kruskal coordinates to compute edge weights that are proportional to the geodesic distance between points. We use the resulting edge-weight matrix to embed the nodes of the graph onto a Riemannian manifold. To do this, we develop a method that can be used to perform double centring on the Laplacian matrix computed from the edge-weights. The embedding coordinates are given by the eigenvectors of the centred Laplacian. With the set of embedding coordinates at hand, a number of graph manipulation tasks can be performed. In this paper, we are primarily interested in graph-matching. We recast the graph-matching problem as that of aligning pairs of manifolds subject to a geometric transformation. We show that this transformation is Pro-crustean in nature. We illustrate the utility of the method on image matching using the COIL database. ᭧ 2006 Pattern Recognition Society. Published by Elsevier Ltd. All rights reserved. Keywords: Graph embedding; Riemannian geometry; Combinatorial Laplacian 1. Introduction corresponding to the isometric mapping of these pairwise distances onto an n-dimensional Euclidean space. The problem of embedding relational structures onto a Once the nodes of a graph have been embedded on a Riemannian manifold for the purposes of representation manifold, then the graph can be manipulated by applying or visualisation is an important one in computer science geometric methods to the embedded points. For instance, by which arises in parameterisation of three-dimensional data altering the curvature of the manifold, then the graph may [1], multidimensional scaling (MDS) [2] and graph drawing be deformed to emphasise different aspects of the set of [3]. In general, this problem is clearly one of a combina- adjacency relations, and this may be useful for the purposes torial nature which has been traditionally solved by view- of visualisation. The problem of locating a spanning tree ing the edge-weights for the graph as distances between becomes that of searching for a geodesic path. Finally, the pairs of nodes. The embedding coordinates are then those problem of graph-matching can be transformed into that of point-set alignment. In general, of course, the manifold on which the graph is embedded can have a rather complex structure. In this ∗ Corresponding author. Tel.: +61 261251384. paper, our aim is to explore whether a simple embedding E-mail addresses: [email protected] that restricts the manifold to be of constant sectional curva- (A. Robles-Kelly), [email protected] (E.R. Hancock). 1 National ICT Australia is funded by the Australian Governments Back- ture can yield useful results. The choice of the sign of the ing Australia’s Ability initiative, in part through the Australian Research sectional gives considerable freedom, and, as we will see Council. later, the embeddings that result from the choice of negative 0031-3203/$30.00 ᭧ 2006 Pattern Recognition Society. Published by Elsevier Ltd. All rights reserved. doi:10.1016/j.patcog.2006.05.031 A. Robles-Kelly, E.R. Hancock / Pattern Recognition 40 (2007) 1042–1056 1043 curvature and a hyperbolic geometry are very different to methods [14], and exploit information conveyed by the those that result from a positive curvature and an elliptic eigenvalues and eigenvectors of the adjacency matrix. There geometry. have been successful attempts to use spectral methods for Although we also investigate the problems of relational both structural graph-matching [15], and for point-pattern deformation and spanning tree recovery as applications of matching [16,17]. For instance Umeyama [15] has devel- our embedding method, in this paper we focus mainly on oped a method for finding the permutation matrix which the problem of matching. Hence, in the remainder of this best matches pairs of weighted graphs of the same size, introductory section we review the literature related to em- by using a singular value decomposition of the adjacency bbeding graphs onto manifolds, and then focus on how the matrices. Scott and Longuet-Higgins [16], on the other graph-matching problem can be posed as one of embedding. hand, align point-sets by performing singular value decom- Finally, we detail the elements of our contribution. position on a point association weight matrix. Shapiro and Brady [17] have reported a correspondence method which 1.1. Related literature relies on measuring the similarity of the eigenvectors of a Gaussian point-proximity matrix. Although Umeyama’s In the mathematics literature, there is a considerable body algorithm [15] is elegant in its formulation and can deal with of work aimed at understanding how graphs can be embed- both weighted or unweighted graphs, it cannot be applied ded on a manifold so as to minimise a measure of distortion. to graphs which contain different numbers of nodes and for Broadly speaking there are three ways in which the problem weighted graphs the method is susceptible to weight errors. can be addressed. First, the graph can be interpolated by a One way to overcome these problems is to cast the problem surface whose genus is determined by the number of nodes, of recovering correspondences in a statistical setting using edges and faces of the graph. Second, the graph can be inter- the EM algorithm [18]. However, the resulting algorithm is polated by a hyperbolic surface which has the same pattern time consuming because of its iterative character. of geodesic (internode) distances as the graph [4]. Third, a Spectral methods can be viewed as embedding the nodes manifold can be constructed whose triangulation is the sim- of a graph in a space spanned by the eigenvectors of the ad- plicial complex of the graph [5]. A review of methods for jacency matrix. In the case of the Umeyama algorithm [15], efficiently computing distance via embedding is presented matching is effected by finding the transformation matrix in the recent paper of Hjaltason and Samet [6]. that best aligns the embedded points. Shapiro and Brady In the pattern analysis community, there has recently been [17] algorithm finds correspondences by seeking the closest renewed interest in the use of embedding methods moti- embedded points. Kosinov and Caelli [19] have improved vated by graph theory. One of the best known of these is this method by allowing for scaling in the eigenspace. The ISOMAP [7]. Here a neighbourhood ball is used to convert resulting graph-matching methods effectively involve locat- data-points into a graph, and Dijkstra’s algorithm is used to ing correspondences using a simple closest point alignment compute the shortest (geodesic) distances between nodes. principal. However, there is clearly scope for using more so- By applying MDS to the matrix of geodesic distances the phisticated alignment methods. The task of matching point manifold is reconstructed. The resulting algorithm has been patterns is of pivotal importance in a number of problems demonstrated to locate well-formed manifolds for a number in image analysis and pattern recognition. The problem is of complex data sets. Related algorithms include locally lin- to find matches between pairs of point-sets when there is ear embedding which is a variant of PCA that restricts the noise, geometric distortion and structural corruption. The complexity of the input data using a nearest neighbour graph problem arises in shape analysis [20], motion analysis [21] [8], and the Laplacian eigenmap that constructs an adjacency and stereo reconstruction [17]. Alignment is concerned weight matrix for the data-points and projects the data onto with the recovery of the geometric transformation that the principal eigenvectors of the associated Laplacian ma- minimises an error functional. If the transformation is a trix (the degree matrix minus the weight matrix) [9]. Hein simple isometry, then one of the most elegant and effec- et al. [10] have established the degree of point-wise consis- tive methods is to use Procrutes alignment [22,23]. This tency for graph Laplacians with data-dependent weights to a involves co-centring and scaling the point-sets so that they weighted Laplace operator. Collectively, these methods are have the same variance. The rotation matrix is found by sometimes referred to as manifold learning theory. performing singular value decomposition on the point cor- Embedding methods can also be used to transform the relation matrix, and taking the outer product of the singular graph-matching problem into one of point-pattern align- vectors. ment. There is a considerable literature on the problem of graph-matching, and many contrasting methods including 1.2. Contribution search [11], relaxation [12] and optimisation [13] have been successfully used. However, the main challenge in graph- Our aim in this paper is to seek an embedding of the matching is how to deal with differences in node and edge nodes of a graph which allows matching to be effected us- structure. One of the most elegant recent approaches to ing simple point-pattern matching methods.
Recommended publications
  • A Dynamic Data Structure for Planar Graph Embedding
    October 1987 UILU-ENG-87-2265 ACT-83 COORDINATED SCIENCE LABORATORY College of Engineering Applied Computation Theory A DYNAMIC DATA STRUCTURE FOR PLANAR GRAPH EMBEDDING Roberto Tamassia UNIVERSITY OF ILLINOIS AT URBANA-CHAMPAIGN Approved for Public Release. Distribution Unlimited. UNCLASSIFIED___________ SEÒjrtlfy CLASSIFICATION OP THIS PAGE REPORT DOCUMENTATION PAGE 1 a. REPORT SECURITY CLASSIFICATION 1b. RESTRICTIVE MARKINGS Unclassified None 2a. SECURITY CLASSIFICATION AUTHORITY 3. DISTRIBUTION/AVAILABIUTY OF REPORT 2b. DECLASSIFICATION / DOWNGRADING SCHEDULE Approved for public release; distribution unlimited 4. PERFORMING ORGANIZATION REPORT NUMBER(S) 5. MONITORING ORGANIZATION REPORT NUMBER(S) UILU-ENG-87-2265 ACT #83 6a. NAME OF PERFORMING ORGANIZATION 6b. OFFICE SYMBOL 7a. NAME OF MONITORING ORGANIZATION Coordinated Science Lab (If applicati!a) University of Illinois N/A National Science Foundation 6c ADDRESS (City, Statt, and ZIP Coda) 7b. ADDRESS (City, Stata, and ZIP Coda) 1101 W. Springfield Avenue 1800 G Street, N.W. Urbana, IL 61801 Washington, D.C. 20550 8a. NAME OF FUNDING/SPONSORING 8b. OFFICE SYMBOL 9. PROCUREMENT INSTRUMENT IDENTIFICATION NUMBER ORGANIZATION (If applicatila) National Science Foundation ECS-84-10902 8c. ADDRESS (City, Stata, and ZIP Coda) 10. SOURCE OF FUNDING NUMBERS 1800 G Street, N.W. PROGRAM PROJECT TASK WORK UNIT Washington, D.C. 20550 ELEMENT NO. NO. NO. ACCESSION NO. A Dynamic Data Structure for Planar Graph Embedding 12. PERSONAL AUTHOR(S) Tamassia, Roberto 13a. TYPE OF REPORT 13b. TIME COVERED 14-^ A T E OP REPORT (Year, Month, Day) 5. PAGE COUNT Technical FROM______ TO 1987, October 26 ? 41 16. SUPPLEMENTARY NOTATION 17. COSATI CODES 18. SUBJECT TERMS (Continua on ravarsa if nacassary and identify by block number) FIELD GROUP SUB-GROUP planar graph, planar embedding, dynamic data structure, on-line algorithm, analysis of algorithms present a dynamic data structure that allows for incrementally constructing a planar embedding of a planar graph.
    [Show full text]
  • Partial Duality and Closed 2-Cell Embeddings
    Partial duality and closed 2-cell embeddings To Adrian Bondy on his 70th birthday M. N. Ellingham1;3 Department of Mathematics, 1326 Stevenson Center Vanderbilt University, Nashville, Tennessee 37240, U.S.A. [email protected] Xiaoya Zha2;3 Department of Mathematical Sciences, Box 34 Middle Tennessee State University Murfreesboro, Tennessee 37132, U.S.A. [email protected] April 28, 2016; to appear in Journal of Combinatorics Abstract In 2009 Chmutov introduced the idea of partial duality for embeddings of graphs in surfaces. We discuss some alternative descriptions of partial duality, which demonstrate the symmetry between vertices and faces. One is in terms of band decompositions, and the other is in terms of the gem (graph-encoded map) representation of an embedding. We then use these to investigate when a partial dual is a closed 2-cell embedding, in which every face is bounded by a cycle in the graph. We obtain a necessary and sufficient condition for a partial dual to be closed 2-cell, and also a sufficient condition for no partial dual to be closed 2-cell. 1 Introduction In this paper a surface Σ means a connected compact 2-manifold without boundary. By an open or closed disk in Σ we mean a subset of the surface homeomorphic to such a subset of R2. By a simple closed curve or circle in Σ we mean an image of a circle in R2 under a continuous injective map; a simple arc is a similar image of [0; 1]. The closure of a set S is denoted S, and the boundary is denoted @S.
    [Show full text]
  • A Study of Solution Strategies for Some Graph
    A STUDY OF SOLUTION STRATEGIES FOR SOME GRAPH EMBEDDING PROBLEMS A Synopsis Submitted in the partial fulfilment of the requirements for the degree of Doctor of Philosophy in Mathematics Submitted by Aditi Khandelwal Prof. Gur Saran Prof. Kamal Srivastava Supervisor Co-supervisor Department of Mathematics Department of Mathematics Prof. Ravinder Kumar Prof. G.S. Tyagi Head, Department of Head, Department of Physics Mathematics Dean, Faculty of Science Department of Mathematics Faculty of Science, Dayalbagh Educational Institute (Deemed University) Dayalbagh, Agra-282005 March, 2017. A STUDY OF SOLUTION STRATEGIES FOR SOME GRAPH EMBEDDING PROBLEMS 1. Introduction Many problems of practical interest can easily be represented in the form of graph theoretical optimization problems like the Travelling Salesman Problem, Time Table Scheduling Problem etc. Recently, the application of metaheuristics and development of algorithms for problem solving has gained particular importance in the field of Computer Science and specially Graph Theory. Although various problems are polynomial time solvable, there are large number of problems which are NP-hard. Such problems can be dealt with using metaheuristics. Metaheuristics are a successful alternative to classical ways of solving optimization problems, to provide satisfactory solutions to large and complex problems. Although they are alternative methods to address optimization problems, there is no theoretical guarantee on results [JJM] but usually provide near optimal solutions in practice. Using heuristic
    [Show full text]
  • On Drawing a Graph Convexly in the Plane (Extended Abstract) *
    On Drawing a Graph Convexly in the Plane (Extended Abstract) * HRISTO N. DJIDJEV Department of Computer Science, Rice University, Hoston, TX 77251, USA Abstract. Let G be a planar graph and H be a subgraph of G. Given any convex drawing of H, we investigate the problem of how to extend the drawing of H to a convex drawing of G. We obtain a necessary and sufficient condition for the existence and a linear Mgorithm for the construction of such an extension. Our results and their corollaries generalize previous theoretical and algorithmic results of Tutte, Thomassen, Chiba, Yamanouchi, and Nishizeki. 1 Introduction The problem of embedding of a graph in the plane so that the resulting drawing has nice geometric properties has received recently .significant attention. This is due to the large number of applications including circuit and VLSI design, algorithm animation, information systems design and analysis. The reader is referred to [1] for annotated bibliography on graph drawings. The first linear-time algorithm for testing a graph for planarity was constructed by Hopcroft and Tarjan [9]. A different linear time algorithm was developed by Booth and Lueker [3], who made use of PQ-trees and a previous algorithm of Lempel et al. [11]. Using the information obtained during the planarity testing, one can find in linear time a planar representation of the graph, if it is planar. Such an algorithm based on [3] has been described by Chiba et al. [4]. A classical result established by Wagner states that every planar graph has a planar straight-line drawing [18].
    [Show full text]
  • On Self-Duality of Branchwidth in Graphs of Bounded Genus ⋆
    On Self-Duality of Branchwidth in Graphs of Bounded Genus ? Ignasi Sau a aMascotte project INRIA/CNRS/UNSA, Sophia-Antipolis, France; and Graph Theory and Comb. Group, Applied Maths. IV Dept. of UPC, Barcelona, Spain. Dimitrios M. Thilikos b bDepartment of Mathematics, National Kapodistrian University of Athens, Greece. Abstract A graph parameter is self-dual in some class of graphs embeddable in some surface if its value does not change in the dual graph more than a constant factor. Self-duality has been examined for several width-parameters, such as branchwidth, pathwidth, and treewidth. In this paper, we give a direct proof of the self-duality of branchwidth in graphs embedded in some surface. In this direction, we prove that bw(G∗) ≤ 6 · bw(G) + 2g − 4 for any graph G embedded in a surface of Euler genus g. Key words: graphs on surfaces, branchwidth, duality, polyhedral embedding. 1 Preliminaries A surface is a connected compact 2-manifold without boundaries. A surface Σ can be obtained, up to homeomorphism, by adding eg(Σ) crosscaps to the sphere. eg(Σ) is called the Euler genus of Σ. We denote by (G; Σ) a graph G embedded in a surface Σ. A subset of Σ meeting the drawing only at vertices of G is called G-normal. If an O-arc is G-normal, then we call it a noose. The length of a noose is the number of its vertices. Representativity, or face-width, is a parameter that quantifies local planarity and density of embeddings. The representativity rep(G; Σ) of a graph embedding (G; Σ) is the smallest length of a non-contractible noose in Σ.
    [Show full text]
  • Embeddings of Graphs
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Discrete Mathematics 124 (1994) 217-228 217 North-Holland Embeddings of graphs Carsten Thomassen Mathematisk Institut, Danmarks Tekniske Hojskoie. Bygning 303, DK-Lyngby. Denmark Received 2 June 1990 Abstract We survey some recent results on graphs embedded in higher surfaces or general topological spaces. 1. Introduction A graph G is embedded in the topological space X if G is represented in X such that the vertices of G are distinct elements in X and an edge in G is a simple arc connecting its two ends such that no two edges intersect except possibly at a common end. Graph embeddings in a broad sense have existed since ancient time. Pretty tilings of the plane have been produced for aestetic or religious reasons (see e.g. [7]). The characterization of the Platonic solids may be regarded as a result on tilings of the sphere. The study of graph embeddings in a more restricted sense began with the 1890 conjecture of Heawood [S] that the complete graph K, can be embedded in the orientable surface S, provided Euler’s formula is not violated. That is, g >&(n - 3)(n -4). Much work on graph embeddings has been inspired by this conjecture the proof of which was not completed until 1968. A complete proof can be found in Ringel’s book [12]. Graph embedding problems also arise in the real world, for example in connection with the design of printed circuits. Also, algorithms involving graphs may be very sensitive to the way in which the graphs are represented.
    [Show full text]
  • Graph Embedding Algorithms
    Graph Embedding Algorithms by ANDREI GAGARIN A Thesis Submitted to the Faculty of Graduate Studies in Partial Fblfillment of the Requirements for the Degree of DOCTOR OF PHILOSOPHY Department of Computer Science University of Manitoba Winnipeg, Manitoba, Canada @ Copyright by Andrei Gagarin, 2003 June 11, 2003 THE UNIVERSITY OF MANITOBA FACULTY OF GRADUATE STUDIES *t*** COPYRIGHT PERMISSION PAGE GRAPH EMBEDDING ALGORITHMS BY ANDREI GAGARIN A Thesis/Practicum submitted to the Faculty of Graduate Studies of The University of Manitoba in partial fulfillment of the requirements of the degree of Doctor of Philosophy ANDREI GAGARIN @ 2OO3 permission has been granted to the Library of The University of Ma¡ritoba to lend or sell copies of this thesis/practicum, to the National Library of Canada to microfilm this thesis and to lend or sell copies of the film, and to University Microfilm Inc. to publish an abstract of this thesis/practicum. The author reserves other publication rights, and neither this thesis/practicum nor exteruive extracts from it may be printed or otherwise reproduced without the author's written permission. Abstract A topologi,cal surface,S can be obtained from the sphere by adding a number of handles and/or cross-caps. Any topological surface can be represented as a polygon whose sides are identified in pairs. The projectiue plane can be represented as a circular disk with opposite pairs of points on its boundary identified. The torus can be represented as a rectangle with opposite sides of its boundary identified. is possible to Given a graph G and a topological surface ^9, we ask whether it draw the graph on the surface without edge crossings.
    [Show full text]
  • Upward Planar Drawing of Single Source Acyclic
    UPWARD PLANAR DRAWING OF SINGLE SOURCE ACYCLIC DIGRAPHS y z MICHAEL D. HUTTON AND ANNA LUBIW Abstract. An upward plane drawing of a directed acyclic graph is a plane drawing of the digraph in which each directed edge is represented as a curve monotone increasing in the vertical direction. Thomassen [24]hasgiven a non-algorithmic, graph-theoretic characterization of those directed graphs with a single source that admit an upward plane drawing. We present an ecient algorithm to test whether a given single-source acyclic digraph has an upward plane drawing and, if so, to nd a representation of one suchdrawing. This result is made more signi cant in lightofthe recent pro of, by Garg and Tamassia, that the problem is NP-complete for general digraphs [12]. The algorithm decomp oses the digraph into biconnected and triconnected comp onents, and de- nes conditions for merging the comp onents into an upward plane drawing of the original digraph. To handle the triconnected comp onentsweprovide a linear algorithm to test whether a given plane drawing of a single source digraph admits an upward plane drawing with the same faces and outer face, which also gives a simpler, algorithmic pro of of Thomassen's result. The entire testing algo- 2 rithm (for general single-source directed acyclic graphs) op erates in O (n )timeandO (n) space (n b eing the number of vertices in the input digraph) and represents the rst p olynomial time solution to the problem. Key words. algorithms, upward planar, graph drawing, graph emb edding, graph decomp osition, graph recognition, planar graph, directed graph AMS sub ject classi cations.
    [Show full text]
  • Planarity Testing and Embedding
    1 Planarity Testing and Embedding 1.1 Introduction................................................. 1 1.2 Properties and Characterizations of Planar Graphs . 2 Basic Definitions • Properties • Characterizations 1.3 Planarity Problems ........................................ 7 Constrained Planarity • Deletion and Partition Problems • Upward Planarity • Outerplanarity 1.4 History of Planarity Algorithms.......................... 10 1.5 Common Algorithmic Techniques and Tools ........... 10 1.6 Cycle-Based Algorithms ................................... 11 Adding Segments: The Auslander-Parter Algorithm • Adding Paths: The Hopcroft-Tarjan Algorithm • Adding Edges: The de Fraysseix-Ossona de Mendez-Rosenstiehl Algorithm 1.7 Vertex Addition Algorithms .............................. 17 The Lempel-Even-Cederbaum Algorithm • The Shih-Hsu Algorithm • The Boyer-Myrvold Algorithm 1.8 Frontiers in Planarity ...................................... 31 Simultaneous Planarity • Clustered Planarity • Maurizio Patrignani Decomposition-Based Planarity Roma Tre University References ................................................... ....... 34 1.1 Introduction Testing the planarity of a graph and possibly drawing it without intersections is one of the most fascinating and intriguing algorithmic problems of the graph drawing and graph theory areas. Although the problem per se can be easily stated, and a complete characterization of planar graphs has been known since 1930, the first linear-time solution to this problem was found only in the 1970s. Planar graphs
    [Show full text]
  • Algorithms for Embedded Graphs
    Algorithms for embedded graphs Éric Colin de Verdière MPRI, 2013–2014 ALGORITHMS FOR EMBEDDED GRAPHS Foreword and introduction when restricted to planar graphs (shortest path, flow and cut, min- imum spanning trees, vertex cover, graph isomorphism, etc.). The Foreword and introduction same holds for graphs on surfaces, to some extent; in graph theory, the theory of graph minors founded by Robertson and Seymour makes heavy use of graphs embeddable on a fixed sur- face, as well as graphs excluding a fixed minor. Edge-width and face- width are closely related to the notion of shortest non-contractible Foreword closed curve; in topology, the classification of surfaces, as discovered in the begin- These are the course notes for half of the MPRI course “Algorithms for em- ning of the 20th century, is inherently algorithmic. Surfaces play bedded graphs”. Announcements for this course may be found on the web- a prominent role in the deep theories of knots and three-manifolds; page https://wikimpri.dptinfo.ens-cachan.fr/doku.php?id=cours: there are also many algorithmic questions in these areas; c-2-38-1. The other half of the course will be taught by Claire Mathieu, in computational geometry, surfaces arise naturally in various ap- who will provide notes independently. plications. Operations in geometric spaces such as decomposition, These notes are certainly not in final shape, and comments by e-mail are extraction of important features, and shortest path computation are welcome. The course may depart from these notes both in content and basic computational geometry tasks that are relevant in particular 3 presentation.
    [Show full text]
  • What's Next? Future Directions in Parameterized Complexity
    What's next? Future directions in parameterized complexity D´anielMarx? Computer and Automation Research Institute Hungarian Academy of Sciences (MTA SZTAKI) Budapest, Hungary [email protected] Abstract. The progress in parameterized complexity has been very sig- nificant in recent years, with new research questions and directions, such as kernelization lower bounds, appearing and receiving consider- able attention. This speculative article tries to identify new directions that might become similar hot topics in the future. First, we point out that the search for optimality in parameterized complexity already has good foundations, but lots of interesting work can be still done in this area. The systematic study of kernelization became a very successful re- search direction in recent years. We look at what general conclusions one can draw from these results and we argue that the systematic study of other algorithmic techniques should be modeled after the study of ker- nelization. In particular, we set up a framework for understanding which problems can be solved by branching algorithms. Finally, we discuss that the domain of directed graph problems is a challenging area which can potentially see significant progress in the following years. 1 Introduction There was a guy whose name was Mike. Loved math, surf, wine, and the like. Once he climbed up a graph, Took a photograph And said: what a wonderful hike! Zsuzsa M´artonffy The field of parameterized complexity progressed enormously since the publi- cation of Downey and Fellows' monograph [44] in 1999. New techniques and new discoveries opened up new research directions and changed the field, sometimes in unexpected ways.
    [Show full text]
  • Planar Graph - Wikipedia, the Free Encyclopedia Page 1 of 7
    Planar graph - Wikipedia, the free encyclopedia Page 1 of 7 Planar graph From Wikipedia, the free encyclopedia In graph theory, a planar graph is a graph that can be Example graphs embedded in the plane, i.e., it can be drawn on the plane in such a way that its edges intersect only at their endpoints. In other Planar Nonplanar words, it can be drawn in such a way that no edges cross each other. A planar graph already drawn in the plane without edge intersections is called a plane graph or planar embedding of Butterfly graph the graph . A plane graph can be defined as a planar graph with a mapping from every node to a point in 2D space, and from K5 every edge to a plane curve, such that the extreme points of each curve are the points mapped from its end nodes, and all curves are disjoint except on their extreme points. Plane graphs can be encoded by combinatorial maps. It is easily seen that a graph that can be drawn on the plane can be drawn on the sphere as well, and vice versa. The equivalence class of topologically equivalent drawings on K3,3 the sphere is called a planar map . Although a plane graph has The complete graph external unbounded an or face, none of the faces of a planar K4 is planar map have a particular status. A generalization of planar graphs are graphs which can be drawn on a surface of a given genus. In this terminology, planar graphs have graph genus 0, since the plane (and the sphere) are surfaces of genus 0.
    [Show full text]