paper-with-me

Papers

Gray-Box Optimization and the Vertex Coloring Problem

2026-06-06 · Johanna Gasse, Antonia Heinen, Hendrik Higl, Timo Kötzing arxiv

Gray-box optimization is an approach for making some problem-specific information available to the algorithm while still relying on fitness information as the main guide to an optimum. This approach was shown to be beneficial in various combinatorial optimization tasks and neatly captures the continuum between fully black-box algorithms and tailored algorithms. In this work, we discuss different flavors of gray-box algorithms. We show that RLS can find a proper $2$-coloring in a bipartite graph starting from a random $2$-coloring, in an expected time of $\mathcal{O}(n \log n)$. In contrast, when starting from a proper $n$-coloring, the (1+1) EA cannot find such a coloring except when offered additional guiding on plateaus of the search space. Finally, we show the run time for this setting can be much improved by using gray-box operators.

📄 PDF Abstract BibTeX arXiv:2606.08128

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Local Search on Vertex Coloring for Bipartite Graphs

2026-06-08 · Johanna Gasse arxiv

Local search is a well-known heuristic method used in optimization. In this thesis, we explore its capabilities on the vertex coloring problem, an $NP$-hard problem with relevance in both theoretical analysis and practic…

Grayscale Image Colorization with GAN and CycleGAN in Different Image Domain

2024-01-21 · Chen Liang, Yunchen Sheng, Yichen Mo

Automatic colorization of grayscale image has been a challenging task. Previous research have applied supervised methods in conquering this problem [ 1]. In this paper, we reproduces a GAN-based coloring model, and exper…

ColorizationImage Colorization

Near-Infrared Coloring via a Contrast-Preserving Mapping Model

2016-10-03 · Chang-Hwan Son, Xiao-Ping Zhang

Near-infrared gray images captured together with corresponding visible color images have recently proven useful for image restoration and classification. This paper introduces a new coloring method to add colors to near-…

DenoisingImage Restoration

A deep learning guided memetic framework for graph coloring problems

2021-09-13 · Olivier Goudet, Cyril Grelier, Jin-Kao Hao

Given an undirected graph $G=(V,E)$ with a set of vertices $V$ and a set of edges $E$, a graph coloring problem involves finding a partition of the vertices into different independent sets. In this paper we present a new…

Deep Learning

Learning Combinatorial Node Labeling Algorithms

2021-06-07 · Lukas Gianinazzi, Maximilian Fries, Nikoli Dryden, Tal Ben-Nun 외

We present a novel neural architecture to solve graph optimization problems where the solution consists of arbitrary node labels, allowing us to solve hard problems like graph coloring. We train our model using reinforce…

BIG-bench Machine LearningGraph AttentionReinforcement Learning (RL)