Skip to main content

Showing 1–5 of 5 results for author: Rodriguez, O A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2403.02997  [pdf, other

    cs.DS

    Cover Edge-Based Novel Triangle Counting

    Authors: David A. Bader, Fuhuan Li, Zhihui Du, Palina Pauliuchenka, Oliver Alvarado Rodriguez, Anant Gupta, Sai Sri Vastav Minnal, Valmik Nahata, Anya Ganeshan, Ahmet Gundogdu, Jason Lew

    Abstract: Listing and counting triangles in graphs is a key algorithmic kernel for network analyses, including community detection, clustering coefficients, k-trusses, and triangle centrality. In this paper, we propose the novel concept of a cover-edge set that can be used to find triangles more efficiently. Leveraging the breadth-first search (BFS) method, we can quickly generate a compact cover-edge set.… ▽ More

    Submitted 5 March, 2024; originally announced March 2024.

  2. arXiv:2311.02811  [pdf, other

    cs.DC cs.DS

    Contour Algorithm for Connectivity

    Authors: Zhihui Du, Oliver Alvarado Rodriguez, Fuhuan Li, Mohammad Dindoost, David A. Bader

    Abstract: Finding connected components in a graph is a fundamental problem in graph analysis. In this work, we present a novel minimum-map** based Contour algorithm to efficiently solve the connectivity problem. We prove that the Contour algorithm with two or higher order operators can identify all connected components of an undirected graph within $\mathcal{O}(\log d_{max})$ iterations, with each iterati… ▽ More

    Submitted 6 November, 2023; v1 submitted 5 November, 2023; originally announced November 2023.

    Comments: 30th IEEE International Conference on High Performance Computing, Data, and Analytics, Goa, India, December 2023

  3. arXiv:2309.09943  [pdf, other

    cs.DC

    Property Graphs in Arachne

    Authors: Oliver Alvarado Rodriguez, Fernando Vera Buschmann, Zhihui Du, David A. Bader

    Abstract: Analyzing large-scale graphs poses challenges due to their increasing size and the demand for interactive and user-friendly analytics tools. These graphs arise from various domains, including cybersecurity, social sciences, health sciences, and network sciences, where networks can represent interactions between humans, neurons in the brain, or malicious flows in a network. Exploring these large gr… ▽ More

    Submitted 18 September, 2023; originally announced September 2023.

    Comments: The 27th Annual IEEE High Performance Extreme Computing Conference (HPEC), Virtual, September 25-29, 2023

  4. arXiv:2308.04537  [pdf, other

    cs.DM cs.SI math.CO math.OC

    Community Detection in Hypergraphs via Mutual Information Maximization

    Authors: Jurgen Kritschgau, Daniel Kaiser, Oliver Alvarado Rodriguez, Ilya Amburg, Jessalyn Bolkema, Thomas Grubb, Fangfei Lan, Sepideh Maleki, Phil Chodrow, Bill Kay

    Abstract: The hypergraph community detection problem seeks to identify groups of related nodes in hypergraph data. We propose an information-theoretic hypergraph community detection algorithm which compresses the observed data in terms of community labels and community-edge intersections. This algorithm can also be viewed as maximum-likelihood inference in a degree-corrected microcanonical stochastic blockm… ▽ More

    Submitted 8 August, 2023; originally announced August 2023.

    Comments: Submitted

  5. arXiv:2210.00389  [pdf, other

    cs.DC cs.DS

    Triangle Counting Through Cover-Edges

    Authors: David A. Bader, Fuhuan Li, Anya Ganeshan, Ahmet Gundogdu, Jason Lew, Oliver Alvarado Rodriguez, Zhihui Du

    Abstract: Counting and finding triangles in graphs is often used in real-world analytics to characterize cohesiveness and identify communities in graphs. In this paper, we propose the novel concept of a cover-edge set that can be used to find triangles more efficiently. We use a breadth-first search (BFS) to quickly generate a compact cover-edge set. Novel sequential and parallel triangle counting algorithm… ▽ More

    Submitted 16 September, 2023; v1 submitted 1 October, 2022; originally announced October 2022.

    Comments: The 27th Annual IEEE High Performance Extreme Computing Conference (HPEC), Virtual, September 25-29, 2023. Graph Challenge Student Innovation Award

    ACM Class: F.2.2