Theoretically efficient parallel graph algorithms can be fast and scalable
There has been significant recent interest in parallel graph processing due to the need to
quickly analyze the large graphs available today. Many graph codes have been designed …
quickly analyze the large graphs available today. Many graph codes have been designed …
A new scalable parallel DBSCAN algorithm using the disjoint-set data structure
DBSCAN is a well-known density based clustering algorithm capable of discovering
arbitrary shaped clusters and eliminating noise data. However, parallelization of DBSCAN is …
arbitrary shaped clusters and eliminating noise data. However, parallelization of DBSCAN is …
Computationally efficient distributed multi-sensor fusion with multi-Bernoulli filter
This paper proposes a computationally efficient algorithm for distributed fusion in a sensor
network in which multi-Bernoulli (MB) filters are locally running in every sensor node for …
network in which multi-Bernoulli (MB) filters are locally running in every sensor node for …
Connectit: A framework for static and incremental parallel graph connectivity algorithms
Connected components is a fundamental kernel in graph applications. The fastest existing
parallel multicore algorithms for connectivity are based on some form of edge sampling …
parallel multicore algorithms for connectivity are based on some form of edge sampling …
A simple and practical linear-work parallel algorithm for connectivity
Graph connectivity is a fundamental problem in computer science with many important
applications. Sequentially, connectivity can be done in linear work easily using breadth-first …
applications. Sequentially, connectivity can be done in linear work easily using breadth-first …
HY-DBSCAN: A hybrid parallel DBSCAN clustering algorithm scalable on distributed-memory computers
G Wu, L Cao, H Tian, W Wang - Journal of Parallel and Distributed …, 2022 - Elsevier
Dbscan is a density-based clustering algorithm which is well known for its ability to discover
clusters of arbitrary shape as well as to distinguish noise. As it is computationally expensive …
clusters of arbitrary shape as well as to distinguish noise. As it is computationally expensive …
Scalable parallel OPTICS data clustering using graph algorithmic techniques
OPTICS is a hierarchical density-based data clustering algorithm that discovers arbitrary-
shaped clusters and eliminates noise using adjustable reachability distance thresholds …
shaped clusters and eliminates noise using adjustable reachability distance thresholds …
Shortcutting label propagation for distributed connected components
Connected Components is a fundamental graph mining problem that has been studied for
the PRAM, MapReduce and BSP models. We present a simple CC algorithm for BSP that …
the PRAM, MapReduce and BSP models. We present a simple CC algorithm for BSP that …
An adaptive parallel algorithm for computing connected components
We present an efficient distributed memory parallel algorithm for computing connected
components in undirected graphs based on Shiloach-Vishkin's PRAM approach. We discuss …
components in undirected graphs based on Shiloach-Vishkin's PRAM approach. We discuss …
Pardicle: Parallel approximate density-based clustering
DBSCAN is a widely used is density-based clustering algorithm for particle data well-known
for its ability to isolate arbitrarily-shaped clusters and to filter noise data. The algorithm is …
for its ability to isolate arbitrarily-shaped clusters and to filter noise data. The algorithm is …