Difference between revisions of "GPU accelerated FEM for simulation and segmentation"

From NAMIC Wiki
Jump to: navigation, search
 
(36 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
<gallery>
 
<gallery>
 
Image:PW2009-v3.png|[[2009_Summer_Project_Week|Project Week Main Page]]
 
Image:PW2009-v3.png|[[2009_Summer_Project_Week|Project Week Main Page]]
 +
Image:FEM_deform.png|[[FEM deformation]]
 +
Image:Fem_slicer.png|[[Elastic deformation results on Slicer]]
 +
Image:Fem_cuda.png|[[FEM Comutation time on GPU]]
 
</gallery>
 
</gallery>
 
  
 
==Key Investigators==
 
==Key Investigators==
Line 33: Line 35:
  
 
<h3>Progress</h3>
 
<h3>Progress</h3>
Under writing...
+
We have got the following results through this project week
 +
* The FEM-based deformation library was implemented on the Slicer framework.
 +
* Elastic deformation results were confirmed using sample data.
 +
* CUBLAS library enables interactive update of the stiffness matrix for tetrahedral meshes with 2000 vertices
  
 
</div>
 
</div>
 +
 +
==References==
 +
* M. Nakao and K. Minato, "Physics-based Interactive Volume Manipulation for Sharing Surgical Process", IEEE Trans. on Information Technology in Biomedicine, 2009. (in press)
 +
* H. K. W. Cecilia, M. Nakao and K. Minato, "Automated Volume Sampling Optimization for Direct Volume Manipulation in Patient-specific Surgical Simulation", IEEE International Symposium on Biomedical Imaging, June 2009. (To appear)
 +
* M. Nakao, S. Yano, T. Matsuyuki, T. Kawamoto and M. Kotaro, "Interactive Volume Manipulation for Supporting Preoperative Planning", Stud. Health Tech. Inform. (MMVR), Vol. 125, pp. 316-321, Jan. 2008.
 +
* M. Nakao, A. Kawashima, K. Minato, M. Kokubo, "Simulating Lung Tumor Motion for Dynamic Tumor-Tracking Irradiation", IEEE Nuclear Science Symposium and Medical Imaging Conference, pp. 4549-4551, Oct. 2007.
 +
* M. Nakao, T. Kuroda, M. Komori, H. Oyama, K. Minato and T. Takahashi, "Transferring Bioelasticity Knowledge through Haptic Interaction", IEEE Multimedia, Vol. 13, No. 3, pp.50-60, Jul. 2006.
 +
* http://kotaro.naist.jp/~meg/eindex.html (My homepage)
 +
 
</div>
 
</div>

Latest revision as of 22:33, 25 June 2009

Home < GPU accelerated FEM for simulation and segmentation

Key Investigators

  • Megumi Nakao and Nobuhiko Hata

Objective

We are developing a fast FEM-based mesh deformation library for interactive simulation and segmentation. The goal in this project week is summarized as

  • integrate linear FEM-based deformation algo into the slicer
  • perform deformation on specific data
  • implement GPU-based acceleration for real-time deformation

Approach, Plan

  • integrate a liner FEM solver(original C++ source) into the 3D slicer framework.
  • make tetrahedral meshes from medical images and set up physical conditions. Other mesh formats, points and surface models will be probablly accepted.
  • evaluate some deformation results qualitatively and improve the simulation.
  • try GPU-based acceleration by modifying the linear equation solver using CUBLAS library.

Progress

We have got the following results through this project week

  • The FEM-based deformation library was implemented on the Slicer framework.
  • Elastic deformation results were confirmed using sample data.
  • CUBLAS library enables interactive update of the stiffness matrix for tetrahedral meshes with 2000 vertices

References

  • M. Nakao and K. Minato, "Physics-based Interactive Volume Manipulation for Sharing Surgical Process", IEEE Trans. on Information Technology in Biomedicine, 2009. (in press)
  • H. K. W. Cecilia, M. Nakao and K. Minato, "Automated Volume Sampling Optimization for Direct Volume Manipulation in Patient-specific Surgical Simulation", IEEE International Symposium on Biomedical Imaging, June 2009. (To appear)
  • M. Nakao, S. Yano, T. Matsuyuki, T. Kawamoto and M. Kotaro, "Interactive Volume Manipulation for Supporting Preoperative Planning", Stud. Health Tech. Inform. (MMVR), Vol. 125, pp. 316-321, Jan. 2008.
  • M. Nakao, A. Kawashima, K. Minato, M. Kokubo, "Simulating Lung Tumor Motion for Dynamic Tumor-Tracking Irradiation", IEEE Nuclear Science Symposium and Medical Imaging Conference, pp. 4549-4551, Oct. 2007.
  • M. Nakao, T. Kuroda, M. Komori, H. Oyama, K. Minato and T. Takahashi, "Transferring Bioelasticity Knowledge through Haptic Interaction", IEEE Multimedia, Vol. 13, No. 3, pp.50-60, Jul. 2006.
  • http://kotaro.naist.jp/~meg/eindex.html (My homepage)