paper-with-me

홈 › Papers

A Learning based Branch and Bound for Maximum Common Subgraph Problems

2019-05-15 · Yan-li Liu, Chu-min Li, Hua Jiang, Kun He

Branch-and-bound (BnB) algorithms are widely used to solve combinatorial problems, and the performance crucially depends on its branching heuristic.In this work, we consider a typical problem of maximum common subgraph (MCS), and propose a branching heuristic inspired from reinforcement learning with a goal of reaching a tree leaf as early as possible to greatly reduce the search tree size.Extensive experiments show that our method is beneficial and outperforms current best BnB algorithm for the MCS.

📄 PDF Abstract BibTeX arXiv:1905.05840

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

GLSearch: Maximum Common Subgraph Detection via Learning to Search

2020-02-08 · Yunsheng Bai, Derek Xu, Yizhou Sun, Wei Wang

Detecting the Maximum Common Subgraph (MCS) between two input graphs is fundamental for applications in drug synthesis, malware detection, cloud computing, etc. However, MCS computation is NP-hard, and state-of-the-art M…

Cloud ComputingGraph EmbeddingGraph MatchingGraph Neural Network+5

Hybrid Learning with New Value Function for the Maximum Common Subgraph Problem

2022-08-18 · Yanli Liu, Jiming Zhao, Chu-min Li, Hua Jiang 외

Maximum Common induced Subgraph (MCS) is an important NP-hard problem with wide real-world applications. Branch-and-Bound (BnB) is the basis of a class of efficient algorithms for MCS, consisting in successively selectin…

Reinforcement Learning (RL)

Learning to Search for Fast Maximum Common Subgraph Detection

2021-01-01 · Yunsheng Bai, Derek Qiang Xu, Yizhou Sun, Wei Wang

Detecting the Maximum Common Subgraph (MCS) between two input graphs is fundamental for applications in biomedical analysis, malware detection, cloud computing, etc. This is especially important in the task of drug desig…

Cloud ComputingDrug DesignGraph MatchingGraph Neural Network+2

A Survey on Machine Learning Solutions for Graph Pattern Extraction

2022-04-03 · Kai Siong Yow, Ningyi Liao, Siqiang Luo, Reynold Cheng 외

A subgraph is constructed by using a subset of vertices and edges of a given graph. There exist many graph properties that are hereditary for subgraphs. Hence, researchers from different communities have paid a great dea…

Community DetectionCommunity SearchSurvey

A Faster Branching Algorithm for the Maximum $k$-Defective Clique Problem

2024-07-23 · Chunyu Luo, Yi Zhou, Zhengren Wang, Mingyu Xiao

A $k$-defective clique of an undirected graph $G$ is a subset of its vertices that induces a nearly complete graph with a maximum of $k$ missing edges. The maximum $k$-defective clique problem, which asks for the largest…