中文
相关论文

相关论文: Computation of K-Core Decomposition on Giraph

200 篇论文

Inspired by the success of Google's Pregel, many systems have been developed recently for iterative computation over big graphs. These systems provide a user-friendly vertex-centric programming interface, where a programmer only needs to…

分布式、并行与集群计算 · 计算机科学 2016-01-22 Da Yan , Yuzhen Huang , James Cheng , Huanhuan Wu

Graph Neural Networks (GNNs) are gaining extensive attention for their application in graph data. However, the black-box nature of GNNs prevents users from understanding and trusting the models, thus hampering their applicability. Whereas…

机器学习 · 计算机科学 2023-05-23 Qizhang Feng , Ninghao Liu , Fan Yang , Ruixiang Tang , Mengnan Du , Xia Hu

In recent years, countless research papers have addressed the topics of knowledge graph creation, extension, or completion in order to create knowledge graphs that are larger, more correct, or more diverse. This research is typically…

人工智能 · 计算机科学 2023-08-22 Nicolas Heist , Sven Hertling , Heiko Paulheim

The k-shell decomposition of a random graph provides a different and more insightful separation of the roles of the different nodes in such a graph than does the usual analysis in terms of node degrees. We develop this approach in order to…

无序系统与神经网络 · 物理学 2007-06-23 Shai Carmi , Shlomo Havlin , Scott Kirkpatrick , Yuval Shavitt , Eran Shir

Abstraction and refinement is widely used in software development. Such techniques are valuable since they allow to handle even more complex systems. One key point is the ability to decompose a large system into subsystems, analyze those…

软件工程 · 计算机科学 2015-06-12 Eike Möhlmann , Oliver Theel

Graph decompositions are the natural generalisation of tree decompositions where the decomposition tree is replaced by a genuine graph. Recently they found theoretical applications in the theory of sparsity, topological graph theory,…

离散数学 · 计算机科学 2023-12-20 Johannes Carmesin , Sarah Frenkel

Large networks are useful in a wide range of applications. Sometimes problem instances are composed of billions of entities. Decomposing and analyzing these structures helps us gain new insights about our surroundings. Even if the final…

Multilayer networks are a powerful paradigm to model complex systems, where multiple relations occur between the same entities. Despite the keen interest in a variety of tasks, algorithms, and analyses in this type of network, the problem…

数据结构与算法 · 计算机科学 2019-11-18 Edoardo Galimberti , Francesco Bonchi , Francesco Gullo , Tommaso Lanciano

Past decade has seen the development of many shared-memory graph processing frameworks, intended to reduce the effort of developing high performance parallel applications. However many of these frameworks, based on Vertex-centric or…

分布式、并行与集群计算 · 计算机科学 2019-11-21 Kartik Lakhotia , Sourav Pati , Rajgopal Kannan , Viktor Prasanna

Finding k disjoint paths (kDP) is a fundamental problem in graph analysis. For vertices s and t, paths from s to t are said to be disjoint if any two of them share no common vertex except s and t. In practice, disjoint paths are widely…

数据库 · 计算机科学 2025-02-25 Zhiqiu Yuan , Youhuan Li , Lei Zou , Linglin Yang

For a pair of positive parameters $D,\chi$, a partition ${\cal P}$ of the vertex set $V$ of an $n$-vertex graph $G = (V,E)$ into disjoint clusters of diameter at most $D$ each is called a $(D,\chi)$ network decomposition, if the supergraph…

数据结构与算法 · 计算机科学 2016-02-18 Michael Elkin , Ofer Neiman

The in-memory graph layout or organization has a considerable impact on the time and energy efficiency of distributed memory graph computations. It affects memory locality, inter-task load balance, communication time, and overall memory…

分布式、并行与集群计算 · 计算机科学 2017-01-04 George M Slota , Sivasankaran Rajamanickam , Kamesh Madduri

We consider Gallai's graph Modular Decomposition theory for network analytics. On the one hand, by arguing that this is a choice tool for understanding structural and functional similarities among nodes in a network. On the other, by…

离散数学 · 计算机科学 2018-12-04 Carenne Ludena , Miguel mendez , Nicolas Bolivar

Core decomposition is a well-established graph mining problem with various applications that involves partitioning the graph into hierarchical subgraphs. Solutions to this problem have been developed using both bottom-up and top-down…

分布式、并行与集群计算 · 计算机科学 2024-02-26 Chen Zhao , Ting Yu , Zhigao Zheng , Song Jin , Jiawei Jiang , Bo Du , Dacheng Tao

As networks continue to increase in size, current methods must be capable of handling large numbers of nodes and edges in order to be practically relevant. Instead of working directly with the entire (large) network, analyzing sub-networks…

社会与信息网络 · 计算机科学 2025-04-03 Eric Yanchenko

A satisfactory understanding of information processing in spiking neural networks requires appropriate computational abstractions of neural activity. Traditionally, the neural population state vector has been the most common abstraction…

神经与进化计算 · 计算机科学 2023-06-30 Bradley H. Theilman , Felix Wang , Fred Rothganger , James B. Aimone

Graph generative models are essential across diverse scientific domains by capturing complex distributions over relational data. Among them, graph diffusion models achieve superior performance but face inefficient sampling and limited…

机器学习 · 计算机科学 2025-06-17 Yiming Qin , Manuel Madeira , Dorina Thanou , Pascal Frossard

Deep graph clustering, which aims to group the nodes of a graph into disjoint clusters with deep neural networks, has achieved promising progress in recent years. However, the existing methods fail to scale to the large graph with million…

机器学习 · 计算机科学 2023-07-17 Yue Liu , Ke Liang , Jun Xia , Sihang Zhou , Xihong Yang , Xinwang Liu , Stan Z. Li

Recent research on pattern discovery has progressed from mining frequent patterns and sequences to mining structured patterns, such as trees and graphs. Graphs as general data structure can model complex relations among data with wide…

数据库 · 计算机科学 2013-12-17 Ghazi Al-Naymat

The increasing complexity of the software/hardware stack of modern supercomputers results in explosion of parameters. The performance analysis becomes a truly experimental science, even more challenging in the presence of massive…

分布式、并行与集群计算 · 计算机科学 2015-07-27 Jesun Sahariar Firoz , Thejaka Amila Kanewala , Marcin Zalewski , Martina Barnas , Andrew Lumsdaine