You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
content="An orchestration learning framework for ultrasound imaging: Prompt-Guided Hyper-Perception and Attention-Matching Downstream Synchronization, PerceptGuide">
9
+
<metaname="description"
10
+
content="An orchestration learning framework for ultrasound imaging: Prompt-Guided Hyper-Perception and Attention-Matching Downstream Synchronization, MedIA 2025">
11
+
<title>An orchestration learning framework for ultrasound imaging: Prompt-Guided Hyper-Perception and Attention-Matching Downstream Synchronization</title>
content="An orchestration learning framework for ultrasound imaging: Prompt-Guided Hyper-Perception and Attention-Matching Downstream Synchronization, MedIA 2025">
18
+
</head>
19
+
20
+
21
+
22
+
23
+
<body>
24
+
25
+
<br>
26
+
<center>
27
+
<spanstyle="font-size:36px">
28
+
An orchestration learning framework for ultrasound imaging: Prompt-Guided Hyper-Perception and Attention-Matching Downstream Synchronization </span>
<spanstyle="font-size:18px"><sup>1</sup>Faculty of Applied Sciences, Macao Polytechnic
136
+
University</span>
137
+
</center>
138
+
</td>
139
+
</tr>
140
+
</tbody>
141
+
</table>
142
+
143
+
<tablealign="center" width="700px">
144
+
<tbody>
145
+
<tr>
146
+
<tdalign="center" width="600px">
147
+
<center>
148
+
<spanstyle="font-size:18px"><sup>2</sup>Department of Biomedical Engineering and the Department of Computer and Data Science, Case Western Reserve University</span>
149
+
</center>
150
+
</td>
151
+
</tr>
152
+
</tbody>
153
+
</table>
154
+
155
+
<tablealign="center" width="700px">
156
+
<tbody>
157
+
<tr>
158
+
<tdalign="center" width="600px">
159
+
<center>
160
+
<spanstyle="font-size:18px"><sup>3</sup>Paul C. Lauterbur Research Center for Biomedical Imaging, Shenzhen Institute of Advanced Technology, Chinese Academy of Sciences</span>
161
+
</center>
162
+
</td>
163
+
</tr>
164
+
</tbody>
165
+
</table>
166
+
167
+
<tablealign="center" width="700px">
168
+
<tbody>
169
+
<tr>
170
+
<tdalign="center" width="600px">
171
+
<center>
172
+
<spanstyle="font-size:18px"><sup>4</sup>School of Biomedical Engineering,
173
+
Sun Yat-sen University</span>
174
+
</center>
175
+
</td>
176
+
177
+
</tr>
178
+
</tbody>
179
+
</table>
180
+
181
+
182
+
183
+
<tablealign="center" width="700px">
184
+
<tbody>
185
+
<tr>
186
+
<tdalign="center" width="600px">
187
+
<center>
188
+
<spanstyle="font-size:18px"><sup>5</sup>Shenzhen RayShape Medical Technology Co. Ltd.</span>
189
+
</center>
190
+
</td>
191
+
</tr>
192
+
</tbody>
193
+
</table>
194
+
195
+
196
+
<tablealign="center" width="700px">
197
+
<tbody>
198
+
<tr>
199
+
<tdalign="center" width="600px">
200
+
<center>
201
+
<spanstyle="font-size:18px"><sup>6</sup>School of Biomedical Engineering, Shenzhen
202
+
University</span>
203
+
</center>
204
+
</td>
205
+
206
+
</tr>
207
+
</tbody>
208
+
</table>
209
+
210
+
<br>
211
+
<hr>
212
+
<center>
213
+
<h1>Abstract</h1>
214
+
</center>
215
+
<divalign="justify">
216
+
Ultrasound imaging is pivotal in clinical diagnostics due to its affordability, portability, safety, real-time capability, and non-invasive nature. It is widely utilized for examining various organs, such as the breast, thyroid, ovary, cardiac, and more. However, the manual interpretation and annotation of ultrasound images are time-consuming and prone to variability among physicians. While single-task artificial intelligence (AI) solutions have been explored, they are not ideal for scaling AI applications in medical imaging. Foundation models, although a trending solution, often struggle with real-world medical datasets due to factors such as noise, variability, and the incapability of flexibly aligning prior knowledge with task adaptation. To address these limitations, we propose an orchestration learning framework named PerceptGuide for general-purpose ultrasound classification and segmentation. Our framework incorporates a novel orchestration mechanism based on prompted hyper-perception, which adapts to the diverse inductive biases required by different ultrasound datasets. Unlike self-supervised pre-trained models, which require extensive fine-tuning, our approach leverages supervised pre-training to directly capture task-relevant features, providing a stronger foundation for multi-task and multi-organ ultrasound imaging. To support this research, we compiled a large-scale Multi-task, Multi-organ public ultrasound dataset (M
217
+
-US), featuring images from 9 organs and 16 datasets, encompassing both classification and segmentation tasks. Our approach employs four specific prompts—Object, Task, Input, and Position—to guide the model, ensuring task-specific adaptability. Additionally, a downstream synchronization training stage is introduced to fine-tune the model for new data, significantly improving generalization capabilities and enabling real-world applications. Experimental results demonstrate the robustness and versatility of our framework in handling multi-task and multi-organ ultrasound image processing, outperforming both specialist models and existing general AI solutions. Compared to specialist models, our method improves segmentation from 82.26% to 86.45%, classification from 71.30% to 79.08%, while also significantly reducing model parameters.
<figcaption>This figure illustrates the framework of our proposed network, named PerceptGuide. We utilize Swin-Unet (Cao et al., 2022) as the backbone. In the classification decoder,
232
+
there are skip connections similar to those in the segmentation decoder, but no upsampling layers. The hyper-perception operations are present in each block of the transformer
233
+
in every layer of the decoders. During the downstream synchronization stage, we fine-tune only the MLP layers involved in generating prompt embeddings
234
+
</figcaption>
235
+
</figure>
236
+
</p>
237
+
238
+
239
+
<hr>
240
+
<center>
241
+
<h1>Highlights</h1>
242
+
</center>
243
+
244
+
<pstyle="font-weight: bold; font-size: large;">
245
+
A novel orchestration learning framework (PerceptGuide) for multi-task, multi-organ ultrasound analysis.
246
+
</p>
247
+
248
+
<pstyle="font-weight: bold; font-size: large;">
249
+
The design of a hyper-perception module that leverages four semantic prompts to guide the learning process.
250
+
</p>
251
+
252
+
<pstyle="font-weight: bold; font-size: large;">
253
+
The creation of M2-US, a comprehensive, large-scale publicly available dataset for ultrasound imaging.
254
+
</p>
255
+
256
+
<pstyle="font-weight: bold; font-size: large;">
257
+
The introduction of a downstream synchronization stage for efficient model fine-tuning and improved generalization.
258
+
</p>
259
+
260
+
<pstyle="font-weight: bold; font-size: large;">
261
+
Significant improvements in segmentation and classification performance compared to existing approaches.
title={An orchestration learning framework for ultrasound imaging: Prompt-guided hyper-perception and attention-matching Downstream Synchronization},
334
+
author={Lin, Zehui and Li, Shuo and Wang, Shanshan and Gao, Zhifan and Sun, Yue and Lam, Chan-Tong and Hu, Xindi and Yang, Xin and Ni, Dong and Tan, Tao},
335
+
journal={Medical Image Analysis},
336
+
pages={103639},
337
+
year={2025},
338
+
publisher={Elsevier}
339
+
}
340
+
</pre>
341
+
</div>
342
+
</div>
343
+
</span>
344
+
</td>
345
+
</tr>
346
+
</tbody>
347
+
</table>
348
+
349
+
350
+
351
+
<br><br>
352
+
<br><br>
353
+
<hr>
354
+
355
+
<center>
356
+
<h1>Support</h1>
357
+
</center>
358
+
359
+
<pstyle="font-size:18px;">
360
+
All resources, including data, code, and pretrained models, can be found here (<ahref="https://github.com/Zehui-Lin/PerceptGuide/releases/tag/v1.0.0">link</a>).
361
+
</p>
362
+
363
+
364
+
<br><br>
365
+
<hr>
366
+
367
+
<center>
368
+
<h1>Acknowledgements</h1>
369
+
</center>
370
+
This work was supported by Science and Technology Development Fund of Macao (0021/2022/AGJ) and Science and Technology Development Fund of Macao (0041/2023/RIB2).
371
+
372
+
<br><br>
373
+
<br><br>
374
+
375
+
<pstyle="text-align:center;font-size:14px;">
376
+
Webpage template modified from <ahref="https://richzhang.github.io/splitbrainauto/">Richard Zhang</a>.
0 commit comments