CVJun 13, 2022

Transformer Lesion Tracker

arXiv:2206.06252v110 citationsh-index: 31Has Code
Originality Incremental advance
AI Analysis

This work addresses the labor-intensive and time-consuming task of manual lesion matching in clinical practice, offering an incremental improvement over existing automated approaches.

The authors tackled automated longitudinal lesion tracking in medical imaging by proposing a transformer-based method that integrates local and global information, resulting in a 14.3% improvement in average Euclidean center error compared to state-of-the-art methods.

Evaluating lesion progression and treatment response via longitudinal lesion tracking plays a critical role in clinical practice. Automated approaches for this task are motivated by prohibitive labor costs and time consumption when lesion matching is done manually. Previous methods typically lack the integration of local and global information. In this work, we propose a transformer-based approach, termed Transformer Lesion Tracker (TLT). Specifically, we design a Cross Attention-based Transformer (CAT) to capture and combine both global and local information to enhance feature extraction. We also develop a Registration-based Anatomical Attention Module (RAAM) to introduce anatomical information to CAT so that it can focus on useful feature knowledge. A Sparse Selection Strategy (SSS) is presented for selecting features and reducing memory footprint in Transformer training. In addition, we use a global regression to further improve model performance. We conduct experiments on a public dataset to show the superiority of our method and find that our model performance has improved the average Euclidean center error by at least 14.3% (6mm vs. 7mm) compared with the state-of-the-art (SOTA). Code is available at https://github.com/TangWen920812/TLT.

Code Implementations1 repo
Foundations

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

Your Notes