Evolutionary Algorithm for Graph Coloring Problem
- URL: http://arxiv.org/abs/2111.09743v1
- Date: Wed, 17 Nov 2021 12:16:57 GMT
- Title: Evolutionary Algorithm for Graph Coloring Problem
- Authors: Robiul Islam and Arup Kumar Pramanik
- Abstract summary: The graph coloring problem (GCP) is one of the most studied NP-HARD problems in computer science.
In our paper, we start with the theoretical upper bound of chromatic number, that is, maximum out-degree + 1.
In the process of evolution some of the colors are made unused to dynamically reduce the number of color in every generation.
- Score: 0.0
- License: http://creativecommons.org/licenses/by/4.0/
- Abstract: The graph coloring problem (GCP) is one of the most studied NP-HARD problems
in computer science. Given a graph , the task is to assign a color to all
vertices such that no vertices sharing an edge receive the same color and that
the number of used colors, is minimal. Different heuristic, meta-heuristic,
machine learning and hybrid solution methods have been applied to obtain the
solution. To solve this problem we use mutation of evolutionary algorithm. For
this purpose we introduce binary encoding for Graph Coloring Problem. This
binary encoding help us for mutation, evaluate, immune system and merge color
easily and also reduce coloring dynamically. In the traditional evolutionary
algorithm (EA) for graph coloring, k-coloring approach is used and the EA is
run repeatedly until the lowest possible is reached. In our paper, we start
with the theoretical upper bound of chromatic number, that is, maximum
out-degree + 1 and in the process of evolution some of the colors are made
unused to dynamically reduce the number of color in every generation. We test
few standard DIMACS benchmark and compare resent paper. Maximum results are
same as expected chromatic color and few data sets are larger than expected
chromatic number
Related papers
- Efficient Graph Coloring with Neural Networks: A Physics-Inspired Approach for Large Graphs [0.0]
We present a novel algorithm that leverages graph neural networks to tackle the problem efficiently, particularly for large graphs.
We demonstrate the effectiveness of our method on a dataset of Erdos-Renyi graphs, showing its applicability also in hard-to-solve connectivity regions.
arXiv Detail & Related papers (2024-08-02T18:02:51Z) - Scalable Graph Compressed Convolutions [68.85227170390864]
We propose a differentiable method that applies permutations to calibrate input graphs for Euclidean convolution.
Based on the graph calibration, we propose the Compressed Convolution Network (CoCN) for hierarchical graph representation learning.
arXiv Detail & Related papers (2024-07-26T03:14:13Z) - Deep Manifold Graph Auto-Encoder for Attributed Graph Embedding [51.75091298017941]
This paper proposes a novel Deep Manifold (Variational) Graph Auto-Encoder (DMVGAE/DMGAE) for attributed graph data.
The proposed method surpasses state-of-the-art baseline algorithms by a significant margin on different downstream tasks across popular datasets.
arXiv Detail & Related papers (2024-01-12T17:57:07Z) - Discrete Graph Auto-Encoder [52.50288418639075]
We introduce a new framework named Discrete Graph Auto-Encoder (DGAE)
We first use a permutation-equivariant auto-encoder to convert graphs into sets of discrete latent node representations.
In the second step, we sort the sets of discrete latent representations and learn their distribution with a specifically designed auto-regressive model.
arXiv Detail & Related papers (2023-06-13T12:40:39Z) - Graph Mixup with Soft Alignments [49.61520432554505]
We study graph data augmentation by mixup, which has been used successfully on images.
We propose S-Mixup, a simple yet effective mixup method for graph classification by soft alignments.
arXiv Detail & Related papers (2023-06-11T22:04:28Z) - Gradual Weisfeiler-Leman: Slow and Steady Wins the Race [4.416484585765029]
Weisfeiler-Leman algorithm aka color refinement is fundamental for graph learning and central for successful graph kernels and graph neural networks.
We propose a framework for gradual neighborhood refinement, which allows a slower convergence to the stable coloring.
Our approach is used to derive new variants of existing graph kernels and to approximate the graph edit distance via optimal assignments.
arXiv Detail & Related papers (2022-09-19T14:37:35Z) - Graph Coloring with Physics-Inspired Graph Neural Networks [0.0]
We show how graph neural networks can be used to solve the canonical graph coloring problem.
We frame graph coloring as a multi-class node classification problem and utilize an unsupervised training strategy.
arXiv Detail & Related papers (2022-02-03T14:24:12Z) - Withdrawn: A Measurement-based Algorithm for Graph Colouring [0.5482532589225553]
In a previous version of this document we misinterpreted the runtime of a part of the described algorithm.
We present a novel algorithmic approach to find a proper colouring of a graph with $d$ colours, if it exists.
arXiv Detail & Related papers (2021-11-29T09:17:34Z) - Time Complexity Analysis of Randomized Search Heuristics for the Dynamic
Graph Coloring Problem [15.45783225341009]
We study the dynamic setting where edges are added to the current graph.
We then analyze the expected time for randomized searchs to recompute high quality solutions.
arXiv Detail & Related papers (2021-05-26T13:00:31Z) - Sequential Graph Convolutional Network for Active Learning [53.99104862192055]
We propose a novel pool-based Active Learning framework constructed on a sequential Graph Convolution Network (GCN)
With a small number of randomly sampled images as seed labelled examples, we learn the parameters of the graph to distinguish labelled vs unlabelled nodes.
We exploit these characteristics of GCN to select the unlabelled examples which are sufficiently different from labelled ones.
arXiv Detail & Related papers (2020-06-18T00:55:10Z) - Permutation Invariant Graph Generation via Score-Based Generative
Modeling [114.12935776726606]
We propose a permutation invariant approach to modeling graphs, using the recent framework of score-based generative modeling.
In particular, we design a permutation equivariant, multi-channel graph neural network to model the gradient of the data distribution at the input graph.
For graph generation, we find that our learning approach achieves better or comparable results to existing models on benchmark datasets.
arXiv Detail & Related papers (2020-03-02T03:06:14Z)
This list is automatically generated from the titles and abstracts of the papers in this site.
This site does not guarantee the quality of this site (including all information) and is not responsible for any consequences.