CVJul 9, 2019

Improving Deep Lesion Detection Using 3D Contextual and Spatial Attention

arXiv:1907.04052v141 citations
Originality Incremental advance
AI Analysis

This work addresses lesion detection in medical imaging, which is crucial for healthcare diagnostics, but it appears incremental as it builds upon existing 3D contextual frameworks.

The paper tackled the challenge of detecting small and visually similar lesions in CT scans by introducing a dual-attention mechanism to enrich feature representation and improve discriminativeness, resulting in significantly boosted detection results compared to a baseline while using fewer slices.

Lesion detection from computed tomography (CT) scans is challenging compared to natural object detection because of two major reasons: small lesion size and small inter-class variation. Firstly, the lesions usually only occupy a small region in the CT image. The feature of such small region may not be able to provide sufficient information due to its limited spatial feature resolution. Secondly, in CT scans, the lesions are often indistinguishable from the background since the lesion and non-lesion areas may have very similar appearances. To tackle both problems, we need to enrich the feature representation and improve the feature discriminativeness. Therefore, we introduce a dual-attention mechanism to the 3D contextual lesion detection framework, including the cross-slice contextual attention to selectively aggregate the information from different slices through a soft re-sampling process. Moreover, we propose intra-slice spatial attention to focus the feature learning in the most prominent regions. Our method can be easily trained end-to-end without adding heavy overhead on the base detection network. We use DeepLesion dataset and train a universal lesion detector to detect all kinds of lesions such as liver tumors, lung nodules, and so on. The results show that our model can significantly boost the results of the baseline lesion detector (with 3D contextual information) but using much fewer slices.

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