IVCVAug 3, 2022

LSSANet: A Long Short Slice-Aware Network for Pulmonary Nodule Detection

arXiv:2208.02122v111 citationsh-index: 22Has Code
Originality Incremental advance
AI Analysis

This work addresses a computational bottleneck in medical imaging for detecting pulmonary nodules, though it appears incremental as it builds on existing non-local operations.

The authors tackled the problem of capturing long-range dependencies in 3D CT images for pulmonary nodule detection by proposing LSSANet with a long short slice grouping mechanism, which achieved promising evaluation results on the PN9 dataset.

Convolutional neural networks (CNNs) have been demonstrated to be highly effective in the field of pulmonary nodule detection. However, existing CNN based pulmonary nodule detection methods lack the ability to capture long-range dependencies, which is vital for global information extraction. In computer vision tasks, non-local operations have been widely utilized, but the computational cost could be very high for 3D computed tomography (CT) images. To address this issue, we propose a long short slice-aware network (LSSANet) for the detection of pulmonary nodules. In particular, we develop a new non-local mechanism termed long short slice grouping (LSSG), which splits the compact non-local embeddings into a short-distance slice grouped one and a long-distance slice grouped counterpart. This not only reduces the computational burden, but also keeps long-range dependencies among any elements across slices and in the whole feature map. The proposed LSSG is easy-to-use and can be plugged into many pulmonary nodule detection networks. To verify the performance of LSSANet, we compare with several recently proposed and competitive detection approaches based on 2D/3D CNN. Promising evaluation results on the large-scale PN9 dataset demonstrate the effectiveness of our method. Code is at https://github.com/Ruixxxx/LSSANet.

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