Academic literature on the topic 'Graph isomorphism'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Graph isomorphism.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "Graph isomorphism"
Tang, C. S., and Tyng Liu. "The Degree Code—A New Mechanism Identifier." Journal of Mechanical Design 115, no. 3 (September 1, 1993): 627–30. http://dx.doi.org/10.1115/1.2919236.
Full textRAJASEKARAN, SANGUTHEVAR, and VAMSI KUNDETI. "SPECTRUM BASED TECHNIQUES FOR GRAPH ISOMORPHISM." International Journal of Foundations of Computer Science 20, no. 03 (June 2009): 479–99. http://dx.doi.org/10.1142/s0129054109006693.
Full textMessmer, B. T., and H. Bunke. "Error-Correcting Graph Isomorphism Using Decision Trees." International Journal of Pattern Recognition and Artificial Intelligence 12, no. 06 (September 1998): 721–42. http://dx.doi.org/10.1142/s0218001498000415.
Full textLiu, Kai, Yi Zhang, Kai Lu, Xiaoping Wang, Xin Wang, and Guojing Tian. "MapEff: An Effective Graph Isomorphism Agorithm Based on the Discrete-Time Quantum Walk." Entropy 21, no. 6 (June 5, 2019): 569. http://dx.doi.org/10.3390/e21060569.
Full textZahirović, Samir, Ivica Bošnjak, and Rozália Madarász. "A study of enhanced power graphs of finite groups." Journal of Algebra and Its Applications 19, no. 04 (April 8, 2019): 2050062. http://dx.doi.org/10.1142/s0219498820500620.
Full textShiau, S. Y., R. Joynt, and S. N. Coppersmith. "Physically-motivated dynamical algorithms for the graph isomorphism problem." Quantum Information and Computation 5, no. 6 (September 2005): 492–506. http://dx.doi.org/10.26421/qic5.6-7.
Full textBrádler, Kamil, Shmuel Friedland, Josh Izaac, Nathan Killoran, and Daiqin Su. "Graph isomorphism and Gaussian boson sampling." Special Matrices 9, no. 1 (January 1, 2021): 166–96. http://dx.doi.org/10.1515/spma-2020-0132.
Full textHe, Chaobing. "The Determination of Graph Isomorphism Using R Software." Journal of Advance Research in Mathematics And Statistics (ISSN: 2208-2409) 7, no. 11 (November 30, 2020): 01–11. http://dx.doi.org/10.53555/nnms.v7i11.945.
Full textFANKHAUSER, STEFAN, KASPAR RIESEN, HORST BUNKE, and PETER DICKINSON. "SUBOPTIMAL GRAPH ISOMORPHISM USING BIPARTITE MATCHING." International Journal of Pattern Recognition and Artificial Intelligence 26, no. 06 (September 2012): 1250013. http://dx.doi.org/10.1142/s0218001412500139.
Full textXu, Zifeng, Fucai Zhou, Yuxi Li, Jian Xu, and Qiang Wang. "Privacy-Preserving Subgraph Matching Protocol for Two Parties." International Journal of Foundations of Computer Science 30, no. 04 (June 2019): 571–88. http://dx.doi.org/10.1142/s0129054119400136.
Full textDissertations / Theses on the topic "Graph isomorphism"
Nabti, Chems Eddine. "Subgraph Isomorphism Search In Massive Graph Data." Thesis, Lyon, 2017. http://www.theses.fr/2017LYSE1293/document.
Full textQuerying graph data is a fundamental problem that witnesses an increasing interest especially for massive structured data where graphs come as a promising alternative to relational databases for big data modeling. However, querying graph data is different and more complex than querying relational table-based data. The main task involved in querying graph data is subgraph isomorphism search which is an NP-complete problem. Subgraph isomorphism search, is an important problem which is involved in various domains such as pattern recognition, social network analysis, biology, etc. It consists to enumerate the subgraphs of a data graph that match a query graph. The most known solutions of this problem are backtracking-based. They explore a large search space which results in a high computational cost when we deal with massive graph data. To reduce time and memory space complexity of subgraph isomorphism search. We propose to use compressed graphs. In our approach, subgraph isomorphism search is achieved on compressed representations of graphs without decompressing them. Graph compression is performed by grouping vertices into super vertices. This concept is known, in graph theory, as modular decomposition. It is used to generate a tree representation of a graph that highlights groups of vertices that have the same neighbors. With this compression we obtain a substantial reduction of the search space and consequently a significant saving in the processing time. We also propose a novel encoding of vertices that simplifies the filtering of the search space. This new mechanism is called compact neighborhood Index (CNI). A CNI distills all the information around a vertex in a single integer. This simple neighborhood encoding reduces the time complexity of vertex filtering from cubic to quadratic which is considerable for big graphs. We propose also an iterative local global filtering algorithm that relies on the characteristics of CNIs to ensure a global pruning of the search space.We evaluated our approaches on several real-word datasets and compared them with the state of the art algorithms
Beckman, David Eugene Preskill John P. "Investigations in quantum computing: causality and graph isomorphism /." Diss., Pasadena, Calif. : California Institute of Technology, 2004. http://resolver.caltech.edu/CaltechETD:etd-05272004-174253.
Full textKuhnert, Sebastian. "Space efficient algorithms for graph isomorphism and representation." Doctoral thesis, Humboldt-Universität zu Berlin, Mathematisch-Naturwissenschaftliche Fakultät, 2016. http://dx.doi.org/10.18452/17447.
Full textThe graph isomorphism problem deals with the question if two graphs have the same structure up to renaming their vertices. It is one of the few remaining natural problems for which neither a polynomial-time algorithm nor NP-hardness is known. This situation has led to a branch of research that develops efficient algorithms for special cases of the graph isomorphism problem, where the input graphs are required to be from restricted graph classes. The main contribution of this thesis comprises of logspace algorithms that solve the isomorphism problem for k-trees, interval graphs, Helly circular-arc graphs and proper circular-arc graphs. This improves previously known parallel algorithms and leads to a complete classification of the complexity of these problems, as they are also shown to be hard for logspace. In fact, these algorithms achieve more: In the case of k-trees, the algorithm computes canonical labelings in space O(k log n). An alternative implementation runs in time O((k+1)!n), where n is the number of vertices, yielding the fastest known FPT algorithm for k-tree isomorphism. The algorithms for interval and circular-arc graphs actually compute canonical representations, i.e., each vertex is assigned an interval (or arc) such that these intersect each other if and only if the corresponding vertices are adjacent, and isomorphic input graphs receive the same interval (or arc) model. This thesis also presents logspace algorithms that compute interval representations with additional properties, or detect that this is not possible: The resulting interval models can be required to be proper (no interval contains another), unit (all intervals have the same length), or to satisfy prescribed lengths for pairwise intersections (and possibly prescribed lengths of intervals).
Ayeh, Eric Namuduri Kamesh. "An investigation into graph isomorphism based zero-knowledge proofs." [Denton, Tex.] : University of North Texas, 2009. http://digital.library.unt.edu/ark:/67531/metadc12076.
Full textAyeh, Eric. "An investigation into graph isomorphism based zero-knowledge proofs." Thesis, University of North Texas, 2009. https://digital.library.unt.edu/ark:/67531/metadc12076/.
Full textLester, David. "Combinator graph reduction : A congruence and its applications." Thesis, University of Oxford, 1988. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.236057.
Full textCulp, Laura. "An Isomorphism Theorem for Graphs." VCU Scholars Compass, 2009. http://scholarscompass.vcu.edu/etd/1952.
Full textMeana, Richard William Piper. "Approximate Sub-Graph Isomorphism For Watermarking Finite State Machine Hardware." Scholar Commons, 2013. http://scholarcommons.usf.edu/etd/4728.
Full textBalasubramanian, Suman. "On the Erdős-Sòs conjecture and the Cayley Isomorphism Problem." Diss., Mississippi State : Mississippi State University, 2009. http://library.msstate.edu/etd/show.asp?etd=etd-07102009-113145.
Full textTener, Greg. "ATTACKS ON DIFFICULT INSTANCES OF GRAPH ISOMORPHISM: SEQUENTIAL AND PARALLEL ALGORITHMS." Doctoral diss., University of Central Florida, 2009. http://digital.library.ucf.edu/cdm/ref/collection/ETD/id/2631.
Full textPh.D.
School of Electrical Engineering and Computer Science
Engineering and Computer Science
Computer Science PhD
Books on the topic "Graph isomorphism"
Lee, B. J. Graph isomorphism. Manchester: University of Manchester, Department of Computer Science, 1996.
Find full textKöbler, Johannes, Uwe Schöning, and Jacobo Torán. The Graph Isomorphism Problem. Boston, MA: Birkhäuser Boston, 1993. http://dx.doi.org/10.1007/978-1-4612-0333-9.
Full text1955-, Schöning Uwe, and Torán Jacobo 1962-, eds. The graph isomorphism problem: Its structural complexity. Boston: Birkhäuser, 1993.
Find full textKöbler, Johannes. The Graph Isomorphism Problem: Its Structural Complexity. Boston, MA: Birkhäuser Boston, 1993.
Find full textJones, Gareth A., Ilia Ponomarenko, and Jozef Širáň, eds. Isomorphisms, Symmetry and Computations in Algebraic Graph Theory. Cham: Springer International Publishing, 2020. http://dx.doi.org/10.1007/978-3-030-32808-5.
Full textFraïssé, Roland. La reconstruction d'une relation dans l'hypothèse forte: Isomorphie des restrictions à chaque partie stricte de la base. Montréal, Québec, Camada: Presses de l'Université Laval, 1990.
Find full textFan, Kuo-Chin. A feature-oriented label graph isomorphism algorithm and its applications. 1989.
Find full textKobler, J., etc, Udo Schoning, and Jacobo Toran. The Graph Isomorphism Problem: Its Structural Complexity (Progress in Theoretical Computer Science). Birkhauser Verlag AG, 1993.
Find full textKobler, J., U. Schöning, and J. Toran. The Graph Isomorphism Problem: Its Structural Complexity (Progress in Theoretical Computer Science). Birkhäuser Boston, 1993.
Find full textBook chapters on the topic "Graph isomorphism"
Valiente, Gabriel. "Graph Isomorphism." In Algorithms on Trees and Graphs, 351–97. Berlin, Heidelberg: Springer Berlin Heidelberg, 2002. http://dx.doi.org/10.1007/978-3-662-04921-1_7.
Full textMcKay, Brendan D. "Graph Isomorphism." In Encyclopedia of Algorithms, 373–76. Boston, MA: Springer US, 2008. http://dx.doi.org/10.1007/978-0-387-30162-4_172.
Full textMcKay, Brendan D. "Graph Isomorphism." In Encyclopedia of Algorithms, 875–79. New York, NY: Springer New York, 2016. http://dx.doi.org/10.1007/978-1-4939-2864-4_172.
Full textValiente, Gabriel. "Graph Isomorphism." In Texts in Computer Science, 255–85. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-81885-2_7.
Full textArvind, Vikraman, Johannes Köbler, Sebastian Kuhnert, and Yadu Vasudev. "Approximate Graph Isomorphism." In Mathematical Foundations of Computer Science 2012, 100–111. Berlin, Heidelberg: Springer Berlin Heidelberg, 2012. http://dx.doi.org/10.1007/978-3-642-32589-2_12.
Full textKöbler, Johannes, Uwe Schöning, and Jacobo Torán. "Introduction." In The Graph Isomorphism Problem, 1–4. Boston, MA: Birkhäuser Boston, 1993. http://dx.doi.org/10.1007/978-1-4612-0333-9_1.
Full textKöbler, Johannes, Uwe Schöning, and Jacobo Torán. "Preliminaries." In The Graph Isomorphism Problem, 5–10. Boston, MA: Birkhäuser Boston, 1993. http://dx.doi.org/10.1007/978-1-4612-0333-9_2.
Full textKöbler, Johannes, Uwe Schöning, and Jacobo Torán. "Decision Problems, Search Problems, and Counting Problems." In The Graph Isomorphism Problem, 11–50. Boston, MA: Birkhäuser Boston, 1993. http://dx.doi.org/10.1007/978-1-4612-0333-9_3.
Full textKöbler, Johannes, Uwe Schöning, and Jacobo Torán. "Quantifiers, Games, and Interactive Proofs." In The Graph Isomorphism Problem, 51–90. Boston, MA: Birkhäuser Boston, 1993. http://dx.doi.org/10.1007/978-1-4612-0333-9_4.
Full textKöbler, Johannes, Uwe Schöning, and Jacobo Torán. "Circuits and Sparse Sets." In The Graph Isomorphism Problem, 91–116. Boston, MA: Birkhäuser Boston, 1993. http://dx.doi.org/10.1007/978-1-4612-0333-9_5.
Full textConference papers on the topic "Graph isomorphism"
Fischer, Eldar, and Arie Matsliah. "Testing graph isomorphism." In the seventeenth annual ACM-SIAM symposium. New York, New York, USA: ACM Press, 2006. http://dx.doi.org/10.1145/1109557.1109591.
Full textSunkari, Rajesh Pavan, and Linda C. Schmidt. "Laplace and Extended Adjacency Matrices for Isomorphism Detection of Kinematic Chains Using the Characteristic Polynomial Approach." In ASME 2005 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference. ASMEDC, 2005. http://dx.doi.org/10.1115/detc2005-84609.
Full textDing, Huafeng, and Zhen Huang. "Isomorphism Identification of Graphs of Kinematic Chains." In ASME 2007 International Design Engineering Technical Conferences and Computers and Information in Engineering Conference. ASMEDC, 2007. http://dx.doi.org/10.1115/detc2007-34148.
Full textBABAI, LÁSZLÓ. "GROUP, GRAPHS, ALGORITHMS: THE GRAPH ISOMORPHISM PROBLEM." In International Congress of Mathematicians 2018. WORLD SCIENTIFIC, 2019. http://dx.doi.org/10.1142/9789813272880_0183.
Full textHsu, Cheng-Ho, and Kin-Tak Lam. "A Method for the Identification of Displacement Isomorphism of Planetary Gear Trains." In ASME 1992 Design Technical Conferences. American Society of Mechanical Engineers, 1992. http://dx.doi.org/10.1115/detc1992-0419.
Full textZhao, Wenting, Yuan Fang, Zhen Cui, Tong Zhang, and Jian Yang. "Graph Deformer Network." In Thirtieth International Joint Conference on Artificial Intelligence {IJCAI-21}. California: International Joint Conferences on Artificial Intelligence Organization, 2021. http://dx.doi.org/10.24963/ijcai.2021/227.
Full textKraiczy, Sonja, and Ciaran McCreesh. "Solving Graph Homomorphism and Subgraph Isomorphism Problems Faster Through Clique Neighbourhood Constraints." In Thirtieth International Joint Conference on Artificial Intelligence {IJCAI-21}. California: International Joint Conferences on Artificial Intelligence Organization, 2021. http://dx.doi.org/10.24963/ijcai.2021/193.
Full textJongsma, T. J., and W. Zhang. "An Efficient Algorithm for Finding Optimum Code Under the Condition of Incident Degree." In ASME 1992 Design Technical Conferences. American Society of Mechanical Engineers, 1992. http://dx.doi.org/10.1115/detc1992-0409.
Full textAl-Zabi, Bilal Radi A'Ggel, Andriy Kernytskyy, Mykhaylo Lobur, and Serhiy Tkatchenko. "On graph isomorphism determining problem." In 2008 International Conference on Perspective Technologies and Methods in MEMS Design (MEMSTECH). IEEE, 2008. http://dx.doi.org/10.1109/memstech.2008.4558745.
Full textSamsi, Siddharth, Vijay Gadepally, Michael Hurley, Michael Jones, Edward Kao, Sanjeev Mohindra, Paul Monticciolo, et al. "Static graph challenge: Subgraph isomorphism." In 2017 IEEE High-Performance Extreme Computing Conference (HPEC). IEEE, 2017. http://dx.doi.org/10.1109/hpec.2017.8091039.
Full textReports on the topic "Graph isomorphism"
Gross, Jonathan L. Topological Representation of Graph Isomorphism Types. Fort Belvoir, VA: Defense Technical Information Center, November 1991. http://dx.doi.org/10.21236/ada243528.
Full textJa'Ja, Joseph, and S. R. Kosaraju. Parallel Algorithms for Planar Graph. Isomorphism and Related Problems. Fort Belvoir, VA: Defense Technical Information Center, January 1986. http://dx.doi.org/10.21236/ada444434.
Full text