Medical Imaging Technology
Online ISSN : 2185-3193
Print ISSN : 0288-450X
ISSN-L : 0288-450X
Volume 31, Issue 1
Displaying 1-15 of 15 articles from this issue
Main Topics/Fundamentals and Status of Image Reconstruction in Medical Imaging
Papers
  • Hideki SORAO, Rui XU, Yasushi HIRANO, Shoji KIDO
    2013 Volume 31 Issue 1 Pages 32-41
    Published: 2013
    Released on J-STAGE: February 14, 2013
    JOURNAL FREE ACCESS
    Supplementary material
    Due to the increase in the size of medical images, huge computational complexity is required for image analysis and feature extraction. In order to address this problem, parallelization of processing has become increasingly important in recent years. The Message Passing Interface (MPI) is a common library for developing parallel programs. High-speed processing can be realized using MPI, but it is necessary for programmers to consider how to split the data and how to process the data transmitted and received between CPUs. Programming therefore becomes more complicated. In previous research, a parallel programming interface based on MPI was developed, but the method employed in this previous research can only split simple arrays. In the field of medical imaging, the Insight Segmentation and Registration Toolkit (ITK) is the most commonly used image-processing library worldwide. However, because ITK has a unique data structure, the methods employed in the previous research are not applicable to ITK. The authors have therefore developed a set of macros based on MPI that can be applied to programs using ITK. The authors have also verified the effectiveness of the proposed method based on experimental results.
    Download PDF (701K)
  • Ryota AKIYAMA, Rui XU, Yasushi HIRANO, Shoji KIDO
    2013 Volume 31 Issue 1 Pages 42-51
    Published: 2013
    Released on J-STAGE: February 14, 2013
    JOURNAL FREE ACCESS
    Supplementary material
    As the amount of information contained in 3-dimensional medical images increases, the computational cost of computer-aided diagnosis (CAD) becomes higher. The calculations must therefore be performed faster. The authors have focused on parallel computing methods using the Compute Unified Device Architecture (CUDA) as one of the techniques for general-purpose computing on graphics processing units (GPGPU), which is a technology for diverting the computing resources of GPUs to perform general-purpose computations. In order to use CUDA effectively, programmers must carefully consider the various requirements of parallel programming and CUDA. The Insight Segmentation and Registration Toolkit (ITK) is widely used as a standard medical image processing library in the field of medical image processing. However, because ITK has a unique data structure, it cannot be used in programs with CUDA as is. To address these issues, the authors propose a method for developing parallel ITK programs with CUDA by means of sequential ITK programs. The authors have conducted comparative evaluations of computational speed and usability, and the results confirm the usefulness of the proposed method.
    Download PDF (1106K)
  • Tomohiko KIHARA, Hideaki OBATA
    2013 Volume 31 Issue 1 Pages 52-61
    Published: 2013
    Released on J-STAGE: February 14, 2013
    JOURNAL FREE ACCESS
    Supplementary material
    Image registration for ultrasound images acquired at different stages of diagnosis and treatment is extremely important. Reliable image registration facilitates the monitoring of tumors over time and the evaluation of therapeutic effectiveness, which are essential for determining the most appropriate course of treatment. Aggressive research has led to considerable progress in image registration methods for CT, MR, and PET. However, due to various factors peculiar to the ultrasound modality, there have been significantly fewer image registration research studies on ultrasound than other modalities. Due to the mutual information calculation algorithm, the increases (or decreases) in mutual information of sub-regions do not necessarily reflect the increase (or decrease) in mutual information of the combined entire region. To address this point, we previously proposed an effective ultrasound image registration method employing the unified mutual information derived from a few multiple small regions. However, these regions were set in morphological information-rich areas by operator action. In order to improve consistency and reproducibility, we now propose an automatic VOI placement method in which a comparatively large number of VOIs are set at the center of the image. We have evaluated the effectiveness of the proposed method using clinical data and have confirmed that it can provide the same level of registration performance as manual VOI setting.
    Download PDF (1369K)
  • Yoshihiko NAKAMURA, Takayuki KITASAKA, Shinji MIZUNO, Kazuhiro FURUKAW ...
    2013 Volume 31 Issue 1 Pages 62-71
    Published: 2013
    Released on J-STAGE: February 14, 2013
    JOURNAL FREE ACCESS
    In this paper, we describe abdominal lymph node detection methods intended to assist in preoperative diagnosis before surgery for colon or stomach cancer. These methods are able to provide assistance in determining the area to be resected at the time of preoperative diagnosis and to display the detected lymph nodes during the surgical procedure by detecting the lymph nodes in which there is a high likelihood of metastasis. When the previous method is employed, many false positives are also detected. We have therefore improved the blob-like structure enhancement processing for detecting lymph nodes and the false positive reduction procedure based on feature analysis for increasing the detection accuracy. The improved method was applied to 28 abdominal CT images, and the results showed that it was possible to detect 65 of 95 lymph nodes with about 13 false positives per case.
    Download PDF (1431K)
Work-in-progress
  • Zhaozhe GONG, Naohisa OKADA, Nobuyuki MASUDA, Tomoyoshi ITO
    2013 Volume 31 Issue 1 Pages 72-74
    Published: 2013
    Released on J-STAGE: February 14, 2013
    JOURNAL FREE ACCESS
    We have developed a system to accelerate the snake algorithm using the Cell Broadband Engine (Cell processor). The snake method is a representative technique for the extraction of outlines such as the contours of organs in medical imaging diagnosis. However, it is difficult to set the optimal parameters for the snake method automatically, and it is therefore often necessary to perform parameter setting repeatedly in order to obtain the desired image. In our parallel computing system using Cell processors, we avoid this problem by assigning each processor a different parameter, allowing us to calculate multiple parameters at the same time for outline extraction by the snake method. The desired image is obtained in many of the simulations. The Cell processor is a representative multicore processor. Our system includes 16 PlayStation 3 consoles (home video game consoles manufactured by Sony), and each PlayStation 3 contains a Cell processor. Since we are able to employ the six calculation units in each Cell processor, our system with 16 PlayStation 3 consoles can perform 96 outline extraction calculations with different parameters at one time.
    Download PDF (278K)
Reports
Activity of JAMIT
Editors´ Note
feedback
Top