|
||||||||||||||
Website deprecated and outdated. Click here for the new site. | ||||||||||||||
Dept. of Computer Sc. » Pattern Recognition » Courses » SS 12 » Seminar Advanced Reconstruction Techniques for MRI [ART MRI]
Seminar Advanced Reconstruction Techniques for MRI [ART MRI]Summary
Magnetic Resonance Imaging (MRI) is a powerful medical imaging modality
that provides a detailed soft tissue contrast. In contrast to computed
tomography (CT), the patient is not exposed to radiation during the examination.
Recently, methods to speed up image acquisition were proposed that apply
iterative reconstruction techniques like compressed sensing to maintain image
quality.
In this seminar we will discuss current methods, challenges and promising
applications in MR imaging.
The goal of this seminar is to discuss and compare different approaches in the
literature. You have the opportunity to implement and evaluate ideas and methods
within an MRI reconstruction framework that is currently being developed by the
MRI group at the Pattern Recognition Lab (LME).
The reconstruction framework provides modular components for the imaging
pipeline, ranging from image acquisition to different reconstruction techniques.
The seminar will cover the following aspects:
- MRI simulation and data acquisition schemes
- Iterative reconstruction techniques#
- Sparse image representations (Wavelets, Total Variation)
- GPU acceleration / parallelization of performance-critical tasks
Dates & Rooms: Lecturer
Hornegger, Joachim
Assistenten Magnetic Resonance Imaging (MRI) is a powerful medical imaging modality that provides a detailed soft tissue contrast. In contrast to computed tomography (CT), the patient is not exposed to radiation during the examination. Recently, methods to speed up image acquisition were proposed that apply iterative reconstruction techniques like compressed sensing to maintain image quality. In this seminar we will discuss current methods, challenges and promising applications in MR imaging. The goal of this seminar is to discuss and compare different approaches in the literature. You have the opportunity to implement and evaluate ideas and methods within an MRI reconstruction framework that is currently being developed by the MRI group at the Pattern Recognition Lab (LME). The reconstruction framework provides modular components for the imaging pipeline, ranging from image acquisition to different reconstruction techniques. The seminar will cover the following aspects:
Development of algorithms plays an important role in this seminar. Thus, participants should have established programming skills in C++ and/or Matlab. Furthermore, it is advantageous for participants to have attended lectures on image processing or pattern recognition. An introduction into the software framework and MRI basics will be given at the beginning of the seminar. OrganizationThis is a seminar for Bachelor/Master students (4 SWS / 5 ECTS). A good command of Matlab and/or C++ is expected from the participants. The first topics are assigned in the kickoff meeting on Friday, April 20th. Shortcut to this website: tinyurl.com/MRSeminar2012 Meetings
ContactRegistration/Infos/Updates: mrseminar(at)i5.informatik.uni-erlangen.de
ProjectsTopic 1: Compressed Sensing MRI
Compressed Sensing (CS) algorithms are a powerful family of iterative reconstruction techniques that exploit sparsity in a certain transform domain.
Tasks:
Topic 2: Radial Sampling
Radial trajectories are a recent trend in MRI but require a non-uniform FFT for reconstruction. Therefore, iterative reconstruction algorithms sometimes simulate the trajectory by interpolation onto a Cartesian grid. Tasks:
Topic 3: Prior image regularization
Especially in dynamic imaging, the difference to a prior image is sometimes used for regularization. The same methods can be used to evaluate quality if a reference image is available. An interesting use case are contrast enhanced examinations, where the perfusion can be assessed by injecting contrast agent.
Tasks:
Topic 4: Image quality measures
Image quality measures are essential to assess and compare e.g. the results of different reconstruction algorithms. Some standard measures can be applied readily also for MR imaging. Others - like signal-to-noise ratio - can not be transferred directly, especially for the case of parallel MR imaging.
Tasks:
Topic 5: Image Denoising
Wavelets are used for image denoising. The procedure is described as follows:
Undersampling k-space result in similar patterns as noise in the reconstructed images. Tasks:
Topic 6: GPU Acceleration
Iterative reconstruction in MRI require an immense computing power of the reconstruction system: In each iteration step Fourier transform and multiplication with coil profiles has to be applied. Parallel computing, such as GPU implementations, propose to accelerate computation times for iterative reconstrcution. Tasks:
Topic 7: Coil Sensitivity Profile Estimation
Parallel imaging algorithms, such as SENSE, require known sensitivity profiles of the local coils. Commonly they are estimated based on a low resolution scan prior to the actual scan and then filtered. The quality of the estimated coil profiles has significant influence on the resulting image quality of the iterative reconstructions. Tasks:
Topic 8: Slicewise update of k-space parts for angiography
Motivation: Visualization of the vessel tree in the legs is used in the diagnosis of many vascular diseases, but it takes quite a long time (>10 minutes for a small part of the legs!) The amount of new information from one slice to the next is extremely small in angiography. Idea: Instead of updating the whole k-space; only parts are updated in order to save time Tasks:
Topic 9: Measure for vesselness
Motivation: To find a good sampling pattern for angiography experiments have to be compared regarding their capability to show the vessels Visual evaluation is not sufficient, a computational measure is needed Tasks:
|