English

DynLP: Parallel Dynamic Batch Update for Label Propagation in Semi-Supervised Learning

Distributed, Parallel, and Cluster Computing 2026-04-09 v1 Machine Learning

Abstract

Semi-supervised learning aims to infer class labels using only a small fraction of labeled data. In graph-based semi-supervised learning, this is typically achieved through label propagation to predict labels of unlabeled nodes. However, in real-world applications, data often arrive incrementally in batches. Each time a new batch appears, reapplying the traditional label propagation algorithm to recompute all labels is redundant, computationally intensive, and inefficient. To address the absence of an efficient label propagation update method, we propose DynLP, a novel GPU-centric Dynamic Batched Parallel Label Propagation algorithm that performs only the necessary updates, propagating changes to the relevant subgraph without requiring full recalculation. By exploiting GPU architectural optimizations, our algorithm achieves on average 13x and upto 102x speedup on large-scale datasets compared to state-of-the-art approaches.

Keywords

Cite

@article{arxiv.2604.06596,
  title  = {DynLP: Parallel Dynamic Batch Update for Label Propagation in Semi-Supervised Learning},
  author = {S M Shovan and Arindam Khanda and S M Ferdous and Sajal K. Das and Mahantesh Halappanavar},
  journal= {arXiv preprint arXiv:2604.06596},
  year   = {2026}
}

Comments

To be published in the ACM International Conference on Supercomputing (ICS 2026)

R2 v1 2026-07-01T11:58:32.246Z