paper-with-me

홈 › Papers

Evolutionary Algorithms for Generating Graphs Matching Desired Laplacian Spectra

2026-03-30 · Hendrik Richter, Frank Neumann arxiv

Graphs with diverse structural characteristics play a central role in modelling and optimization tasks. The ability to generate different types of graphs that exhibit shared properties is likewise essential for algorithm selection and configuration. However, constructing graphs that preserve high-level properties across a broad range of graph classes remains a challenging problem. We present a novel evolutionary approach to evolve graphs based on the Laplacian graph spectra descriptor. This descriptor can be used as part of a fitness function to evaluate graphs according to their desired high-level properties. Our evolutionary algorithm evolves graphs towards this descriptor in order to obtain graphs having properties that are consistent with it but are different from each other in terms of non-spectral graph metrics, such as path length, clustering coefficient and betweenness centrality. Our experimental results show that our approach is successful for different classes of graphs and a wide range of Laplacian graph spectra.

📄 PDF Abstract BibTeX arXiv:2603.28151

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Evolutionary Algorithms for Fuzzy Cognitive Maps

2020-12-19 · Stefanos Tsimenidis

Fuzzy Cognitive Maps (FCMs) is a complex systems modeling technique which, due to its unique advantages, has lately risen in popularity. They are based on graphs that represent the causal relationships among the paramete…

Evolutionary Algorithms

Analysis of Evolutionary Diversity Optimisation for the Maximum Matching Problem

2024-04-17 · Jonathan Gadea Harder, Aneta Neumann, Frank Neumann

This paper explores the enhancement of solution diversity in evolutionary algorithms (EAs) for the maximum matching problem, concentrating on complete bipartite graphs and paths. We adopt binary string encoding for match…

DiversityEvolutionary Algorithms

Evolutionary Refinement of Generative Graph Topologies: A Hybrid WGAN-GA Approach

2026-05-27 · James Sargant, Seyedeh Ava Razi Razavi, Renata Dividino, Sheridan Houghten arxiv

Generating realistic graph-structured data is challenging due to discrete connectivity, varying graph sizes, and class-specific structural patterns. Recent Generative Adversarial Networks (GAN)-based graph generation met…

Data AugmentationGraph Generation

Improving Molecular Graph Generation with Flow Matching and Optimal Transport

2024-11-08 · Xiaoyang Hou, Tian Zhu, Milong Ren, Dongbo Bu 외

Generating molecular graphs is crucial in drug design and discovery but remains challenging due to the complex interdependencies between nodes and edges. While diffusion models have demonstrated their potentiality in mol…

Drug DesignGraph GenerationMolecular Graph Generation

GLMNet: Graph Learning-Matching Networks for Feature Matching

2019-11-18 · Bo Jiang, Pengfei Sun, Jin Tang, Bin Luo

Recently, graph convolutional networks (GCNs) have shown great potential for the task of graph matching. It can integrate graph node feature embedding, node-wise affinity learning and matching optimization together in a …

Graph LearningGraph MatchingTask 2