中文
相关论文

相关论文: Dimension Reduction via Colour Refinement

200 篇论文

Graph matching is an important problem that has received widespread attention, especially in the field of computer vision. Recently, state-of-the-art methods seek to incorporate graph matching with deep learning. However, there is no…

计算机视觉与模式识别 · 计算机科学 2024-07-08 Zhoubo Xu , Puqing Chen , Romain Raveaux , Xin Yang , Huadong Liu

Partition refinement is a method for minimizing automata and transition systems of various types. Recently, a new partition refinement algorithm and associated tool CoPaR were developed that are generic in the transition type of the input…

数据结构与算法 · 计算机科学 2022-04-14 Fabian Birkmann , Hans-Peter Deifel , Stefan Milius

Deep learning has consistently defied state-of-the-art techniques in many fields over the last decade. However, we are just beginning to understand the capabilities of neural learning in symbolic domains. Deep learning architectures that…

机器学习 · 计算机科学 2020-03-10 Henrique Lemos , Marcelo Prates , Pedro Avelar , Luis Lamb

We solve, in a fully decentralised way (\ie with no message passing), the classic problem of colouring a graph. We propose a novel algorithm that is automatically responsive to topology changes, and we prove that it converges quickly to a…

数据结构与算法 · 计算机科学 2017-09-05 Alessandro Checco , Douglas J. Leith

In many practical applications the underlying graph must be as equitable colored as possible. A coloring is called equitable if the number of vertices colored with each color differs by at most one, and the least number of colors for which…

组合数学 · 数学 2021-07-01 Emanuel Florentin Olariu , Cristian Frasinaru

This chapter presents an introduction to graph colouring algorithms. The focus is on vertex-colouring algorithms that work for general classes of graphs with worst-case performance guarantees in a sequential model of computation. The…

数据结构与算法 · 计算机科学 2015-05-22 Thore Husfeldt

The Colouring problem asks whether the vertices of a graph can be coloured with at most $k$ colours for a given integer $k$ in such a way that no two adjacent vertices receive the same colour. A graph is $(H_1,H_2)$-free if it has no…

计算复杂性 · 计算机科学 2017-12-08 Konrad Dabrowski , Daniel Paulusma

Graph coloring problems are among the most fundamental problems in parallel and distributed computing, and have been studied extensively in both settings. In this context, designing efficient deterministic algorithms for these problems has…

数据结构与算法 · 计算机科学 2024-04-26 Sam Coy , Artur Czumaj , Peter Davies , Gopinath Mishra

Image colorization estimates RGB colors for grayscale images or video frames to improve their aesthetic and perceptual quality. Over the last decade, deep learning techniques for image colorization have significantly progressed,…

计算机视觉与模式识别 · 计算机科学 2024-09-04 Saeed Anwar , Muhammad Tahir , Chongyi Li , Ajmal Mian , Fahad Shahbaz Khan , Abdul Wahab Muzaffar

An independent transversal (IT) in a graph with a given vertex partition is an independent set consisting of one vertex in each partition class. Several sufficient conditions are known for the existence of an IT in a given graph with a…

数据结构与算法 · 计算机科学 2023-10-13 Alessandra Graf , David G. Harris , Penny Haxell

Low-treedepth colorings are an important tool for algorithms that exploit structure in classes of bounded expansion; they guarantee subgraphs that use few colors have bounded treedepth. These colorings have an implicit tradeoff between the…

数据结构与算法 · 计算机科学 2018-07-26 Jeremy Kun , Michael P. O'Brien , Marcin Pilipczuk , Blair D. Sullivan

Graphs are widely used to model complicated data semantics in many application domains. In this paper, two novel and efficient algorithms Fast-ON and Fast-P are proposed for solving the subgraph isomorphism problem. The two algorithms are…

数据结构与算法 · 计算机科学 2019-04-19 Mosab Hassaan , Karam Gouda

Baker devised a powerful technique to obtain approximation schemes for various problems restricted to planar graphs. Her technique can be directly extended to various other graph classes, among the most general ones the graphs avoiding a…

离散数学 · 计算机科学 2017-04-04 Zdeněk Dvořák

Iterative refinement is particularly popular for numerical solution of linear systems of equations. We extend it to Low Rank Approximation of a matrix (LRA) and observe close link of the resulting algorithm to oversampling techniques,…

数值分析 · 数学 2024-11-28 Victor Y. Pan , Qi Luan , Soo Go

In spite of the extensive studies of the 3-coloring problem with respect to several basic parameters, the complexity status of the 3-coloring problem on graphs with small diameter, i.e. with diameter 2 or 3, has been a longstanding and…

数据结构与算法 · 计算机科学 2012-10-18 George B. Mertzios , Paul G. Spirakis

Depth estimation is an essential component in understanding the 3D geometry of a scene, with numerous applications in urban and indoor settings. These scenes are characterized by a prevalence of human made structures, which in most of the…

计算机视觉与模式识别 · 计算机科学 2020-09-03 Mattia Rossi , Mireille El Gheche , Andreas Kuhn , Pascal Frossard

We consider a refinement of the partition function of graph homomorphisms and present a quasi-polynomial algorithm to compute it in a certain domain. As a corollary, we obtain quasi-polynomial algorithms for computing partition functions…

组合数学 · 数学 2015-08-04 Alexander Barvinok , Pablo Soberón

Subgraph isomorphism counting is known as #P-complete and requires exponential time to find the accurate solution. Utilizing representation learning has been shown as a promising direction to represent substructures and approximate the…

机器学习 · 计算机科学 2024-05-14 Xin Liu , Weiqi Wang , Jiaxin Bai , Yangqiu Song

Recently, Van Hoeve proposed an algorithm for graph coloring based on an integer flow formulation on decision diagrams for stable sets. We prove that the solution to the linear flow relaxation on exact decision diagrams determines the…

组合数学 · 数学 2024-11-06 Timo Brand , Stephan Held

Graph Isomorphism is such an important problem in computer science, that it has been widely studied over the last decades. It is well known that it belongs to NP class, but is not NP-complete. It is thought to be of comparable difficulty to…

‹ 上一页 1 8 9 10 下一页 ›