-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.html
More file actions
472 lines (382 loc) · 26.3 KB
/
index.html
File metadata and controls
472 lines (382 loc) · 26.3 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
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
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang=""> <!--<![endif]-->
<head>
<meta charset="utf-8">
<!--<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">-->
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>learn2Reg 2019: Tutorial on Deep Learning in Medical Image Registration</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16" />
<link rel="stylesheet" href="css/normalize.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/social-share-kit.css">
<link rel="stylesheet" href="css/jquery.fancybox.css">
<link rel="stylesheet" href="css/flexslider.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/queries.css">
<link rel="stylesheet" href="css/etline-font.css">
<link rel="stylesheet" href="bower_components/animate.css/animate.min.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<script src="js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body id="top">
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<section class="hero">
<section class="navigation">
<header>
<div class="header-content">
<div class="logo"><a href="#"><img src="img/logo-learn2reg.png" alt="learn2reg logo"></a></div>
<div class="header-nav">
<nav>
<ul class="primary-nav">
<li><a href="#updates">Updates</a></li>
<li><a href="#overview">Overview</a></li>
<li><a href="#dates">Dates</a></li>
<li><a href="#program">Program</a></li>
<li><a href="#about">Details</a></li>
<li><a href="#people">People</a></li>
<li><a href="#contact">Contact</a></li>
<!--<li><a href="#sponsors">Sponsors</a></li>-->
<!-- <li><a href="https://cmt3.research.microsoft.com/BeyondMIC2018/" target="_blank">Submit</a></li> -->
</ul>
<ul class="member-actions">
<span style="color:aliceblue"><a href="http://miccai2019.org" target="_blank">A workshop at </span>
<img src="img/logo-MICCAI.png" ></a>
</ul>
</nav>
</div>
<div class="navicon">
<a class="nav-toggle" href="#"><span></span></a>
</div>
</div>
</header>
</section>
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="hero-content text-center">
<h1>Learn2Reg 2019: Tutorial on Deep Learning in Medical Image Registration</h1>
<!--<a href="#" class="btn btn-accent btn-large">Submit paper!</a>-->
</div>
</div>
</div>
</div>
<div class="down-arrow floating-arrow"><a href="#updates"><i class="fa fa-angle-down"></i></a></div>
</section>
<section class="intro section-padding" id="updates">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="intro-content">
<h2>Recent Updates</h2>
<ul>
<li> Aug 2020: Take a look at the <a href="https://learn2reg.grand-challenge.org/" target="_blank">2020 learn2reg challenge</a>! </li>
<li> Oct 2019: will happen on Oct 17th! The tutorials are up on <a href="https://github.com/learn2reg/tutorials2019" target="_blank">github</a>! <br />
Tutorials: <a href="https://www.kaggle.com/adalca/learn2reg" target="_blank">Unsupervised Registration Instruction</a> |
<a href="https://notebooks.azure.com/yipeng-hu/projects/learn2reg-tutorials-weakly" target="_blank">Weakly Supervised </a> |
<a href="https://www.kaggle.com/mattiaspaul/learn2reg-tutorial" target="_blank">Discrete Registration </a>
</li>
<li> Feb 2019: Website Up! </li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="features section-padding" id="overview">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="feature-list">
<h2>Overview</h2>
<p>
Medical image registration has been a cornerstone in the research fields of medical image computing and computer assisted intervention,
responsible for many clinical applications.
Whilst machine learning methods have long been important in developing pairwise algorithms, recently proposed deep-learning-based
frameworks directly infer displacement fields without iterative optimisation for unseen image pairs, using neural networks
trained from large population data. These novel approaches promise to tackle several most challenging aspects previously faced by
classical pairwise methods, such as high computational cost, robustness for generalisation and lack of inter-modality similarity
measures. Output from several international research groups working in this area include award-winning conference presentations,
high-impact journal publications, well-received open-source implementations and industrial-partnered translational projects, generating
significant interests to all levels of world-wide researchers. Accessing to the experience and expertise in this inherently
multidisciplinary topic can be beneficial to many in our community, especially for the next generation of young scientists,
engineers and clinicians who often have only been exposed to a subset of these methodologies and applications. We propose to
organise a tutorial including both theoretical and practical sessions, inviting expert lectures and tutoring coding for real-world examples.
Six lectures cover topics from basic methodologies to advanced research directions, with two hands-on sessions guiding participants
to understand and implement published algorithms using clinical imaging data. We aim to provide an opportunity for the participants
to bridge the gap between expertises in medical image registration and deep learning, as well as to start a forum to discuss know-hows,
challenges and future opportunities in this area.
</p>
<br />
<p>
Tutorials are available on <a href="https://github.com/learn2reg/tutorials2019" target="_blank">github</a>.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="features-extra dates section-padding" id="dates">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="feature-list">
<h2>Important Dates</h2>
<ul>
<li><span>Oct 17, 2019</span> Tutorial at MICCAI </li>
<li><span>Feb 3, 2019</span> Website up </li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="features section-padding" id="keynotes">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="feature-list">
<h2>Program</h2>
<h4>Morning Session</h4>
<ul>
<li> 9:00 - 9:30 ---
Tom Vercauteren <br/>
<strong>Introduction to Medical Image Registration</strong>
</li>
<li> 10:00 - 11:00 ---
Adrian V. Dalca <br/>
<strong>Unsupervised and Self-supervised Methods </strong>
<br /><strong>Hands-on session</strong>: unsupervised registration based tutorial
</li>
<li> 11:00-12:00 ---
Yipeng Hu <br/>
<strong>Supervised and Weakly-supervised Methods</strong>
<br /> <strong>Hands-on session</strong>: label-supervised based tutorial
</li>
</ul>
<h4>Afternoon Session</h4>
<ul>
<li>14:00- 14:30 ---
Julia Schnabel <br />
<strong>Opportunities and Challenges for Data Fusion</strong>
</li>
<li>14:30- 15:00 ---
Bob de Vos <br />
<strong>Unsupervised deep learning image registration: Beyond the cranial vault</strong>
</li>
<li> 15:00-16:00 ---
Mattias Heinrich <br />
<strong>Discrete Deep Learning Registration</strong>
<br /> <strong>Hands-on session</strong>: Discrete Deep Learning Registration.
</li>
<li> 16:30-17:30
Panel Discussion and Discussion about Hand-on Sessions
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="features-list section-padding" id="program">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="feature-list">
<h2>Invited Speakers</h2>
<div class="row">
<div class="col-xs-2 people-portrait">
<a href="http://www.imagingcdt.com/about/cdt-management/professor-julia-schnabel" target="_blank">
<img src="img/people-Julia-150.jpg"></a>
</div>
<div class="col-xs-8 people-text">
<h4><a href="http://www.imagingcdt.com/about/cdt-management/professor-julia-schnabel" target="_blank">Julia Schnabel</a></h4>
Professor, Chair of Computational Imaging, King’s College London
</div>
</div>
<hr>
<div class="row">
<div class="col-xs-2 people-portrait">
<a href="https://www.isi.uu.nl/people/ivana-isgum/" target="_blank">
<img src="img/people-Ivana-150.jpg"></a>
</div>
<div class="col-xs-8 people-text">
<!-- <em>Understanding AD heterogeneity - a path towards Precision Medicine of the 21st century </em> -->
<h4><a href="https://www.isi.uu.nl/people/ivana-isgum/" target="_blank">Ivana Isgum</a></h4>
Associate Professor, Quantitative Medical Image Analysis, University Medical Center Utrecht.
</div>
</div>
<hr>
<div class="row">
<div class="col-xs-2 people-portrait">
<a href="https://www.isi.uu.nl/people/bob-de-vos/" target="_blank">
<img src="img/people-Bob-150.jpg"></a>
</div>
<div class="col-xs-8 people-text">
<!-- <em>Combining imaging with non-imaging data for precision medicine; challenges and opportunities</em> -->
<h4><a href="https://www.isi.uu.nl/people/bob-de-vos/" target="_blank">Bob de Vos</a></h4>
Postdoctoral Researcher, Quantitative Medical Image Analysis, Image Sciences Institute, University Medical Center Utrecht.
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="features section-padding" id="about">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="feature-list">
<h2>Details</h2>
<h3> Outline </h3>
Recent machine learning methods based on deep neural networks have seen a growing interest in tackling a number challenges in medical image registration, such as high computational cost for volumetric data and lack of adequate similarity measures between multimodal images [de Vos et al, Hu et al, Balakrishnan et al, Blendowski & Heinrich, Eppenhof & Pluim, Krebs et al, Cao et al.]. Other interesting work include learning new similarity measure functions, incorporating prior knowledge such as diffeomorphism and estimating registration uncertainties [Cheng et al, Simonovsky et al].
<h3> Objectives </h3>
Six lectures are planned on topics from classical image registration methodology to practical algorithms using deep-learning, including an introduction to image registration, unsupervised and supervised learning methods, similarity measure learning, and an outlook to opportunities and challenges. These will be accompanied by a set of open-source, interactive tutorials. The expected outcome include a) a basic understanding of medical image registration; b) an overview of modern deep-learning based methods; c) hands-on experience in adopting and adapting open-source code to train and deploy registration networks for real-world clinical problems.
<h3> Interests </h3>
A strong interest in deep-learning applied on image registration can be demonstrated by the number of papers recently published in venues such as MICCAI, MedIA and IEEE-TMI related to this topic. For example, the paper [de Vos et al] addressing this topic published in 2017 won the workshop’s best-paper prize and has been well received. The open-source code maintained by two of our organisers has attracted significant interest, VoxelMorph and LabelReg, among other closely-relevant emerging topics, such as AIRLab.
The potential benefits for easing the accessibility of these new methods to wider practitioners in MICCAI community is considerable. For instance, an automatic advantage of the learning-based registration methods comes from highly efficient inference - an enabling aspect for many large-scale analysis and interventional applications.
We would also like to emphasize that, due to the cross-topical nature and high relevance to many clinical applications and researchers, placing this proposed tutorial in the “pre-conference” slots at the first day of MICCAI will maximise its benefits by equipping those interested to gain knowledge and relevant topics during the main conference - in which we are expecting significantly more submissions under this topic in 2019.
</div>
</div>
</div>
</div>
</section>
<!--
<section class="features section-padding" id="sponsors">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="feature-list" >
<h2>Photos 2017</h2>
<a href="img/photos/DSC_0354.jpg" target="_blank"><img src="img/photos/DSC_0354_thumb.jpg" height="100px" style="padding:5px;"></a>
<a href="img/photos/DSC_0364.jpg" target="_blank"><img src="img/photos/DSC_0364_thumb.jpg" height="100px" style="padding:5px;"></a>
<a href="img/photos/DSC_0366.jpg" target="_blank"><img src="img/photos/DSC_0366_thumb.jpg" height="100px" style="padding:5px;"></a> <br/>
<a href="img/photos/DSC_0371.jpg" target="_blank"><img src="img/photos/DSC_0371_thumb.jpg" height="100px" style="padding:5px;"></a>
<a href="img/photos/DSC_0377.jpg" target="_blank"><img src="img/photos/DSC_0377_thumb.jpg" height="100px" style="padding:5px;"></a>
<a href="img/photos/DSC_0378.jpg" target="_blank"><img src="img/photos/DSC_0378_thumb.jpg" height="100px" style="padding:5px;"></a>
</div>
</div>
</div>
</div>
</section>
-->
<section class="features-list section-padding" id="people">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="feature-list">
<h2>Organizing Committee</h2>
<p>Listed alphabetically</p>
<div class="row">
<div class="col-xs-2 people-portrait"><a href="http://adalca.mit.edu" target="_blank"><img src="img/people-Adrian-150.jpg"></a></div>
<div class="col-xs-8 people-text"><h4><a href="http://adalca.mit.edu" target="_blank">Adrian V. Dalca</a></h4>
CSAIL, MIT and <br/> MGH, Harvard Medical School </div>
</div>
<div class="row">
<div class="col-xs-2 people-portrait"><a href="http://www.mpheinrich.de/" target="_blank"><img src="img/people-Mattias-150.jpg"></a></div>
<div class="col-xs-8 people-text"><h4><a href="http://www.mpheinrich.de/" target="_blank">Mattias Heinrich</a></h4>
University of Lübeck </div>
</div>
<div class="row">
<div class="col-xs-2 people-portrait"><a href="http://scholar.google.com/citations?user=_jYXK0IAAAAJ&hl=en" target="_blank"><img src="img/people-Yipeng-150.jpg"></a></div>
<div class="col-xs-8 people-text"><h4><a href="http://scholar.google.com/citations?user=_jYXK0IAAAAJ&hl=en" target="_blank">Yipeng Hu</a></h4>
University College London </div>
</div>
<div class="row">
<div class="col-xs-2 people-portrait"><a href="https://kclpure.kcl.ac.uk/portal/tom.vercauteren.html" target="_blank"><img src="img/people-Tom-150.jpg"></a></div>
<div class="col-xs-8 people-text"><h4><a href="https://kclpure.kcl.ac.uk/portal/tom.vercauteren.html" target="_blank">Tom Vercauteren</a></h4>
King's College London </div>
</div>
<h3 id="contact"> Contact </h3>
<p> Please contact us for further questions and comments via email at <a href="mailto:yipeng.hu@ucl.ac.uk"> yipeng.hu@ucl.ac.uk</a></p>
<!-- <p> Contact email will be put up soon.</p> -->
</div>
</div>
</div>
</div>
</section>
<!--
<section class="features section-padding" id="sponsors">
<div class="container">
<div class="row">
<div class="col-md-10 col-md-offset-1">
<div class="feature-list">
<h2>Sponsors</h2>
<a href="http://www.usa.philips.com/healthcare" target="_blank"><img src="img/PhilipsLogo_Healthcare.png" width="200px"></a>
<a href="http://www.olea-medical.com" target="_blank"><img src="img/logo_Olea.png" width="200px"></a>
</div>
</div>
</div>
</div>
</section>
-->
<section class="to-top">
<div class="container">
<div class="row">
<div class="col-xs-3" style="padding-top:5px">
<div class="ssk-lg ssk-group">
<a href="https://www.facebook.com/sharer/sharer.php?u=http://beyondmic.mit.edu" class="ssk ssk-facebook ssk-lg"></a>
<a href="https://twitter.com/intent/tweet?text=http://beyondmic.mit.edu" class="ssk ssk-twitter ssk-lg"></a>
<a href="https://plus.google.com/share?url={http://beyondmic.mit.edu}" class="ssk ssk-google-plus ssk-lg"></a>
<a href="https://www.linkedin.com/cws/share?url=http://beyondmic.mit.edu" class="ssk ssk-linkedin ssk-lg"></a>
</div>
</div>
<div class="col-xs-8">
<div class="to-top-wrap">
<!--<a href="#" class="twitter-share"><i class="fa fa-twitter"></i></a>
<a href="#" class="facebook-share"><i class="fa fa-facebook"></i></a>-->
<a href="#top" class="top"><i class="fa fa-angle-up"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row" style="height:150px; padding:10px 0; margin:0;">
<div class="footer-links" style="height:100px; padding:0; margin:0;">
<ul class="footer-group">
<li><a href="#updates">Updates</a></li>
<li><a href="#about">About</a></li>
<li><a href="#dates">Dates</a></li>
<li><a href="#program">Program</a></li>
<li><a href="#people">People</a></li>
<li><a href="#contact">Contact</a></li>
<!--<li><a href="#sponsors">Sponsors</a></li>-->
</ul>
<p>Website: <a href="http://adalca.mit.edu" taget="_blank">Adrian Dalca </a> using <a href="https://tympanus.net/codrops/2015/08/11/freebie-sedna-one-page-website-template/">Sedna</a> template. | <a href="http://tympanus.net/codrops/licensing/">Licence</a> | Crafted with <span class="fa fa-heart pulse2"></span> for <a href="https://tympanus.net/codrops/">Codrops</a>.</p>
</div>
</div>
</div>
</div>
</footer>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.11.2.min.js"><\/script>')</script>
<script src="bower_components/retina.js/dist/retina.js"></script>
<script src="js/jquery.fancybox.pack.js"></script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/scripts.js"></script>
<script src="js/jquery.flexslider-min.js"></script>
<script src="bower_components/classie/classie.js"></script>
<script src="bower_components/jquery-waypoints/lib/jquery.waypoints.min.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='//www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>