Have a personal or library account? Click to login
DBSCAN in Domains with Periodic Boundary Conditions Cover

DBSCAN in Domains with Periodic Boundary Conditions

Open Access
|Aug 2025

Abstract

Many scientific problems involve data that is embedded in a space with periodic boundary conditions. For instance, this can be related to an inherent cyclic or rotational symmetry in the data or a spatially extended periodicity. When analyzing such data, well-tailored methods are needed to obtain efficient approaches that obey the periodic boundary conditions of the problem. In this work, we present a method for applying a clustering algorithm to data embedded in a periodic domain based on the Density-Based Spatial Clustering of Applications with Noise (DBSCAN) algorithm, a widely used unsupervised machine learning method that identifies clusters in data. The proposed method internally leverages the conventional DBSCAN algorithm for domains with open boundaries, and as such, it remains compatible with all optimized implementations for neighborhood searches in open domains. In this way, it retains the same optimized runtime complexity of O(NlogN). We demonstrate the workings of the proposed method using synthetic data in one, two and three dimensions and also apply it to a real-world example involving the clustering of bubbles in a turbulent flow. The proposed approach is implemented in a ready-to-use Python package that is publicly available.

DOI: https://doi.org/10.5334/jors.555 | Journal eISSN: 2049-9647
Language: English
Submitted on: Jan 24, 2025
|
Accepted on: Aug 4, 2025
|
Published on: Aug 8, 2025
Published by: Ubiquity Press
In partnership with: Paradigm Publishing Services
Publication frequency: 1 issue per year

© 2025 Xander M. de Wit, Alessandro Gabbana, published by Ubiquity Press
This work is licensed under the Creative Commons Attribution 4.0 License.