CVApr 1, 2024

Adaptive Query Prompting for Multi-Domain Landmark Detection

arXiv:2404.01194v22 citationsh-index: 17IJCNN
Originality Incremental advance
AI Analysis

This work addresses the need for a versatile model in medical imaging that can handle multiple anatomical regions without extensive retraining, though it is incremental as it builds on transformer architectures.

The authors tackled the problem of multi-domain medical landmark detection by proposing a universal model using Adaptive Query Prompting (AQP) and a lightweight decoder, achieving state-of-the-art performance on three X-ray datasets.

Medical landmark detection is crucial in various medical imaging modalities and procedures. Although deep learning-based methods have achieve promising performance, they are mostly designed for specific anatomical regions or tasks. In this work, we propose a universal model for multi-domain landmark detection by leveraging transformer architecture and developing a prompting component, named as Adaptive Query Prompting (AQP). Instead of embedding additional modules in the backbone network, we design a separate module to generate prompts that can be effectively extended to any other transformer network. In our proposed AQP, prompts are learnable parameters maintained in a memory space called prompt pool. The central idea is to keep the backbone frozen and then optimize prompts to instruct the model inference process. Furthermore, we employ a lightweight decoder to decode landmarks from the extracted features, namely Light-MLD. Thanks to the lightweight nature of the decoder and AQP, we can handle multiple datasets by sharing the backbone encoder and then only perform partial parameter tuning without incurring much additional cost. It has the potential to be extended to more landmark detection tasks. We conduct experiments on three widely used X-ray datasets for different medical landmark detection tasks. Our proposed Light-MLD coupled with AQP achieves SOTA performance on many metrics even without the use of elaborate structural designs or complex frameworks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes