中文
相关论文

相关论文: The Bron-Kerbosch Algorithm with Vertex Ordering i…

200 篇论文

In this paper, we study the maximum clique problem on hyperbolic random graphs. A hyperbolic random graph is a mathematical model for analyzing scale-free networks since it effectively explains the power-law degree distribution of…

数据结构与算法 · 计算机科学 2023-06-30 Eunjin Oh , Seunghyeok Oh

We propose an unsupervised approach for learning vertex orderings for the maximum clique problem by framing it within a permutation-based framework. We transform the combinatorial constraints into geometric relationships such that the…

机器学习 · 计算机科学 2025-03-31 Yimeng Min , Carla P. Gomes

The maximum clique problem is a well known NP-Hard problem with applications in data mining, network analysis, information retrieval and many other areas related to the World Wide Web. There exist several algorithms for the problem with…

数据结构与算法 · 计算机科学 2014-12-01 Bharath Pattabiraman , Md. Mostofa Ali Patwary , Assefaw H. Gebremedhin , Wei-keng Liao , Alok Choudhary

We implement a new algorithm for listing all maximal cliques in sparse graphs due to Eppstein, L\"offler, and Strash (ISAAC 2010) and analyze its performance on a large corpus of real-world graphs. Our analysis shows that this algorithm is…

数据结构与算法 · 计算机科学 2011-03-03 David Eppstein , Darren Strash

There are many methods to find a maximum (or maximal) clique in large networks. Due to the nature of combinatorics, computation becomes exponentially expensive as the number of vertices in a graph increases. Thus, there is a need for…

社会与信息网络 · 计算机科学 2022-07-27 S. Y. Chan , K. Morgan , J. Ugon

Mining cohesive subgraphs in attributed graphs is an essential problem in the domain of graph data analysis. The integration of fairness considerations significantly fuels interest in models and algorithms for mining fairness-aware cohesive…

数据库 · 计算机科学 2023-12-08 Qi Zhang , Rong-Hua Li , Zifan Zheng , Hongchao Qin , Ye Yuan , Guoren Wang

$k$-defective cliques relax cliques by allowing up-to $k$ missing edges from being a complete graph. This relaxation enables us to find larger near-cliques and has applications in link prediction, cluster detection, social network analysis…

数据结构与算法 · 计算机科学 2023-09-07 Lijun Chang

Suppose that a graph is realized from a stochastic block model where one of the blocks is of interest, but many or all of the vertices' block labels are unobserved. The task is to order the vertices with unobserved block labels into a…

机器学习 · 统计学 2015-11-18 D. E. Fishkind , V. Lyzinski , H. Pao , L. Chen , C. E. Priebe

Cohesive subgraph mining on attributed graphs is a fundamental problem in graph data analysis. Existing cohesive subgraph mining algorithms on attributed graphs do not consider the fairness of attributes in the subgraph. In this paper, we,…

数据库 · 计算机科学 2022-05-18 Qi Zhang , Rong-Hua Li , Minjia Pan , Yongheng Dai , Qun Tian , Guoren Wang

Combinatorial optimization problems are notoriously challenging for neural networks, especially in the absence of labeled instances. This work proposes an unsupervised learning framework for CO problems on graphs that can provide integral…

机器学习 · 计算机科学 2021-03-09 Nikolaos Karalias , Andreas Loukas

The maximum edge-weight clique problem is to find a clique whose sum of edge-weight is the maximum for a given edge-weighted undirected graph. The problem is NP-hard and some branch-and-bound algorithms have been proposed. In this paper, we…

数据结构与算法 · 计算机科学 2018-10-25 Satoshi Shimizu , Kazuaki Yamaguchi , Sumio Masuda

Combinatorial optimization problems arise in a wide range of applications from diverse domains. Many of these problems are NP-hard and designing efficient heuristics for them requires considerable time and experimentation. On the other…

数据结构与算法 · 计算机科学 2020-01-07 Juho Lauri , Sourav Dutta , Marco Grassia , Deepak Ajwani

In this work, we study the maximum matching problem from the perspective of sensitivity. The sensitivity of an algorithm $A$ on a graph $G$ is defined as the maximum Wasserstein distance between the output distributions of $A$ on $G$ and on…

数据结构与算法 · 计算机科学 2025-11-24 Yuichi Yoshida , Zihan Zhang

The Steiner $k$-eccentricity of a vertex $v$ of a graph $G$ is the maximum Steiner distance over all $k$-subsets of $V (G)$ which contain $v$. A linear time algorithm for calculating the Steiner $k$-eccentricity of a vertex on block graphs…

组合数学 · 数学 2021-12-03 Xingfu Li , Guihai Yu , Aleksandar Ilić , Sandi Klavžar

A $k$-defective clique is a relaxation of the traditional clique definition, allowing up to $k$ missing edges. This relaxation is crucial in various real-world applications such as link prediction, community detection, and social network…

数据结构与算法 · 计算机科学 2025-12-12 Jihoon Jang , Yehyun Nam , Kunsoo Park , Hyunjoon Kim

We propose and study a hierarchical algorithm to generate graphs having a predetermined distribution of cliques, the fully connected subgraphs. The construction mechanism may be either random or incorporate preferential attachment. We…

物理与社会 · 物理学 2009-11-13 Gregor Kaczor , Claudius Gros

Cluster analysis plays an important role in decision making process for many knowledge-based systems. There exist a wide variety of different approaches for clustering applications including the heuristic techniques, probabilistic models,…

人工智能 · 计算机科学 2017-03-09 Kayvan Bijari , Hadi Zare , Hadi Veisi , Hossein Bobarshad

The minimum degree algorithm is one of the most widely-used heuristics for reducing the cost of solving large sparse systems of linear equations. It has been studied for nearly half a century and has a rich history of bridging techniques…

数据结构与算法 · 计算机科学 2023-04-11 Robert Cummings , Matthew Fahrbach , Animesh Fatehpuria

Many modern clustering methods scale well to a large number of data items, N, but not to a large number of clusters, K. This paper introduces PERCH, a new non-greedy algorithm for online hierarchical clustering that scales to both massive N…

机器学习 · 计算机科学 2017-04-07 Ari Kobren , Nicholas Monath , Akshay Krishnamurthy , Andrew McCallum

The branching algorithm is a fundamental technique for designing fast exponential-time algorithms to solve combinatorial optimization problems exactly. It divides the entire solution space into independent search branches using…

最优化与控制 · 数学 2024-12-11 Xuan-Zhao Gao , Yi-Jia Wang , Pan Zhang , Jin-Guo Liu