中文
相关论文

相关论文: Comparative Design-Choice Analysis of Color Refine…

200 篇论文

Given a large social or information network, how can we partition the vertices into sets (i.e., colors) such that no two vertices linked by an edge are in the same set while minimizing the number of sets used. Despite the obvious practical…

社会与信息网络 · 计算机科学 2014-08-27 Ryan A. Rossi , Nesreen K. Ahmed

Register allocation, which is a crucial phase of a good optimizing compiler, relies on graph coloring. Hence, an efficient graph coloring algorithm is of paramount importance. In this work we try to learn a good heuristic for coloring…

机器学习 · 计算机科学 2019-12-10 Dibyendu Das , Shahid Asghar Ahmad , Kumar Venkataramanan

In this paper we investigate the colorful components framework, motivated by applications emerging from comparative genomics. The general goal is to remove a collection of edges from an undirected vertex-colored graph $G$ such that in the…

数据结构与算法 · 计算机科学 2013-11-07 Anna Adamaszek , Alexandru Popa

It is a well known fact that sequential algorithms which exhibit a strong "local" nature can be adapted to the distributed setting given a legal graph coloring. The running time of the distributed algorithm will then be at least the number…

分布式、并行与集群计算 · 计算机科学 2018-05-15 Ken-ichi Kawarabayashi , Gregory Schwartzman

The classical Weisfeiler-Leman algorithm aka color refinement is fundamental for graph learning with kernels and neural networks. Originally developed for graph isomorphism testing, the algorithm iteratively refines vertex colors. On many…

机器学习 · 计算机科学 2022-12-09 Franka Bause , Nils M. Kriege

The notions of bounded expansion and nowhere denseness not only offer robust and general definitions of uniform sparseness of graphs, they also describe the tractability boundary for several important algorithmic questions. In this paper we…

离散数学 · 计算机科学 2019-09-25 Wojciech Nadara , Marcin Pilipczuk , Roman Rabinovich , Felix Reidl , Sebastian Siebertz

The graph coloring problem is a classical combinatorial optimization problem with important applications such as register allocation and task scheduling, and it has been extensively studied for decades. However, near-real-time algorithms…

数据结构与算法 · 计算机科学 2025-09-30 Chenghao Zhu , Yi Zhou

The design of a good algorithm to solve NP-hard combinatorial approximation problems requires specific domain knowledge about the problems and often needs a trial-and-error problem solving approach. Graph coloring is one of the essential…

Graph comparison is fundamentally important for many applications such as the analysis of social networks and biological data and has been a significant research area in the pattern recognition and pattern analysis domains. Nowadays, the…

数据结构与算法 · 计算机科学 2015-02-27 Hamida Seba , Sofiane Lagraa , Elsen Ronando

Color Refinement, also known as Naive Vertex Classification, is a classical method to distinguish graphs by iteratively computing a coloring of their vertices. While it is mainly used as an imperfect way to test for isomorphism, the…

数据结构与算法 · 计算机科学 2026-02-05 Benjamin Scheidt , Nicole Schweikardt

Contemporary large language models are powerful problem-solving tools, but they exhibit weaknesses in their reasoning abilities which ongoing research seeks to mitigate. We investigate graph coloring as a means of evaluating an LLM's…

机器学习 · 计算机科学 2025-02-12 Alex Heyman , Joel Zylberberg

The Colour Refinement algorithm is a classical procedure to detect symmetries in graphs, whose most prominent application is in graph-isomorphism tests. The algorithm and its generalisation, the Weisfeiler-Leman algorithm, evaluate local…

离散数学 · 计算机科学 2025-10-24 Sandra Kiefer , T. Devini de Mel

We study the online coloring of $\sigma$-interval graphs, which are interval graphs with interval lengths in $[1,\sigma]$ and 2-count interval graphs, which are interval graphs that require at most two distinct interval lengths. For…

数据结构与算法 · 计算机科学 2026-05-01 Israel R. Curbelo

We propose a new approach to competitive analysis in online scheduling by introducing the novel concept of competitive-ratio approximation schemes. Such a scheme algorithmically constructs an online algorithm with a competitive ratio…

数据结构与算法 · 计算机科学 2012-11-01 Elisabeth Günther , Olaf Maurer , Nicole Megow , Andreas Wiese

This paper introduces a variant of the classical edge coloring problem in graphs that can be applied to an offline scheduling problem for crossbar switches. We show that the problem is NP-complete, develop three lower bounds bounds on the…

数据结构与算法 · 计算机科学 2015-12-31 Jonathan Turner

The element distinctness problem takes as input a list $I$ of $n$ values from a totally ordered universe and the goal is to decide whether $I$ contains any duplicates. It is a well-studied problem with a classical worst-case $\Omega(n \log…

数据结构与算法 · 计算机科学 2025-11-06 Ivor van der Hoog , Eva Rotenberg , Daniel Rutschmann

We introduce learning augmented algorithms to the online graph coloring problem. Although the simple greedy algorithm FirstFit is known to perform poorly in the worst case, we are able to establish a relationship between the structure of…

数据结构与算法 · 计算机科学 2023-12-04 Antonios Antoniadis , Hajo Broersma , Yang Meng

We give an almost complete characterization of the hardness of $c$-coloring $\chi$-chromatic graphs with distributed algorithms, for a wide range of models of distributed computing. In particular, we show that these problems do not admit…

This technical note compares two coding (quantization) schemes for random projections in the context of sub-linear time approximate near neighbor search. The first scheme is based on uniform quantization while the second scheme utilizes a…

机器学习 · 计算机科学 2014-04-01 Ping Li , Michael Mitzenmacher , Anshumali Shrivastava

Rainbow coloring is a special case of edge coloring, where there must be at least one path between every distinct pair of vertices that consists of different color edges. Here, we may use the same color for the adjacent edges of a graph…

数据结构与算法 · 计算机科学 2020-01-01 Debasis Dwibedy , Rakesh Mohanty , Arun Khamari