paper-with-me

홈 › Papers

DBSCAN in domains with periodic boundary conditions

2025-01-28 · Xander M. de Wit, Alessandro Gabbana

Many scientific problems involve data that is embedded in a space with periodic boundary conditions. This can for instance 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 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, such that 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(N\log N)$. 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 we make publicly available.

📄 PDF Abstract BibTeX arXiv:2501.16894

Code (1)

xanderdw/pbc-dbscan 공식 구현

Tasks

Clustering

Similar Papers 제목 키워드 기반

A Method for Representing Periodic Functions and Enforcing Exactly Periodic Boundary Conditions with Deep Neural Networks

2020-07-15 · Suchuan Dong, Naxian Ni

We present a simple and effective method for representing periodic functions and enforcing exactly the periodic boundary conditions for solving differential equations with deep neural networks (DNN). The method stems fro…

BEKAN: Boundary condition-guaranteed evolutionary Kolmogorov-Arnold networks with radial basis functions for solving PDE problems

2025-10-03 · Bongseok Kim, Jiahao Zhang, Guang Lin arxiv

Deep learning has gained attention for solving PDEs, but the black-box nature of neural networks hinders precise enforcement of boundary conditions. To address this, we propose a boundary condition-guaranteed evolutionar…

Theory of periodic convolutional neural network

2025-09-23 · Yuqing Liu arxiv

We introduce a novel convolutional neural network architecture, termed the \emph{periodic CNN}, which incorporates periodic boundary conditions into the convolutional layers. Our main theoretical contribution is a rigoro…

Blind Ptychography by Douglas-Rachford Splitting

2018-08-26 · A. Fannjiang, Z. Zhang

Blind ptychography is the scanning version of coherent diffractive imaging which seeks to recover both the object and the probe simultaneously. Based on alternating minimization by Douglas-Rachford splitting, AMDRS is a …

Mixture of neural operator experts for learning boundary conditions and model selection

2025-02-06 · Dwyer Deighan, Jonas A. Actor, Ravi G. Patel

While Fourier-based neural operators are best suited to learning mappings between functions on periodic domains, several works have introduced techniques for incorporating non trivial boundary conditions. However, all pr…

Mixture-of-ExpertsModel SelectionVariational Inference