Exact Probabilistic Inference for Inexact Graph Matching

Total Page:16

File Type:pdf, Size:1020Kb

Exact Probabilistic Inference for Inexact Graph Matching Exact Probabilistic Inference for Inexact Graph Matching Rupert Brooks 110247534 April 30, 2003 Inexact graph matching is a fundamental problem in computer vision applications. It crops up when- ever a correspondence between two structures must be determined in the presence of structural and at- tribute noise. Despite the importance of the problem, graph matching techniques in computer vision tend to be extremely task specific, and sometimes lack the power a general approach would have. For example, this project was motivated by the matching of human cortical sulci described in [1]. Riviere` et al achieve a fairly reliable solution for this problem using a congregation of neural networks. Unfortunately, their technique does not yield any sort of quality measure for the match, or the degree to which other matches are likely. A more general approach which could deliver information on match quality and report the existence of multiple valid matches would be desirable. 1 Theoretical background The notation and terminological definitions for various elements of graph matching vary considerably between different authors. While this is to be expected to some degree, it does cause some confusion when comparing the different algorithms. In particular, the difference between a graph and the embedding of a graph is glossed over by all the approaches reviewed here, which leads to confusion. This section defines the terms used in this report in a mathematically strict 1 fashion. A graph consists of a structure G = (V; E), where V is a set of vertices, and the predicate E ⊆ V × V is a set of edges. Two vertices are called adjacent if they form the elements of an edge in E. A graph G is a subgraph of a graph H if VG ⊆ VH and EG ⊆ EH . The degree of a vertex is the number of edges which connect to it. A graph is called bipartite if V can be divided into two parts V1 and V2 such that every edge in E has an endpoint in V1 and an endpoint in V2 [3]. A homomorphism (or simply morphism) is a mapping that preserves predicates and functions [2]. Thus a homomorphism between two graphs G; H is a mapping between VG and VH so that adjacent vertices in G map to vertices that are also adjacent in H, and non-adjacent vertices in G map to vertices that are not adjacent in H. An isomorphism is a one-to-one homomorphism. Given two graphs, G and H, the graph isomorphism problem is to find a one-to-one, adjacency pre- serving mapping between them if such a mapping exists. This problem holds an unusual place in com- plexity theory. No polynomial algorithm is known, but it has not been shown to be NP-complete. Some mathematicians suspect that it lies in a complexity class between P and NP [3]. The common subgraph isomorphism problem, which is to determine the largest graph F, that is a subgraph of both G and H, has been shown to be NP-complete. There are a range of graph homomorphism problems, most of which also have high complexity [4]. 1Using terminology and notation from [2] 1 The graph and subgraph isomorphism problems are often referred to as exact graph matching. For many practical problems a true homomorphism of the graphs involved cannot be found. The area of inex- act graph matching involves finding mappings between the elements of two graphs that are approximately homomorphic. Practical results depend on careful definition of what is meant by an “approximate” homo- morphism. Although some authors claim that exact and inexact matching are entirely separate problems [5], in this report it will be assumed that an inexact matching technique should yield a homomorphism or isomorphism in the limiting case where such a mapping can be found. In most inexact matching approaches, the matching is not symmetric. One graph is treated as the model graph, while the other is treated as the sample graph. The algorithm may give different results if the roles of the two graphs are reversed. In particular, it is accepted that not all the vertices in one graph can be matched to the other. Thus a null vertex, φ, is added to the model graph. Nodes that cannot be matched to a model vertex will be matched to the null vertex. The algebraic definition of a graph says nothing about its representation. However, graphs are usually visualized as a series of dots and lines on paper. The practical examples of graph matching in computer vision use graphs as representations of structures in data. A structure X is embedded in a space Y when Y restricted to X has the properties of X. Thus, a particular representation of a graph is called an embedding of the graph. Our intuitive understanding of graph matching, often involves the matching of embedded graphs rather than just the graphs themselves. In this case, some spatial properties of the embedding should be preserved as well as the graph structure. The Attributed Relational Graph (ARG) extends the notion of graph by adding a vector of attributes defined at each node[6, 7]. Thus an ARG is a triple, G = (V; E; A) where V and E are defined as before and A = fx¯u; 8u 2 V g. These attributes can, in principle, be anything, and there is no particular requirement to have the same attributes at each vertex although this is usually done. These attributes usually represent the spatial properties of the vertices. The word relational is for semantic purposes only. It refers to the fact that the edges in an ARG represent relationships between elements being matched. 2 Approaches to inexact graph matching Fundamentally graph matching techniques have two components. First some definition of the quality of a match must be made. Second, a search must be made through the space of possible matches to find an optimal, or at least acceptable, match. This report focuses on defining the quality measure, and relies on available tools for probabilistic inference to search the space. It is quite likely that specific cases can be solved more efficiently using specialized techniques. 2.1 Bayesian Approaches Of the numerous approaches to graph matching, explicitly probabilistic ones are relatively rare. For a number of years, they were considered difficult to formulate correctly, and risky to use when formulated incorrectly (e.g. [8]). In 1995, Christmas [6] and Wilson and Hancock [9] proposed probabilistic formu- lations for graph matching that used relaxation techniques to optimize a reasonable initial guess. Christmas [6] matched road network features extracted from aerial photography to features in a database. Geometric properties of the features were stored as a set of attributes in an ARG. The segments in the im- age are treated as the vertices of the graph, and the relationships between segments make up the edges of the graph. The probabilities were calculated locally on the attributes at a particular node, and on individual consideration of relational edges. 2 This method appears to work extremely well on the test images, but there are two theoretical annoy- ances. First, the local nature of the relaxation process means that it will converge to a local minimum. Second, and of more concern, a feedback process is used, where the posterior distribution from one iter- ation is used as the prior distribution for the next iteration. The system works well when initialized near the right answer, but it seems improbable that the resulting joint probability distribution can be trusted. In [7], Wilson and Hancock propose a Bayesian criterion for assessing the validity of a structural match. They propose that a correct structural match between a sample vertex, u, and a model vertex, v, will be characterized by three properties: • the neighbors of u will be matched to neighbors of v, • conversely, the neighbors of v will be matched to neighbors of u, and • there will be a minimum of matches to the null vertex. They explore both an exponential (Gibbs) distribution and a linear distribution as models for the weighted sum of these three properties. Like Christmas, the update method is local. The prior probabilities of matching are first computed based on the local attribute information. A matching model vertex is then selected at each node that maximizes the a posteriori probability given the attribute values and the neighborhood. They test their method on Delaunay triangulations to which they may add or delete nodes. The success is evaluated based on the number of correctly matched nodes. Results using their exponential criteria are impressive, as their system can correctly match the graphs even when initialized with up to 50% of the matches being incorrect, and in the presence of significant noise. The exponential distribution strikingly outperforms a linear distribution. In her PhD thesis proposal [10], Farmer describes several possible models for using Bayesian networks for graph matching. The most promising of these has been used as the foundation for this project. It formalizes the local Bayesian criteria of Wilson and Hancock [7] as a Bayesian network. The proposed structure is shown in Figure 1. The network consists of three types of node. Each vertex, ui in the sample graph has a corresponding node in the network. Each sample node has a child node f(ui) that describes the correctness of the attribute match. Each sample node also induces a neighborhood node Γui . Each Γui has ui and all the neighbors of ui in the sample graph as parents. Farmer develops the cumulative probability tables for each node using the equations from [7], and assuming a constant error probability (that is, that it is half as likely to make two errors as it is to make one error).
Recommended publications
  • Coloring ($ P 6 $, Diamond, $ K 4 $)-Free Graphs
    Coloring (P6, diamond, K4)-free graphs T. Karthick∗ Suchismita Mishra† June 28, 2021 Abstract We show that every (P6, diamond, K4)-free graph is 6-colorable. Moreover, we give an example of a (P6, diamond, K4)-free graph G with χ(G) = 6. This generalizes some known results in the literature. 1 Introduction We consider simple, finite, and undirected graphs. For notation and terminology not defined here we refer to [22]. Let Pn, Cn, Kn denote the induced path, induced cycle and complete graph on n vertices respectively. If G1 and G2 are two vertex disjoint graphs, then their union G1 ∪ G2 is the graph with V (G1 ∪ G2) = V (G1) ∪ V (G2) and E(G1 ∪ G2) = E(G1) ∪ E(G2). Similarly, their join G1 + G2 is the graph with V (G1 + G2) = V (G1) ∪ V (G2) and E(G1 + G2) = E(G1) ∪ E(G2)∪{(x,y) | x ∈ V (G1), y ∈ V (G2)}. For any positive integer k, kG denotes the union of k graphs each isomorphic to G. If F is a family of graphs, a graph G is said to be F-free if it contains no induced subgraph isomorphic to any member of F. A clique (independent set) in a graph G is a set of vertices that are pairwise adjacent (non-adjacent) in G. The clique number of G, denoted by ω(G), is the size of a maximum clique in G. A k-coloring of a graph G = (V, E) is a mapping f : V → {1, 2,...,k} such that f(u) 6= f(v) whenever uv ∈ E.
    [Show full text]
  • Isometric Diamond Subgraphs
    Isometric Diamond Subgraphs David Eppstein Computer Science Department, University of California, Irvine [email protected] Abstract. We test in polynomial time whether a graph embeds in a distance- preserving way into the hexagonal tiling, the three-dimensional diamond struc- ture, or analogous higher-dimensional structures. 1 Introduction Subgraphs of square or hexagonal tilings of the plane form nearly ideal graph draw- ings: their angular resolution is bounded, vertices have uniform spacing, all edges have unit length, and the area is at most quadratic in the number of vertices. For induced sub- graphs of these tilings, one can additionally determine the graph from its vertex set: two vertices are adjacent whenever they are mutual nearest neighbors. Unfortunately, these drawings are hard to find: it is NP-complete to test whether a graph is a subgraph of a square tiling [2], a planar nearest-neighbor graph, or a planar unit distance graph [5], and Eades and Whitesides’ logic engine technique can also be used to show the NP- completeness of determining whether a given graph is a subgraph of the hexagonal tiling or an induced subgraph of the square or hexagonal tilings. With stronger constraints on subgraphs of tilings, however, they are easier to con- struct: one can test efficiently whether a graph embeds isometrically onto the square tiling, or onto an integer grid of fixed or variable dimension [7]. In an isometric em- bedding, the unweighted distance between any two vertices in the graph equals the L1 distance of their placements in the grid. An isometric embedding must be an induced subgraph, but not all induced subgraphs are isometric.
    [Show full text]
  • Graphs with Few Trivial Characteristic Ideals
    University of Rhode Island DigitalCommons@URI Mathematics Faculty Publications Mathematics 2021 Graphs with few trivial characteristic ideals Carlos A. Alfaro Michael D. Barrus John Sinkovic Ralihe R. Villagrán Follow this and additional works at: https://digitalcommons.uri.edu/math_facpubs The University of Rhode Island Faculty have made this article openly available. Please let us know how Open Access to this research benefits you. This is a pre-publication author manuscript of the final, published article. Terms of Use This article is made available under the terms and conditions applicable towards Open Access Policy Articles, as set forth in our Terms of Use. Graphs with few trivial characteristic ideals Carlos A. Alfaroa, Michael D. Barrusb, John Sinkovicc and Ralihe R. Villagr´and a Banco de M´exico Mexico City, Mexico [email protected] bDepartment of Mathematics University of Rhode Island Kingston, RI 02881, USA [email protected] cDepartment of Mathematics Brigham Young University - Idaho Rexburg, ID 83460, USA [email protected] dDepartamento de Matem´aticas Centro de Investigaci´ony de Estudios Avanzados del IPN Apartado Postal 14-740, 07000 Mexico City, Mexico [email protected] Abstract We give a characterization of the graphs with at most three trivial characteristic ideals. This implies the complete characterization of the regular graphs whose critical groups have at most three invariant factors equal to 1 and the characterization of the graphs whose Smith groups have at most 3 invariant factors equal to 1. We also give an alternative and simpler way to obtain the characterization of the graphs whose Smith groups have at most 3 invariant factors equal to 1, and a list of minimal forbidden graphs for the family of graphs with Smith group having at most 4 invariant factors equal to 1.
    [Show full text]
  • Dynamical Systems Associated with Adjacency Matrices
    DISCRETE AND CONTINUOUS doi:10.3934/dcdsb.2018190 DYNAMICAL SYSTEMS SERIES B Volume 23, Number 5, July 2018 pp. 1945{1973 DYNAMICAL SYSTEMS ASSOCIATED WITH ADJACENCY MATRICES Delio Mugnolo Delio Mugnolo, Lehrgebiet Analysis, Fakult¨atMathematik und Informatik FernUniversit¨atin Hagen, D-58084 Hagen, Germany Abstract. We develop the theory of linear evolution equations associated with the adjacency matrix of a graph, focusing in particular on infinite graphs of two kinds: uniformly locally finite graphs as well as locally finite line graphs. We discuss in detail qualitative properties of solutions to these problems by quadratic form methods. We distinguish between backward and forward evo- lution equations: the latter have typical features of diffusive processes, but cannot be well-posed on graphs with unbounded degree. On the contrary, well-posedness of backward equations is a typical feature of line graphs. We suggest how to detect even cycles and/or couples of odd cycles on graphs by studying backward equations for the adjacency matrix on their line graph. 1. Introduction. The aim of this paper is to discuss the properties of the linear dynamical system du (t) = Au(t) (1.1) dt where A is the adjacency matrix of a graph G with vertex set V and edge set E. Of course, in the case of finite graphs A is a bounded linear operator on the finite di- mensional Hilbert space CjVj. Hence the solution is given by the exponential matrix etA, but computing it is in general a hard task, since A carries little structure and can be a sparse or dense matrix, depending on the underlying graph.
    [Show full text]
  • Approximation Algorithms for Problems in Makespan Minimization on Unrelated Parallel Machines
    Western University Scholarship@Western Electronic Thesis and Dissertation Repository 4-8-2019 10:30 AM Approximation Algorithms for Problems in Makespan Minimization on Unrelated Parallel Machines Daniel R. Page The University of Western Ontario Supervisor Solis-Oba, Roberto The University of Western Ontario Graduate Program in Computer Science A thesis submitted in partial fulfillment of the equirr ements for the degree in Doctor of Philosophy © Daniel R. Page 2019 Follow this and additional works at: https://ir.lib.uwo.ca/etd Part of the Discrete Mathematics and Combinatorics Commons, and the Theory and Algorithms Commons Recommended Citation Page, Daniel R., "Approximation Algorithms for Problems in Makespan Minimization on Unrelated Parallel Machines" (2019). Electronic Thesis and Dissertation Repository. 6109. https://ir.lib.uwo.ca/etd/6109 This Dissertation/Thesis is brought to you for free and open access by Scholarship@Western. It has been accepted for inclusion in Electronic Thesis and Dissertation Repository by an authorized administrator of Scholarship@Western. For more information, please contact [email protected]. Abstract A fundamental problem in scheduling is makespan minimization on unrelated parallel ma- chines (RjjCmax). Let there be a set J of jobs and a set M of parallel machines, where every + job J j 2 J has processing time or length pi; j 2 Q on machine Mi 2 M. The goal in RjjCmax is to schedule the jobs non-preemptively on the machines so as to minimize the length of the schedule, the makespan. A ρ-approximation algorithm produces in polynomial time a feasible solution such that its objective value is within a multiplicative factor ρ of the optimum, where ρ is called its approximation ratio.
    [Show full text]
  • Graph-Theoretic Properties of the Class of Phonological Neighbourhood Networks
    Graph-theoretic Properties of the Class of Phonological Neighbourhood Networks Rory Turnbull Newcastle University [email protected] Abstract flan clan This paper concerns the structure of phono- plant logical neighbourhood networks, which are a graph-theoretic representation of the phono- plane logical lexicon. These networks represent each word as a node and links are placed be- plan planner tween words which are phonological neigh- bours, usually defined as a string edit distance plaque of one. Phonological neighbourhood networks have been used to study many aspects of the planned mental lexicon and psycholinguistic theories pan of speech production and perception. This pa- plans per offers preliminary graph-theoretic observa- tions about phonological neighbourhood net- Figure 1: Example phonological neighbourhood net- works considered as a class. To aid this ex- work centred around the English word plan. Note that ploration, this paper introduces the concept of some neighbours of a word are neighbours of each the hyperlexicon, the network consisting of all other. Adapted from Turnbull and Peperkamp(2017). possible words for a given symbol set and their neighbourhood relations. The construction of the hyperlexicon is discussed, and basic prop- 0 0 erties are derived. This work is among the first of w), intransitive (if w is a neighbour of w , and w to directly address the nature of phonological is a neighbour of w00, it is not necessarily the case neighbourhood networks from an analytic per- that w is a neighbour of w00), and anti-reflexive (w spective. cannot be a neighbour of itself). Figure1 shows an abbreviated phonological 1 Motivation neighbourhood network for some words of English.
    [Show full text]
  • Gridline Graphs in Three and Higher Dimensions Susanna Lange Grand Valley State University
    Grand Valley State University ScholarWorks@GVSU Honors Projects Undergraduate Research and Creative Practice 12-2015 Gridline Graphs in Three and Higher Dimensions Susanna Lange Grand Valley State University Holly Raglow Grand Valley State University Follow this and additional works at: http://scholarworks.gvsu.edu/honorsprojects Part of the Physical Sciences and Mathematics Commons Recommended Citation Lange, Susanna and Raglow, Holly, "Gridline Graphs in Three and Higher Dimensions" (2015). Honors Projects. 535. http://scholarworks.gvsu.edu/honorsprojects/535 This Open Access is brought to you for free and open access by the Undergraduate Research and Creative Practice at ScholarWorks@GVSU. It has been accepted for inclusion in Honors Projects by an authorized administrator of ScholarWorks@GVSU. For more information, please contact [email protected]. Gridline Graphs in Three and Higher Dimensions Susanna Lange, Holly Raglow Advisor: Dr. Feryal Alayont December 16, 2015 Introduction In mathematics, a graph is a collection of vertices and edges represented by an image with vertices as points and edges as lines. While there are many different types of graphs in graph theory, we will focus on gridline graphs (also called graphs of (0; 1) matrices, or rook's graphs). Definition. In two dimensions, a gridline graph is a graph whose vertices can be labeled by points in the plane in such a way that two vertices are adjacent, meaning they share an edge, if and only if they have one coordinate in common. In other words, in a two dimensional gridline graph, two vertices are not connected if they differ in both the x coordinate and the y coordinate.
    [Show full text]
  • Algorithms for Generating Star and Path of Graphs Using BFS Dr
    Web Site: www.ijettcs.org Email: [email protected], [email protected] Volume 1, Issue 3, September – October 2012 ISSN 2278-6856 Algorithms for Generating Star and Path of Graphs using BFS Dr. H. B. Walikar2, Ravikumar H. Roogi1, Shreedevi V. Shindhe3, Ishwar. B4 2,4Prof. Dept of Computer Science, Karnatak University, Dharwad, 1,3Research Scholars, Dept of Computer Science, Karnatak University, Dharwad Abstract: In this paper we deal with BFS algorithm by 1.8 Diamond Graph: modifying it with some conditions and proper labeling of The diamond graph is the simple graph on nodes and vertices which results edges illustrated Fig.7. [2] and on applying it to some small basic 1.9 Paw Graph: class of graphs. The BFS algorithm has to modify The paw graph is the -pan graph, which is also accordingly. Some graphs will result in and by direct application of BFS where some need modifications isomorphic to the -tadpole graph. Fig.8 [2] in the algorithm. The BFS algorithm starts with a root vertex 1.10 Gem Graph: called start vertex. The resulted output tree structure will be The gem graph is the fan graph illustrated Fig.9 [2] in the form of Structure or in Structure. 1.11 Dart Graph: Keywords: BFS, Graph, Star, Path. The dart graph is the -vertex graph illustrated Fig.10.[2] 1.12 Tetrahedral Graph: 1. INTRODUCTION The tetrahedral graph is the Platonic graph that is the 1.1 Graph: unique polyhedral graph on four nodes which is also the A graph is a finite collection of objects called vertices complete graph and therefore also the wheel graph .
    [Show full text]
  • Graceful Labeling on Twig Diamond Graph with Pendant Edges ∗
    Bull. Pure Appl. Sci. Sect. E Math. Stat. 39E(2), 188–192 (2020) e-ISSN:2320-3226, Print ISSN:0970-6577 Bulletin of Pure and Applied Sciences DOI: 10.5958/2320-3226.2020.00018.1 Section - E - Mathematics & Statistics ©Dr. A.K. Sharma, BPAS PUBLICATIONS, 115-RPS- DDA Flat, Mansarover Park, Website : https : ==www:bpasjournals:com= Shahdara, Delhi-110032, India. 2020 Graceful labeling on twig diamond graph with pendant edges ∗ J. Jeba Jesintha1;y, Subashini K.2 and Allu Merin Sabu3 1,3. P.G. Department of Mathematics, Women’s Christian College, Chennai, Tamil Nadu, India. 2. Department of Mathematics, Jeppiaar Engineering College, Chennai, Tamil Nadu, India. 2. Research Scholar (Part-Time), P.G. Department of Mathematics, Women’s Christian College, Affiliated to University of Madras, Chennai, Tamil Nadu, India. 1. E-mail: [email protected] 2. E-mail: [email protected] , 3. E-mail: [email protected] Abstract A graceful labeling of a graph G with q edges is an injection f : V (G) ! f0; 1; 2; : : : ; qg with the property that the resulting edges are also distinct, where an edge incident with the vertices u and v is assigned the label jf(u) − f(v)j. A graph which admits a graceful labeling is called a graceful graph. In this paper, we prove the graceful labeling of a new family of graphs G called a twig diamond graph with pendant edges. Key words Graceful labeling, star graph, diamond graph. 2020 Mathematics Subject Classification 05C78. 1 Introduction The most interesting and famous graph labeling method is the graceful labeling of graphs introduced by Rosa [4] in 1967.
    [Show full text]
  • Quick but Odd Growth of Cacti
    Algorithmica (2017) 79:271–290 DOI 10.1007/s00453-017-0317-1 Quick but Odd Growth of Cacti Sudeshna Kolay1 · Daniel Lokshtanov2 · Fahad Panolan2 · Saket Saurabh1 Received: 31 December 2015 / Accepted: 25 April 2017 / Published online: 8 May 2017 © Springer Science+Business Media New York 2017 Abstract Let F be a family of graphs. Given an n-vertex input graph G and a positive integer k, testing whether G has a vertex subset S of size at most k, such that G − S belongs to F, is a prototype vertex deletion problem. These type of problems have attracted a lot of attention in recent times in the domain of parameterized complexity. In this paper, we study two such problems; when F is either the family of forests of cacti or the family of forests of odd-cacti. A graph H is called a forest of cacti if every pair of cycles in H intersect on at most one vertex. Furthermore, a forest of cacti H is called a forest of odd cacti, if every cycle of H is of odd length. Let us denote by C and Codd, the families of forests of cacti and forests of odd cacti, respectively. The vertex deletion problems corresponding to C and Codd are called Diamond Hitting Set and Even Cycle Transversal, respectively. In this paper we design randomized algorithms with worst case run time 12knO(1) for both these problems. Our algorithms The conference version of this paper has been published in the Proceedings of IPEC 2015. The research leading to these results has received funding from the European Research Council (ERC) via grants Rigorous Theory of Preprocessing, reference 267959 and PARAPPROX, reference 306992 and the Bergen Research Foundation via grant “Beating Hardness by Preprocessing”.
    [Show full text]
  • Harmonious Coloring of Central Graphs of Certain Snake Graphs 571
    Applied Mathematical Sciences, Vol. 9, 2015, no. 12, 569 - 578 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.12988/ams.2015.4121012 Harmonious Coloring of Central Graphs of Certain Snake Graphs M. S. Franklin Thamil Selvi Sathyabama University, Chennai, India Copyright © 2014 M. S. Franklin Thamil Selvi. This is an open access article distributed under the Creative Commons Attribution License, which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited. Abstract A harmonious coloring of a simple graph is the proper vertex coloring such that each pair of colors appears together on at most one edge. The harmonious chromatic number of G, denoted by χh (G), is the least number of colors in a harmonious coloring of G. The paper gives the structural properties and the estimates of harmonious chromatic number of central graphs of Triangular snake graph C [Tn], Double triangular snake graph C [D (Tn)] and Diamond snake graph C [Dn]. Keywords: Harmonious coloring, Central graph, Triangular snake, Double triangular snake, Diamond snake 1. Introduction Graph Theory is one of the most developing branches of mathematics with wide applications to computer science. Graph Theory is applied in diverse areas such as social sciences, linguistics, physical sciences, communication engineering and others. Graph coloring is one of the oldest and an interesting problem that comes up in lots of applications. Graph coloring is an assignment of colors (or any distinct marks) to the vertices of a graph. A vertex coloring is called proper coloring if no two adjacent vertices of the graph receive the same color and the graph is then called properly colored graph.
    [Show full text]
  • On the Purity of Minor-Closed Classes of Graphs
    On the purity of minor-closed classes of graphs Colin McDiarmid1 and Micha lPrzykucki2 1Department of Statistics, Oxford University∗ 2Mathematical Institute, Oxford University† August 31, 2016 Abstract Given a graph H with at least one edge, let gapH (n) denote the maximum difference between the numbers of edges in two n-vertex edge-maximal graphs with no minor H. We show that for exactly four connected graphs H (with at least two vertices), the class of graphs with no minor H is pure, that is, gapH (n) = 0 for all n > 1; and for each connected graph H (with at least two vertices) we have the dichotomy that either gapH (n) = O(1) or gapH (n) = Θ(n). Further, if H is 2-connected and does not yield a pure class, then there is a constant c > 0 such that gapH (n) ∼ cn. We also give some partial results when H is not connected or when there are two or more excluded minors. 1 Introduction We say that a graph G contains a graph H as a minor if we can obtain a graph isomorphic to H from a subgraph of G by using edge contractions (discarding any loops and multiple edges, we are interested in simple graphs). A class of graphs A is minor-closed if for each G 2 A, each minor G0 of G is also in A. We say that H is an excluded minor for A if H is not in A but each minor of H (other than H itself) is in A. Robertson and Seymour [16] showed that, for each minor-closed class A of graphs, the set H of excluded minors is finite.
    [Show full text]