forked from Ruyi-Zha/Ruyi-Zha.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
446 lines (399 loc) · 21.4 KB
/
index.html
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
<!DOCTYPE HTML>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Zhentao Liu</title>
<meta name="author" content="Zhentao Liu">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="canonical" href="https://leonidk.com/">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- <link rel="icon" type="image/png" href="images/icon.png"> -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1F1C5XE16L"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-1F1C5XE16L');
</script>
</head>
<body>
<table style="width:100%;max-width:830px;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:0px">
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr style="padding:0px">
<td style="padding:2.5%;width:16%;max-width:16%">
<a href="images/zhentao_liu.jpg"><img style="width:100%;max-width:100%" alt="profile photo" src="images/zhentao_liu.jpg" class="hoverZoomLink"></a>
</td>
<td style="padding:2.5%;width:50%;vertical-align:middle;">
<p style="text-align:center;">
<name>Zhentao Liu</name>
</p>
<p>I’m currently a third-year Ph.D. student in the <a href="https://shanghaitech-impact.github.io/">IMPACT Lab</a> at ShanghaiTech University, under the supervision of <a href="https://bme.shanghaitech.edu.cn/2021/0326/c8204a1073783/page.htm">Prof. Zhiming Cui</a> and <a href="https://bme.shanghaitech.edu.cn/2021/0205/c8204a59374/page.htm">Prof. Dinggang Shen</a>. Previously, I earned my bachelor’s degree from Ningbo University, China, in 2022, under the supervision of <a href="https://jiangqiuping.com/">Prof. Qiuping Jiang</a>. My current research interests include 3D/4D vision & reconstruction, neural representation, and medical image reconstruction.</p>
<p style="text-align:center;">
Email:
<a href="mailto:[email protected]">[email protected]</a>  / 
<a href="mailto:[email protected]">[email protected]</a>
</p>
<p style="text-align:center;">
<!-- <a href="Resume_EN.pdf">CV</a>  /  -->
<a href="https://scholar.google.com/citations?hl=zh-TW&view_op=list_works&gmla=AJsN-F5f7fHhh43mjKOIWsN3_ySAydCCCP1vu-2TQHZpm_dJ85SivfuB-1QKzQ60sH4qtCN9v4UQd9Xd5JVOzY2zcFguVjkXkQneTkwV7mEYtBOZbrCuiag&user=q4ZB9psAAAAJ">Google Scholar</a>  / 
<a href="https://github.com/Zhentao-Liu">Github</a>
</p>
</td>
</tr>
</tbody></table>
<!-- Education -->
<table style="width:100%;border:0;margin:0 auto;">
<tbody>
<tr>
<td style="padding-bottom:3px;">
<h2>Education</h2>
</td>
</tr>
</tbody>
</table>
<!-- ShanghaiTech -->
<table style="width:100%;border:0;margin:0 auto;">
<tbody>
<tr>
<td style="padding:10px;width:20%;vertical-align:middle;">
<img src="images/shanghaitech.jpg" alt="ShanghaiTech University Logo" width="100" style="border:none;">
</td>
<td style="padding:10px;width:80%;vertical-align:middle;">
<div><strong>ShanghaiTech University, Shanghai, China</strong></div>
<div>Ph.D. in Computer Science</div>
<div>Sept. 2022 - Present</div>
<div><a href="https://shanghaitech-impact.github.io/">IMPACT Lab</a> | Supervised by <a href="https://bme.shanghaitech.edu.cn/2021/0326/c8204a1073783/page.htm">Prof. Zhiming Cui</a> and <a href="https://bme.shanghaitech.edu.cn/2021/0205/c8204a59374/page.htm">Prof. Dinggang Shen</a></div>
</td>
</tr>
</tbody>
</table>
<!-- NBU -->
<table style="width:100%;border:0;margin:0 auto;">
<tbody>
<tr>
<td style="padding:10px;width:20%;vertical-align:middle;">
<img src="images/NBU.jpg" alt="Ningbo University Logo" width="100" style="border:none;">
</td>
<td style="padding:10px;width:80%;vertical-align:middle;">
<div><strong>Ningbo University, Ningbo, China</strong></div>
<div>B.E. in Communication Engineering, Rank: 1/100 </div>
<div>Sept. 2018 - June 2022</div>
<div>VIPP Lab | Supervised by <a href="https://jiangqiuping.com/">Prof. Qiuping Jiang</a></div>
</td>
</tr>
</tbody>
</table>
<!-- News -->
<table style="width:100%;border:0;margin:0 auto;">
<tbody>
<tr>
<td style="padding-bottom:3px;">
<h2>News</h2>
</td>
</tr>
</tbody>
<tr>
<td style="padding:10px 20;width:100%;valign:middle">
<div style="text-indent:2em"> <li> [Feb. 2025] One paper is accepted to <strong>IPMI 2025</strong>.</li> </div>
<div style="text-indent:2em"> <li> [Oct. 2024] One paper is accepted to <strong>IEEE TMI 2024</strong>.</li> </div>
<div style="text-indent:2em"> <li> [June 2024] One paper is accepted to <strong>MICCAI 2024</strong>.</li> </div>
<div style="text-indent:2em"> <li> [June 2023] One paper is accepted to <strong>MICCAI 2023</strong>.</li> </div>
<div style="text-indent:2em"> <li> [May 2022] One paper is accepted to <strong>IEEE TIP 2022</strong>.</li> </div>
<div style="text-indent:2em"> <li> [Mar 2022] One paper is accepted to <strong>IEEE TIP 2022</strong>.</li> </div>
</td>
</tr>
</tbody></table>
<!-- Publications -->
<table style="width:100%;border:0;margin:0 auto;">
<tbody>
<tr>
<td style="padding-bottom:1px;">
<h2>Publications</h2>
</td>
</tr>
<tr>
<td style="padding:5px;width:100%;vertical-align:middle;">
<div style="font-size:0.9em;text-align:left;">
<strong>*</strong> indicates equal contribution, <strong><sup>+</sup></strong> indicates corresponding author.
</div>
</td>
</tr>
</tbody>
</table>
<!-- IPMI 2025 4DRGS-->
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<img src="papers/4DRGS.png" alt="CBCT recon" width="200" style="border-style: none">
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<div style="text-indent:0.1em">
<a href="https://arxiv.org/abs/2412.12919">
<papertitle>4DRGS: 4D Radiative Gaussian Splatting for Efficient 3D Vessel Reconstruction from Sparse-View Dynamic DSA Images</papertitle>
</a>
</div>
<div style="text-indent:0.1em">
<strong>Zhentao Liu*</strong>, Ruyi Zha*, Huangxuan Zhao, Hongdong Li, Zhiming Cui
</div>
<div style="text-indent:0.1em">
<strong>IPMI 2025</strong>
</div>
<div style="text-indent:0.1em">
<a href="https://arxiv.org/abs/2412.12919">[Paper]</a> <a href="https://github.com/ShanghaiTech-IMPACT/4DRGS">[Code]</a> <a href="https://shanghaitech-impact.github.io/4DRGS/">[Project Page]</a>
</div>
</td>
</tr>
</tbody>
</table>
<!-- Arxiv 2024 3D MedDiffusion-->
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<img src="papers/SMD_method_2.png" alt="CBCT recon" width="200" style="border-style: none">
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<div style="text-indent:0.1em">
<a href="https://arxiv.org/abs/2412.13059">
<papertitle>3D MedDiffusion: A 3D Medical Diffusion Model for Controllable and High-quality Medical Image Generation</papertitle>
</a>
</div>
<div style="text-indent:0.1em">
Haoshen Wang, <strong>Zhentao Liu</strong>, Xiaodong Wang, Kaicong Sun, Dinggang Shen, Zhiming Cui
</div>
<div style="text-indent:0.1em">
<strong>Arxiv 2024</strong>
</div>
<div style="text-indent:0.1em">
<a href="https://arxiv.org/abs/2412.13059">[Paper]</a> <a href="https://github.com/ShanghaiTech-IMPACT/3D-MedDiffusion">[Code]</a> <a href="https://shanghaitech-impact.github.io/3D-MedDiffusion.github.io/">[Project Page]</a> <a href="https://huggingface.co/MMorss/3D-MedDiffusion">[Models]</a>
</div>
</td>
</tr>
</tbody>
</table>
<!-- TMI 2024 -->
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<img src="papers/CBCT recon TMI.png" alt="CBCT recon" width="200" style="border-style: none">
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<div style="text-indent:0.1em">
<a href="https://arxiv.org/abs/2303.14739">
<papertitle>Geometry-Aware Attenuation Learning for Sparse-View CBCT Reconstruction</papertitle>
</a>
</div>
<div style="text-indent:0.1em">
<strong>Zhentao Liu</strong>, Yu Fang, Changjian Li, Han Wu, Yuan Liu, Dinggang Shen, Zhiming Cui
</div>
<div style="text-indent:0.1em">
<strong>IEEE TMI 2024</strong>
</div>
<div style="text-indent:0.1em">
<a href="https://arxiv.org/abs/2303.14739">[Paper]</a> <a href="https://github.com/ShanghaiTech-IMPACT/Geometry-Aware-Attenuation-Learning-for-Sparse-View-CBCT-Reconstruction">[Code]</a> <a href="https://shanghaitech-impact.github.io/Geometry-Aware-Attenuation-Learning-for-Sparse-View-CBCT-Reconstruction/">[Project Page]</a>
</div>
</td>
</tr>
</tbody>
</table>
<!-- MICCAI 2024 -->
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<img src="papers/teethdreamer.PNG" alt="TeethDreamer" width="200" style="border-style: none">
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<div style="text-indent:0.1em">
<a href="https://arxiv.org/abs/2407.11419">
<papertitle>TeethDreamer: 3D Teeth Reconstruction from Five Intra-oral Photographs</papertitle>
</a>
</div>
<div style="text-indent:0.1em">
Chenfan Xu*, <strong>Zhentao Liu*</strong>, Yuan Liu, Yulong Dou, Jiamin Wu, Jiepeng Wang, Minjiao Wang, Dinggang Shen, Zhiming Cui
</div>
<div style="text-indent:0.1em">
<strong>MICCAI 2024</strong>
</div>
<div style="text-indent:0.1em">
<a href="https://arxiv.org/abs/2407.11419">[Paper]</a> <a href="https://github.com/ShanghaiTech-IMPACT/TeethDreamer">[Code]</a> <a href="https://shanghaitech-impact.github.io/TeethDreamer/">[Project Page]</a>
</div>
</td>
</tr>
</tbody>
</table>
<!-- Arxiv 2024 VPAL-->
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<img src="papers/VPAL.png" alt="VPAL" width="200" style="border-style: none">
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<div style="text-indent:0.1em">
<a href="https://arxiv.org/abs/2405.10705">
<papertitle>3D Vessel Reconstruction from Sparse-View Dynamic DSA Images via Vessel Probability Guided Attenuation Learning</papertitle>
</a>
</div>
<div style="text-indent:0.1em">
<strong>Zhentao Liu</strong>, Huangxuan Zhao, Wenhui Qin, Zhenghong Zhou, Xinggang Wang, Wenping Wang, Xiaochun Lai, Chuansheng Zheng, Dinggang Shen, Zhiming Cui
</div>
<div style="text-indent:0.1em">
<strong>Arxiv 2024</strong>
</div>
<div style="text-indent:0.1em">
<a href="https://arxiv.org/abs/2405.10705">[Paper]</a> <a href="https://github.com/Zhentao-Liu/VPAL">[Code]</a>
</div>
</td>
</tr>
</tbody>
</table>
<!-- MICCAI 2023 -->
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<img src="papers/Vertebra.png" alt="Vertebra" width="200" style="border-style: none">
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<div style="text-indent:0.1em">
<a href="https://arxiv.org/abs/2307.12845">
<papertitle>Multi-View Vertebra Localization and Identification from CT Images</papertitle>
</a>
</div>
<div style="text-indent:0.1em">
Han Wu, Jiadong Zhang, Yu Fang, <strong>Zhentao Liu</strong>, Nizhuan Wang, Zhiming Cui, Dinggang Shen
</div>
<div style="text-indent:0.1em">
<strong>MICCAI 2023</strong>
</div>
<div style="text-indent:0.1em">
<a href="https://arxiv.org/abs/2307.12845">[Paper]</a> <a href="https://github.com/ShanghaiTech-IMPACT/Multi-View-Vertebra-Localization-and-Identification-from-CT-Images">[Code]</a>
</div>
</td>
</tr>
</tbody>
</table>
<!-- IEEE TIP 2022 -->
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<img src="papers/KLTJND.PNG" alt="KLTJND" width="200" style="border-style: none">
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<div style="text-indent:0.1em">
<a href="https://arxiv.org/abs/2108.05058v2">
<papertitle>Toward Top-Down Just Noticeable Difference Estimation of Natural Images</papertitle>
</a>
</div>
<div style="text-indent:0.1em">
Qiuping Jiang*, <strong>Zhentao Liu*</strong>, Shiqi Wang, Feng Shao, Weisi Lin
</div>
<div style="text-indent:0.1em">
<strong>IEEE TIP 2022</strong>
</div>
<div style="text-indent:0.1em">
<a href="https://arxiv.org/abs/2108.05058v2">[Paper]</a> <a href="https://github.com/Zhentao-Liu/KLT-JND">[Code]</a>
</div>
</td>
</tr>
</tbody>
</table>
<!-- IEEE TIP 2022 -->
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;">
<tbody>
<tr>
<td style="padding:20px;width:25%;vertical-align:middle">
<img src="papers/RealSRQ_KLTSRQA.PNG" alt="RealSRQ_KLTSRQA" width="200" style="border-style: none">
</td>
<td style="padding:20px;width:75%;vertical-align:middle">
<div style="text-indent:0.1em">
<a href="https://ieeexplore.ieee.org/document/9727079">
<papertitle>Single Image Super-Resolution Quality Assessment: A Real-World Dataset, Subjective Studies, and an Objective Metric</papertitle>
</a>
</div>
<div style="text-indent:0.1em">
Qiuping Jiang, <strong>Zhentao Liu<sup>+</sup></strong>, Ke Gu, Feng Shao, Xinfeng Zhang, Hantao Liu, Weisi Lin
</div>
<div style="text-indent:0.1em">
<strong>IEEE TIP 2022 (Top50 Popular Articles)</strong>
</div>
<div style="text-indent:0.1em">
<a href="https://ieeexplore.ieee.org/document/9727079">[Paper]</a> <a href="https://github.com/Zhentao-Liu/RealSRQ-KLTSRQA">[Code]</a>
</div>
</td>
</tr>
</tbody>
</table>
<!-- Awards -->
<br>
<table style="width:100%;border:0;margin:0 auto;"><tbody>
<tr>
<td style="padding-bottom:3px;">
<h2>Awards</h2>
</td>
</tr>
<tr>
<td style="padding:10px 20;width:100%;valign:middle">
<div style="text-indent:2em"> <li> [Oct. 2023] First Prize of Ningbo Natural Science Outstanding Paper Award (1/130).</li> </div>
<div style="text-indent:2em"> <li> [June 2022] Nomination of Best Student in Ningbo University.</li> </div>
<div style="text-indent:2em"> <li> [Dec. 2021] First Scholarship of Ningbo University.</li> </div>
<div style="text-indent:2em"> <li> [Dec. 2020] Scholarship of Zhejiang Province.</li> </div>
<div style="text-indent:2em"> <li> [Dec. 2019] Scholarship of Zhejiang Province.</li> </div>
</td>
</tr>
</tbody></table>
<!-- Reviewer Services -->
<br>
<table style="width:100%;border:0;margin:0 auto;"><tbody>
<tr>
<td style="padding-bottom:3px;">
<h2>Reviewer Services</h2>
</td>
</tr>
<tr>
<td style="padding:10px 20;width:100%;valign:middle">
<div style="text-indent:2em"> <li> IEEE Journal of Biomedical and Health Informatics (IEEE JBHI)</li> </div>
<div style="text-indent:2em"> <li> International Conference on Medical Image Computing and Computer Assisted Intervention (MICCAI)</li> </div>
<div style="text-indent:2em"> <li> International Workshop on Multimedia Signal Processing (MMSP)</li> </div>
<div style="text-indent:2em"> <li> MetaFood Workshop CVPR</li> </div>
<div style="text-indent:2em"> <li> International Conference on Machine Learning in Medical Imaging (MLMI)</li> </div>
</td>
</tr>
</tbody></table>
<!-- Teaching Assistant -->
<br>
<table style="width:100%;border:0;margin:0 auto;"><tbody>
<tr>
<td style="padding-bottom:3px;">
<h2>Teaching Assistant</h2>
</td>
</tr>
<tr>
<td style="padding:10px 20;width:100%;valign:middle">
<div style="text-indent:2em"> <li> BME2113 Algorithms Design And Analysis (Python) - 2023 Fall</li> </div>
</td>
</tr>
</tbody></table>
<table style="width:100%;border:0px;border-spacing:0px;border-collapse:separate;margin-right:auto;margin-left:auto;"><tbody>
<tr>
<td style="padding:0px">
<p style="text-align:right;">
Website template from <a href="https://ruyi-zha.github.io/"> Ruyi Zha</a>, <a href="https://jonbarron.info/"> Jon Barron</a>
</p>
<p style="text-align:right;">
Make Medical 3D Vision Better!
</p>
</td>
</tr>
</tbody></table>
</td>
</tr>
</table>
</body>
</html>