-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
283 lines (268 loc) · 10.7 KB
/
index.html
File metadata and controls
283 lines (268 loc) · 10.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Glasgow Tutorial on Multimodal Large Language Models for Healthcare">
<meta name="author" content="Yunsoo Kim">
<title>Multimodal Large Language Models for Healthcare Tutorial</title>
<link rel="icon" type="image/png" href="img/favicon-96x96.png" sizes="96x96">
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">
<!-- Add custom CSS here -->
<link href="css/stylish-portfolio.css" rel="stylesheet">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<!-- Full Page Image Header Area -->
<div id="top" class="header">
<div class="vert-text">
<h1>Multimodal Large Language Models for Healthcare</h1>
<h3>MONDAY, NOVEMBER 24TH 2025 10:00-16:00</h3>
<h3>Clarice Pears Building</h3>
</div>
</div>
<!-- /Full Page Image Header Area -->
<!-- Intro -->
<div id="about" class="intro">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<h2>This tutorial provides an introduction to Multimodal Large Language Models (MLLMs) for healthcare data.</h2>
<p class="lead">The tutorial covers the integration of clinical reports, medical images, and graph representations in MLLMs, with a focus on applications in precision medicine, radiology, and pathology. Attendees will learn how to adapt MLLMs using prompting, instruction tuning, and knowledge graph integration, as well as techniques for human-AI collaboration in clinical practice.</p>
</div>
</div>
</div>
</div>
<!-- /Intro -->
<!-- Schedule -->
<div class="container" style="max-width:800px; margin:auto;">
<h2 class="text-center" style="margin-top:30px;">Schedule</h2>
<hr>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th>Time</th>
<th>Topic</th>
<th>Speaker</th>
<th>Duration</th>
</tr>
</thead>
<tbody>
<tr>
<td>10:00am</td>
<td>
Era of Large Language Models<br>
<ul>
<li>Impact and limitations of LLMs</li>
<li>Open-source models</li>
</ul>
</td>
<td>Honghan Wu</td>
<td>30 mins</td>
</tr>
<tr>
<td>10:30am</td>
<td>
Error Detection & Fact Checking with Knowledge Graphs<br>
<ul>
<li>Knowledge graph integration</li>
<li>Enhancing MLLMs</li>
</ul>
</td>
<td>Honghan Wu</td>
<td>30 mins</td>
</tr>
<tr>
<td>11:00am</td>
<td><strong>Break</strong></td>
<td></td>
<td>15 mins</td>
</tr>
<tr>
<td>11:15am</td>
<td>
Integrating LLMs & Knowledge Graphs for EHRs<br>
<ul>
<li>EHRs, contextual reasoning</li>
</ul>
</td>
<td>Yusuf Abdulle</td>
<td>30 mins</td>
</tr>
<tr>
<td>11:45am</td>
<td>
Unifying Multimodal Clinical & Genomic Data<br>
<ul>
<li>Knowledge graph-driven precision medicine</li>
</ul>
</td>
<td>Yusuf Abdulle</td>
<td>30 mins</td>
</tr>
<tr>
<td>12:15pm</td>
<td><strong>Lunch Break</strong></td>
<td></td>
<td>60 mins</td>
</tr>
<tr>
<td>13:15pm</td>
<td>
Expanding LLMs to Vision: Multimodal LLMs
</td>
<td>Yunsoo Kim</td>
<td>30 mins</td>
</tr>
<tr>
<td>13:45pm</td>
<td>
Multimodal LLMs for Radiology<br>
<ul>
<li>Data construction</li>
<li>Visual instruction tuning</li>
<li>Reasoning enhancement</li>
<li>Applications: report generation, diagnostics, error checking</li>
</ul>
</td>
<td>Jinge Wu</td>
<td>90 mins</td>
</tr>
<tr>
<td>15:15pm</td>
<td><strong>Break</strong></td>
<td></td>
<td>15 mins</td>
</tr>
<tr>
<td>15:30pm</td>
<td>
Multimodal LLMs for Pathology<br>
<ul>
<li>Patch and WSI models</li>
<li>Report generation & metrics</li>
</ul>
</td>
<td>Yunsoo Kim</td>
<td>30 mins</td>
</tr>
</tbody>
</table>
</div>
<!-- /Schedule -->
<!-- Call to Action -->
<div class="call-to-action">
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<h3>Tutorial Material</h3>
<a href="https://github.com/knowlab/glasgow_tutorial" class="btn btn-lg btn-default">GitHub</a>
<a href="241125_MLLM_Tutorial.pdf" class="btn btn-lg btn-primary">Slides</a>
</div>
</div>
</div>
</div>
<!-- /Call to Action -->
<!-- Portfolio -->
<div id="portfolio" class="portfolio">
<div class="container">
<div class="row">
<div class="col-md-4 col-md-offset-4 text-center">
<h2>Tutorial Presenters</h2>
<hr>
</div>
</div>
<div class="row">
<div class="col-md-3 col-md-offset-2 text-center">
<div class="portfolio-item">
<a href="https://www.linkedin.com/in/yunsoo-kim-00637759/"><img class="img-portfolio img-responsive" src="img/YUNSOO.jpg"></a>
<h4>Yunsoo Kim</h4>
<p>Yunsoo Kim is a PhD candidate at University College London. Before his PhD, he was a senior research scientist and the NLP group leader at LG Chem. Yunsoo’s research focuses on enhancing multimodal large language models with human expertise. He led organizing tutorials at HealTac2024, MICCAI2024, and MICCAI2025, and is serving as the tutorial chair at HealTac2025.</p>
</div>
</div>
<div class="col-md-3 text-center">
<div class="portfolio-item">
<a href="https://www.linkedin.com/in/jingewu"><img class="img-portfolio img-responsive" src="img/JINGE.jpeg"></a>
<h4>Jinge Wu</h4>
<p>Jinge is a research fellow at IHI, UCL, specializing in multimodal large language models for radiology. Her research advances the integration of foundation models with clinical workflows, with publications in leading venues including Nature Biomedical Engineering, Nature Reviews Bioengineering, and The Lancet Digital Health. Her work spans large-scale population health analytics on NHS records, development of medical MLLMs for diagnostic reasoning, and human-AI collaborative systems deployed in real-world healthcare settings.</p>
</div>
</div>
<div class="col-md-3 text-center">
<div class="portfolio-item">
<a href="https://www.linkedin.com/in/yusufab"><img class="img-portfolio img-responsive" src="https://knowlab.github.io/img/pics/IMG_6382_Yusuf.jpg"></a>
<h4>Yusuf Abdulle</h4>
<p>Yusuf Abdulle is a PhD candidate at King’s College London. Previously, he worked across academia, the NHS, and startups. His research uses Electronic Health Records (EHRs), knowledge graphs, imaging data, and genetic data to model the onset and progression and disease trajectories of Motor Neurone Disease (MND) / Amyotrophic Lateral Sclerosis (ALS).</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-3 col-md-offset-2 text-center">
<div class="portfolio-item">
<a href="https://www.linkedin.com/in/honghan-wu-99835b7/"><img class="img-portfolio img-responsive" src="img/HONGHAN.jpg"></a>
<h4>Honghan Wu</h4>
<p>Professor Honghan Wu is a Professor of Health Informatics and AI at the University of Glasgow. He is the co-lead of SHW’s data science and AI theme. Honghan currently holds an honorary Associate Professor position with the IHI, UCL where he leads a Health Informatics Group called KnowLab. His research interest is the intersection of health informatics and large language models.</p>
</div>
</div>
</div>
</div>
</div>
<!-- /Portfolio -->
<!-- Map -->
<div id="contact" class="map">
<iframe width="100%" height="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2238.4363431090387!2d-4.298172487269486!3d55.872445282657125!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x488845ab9d611a9f%3A0xe96a3d315cba7a54!2sClarice%20Pears%20Building!5e0!3m2!1sen!2sus!4v1763811565043!5m2!1sen!2sus" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe>
</div>
<!-- /Map -->
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="col-md-6 col-md-offset-3 text-center">
<ul class="list-inline">
</ul>
<div class="top-scroll">
<a href="#top"><i class="fa fa-circle-arrow-up scroll fa-4x"></i></a>
</div>
<hr>
<p>KnowLab | University of Glasgow | School of health and wellbeing </p>
<p>KnowLab | University College London | Institute of Health Informatics</p>
</div>
</div>
</div>
</footer>
<!-- /Footer -->
<!-- JavaScript -->
<script src="js/jquery-1.10.2.js"></script>
<script src="js/bootstrap.js"></script>
<!-- Custom JavaScript for the Side Menu and Smooth Scrolling -->
<script>
$("#menu-close").click(function(e) {
e.preventDefault();
$("#sidebar-wrapper").toggleClass("active");
});
</script>
<script>
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#sidebar-wrapper").toggleClass("active");
});
</script>
<script>
$(function() {
$('a[href*=#]:not([href=#])').click(function() {
if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'')
|| location.hostname == this.hostname) {
var target = $(this.hash);
target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
if (target.length) {
$('html,body').animate({
scrollTop: target.offset().top
}, 1000);
return false;
}
}
});
});
</script>
</body>
</html>