-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSSMRI.html
More file actions
132 lines (90 loc) · 8.21 KB
/
SSMRI.html
File metadata and controls
132 lines (90 loc) · 8.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<!DOCTYPE HTML>
<!--
Miniport by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Chen Chen</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrolly.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
</head>
<body>
<!--
<div class="row">
<nav id="nav">
<a href="index.html">Top</a>
<a href="Experience.html">Work</a>
<a href="#portfolio">Portfolio</a>
<a href="#contact">Contact</a>
</nav>
</div>
-->
<!-- Work -->
<div class="wrapper style2">
<div class="container" style="width:1200px">
<h1>SSMRI</h1>
<p><strong><a href="http://cchen156.web.engr.illinois.edu">Chen Chen</a>,
Yeqing Li,
and <a href="http://ranger.uta.edu/~huang/">Junzhou Huang</a> </strong></p>
<p>A toolbox for compressive sensing (CS) magnetic resonance imaging (MRI) with structured sparsity. <strong><a href="code/SSMRI.zip">[MATLAB code]</a></strong> </p>
<div id="Abstract">
<h3 align="left">Abstract</h3>
<p align="left">Compressed sensing (CS) aims to reconstruct signals and images from significantly fewer measurements than were traditionally thought necessary. Magnetic Resonance Imaging (MRI) is an essential medical imaging tool burdened by an inherently slow data acquisition process. The application of CS to MRI has the potential for significant scan time reductions, with benefits for patients and health care. In Compressive Sensing Magnetic Resonance Imaging (CS-MRI), one can reconstruct a MR image with good quality from a small number of measurements. This can significantly reduce MR scanning time. In this work, we propose efficient algorithms to improve CS-MRI based on structured sparsity. According to the structured sparsity theories, the reconstruction quality can be enhanced with the same number of measurements. The results show that our method often outperforms the standard sparsity based approaches on different MRI applications.
</p>
</div>
<div id="CSMRI">
<h3 align="left">CSMRI</h3>
<p align="left">The wavelet coefficients of MR images are often approximately sparse. Most coefficients are very close to zeros, while only a small number of them have large values. Many existing methods are designed to exploit the wavelet sparsity of MR images. We further exploit the structure of wavelet coefficients. The wavelet coefficients of MR images naturally form a quadtree structure. A typical relationship in the wavelet tree structure is that, if a parent coefficient has a large/small value, its children also tend to be large/small. A novel algorithm is proposed to reconstruct MR images by utilizing this structure.</p>
<img src="researchimages/Tree.png" alt="" height="256px" width="562px"/> <img src="researchimages/MRI.png" alt="" height="256px" width="256px"/> <br>
<p align="left"><strong>Reference:</strong> <br>
[1] Junzhou Huang, Shaoting Zhang, Dimitris Metaxas, "Efficient MR Image Reconstruction for Compressed MR Imaging", Medical Image Analysis, Volume 15, Issue 5, pp. 670-679, October 2011. <br>
[2] Chen Chen, and Junzhou Huang, "The Benefit of Tree Sparsity in Accelerated MRI", Medical Image Analysis, Volume 18, Issue 6, pp. 834–842, 2014. <br>
[3] Chen Chen and Junzhou Huang, "Compressive Sensing MRI with Wavelet Tree Sparsity", the 26th Annual Conference on Neural Information Processing Systems (NIPS), Nevada, USA, 2012. <br></p>
</div>
<div id="MTMRI">
<h3 align="left">Multi-constrast MRI</h3>
<p align="left"> Multi-contrast MRI is a common technique to aid clinical diagnosis. For example T1 weighted MR images could well distinguish fat from water, with water appearing darker and fat brighter. Whereas in T2 weighted images fat is darker and water is lighter, which is suited to imaging edema. Although with different intensities, T1/T2 or proton-density weighted MR images are scanned at the same anatomical position. This work proposes an efficient algorithm to jointly reconstruct multiple T1/T2-weighted images of the same anatomical cross section from partially sampled k-space data.</p>
<img src="researchimages/MTMRI.jpg" alt="" height="256px" width="732px"/>
<p align="left"><strong>Reference:</strong> <br>
[4] Junzhou Huang, Chen Chen and Leon Axel, ”Fast Multi-contrast MRI Reconstruction”, Magnetic Resonance Imaging, Volume 32, Issue 10, pp. 1344-1352, 2014. <br>
[5] Junzhou Huang, Chen Chen, and Leon Axel, "Fast Multi-contrast MRI Reconstruction", the Annual International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI), Nice, France, October 2012. <br> </p>
</div>
<div id="dMRI">
<h3 align="left">Dynamic MRI</h3>
<p align="left">Dynamic MRI requires to reconstruct a sequence of MR images. Most existing approaches are offline and require that all the data are collected before reconstruction. Online reconstruction means that the reconstruction of one frame only relies on the previous frames but not the later frames. In our scheme, the reconstruction of current frame only depends on the first frame. This could avoid error accumulation in existing online methods. The experimental results show that our method significantly outperforms previous online methods, and is comparable to the offline methods in terms of reconstruction accuracy.</p>
<img src="researchimages/dTV.jpg" alt="" height="384px" width="675px"/>
<p align="left">Here are some results: </p>
<iframe width="550" height="350" src="http://www.youtube.com/embed/jEUeC9BWYEo" frameborder="0" allowfullscreen></iframe>
<iframe width="550" height="350" src="http://www.youtube.com/embed/FfI5MQXwfNk" frameborder="0" allowfullscreen></iframe>
<p align="left"><strong>Reference:</strong> <br>
[6] Chen Chen, Yeqing Li, Leon Axel and Junzhou Huang, "Real Time Dynamic MRI with Dynamic Total Variation", the Annual International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI), 2014.<br>
[7] Chen Chen, Yeqing Li, Leon Axel and Junzhou Huang, "Real Time Dynamic MRI by Exploiting Spatial and Temporal Sparsity with Dynamic Total Variation", Magnetic Resonance Imaging, Volume 34, Issue 4, pp. 473-482, 2016.
</p>
</div>
<div id="pMRI" style="margin-top:50px;">
<h3 align="left">Parrallel MRI</h3>
<p align="left"> To improve the scanning speed of MRI,it is routine to acquire the data in parallel with multi-channel coils. We observe the images of different coils are jointly sparse in the gradient domain. The pMRI problem can be formulated as a joint total variation regularization task. The field of view is finally obtained via a sum of square approach. One of the major advantage of this method is that it does not need any calibration or sensitivity information. Clinic MR applications could benefit from this method even when accurate calibration is limited or not possible at all.</p>
<img src="researchimages/PMRI.jpg" alt="" height="256px" width="1000px"/>
<p align="left"><strong>Reference:</strong> <br>
[8] Chen Chen, Yeqing Li, and Junzhou Huang, "Calibrationless Parallel MRI with Joint Total Variation Regularization", the Annual International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI), 2013. <br>
</p>
</div>
</div>
</div>
</body>
</html>