paper-with-me

Papers

Unsupervised Contrastive Learning based Transformer for Lung Nodule Detection

2022-04-30 · Chuang Niu, Ge Wang

Early detection of lung nodules with computed tomography (CT) is critical for the longer survival of lung cancer patients and better quality of life. Computer-aided detection/diagnosis (CAD) is proven valuable as a second or concurrent reader in this context. However, accurate detection of lung nodules remains a challenge for such CAD systems and even radiologists due to not only the variability in size, location, and appearance of lung nodules but also the complexity of lung structures. This leads to a high false-positive rate with CAD, compromising its clinical efficacy. Motivated by recent computer vision techniques, here we present a self-supervised region-based 3D transformer model to identify lung nodules among a set of candidate regions. Specifically, a 3D vision transformer (ViT) is developed that divides a CT image volume into a sequence of non-overlap cubes, extracts embedding features from each cube with an embedding layer, and analyzes all embedding features with a self-attention mechanism for the prediction. To effectively train the transformer model on a relatively small dataset, the region-based contrastive learning method is used to boost the performance by pre-training the 3D transformer with public CT images. Our experiments show that the proposed method can significantly improve the performance of lung nodule screening in comparison with the commonly used 3D convolutional neural networks.

📄 PDF Abstract BibTeX arXiv:2205.00122

Code (0)

등록된 구현이 없습니다.

Tasks

Computed Tomography (CT)Contrastive LearningLung Nodule Detection

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Residual Connection 설명 없음
Multi-Head Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Vision Transformer The Vision Transformer, or ViT, is a model for image classification that employs a Transformer-like architecture over…

Similar Papers 제목 키워드 기반

Domain Adaptive Lung Nodule Detection in X-ray Image

2024-07-28 · Haifeng Zhao, Lixiang Jiang, Leilei Ma, Dengdi Sun 외

Medical images from different healthcare centers exhibit varied data distributions, posing significant challenges for adapting lung nodule detection due to the domain shift between training and application phases. Tradit…

Contrastive LearningLung Nodule Detection

Unsupervised Detection of Lung Nodules in Chest Radiography Using Generative Adversarial Networks

2021-08-04 · Nitish Bhatt, David Ramon Prados, Nedim Hodzic, Christos Karanassios 외

Lung nodules are commonly missed in chest radiographs. We propose and evaluate P-AnoGAN, an unsupervised anomaly detection approach for lung nodules in radiographs. P-AnoGAN modifies the fast anomaly detection generative…

Anomaly DetectionDecoderGenerative Adversarial NetworkLung Nodule Detection+1

Lung Nodule-SSM: Self-Supervised Lung Nodule Detection and Classification in Thoracic CT Images

2025-05-21 · Muniba Noreen, Furqan Shaukat

Lung cancer remains among the deadliest types of cancer in recent decades, and early lung nodule detection is crucial for improving patient outcomes. The limited availability of annotated medical imaging data remains a b…

Lung Nodule DetectionSelf-Supervised Learning

Lung-DETR: Deformable Detection Transformer for Sparse Lung Nodule Anomaly Detection

2024-09-08 · Hooman Ramezani, Dionne Aleman, Daniel Létourneau

Accurate lung nodule detection for computed tomography (CT) scan imagery is challenging in real-world settings due to the sparse occurrence of nodules and similarity to other anatomical structures. In a typical positive …

Anomaly DetectionComputed Tomography (CT)Lung Nodule Detection

An Efficient Approach to Detecting Lung Nodules Using Swin Transformer

2025-03-03 · Saeed Shakuri, Alireza Rezvanian

Lung cancer has the highest rate of cancer-caused deaths, and early-stage diagnosis could increase the survival rate. Lung nodules are common indicators of lung cancer, making their detection crucial. Various lung nodule…

Lung Nodule DetectionTransfer Learning