location: Current position: Home >> Scientific Research >> Paper Publications

Binary Image Segmentation based on Optimized Parallel K-means

Hits:

Indexed by:会议论文

Date of Publication:2015-04-09

Included Journals:EI、CPCI-S、Scopus

Volume:9631

Key Words:Binary image segmentation; K-means; GPU; CUDA

Abstract:K-means is a classic unsupervised learning clustering algorithm. In theory, it can work well in the field of image segmentation. But compared with other segmentation algorithms, this algorithm needs much more computation, and segmentation speed is slow. This limits its application. With the emergence of general-purpose computing on the GPU and the release of CUDA, some scholars try to implement K-means algorithm in parallel on the GPU, and applied to image segmentation at the same time. They have achieved some results, but the approach they use is not completely parallel, not take full advantage of GPU's super computing power. K-means algorithm has two core steps: label and update, in current parallel realization of K-means, only labeling is parallel, update operation is still serial. In this paper, both of the two steps in K-means will be parallel to improve the degree of parallelism and accelerate this algorithm. Experimental results show that this improvement has reached a much quicker speed than the previous research.

Pre One:软件工程教学中关于抽象思维和形象思维能力培养的思考

Next One:A Fault Diagnosis Method for Rolling Bearing Based on Data Stream Analysis by EMD&VAR