paper-with-me

Papers

Estimating the stability number of a random graph using convolutional neural networks

2024-07-10 · Randy Davila

Graph combinatorial optimization problems are widely applicable and notoriously difficult to compute; for example, consider the traveling salesman or facility location problems. In this paper, we explore the feasibility of using convolutional neural networks (CNNs) on graph images to predict the cardinality of combinatorial properties of random graphs and networks. Specifically, we use image representations of modified adjacency matrices of random graphs as training samples for a CNN model to predict the stability number of random graphs; where the stability number is the cardinality of a maximum set of vertices in a graph that contains no pairwise adjacency between vertices. The model and results presented in this study suggest potential for applying deep learning in combinatorial optimization problems previously not considered by simple deep learning techniques.

📄 PDF Abstract BibTeX arXiv:2407.07827

Code (1)

RandyRDavila/Estimating-the-stability-number-of-a-random-graph-using-convolutional-neural-networks 공식 구현

Tasks

Combinatorial OptimizationDeep Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Convergence and Stability of Graph Convolutional Networks on Large Random Graphs

2020-06-02 · NeurIPS 2020 12 · Nicolas Keriven, Alberto Bietti, Samuel Vaiter

We study properties of Graph Convolutional Networks (GCNs) by analyzing their behavior on standard models of random graphs, where nodes are represented by random latent variables and edges are drawn according to a simila…

valid

Stability of Graph Convolutional Neural Networks through the lens of small perturbation analysis

2023-12-20 · Lucia Testa, Claudio Battiloro, Stefania Sardellitti, Sergio Barbarossa

In this work, we study the problem of stability of Graph Convolutional Neural Networks (GCNs) under random small perturbations in the underlying graph topology, i.e. under a limited number of insertions or deletions of e…

Stability of Graph Convolutional Neural Networks to Stochastic Perturbations

2021-06-19 · Zhan Gao, Elvin Isufi, Alejandro Ribeiro

Graph convolutional neural networks (GCNNs) are nonlinear processing tools to learn representations from network data. A key property of GCNNs is their stability to graph perturbations. Current analysis considers determi…

On the Stability of Low Pass Graph Filter With a Large Number of Edge Rewires

2021-10-14 · Hoang-Son Nguyen, Yiran He, Hoi-To Wai

Recently, the stability of graph filters has been studied as one of the key theoretical properties driving the highly successful graph convolutional neural networks (GCNs). The stability of a graph filter characterizes t…

Stochastic Block Model

Graphlet Count Estimation via Convolutional Neural Networks

2018-10-07 · Xutong Liu, Yu-Zhen Janice Chen, John C. S. Lui, Konstantin Avrachenkov

Graphlets are defined as k-node connected induced subgraph patterns. For an undirected graph, 3-node graphlets include close triangle and open triangle. When k = 4, there are six types of graphlets, e.g., tailed-triangle…