Export Citations
Save this search
Please login to be able to save your searches and receive alerts for new content matching your search criteria.
- research-articleJune 2022
GraphZeppelin: Storage-Friendly Sketching for Connected Components on Dynamic Graph Streams
- David Tench,
- Evan West,
- Victor Zhang,
- Michael A. Bender,
- Abiyaz Chowdhury,
- J. Ahmed Dellas,
- Martin Farach-Colton,
- Tyler Seip,
- Kenny Zhang
SIGMOD '22: Proceedings of the 2022 International Conference on Management of DataPages 325–339https://doi.org/10.1145/3514221.3526146Finding the connected components of a graph is a fundamental problem with uses throughout computer science and engineering. The task of computing connected components becomes more difficult when graphs are very large, or when they are dynamic, meaning ...
- research-articleJune 2022
Anchored Densest Subgraph
SIGMOD '22: Proceedings of the 2022 International Conference on Management of DataPages 1200–1213https://doi.org/10.1145/3514221.3517890Given a graph, densest subgraph search reports a single subgraph that maximizes the density (i.e., average degree). To diversify the search results without imposing rigid constraints, this paper studies the problem of anchored densest subgraph search (...
- research-articleJune 2022
One Set to Cover All Maximal Cliques Approximately
SIGMOD '22: Proceedings of the 2022 International Conference on Management of DataPages 2006–2019https://doi.org/10.1145/3514221.3517881Maximal clique, the most cohesive structure in a graph, has a broad range of applications, e.g., community detection, bioinformatics, anomaly detection, and graph visualization. However, the sheer number of maximal cliques brings the challenge to fully ...
- research-articleJune 2022
On Scalable Computation of Graph Eccentricities
SIGMOD '22: Proceedings of the 2022 International Conference on Management of DataPages 904–916https://doi.org/10.1145/3514221.3517874Given a graph, eccentricity measures the distance from each node to its farthest node. Eccentricity indicates the centrality of each node and collectively encodes fundamental graph properties: the radius and the diameter --- the minimum and maximum ...
- research-articleJune 2022
Hunting Temporal Bumps in Graphs with Dynamic Vertex Properties
SIGMOD '22: Proceedings of the 2022 International Conference on Management of DataPages 874–888https://doi.org/10.1145/3514221.3517859Given a time interval and a graph where vertices exhibit a property of interest (PoI) dynamically, an interesting question is: where (i.e., which part of the graph) and when (i.e., which time sub-interval) does the PoI occur frequently? To our knowledge, ...
Efficient Algorithms for Maximal k-Biplex Enumeration
SIGMOD '22: Proceedings of the 2022 International Conference on Management of DataPages 860–873https://doi.org/10.1145/3514221.3517847Mining maximal subgraphs with cohesive structures from a bipartite graph has been widely studied. One important cohesive structure on bipartite graphs is k-biplex, where each vertex on one side disconnects at most k vertices on the other side. In this ...
- research-articleJune 2022
Scalable and Effective Bipartite Network Embedding
SIGMOD '22: Proceedings of the 2022 International Conference on Management of DataPages 1977–1991https://doi.org/10.1145/3514221.3517838Given a bipartite graph G consisting of inter-set weighted edges connecting the nodes in two disjoint sets U and V, bipartite network embedding (BNE) maps each node ui in U and vj in V to compact embedding vectors that capture the hidden topological ...
- research-articleJune 2022
A Convex-Programming Approach for Efficient Directed Densest Subgraph Discovery
SIGMOD '22: Proceedings of the 2022 International Conference on Management of DataPages 845–859https://doi.org/10.1145/3514221.3517837Given a directed graph G, the directed densest subgraph (DDS) problem refers to finding a subgraph from G, whose density is the highest among all subgraphs of G. The DDS problem is fundamental to a wide range of applications, such as fake follower ...