中文
相关论文

相关论文: Beyond Triangles: A Distributed Framework for Esti…

200 篇论文

We present a novel distributed algorithm for counting all four-node induced subgraphs in a big graph. These counts, called the $4$-profile, describe a graph's connectivity properties and have found several uses ranging from bioinformatics…

社会与信息网络 · 计算机科学 2016-04-05 Ethan R. Elenberg , Karthikeyan Shanmugam , Michael Borokhovich , Alexandros G. Dimakis

Big graphs (networks) arising in numerous application areas pose significant challenges for graph analysts as these graphs grow to billions of nodes and edges and are prohibitively large to fit in the main memory. Finding the number of…

分布式、并行与集群计算 · 计算机科学 2017-06-19 Shaikh Arifuzzaman , Maleq Khan , Madhav Marathe

Estimating the number of triangles in graph streams using a limited amount of memory has become a popular topic in the last decade. Different variations of the problem have been studied, depending on whether the graph edges are provided in…

数据结构与算法 · 计算机科学 2015-07-15 Laurent Bulteau , Vincent Froese , Konstantin Kutzkov , Rasmus Pagh

In this paper, we consider the problems from the area of sublinear-time algorithms of edge sampling, edge counting, and triangle counting. Part of our contribution is that we consider three different settings, differing in the way in which…

数据结构与算法 · 计算机科学 2022-04-13 Jakub Tětek , Mikkel Thorup

Pattern counting in graphs is a fundamental primitive for many network analysis tasks, and a number of methods have been developed for scaling subgraph counting to large graphs. Many real-world networks carry a natural notion of strength of…

社会与信息网络 · 计算机科学 2019-10-03 Raunak Kumar , Paul Liu , Moses Charikar , Austin R. Benson

Counting the frequency of small subgraphs is a fundamental technique in network analysis across various domains, most notably in bioinformatics and social networks. The special case of triangle counting has received much attention. Getting…

数据结构与算法 · 计算机科学 2014-11-19 Madhav Jha , C. Seshadhri , Ali Pinar

Counting triangles in a graph and incident to each vertex is a fundamental and frequently considered task of graph analysis. We consider how to efficiently do this for huge graphs using massively parallel distributed-memory machines.…

分布式、并行与集群计算 · 计算机科学 2023-07-24 Peter Sanders , Tim Niklas Uhl

Finding, counting and/or listing triangles (three vertices with three edges) in large graphs are natural fundamental problems, which received recently much attention because of their importance in complex network analysis. We provide here a…

数据结构与算法 · 计算机科学 2007-05-23 Matthieu Latapy

The number of triangles in a graph is a fundamental metric, used in social network analysis, link classification and recommendation, and more. Driven by these applications and the trend that modern graph datasets are both large and dynamic,…

数据库 · 计算机科学 2013-08-12 Kanat Tangwongsan , A. Pavan , Srikanta Tirthapura

We study the problem of estimating the number of triangles in a graph stream. No streaming algorithm can get sublinear space on all graphs, so methods in this area bound the space in terms of parameters of the input graph such as the…

数据结构与算法 · 计算机科学 2019-04-18 John Kallaugher , Eric Price

We revisit the algorithmic problem of finding a triangle in a graph (\textsc{Triangle Detection}), and examine its relation to other problems such as \textsc{3Sum}, \textsc{Independent Set}, and \textsc{Graph Coloring}. We obtain several…

数据结构与算法 · 计算机科学 2024-02-13 Adrian Dumitrescu

Real-world graphs often manifest as a massive temporal stream of edges. The need for real-time analysis of such large graph streams has led to progress on low memory, one-pass streaming graph algorithms. These algorithms were designed for…

数据结构与算法 · 计算机科学 2014-10-16 Madhav Jha , C. Seshadhri , Ali Pinar

The number of triangles is a computationally expensive graph statistic which is frequently used in complex network analysis (e.g., transitivity ratio), in various random graph models (e.g., exponential random graph model) and in important…

数据结构与算法 · 计算机科学 2015-05-20 Mihail N. Kolountzakis , Gary L. Miller , Richard Peng , Charalampos E. Tsourakakis

Graphs and networks are used to model interactions in a variety of contexts. There is a growing need to quickly assess the characteristics of a graph in order to understand its underlying structure. Some of the most useful metrics are…

社会与信息网络 · 计算机科学 2014-12-02 Tamara G. Kolda , Ali Pinar , Todd Plantenga , C. Seshadhri , Christine Task

In graph sparsification, the goal has almost always been of {global} nature: compress a graph into a smaller subgraph ({sparsifier}) that maintains certain features of the original graph. Algorithms can then run on the sparsifier, which in…

数据结构与算法 · 计算机科学 2021-05-06 Shay Solomon

For a graph G, let p_i(G), i=0,...,3 be the probability that three distinct random vertices span exactly i edges. We call (p_0(G),...,p_3(G)) the 3-local profile of G. We investigate the set ${\cal S}_3 \subset \mathbb R^4$ of all vectors…

组合数学 · 数学 2013-12-10 Hao Huang , Nati Linial , Humberto Naves , Yuval Peled , Benny Sudakov

Given a graph stream, how can we estimate the number of triangles in it using multiple machines with limited storage? Specifically, how should edges be processed and sampled across the machines for rapid and accurate estimation? The count…

数据库 · 计算机科学 2021-03-02 Kijung Shin , Euiwoong Lee , Jinoh Oh , Mohammad Hammoud , Christos Faloutsos

In the last decade, subgraph detection and enumeration have emerged as a central problem in distributed graph algorithms. This is largely due to the theoretical challenges and practical applications of these problems. In this paper, we…

分布式、并行与集群计算 · 计算机科学 2026-02-23 Duncan Adamson , Will Rosenbaum , Paul G. Spirakis

Graphlets are induced subgraphs of a large network and are important for understanding and modeling complex networks. Despite their practical importance, graphlets have been severely limited to applications and domains with relatively small…

社会与信息网络 · 计算机科学 2017-03-01 Ryan A. Rossi , Rong Zhou , Nesreen K. Ahmed

Traditional frameworks for dynamic graphs have relied on processing only the stream of edges added into or deleted from an evolving graph, but not any additional related information such as the degrees or neighbor lists of nodes incident to…

社会与信息网络 · 计算机科学 2018-03-01 Guyue Han , Harish Sethu
‹ 上一页 1 2 3 10 下一页 ›