English

Online Partitioned Local Depth for semi-supervised applications

Machine Learning 2026-05-25 v2 Machine Learning

Abstract

We introduce an extension of the partitioned local depth (PaLD) algorithm that is adapted to online applications such as semi-supervised prediction. PaLD is best known for unsupervised, parameter-free clustering, but its robustness is based on triples of data points, making exact analysis computationally expensive. Research is ongoing to improve the scalability of the underlying discrete algorithm and expand the breath of PaLD's applications. The new algorithm we present, online PaLD, is well-suited to situations where it is possible to pre-compute a cohesion network from a reference dataset. After O(n3)O(n^3) steps to construct a queryable data structure, online PaLD can extend the cohesion network to a new data point in O(n2)O(n^2) time. Our approach complements previous speed up approaches based on approximation and parallelism. In practical terms, online PaLD makes larger datasets accessible to exact analysis with a relatively simple implementation. We present applications to online anomaly detection and semi-supervised classification for health-care datasets as initial illustrations of online PaLD's potential to expand applications of the PaLD framework.

Keywords

Cite

@article{arxiv.2512.15436,
  title  = {Online Partitioned Local Depth for semi-supervised applications},
  author = {John D. Foley and Justin T. Lee},
  journal= {arXiv preprint arXiv:2512.15436},
  year   = {2026}
}

Comments

Added theorem statements and refined results; 21 pages, 2 figures

R2 v1 2026-07-01T08:29:11.333Z