paper-with-me

Papers

An Efficient Anchor-free Universal Lesion Detection in CT-scans

2022-03-30 · Manu Sheoran, Meghal Dani, Monika Sharma, Lovekesh Vig

Existing universal lesion detection (ULD) methods utilize compute-intensive anchor-based architectures which rely on predefined anchor boxes, resulting in unsatisfactory detection performance, especially in small and mid-sized lesions. Further, these default fixed anchor-sizes and ratios do not generalize well to different datasets. Therefore, we propose a robust one-stage anchor-free lesion detection network that can perform well across varying lesions sizes by exploiting the fact that the box predictions can be sorted for relevance based on their center rather than their overlap with the object. Furthermore, we demonstrate that the ULD can be improved by explicitly providing it the domain-specific information in the form of multi-intensity images generated using multiple HU windows, followed by self-attention based feature-fusion and backbone initialization using weights learned via self-supervision over CT-scans. We obtain comparable results to the state-of-the-art methods, achieving an overall sensitivity of 86.05% on the DeepLesion dataset, which comprises of approximately 32K CT-scans with lesions annotated across various body organs.

📄 PDF Abstract BibTeX arXiv:2203.16074

Code (0)

등록된 구현이 없습니다.

Tasks

Lesion DetectionMedical Object Detection

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
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$…
Multi-Head Attention 설명 없음
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…
Attention 설명 없음
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

3D Anchor-Free Lesion Detector on Computed Tomography Scans

2019-08-29 · Ning Zhang, Dechun Wang, Xinzi Sun, Pengfei Zhang 외

Lesions are injuries and abnormal tissues in the human body. Detecting lesions in 3D Computed Tomography (CT) scans can be time-consuming even for very experienced physicians and radiologists. In recent years, CNN based …

Computed Tomography (CT)

DKMA-ULD: Domain Knowledge augmented Multi-head Attention based Robust Universal Lesion Detection

2022-03-14 · British Machine Vision Conference 2021 11 · Manu Sheoran, Meghal Dani, Monika Sharma, Lovekesh Vig

Incorporating data-specific domain knowledge in deep networks explicitly can provide important cues beneficial for lesion detection and can mitigate the need for diverse heterogeneous datasets for learning robust detecto…

Computed Tomography (CT)Lesion DetectionMedical Object DetectionRegion Proposal

Deep Volumetric Universal Lesion Detection using Light-Weight Pseudo 3D Convolution and Surface Point Regression

2020-08-30 · Jinzheng Cai, Ke Yan, Chi-Tung Cheng, Jing Xiao 외

Identifying, measuring and reporting lesions accurately and comprehensively from patient CT scans are important yet time-consuming procedures for physicians. Computer-aided lesion/significant-findings detection technique…

Lesion Detectionregression

Conditional Training with Bounding Map for Universal Lesion Detection

2021-03-23 · Han Li, Long Chen, Hu Han, S. Kevin Zhou

Universal Lesion Detection (ULD) in computed tomography plays an essential role in computer-aided diagnosis. Promising ULD results have been reported by coarse-to-fine two-stage detection approaches, but such two-stage U…

Lesion DetectionMedical Object Detection

Bounding Maps for Universal Lesion Detection

2020-07-18 · Han Li, Hu Han, S. Kevin Zhou

Universal Lesion Detection (ULD) in computed tomography plays an essential role in computer-aided diagnosis systems. Many detection approaches achieve excellent results for ULD using possible bounding boxes (or anchors) …

Lesion DetectionRegion Proposal