中文
相关论文

相关论文: WRS: Waiting Room Sampling for Accurate Triangle C…

200 篇论文

A streaming model is one where data items arrive over long period of time, either one item at a time or in bursts. Typical tasks include computing various statistics over a sliding window of some fixed time-horizon. What makes the streaming…

数据结构与算法 · 计算机科学 2008-04-14 Vladimir Braverman , Rafail Ostrovsky , Carlo Zaniolo

We consider the fundamental problems of approximately counting the numbers of edges and triangles in a graph in sublinear time. Previous algorithms for these tasks are significantly more efficient under a promise that the arboricity of the…

数据结构与算法 · 计算机科学 2025-09-25 Talya Eden , Ronitt Rubinfeld , Arsen Vasilyan

How to enable efficient analytics over such data has been an increasingly important research problem. Given the sheer size of such social networks, many existing studies resort to sampling techniques that draw random nodes from an online…

社会与信息网络 · 计算机科学 2015-05-12 Zhuojie Zhou , Nan Zhang , Gautam Das

Algorithms for mining very large graphs, such as those representing online social networks, to discover the relative frequency of small subgraphs within them are of high interest to sociologists, computer scientists and marketeers alike.…

社会与信息网络 · 计算机科学 2017-06-16 Guyue Han , Harish Sethu

Many real-world scenarios involving streaming information can be represented as temporal graphs, where data flows through dynamic changes in edges over time. Anomaly detection in this context has the objective of identifying unusual…

机器学习 · 计算机科学 2025-12-01 Simone Mungari , Albert Bifet , Giuseppe Manco , Bernhard Pfahringer

We revisit the well-studied problem of triangle count estimation in graph streams. Given a graph represented as a stream of $m$ edges, our aim is to compute a $(1\pm\varepsilon)$-approximation to the triangle count $T$, using a small space…

数据结构与算法 · 计算机科学 2020-03-31 Suman K. Bera , C. Seshadhri

We consider the problem of estimating the number of triangles in a graph. This problem has been extensively studied in both theory and practice, but all existing algorithms read the entire graph. In this work we design a {\em…

数据结构与算法 · 计算机科学 2016-11-17 Talya Eden , Amit Levi , Dana Ron , C. Seshadhri

Suppose we wish to estimate $\#H$, the number of copies of some small graph $H$ in a large streaming graph $G$. There are many algorithms for this task when $H$ is a triangle, but just a few that apply to arbitrary $H$. Here we focus on one…

数据结构与算法 · 计算机科学 2023-02-24 Shirin Handjani , Douglas Jungreis , Mark Tiefenbruck

In this work, we present a comprehensive treatment of weighted random sampling (WRS) over data streams. More precisely, we examine two natural interpretations of the item weights, describe an existing algorithm for each case ([2, 4]),…

数据结构与算法 · 计算机科学 2015-07-29 Pavlos S. Efraimidis

In real-time rendering, a 3D scene is modelled with meshes of triangles that the GPU projects to the screen. They are discretized by sampling each triangle at regular space intervals to generate fragments which are then added texture and…

硬件体系结构 · 计算机科学 2022-02-23 Martí Anglada , Enrique de Lucas , Joan-Manuel Parcerisa , Juan L. Aragón , Antonio González

Bipartite networks manifest as a stream of edges that represent transactions, e.g., purchases by retail customers. Many machine learning applications employ neighborhood-based measures to characterize the similarity among the nodes, such as…

社会与信息网络 · 计算机科学 2018-05-09 Nesreen K. Ahmed , Nick Duffield , Liangzhen Xia

We study the problem of approximately simulating a $t$-step random walk on a graph where the input edges come from a single-pass stream. The straightforward algorithm using reservoir sampling needs $O(nt)$ words of memory. We show that this…

数据结构与算法 · 计算机科学 2020-01-03 Ce Jin

Efficient learning from streaming data is important for modern data analysis due to the continuous and rapid evolution of data streams. Despite significant advancements in stream pattern mining, challenges persist, particularly in managing…

机器学习 · 计算机科学 2024-11-04 Lamine Diop , Marc Plantevit , Arnaud Soulet

Triangle counting in hypergraph streams, including both hyper-vertex and hyper-edge triangles, is a fundamental problem in hypergraph analytics, with broad applications. However, existing methods face two key limitations: (i) an incomplete…

数据结构与算法 · 计算机科学 2025-09-03 Lingkai Meng , Long Yuan , Xuemin Lin , Wenjie Zhang , Ying Zhang

We consider the problem of finding a minimum cut of a weighted graph presented as a single-pass stream. While graph sparsification in streams has been intensively studied, the specific application of finding minimum cuts in streams is less…

数据结构与算法 · 计算机科学 2024-12-09 Matthew Ding , Alexandro Garces , Jason Li , Honghao Lin , Jelani Nelson , Vihan Shah , David P. Woodruff

We develop a new algorithmic technique that allows to transfer some constant time approximation algorithms for general graphs into random order streaming algorithms. We illustrate our technique by proving that in random order streams with…

数据结构与算法 · 计算机科学 2017-11-15 Pan Peng , Christian Sohler

Graphs are used to model interactions in a variety of contexts, and there is a growing need to quickly assess the structure of a graph. Some of the most useful graph metrics, especially those measuring social cohesion, are based on…

社会与信息网络 · 计算机科学 2014-04-22 C. Seshadhri , Ali Pinar , Tamara G. Kolda

We present a new neighbor sampling method on temporal graphs. In a temporal graph, predicting different nodes' time-varying properties can require the receptive neighborhood of various temporal scales. In this work, we propose the TNS…

社会与信息网络 · 计算机科学 2021-12-21 Yiwei Wang , Yujun Cai , Yuxuan Liang , Henghui Ding , Changhu Wang , Bryan Hooi

Structural balance theory studies stability in networks. Given a $n$-vertex complete graph $G=(V,E)$ whose edges are labeled positive or negative, the graph is considered \emph{balanced} if every triangle either consists of three positive…

数据结构与算法 · 计算机科学 2023-06-02 Vikrant Ashvinkumar , Sepehr Assadi , Chengyuan Deng , Jie Gao , Chen Wang

Counting the number of small subgraphs, called motifs, is a fundamental problem in social network analysis and graph mining. Many real-world networks are directed and temporal, where edges have timestamps. Motif counting in directed,…

社会与信息网络 · 计算机科学 2026-02-03 Yunjie Pan , Omkar Bhalerao , C. Seshadhri , Nishil Talati