English

An Optimized Union-Find Algorithm for Connected Components Labeling Using GPUs

Computer Vision and Pattern Recognition 2017-08-30 v2

Abstract

In this paper, we report an optimized union-find (UF) algorithm that can label the connected components on a 2D image efficiently by employing the GPU architecture. The proposed method contains three phases: UF-based local merge, boundary analysis, and link. The coarse labeling in local merge reduces the number atomic operations, while the boundary analysis only manages the pixels on the boundary of each block. Evaluation results showed that the proposed algorithm speed up the average running time by more than 1.3X.

Keywords

Cite

@article{arxiv.1708.08180,
  title  = {An Optimized Union-Find Algorithm for Connected Components Labeling Using GPUs},
  author = {Jun Chen and Qiang Yao and Houari Sabirin and Keisuke Nonaka and Hiroshi Sankoh and Sei Naito},
  journal= {arXiv preprint arXiv:1708.08180},
  year   = {2017}
}