![]() |
个人信息Personal Information
副教授
博士生导师
硕士生导师
任职 : 本科教学管理办公室主任
性别:男
毕业院校:哈尔滨工业大学
学位:博士
所在单位:软件学院、国际信息与软件学院
学科:软件工程. 计算机系统结构
办公地点:大连市开发区图强街321号大连理工大学软件学院综合楼423室
联系方式:0411-62274417
电子邮箱:wang_jie@dlut.edu.cn
MRI Image Segmentation Based on a GPU Shortest Path Algorithm
点击次数:
论文类型:会议论文
发表时间:2015-01-01
收录刊物:CPCI-S
页面范围:1-4
关键字:CUDA; shortest path algorithm; medical image segmentation
摘要:Dijkstra algorithm can be adopted to distinguish different parts of boundaries in medical image segmentation problem, which can be a reference for further segmentation operation. However, classical Dijkstra algorithm can hardly adapt to real time image segmentation problem owing to its exponentially O(n(2)) computing complexity, especially for the increasing number of nodes. In this paper, we designed and implemented a parallel shortest path algorithm accelerated by GPU for medical image segmentation problem. A dynamic relax approach is presented to optimize classical Dijkstra algorithm. Therefore, the new parallel Dijkstra algorithm can be easily applied to CUDA parallel framework without concerning about GPU hardware and CUDA optimize details. Two experiments have been conducted to evaluate the algorithm performance. The results show that our new Dijkstra algorithm can get 8 speedup for 4096 points compared with the classical Dijkstra algorithm. Besides, an impressing result with two speed up for 128*128 points problems is demonstrated in parallel Dijkstra compared with parallel Moore. In conclusion, the new parallel Dijkstra algorithm can significantly improve the real-time performance of image segmentation.