中文
相关论文

相关论文: A Polynomial Time Algorithm for Graph Isomorphism

200 篇论文

Presented approach in polynomial time calculates large number of invariants for each vertex, which won't change with graph isomorphism and should fully determine the graph. For example numbers of closed paths of length k for given starting…

计算复杂性 · 计算机科学 2008-05-19 Jarek Duda

If $G$ is a bipartite graph, Hall's theorem \cite{H35} gives a condition for the existence of a matching of $G$ covering one side of the bipartition. This theorem admits a well-known algorithmic proof involving the repeated search of…

数据结构与算法 · 计算机科学 2023-09-12 Sylvain Guillemot

We study the problems of testing isomorphism of polynomials, algebras, and multilinear forms. Our first main results are average-case algorithms for these problems. For example, we develop an algorithm that takes two cubic forms $f, g\in…

数据结构与算法 · 计算机科学 2023-06-22 Joshua A. Grochow , Youming Qiao , Gang Tang

The graph isomorphism problem is a main problem which has numerous applications in different fields. Thus, finding an efficient and easy to implement method to discriminate non-isomorphic graphs is valuable. In this paper, a new method is…

组合数学 · 数学 2016-11-08 Ameneh Farhadian

We formulate the notion of an isomorphism of GKM graphs. We then show that two GKM graphs have isomorphic graph equivariant cohomology algebras if and only if the graphs are isomorphic.

代数拓扑 · 数学 2019-12-30 Matthias Franz , Hitoshi Yamanaka

Motivated by the problem of matching vertices in two correlated Erd\H{o}s-R\'enyi graphs, we study the problem of matching two correlated Gaussian Wigner matrices. We propose an iterative matching algorithm, which succeeds in polynomial…

数据结构与算法 · 计算机科学 2025-09-01 Jian Ding , Zhangsong Li

A frame is an overcomplete set that can represent vectors(signals) faithfully and stably. Two frames are equivalent if signals can be essentially represented in the same way, which means two frames differ by a permutation, sign change or…

信息论 · 计算机科学 2019-11-19 Xuemei Chen , Yang Chu , Min Zheng

To determine if two lists of numbers are the same set, we sort both lists and see if we get the same result. The sorted list is a canonical form for the equivalence relation of set equality. Other canonical forms arise in graph isomorphism…

计算复杂性 · 计算机科学 2011-06-30 Lance Fortnow , Joshua A. Grochow

We introduce and study the problem \mpd, which asks for two planar graphs $G_1$ and $G_2$ whether $G_1$ can be embedded such that its dual is isomorphic to $G_2$. Our algorithmic main result is an NP-completeness proof for the general case…

数据结构与算法 · 计算机科学 2013-03-08 Patrizio Angelini , Thomas Bläsius , Ignaz Rutter

We extend Babai's quasipolynomial-time graph isomorphism test (STOC 2016) and develop a quasipolynomial-time algorithm for the multiple-coset isomorphism problem. The algorithm for the multiple-coset isomorphism problem allows to exploit…

数据结构与算法 · 计算机科学 2020-04-21 Daniel Wiebking

A graph $X$ is said to be a pattern polynomial graph if its adjacency algebra is a coherent algebra. In this study we will find a necessary and sufficient condition for a graph to be a pattern polynomial graph. Some of the properties of the…

组合数学 · 数学 2011-06-24 A. Satyanarayana Reddy , Shashank K Mehta

We study the complexity of the Graph Isomorphism problem on graph classes that are characterized by a finite number of forbidden induced subgraphs, focusing mostly on the case of two forbidden subgraphs. We show hardness results and develop…

数据结构与算法 · 计算机科学 2015-03-20 Stefan Kratsch , Pascal Schweitzer

We give a $O^*(k^{O(k)})$ time isomorphism testing algorithm for graphs of eigenvalue multiplicity bounded by $k$ which improves on the previous best running time bound of $O^*(2^{O(k^2/\log k)})$.

计算复杂性 · 计算机科学 2014-08-18 Vikraman Arvind , Gaurav Rattan

We prove that there is a graph isomorphism test running in time $n^{\operatorname{polylog}(h)}$ on $n$-vertex graphs excluding some $h$-vertex graph as a minor. Previously known bounds were $n^{\operatorname{poly}(h)}$ (Ponomarenko, 1988)…

数据结构与算法 · 计算机科学 2023-05-30 Martin Grohe , Daniel Neuen , Daniel Wiebking

Testing for independence between graphs is a problem that arises naturally in social network analysis and neuroscience. In this paper, we address independence testing for inhomogeneous Erd\H{o}s-R\'{e}nyi random graphs on the same vertex…

统计方法学 · 统计学 2023-04-19 Yukun Song , Carey E. Priebe , Minh Tang

We consider heuristic algorithm for solving graph isomorphism problem. The algorithm based on a successive splitting of the eigenvalues of the matrices which are modifications (to positive defined) of graphs' adjacency matrices.…

综合数学 · 数学 2007-05-23 R. T. Faizullin , A. V. Prolubnikov

In the Graph Isomorphism problem two N-vertex graphs G and G' are given and the task is to determine whether there exists a permutation of the vertices of G that preserves adjacency and transforms G into G'. If yes, then G and G' are said…

量子物理 · 物理学 2014-03-03 Frank Gaitan , Lane Clark

Although the concept of d-separation was originally defined for directed acyclic graphs (see Pearl 1988), there is a natural extension of he concept to directed cyclic graphs. When exactly the same set of d-separation relations hold in two…

人工智能 · 计算机科学 2013-02-18 Thomas S. Richardson

Given two graphs $H$ and $G$, the Subgraph Isomorphism problem asks if $H$ is isomorphic to a subgraph of $G$. While NP-hard in general, algorithms exist for various parameterized versions of the problem: for example, the problem can be…

数据结构与算法 · 计算机科学 2013-08-27 Dániel Marx , Michał Pilipczuk

Consider two planar graphs which are subject to edge insertions and deletions. We show that whether the two graphs are isomorphic can be maintained with first-order logic formulas and auxiliary data of polynomial size. This places the…

计算机科学中的逻辑 · 计算机科学 2026-04-27 Samir Datta , Asif Khan , Felix Tschirbs , Nils Vortmeier , Thomas Zeume