paper-with-me

Papers

Multi-class motion-based semantic segmentation for ureteroscopy and laser lithotripsy

2021-04-02 · Soumya Gupta, Sharib Ali, Louise Goldsmith, Ben Turney, Jens Rittscher

Kidney stones represent a considerable burden for public health-care systems. Ureteroscopy with laser lithotripsy has evolved as the most commonly used technique for the treatment of kidney stones. Automated segmentation of kidney stones and laser fiber is an important initial step to performing any automated quantitative analysis of the stones, particularly stone-size estimation, that helps the surgeon decide if the stone requires more fragmentation. Factors such as turbid fluid inside the cavity, specularities, motion blur due to kidney movements and camera motion, bleeding, and stone debris impact the quality of vision within the kidney and lead to extended operative times. To the best of our knowledge, this is the first attempt made towards multi-class segmentation in ureteroscopy and laser lithotripsy data. We propose an end-to-end CNN-based framework for the segmentation of stones and laser fiber. The proposed approach utilizes two sub-networks: HybResUNet, a version of residual U-Net, that uses residual connections in the encoder path of U-Net and a DVFNet that generates DVF predictions which are then used to prune the prediction maps. We also present ablation studies that combine dilated convolutions, recurrent and residual connections, ASPP and attention gate. We propose a compound loss function that improves our segmentation performance. We have also provided an ablation study to determine the optimal data augmentation strategy. Our qualitative and quantitative results illustrate that our proposed method outperforms SOTA methods such as UNet and DeepLabv3+ showing an improvement of 5.2% and 15.93%, respectively, for the combined mean of DSC and JI in our invivo test dataset. We also show that our proposed model generalizes better on a new clinical dataset showing a mean improvement of 25.4%, 20%, and 11% over UNet, HybResUNet, and DeepLabv3+, respectively, for the same metric.

📄 PDF Abstract BibTeX arXiv:2104.01268

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Concatenated Skip Connection A Concatenated Skip Connection is a type of skip connection that seeks to reuse features by concatenating them to new layers, allowing more information to be retained from…
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…
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…
Dilated Convolution 설명 없음
Spatial Pyramid Pooling Spatial Pyramid Pooling (SPP) is a pooling layer that removes the fixed-size constraint of the network, i.e. a CNN does not require a fixed-size input image. Specifically, we…
ASPP Atrous Spatial Pyramid Pooling (ASPP) is a semantic segmentation module for resampling a given feature layer at multiple rates prior to…
U-Net 설명 없음

Similar Papers 제목 키워드 기반

A Lumen Segmentation Method in Ureteroscopy Images based on a Deep Residual U-Net architecture

2021-01-13 · Jorge F. Lazo, Aldo Marzullo, Sara Moccia, Michele Catellani 외

Ureteroscopy is becoming the first surgical treatment option for the majority of urinary affections. This procedure is performed using an endoscope which provides the surgeon with the visual information necessary to navi…

Navigate

Using spatial-temporal ensembles of convolutional neural networks for lumen segmentation in ureteroscopy

2021-04-05 · Jorge F. Lazo, Aldo Marzullo, Sara Moccia, Michele Catellani 외

Purpose: Ureteroscopy is an efficient endoscopic minimally invasive technique for the diagnosis and treatment of upper tract urothelial carcinoma (UTUC). During ureteroscopy, the automatic segmentation of the hollow lume…

Segmentation

A transfer-learning approach for lesion detection in endoscopic images from the urinary tract

2021-04-08 · Jorge F. Lazo, Sara Moccia, Aldo Marzullo, Michele Catellani 외

Ureteroscopy and cystoscopy are the gold standard methods to identify and treat tumors along the urinary tract. It has been reported that during a normal procedure a rate of 10-20 % of the lesions could be missed. In thi…

Lesion DetectionTransfer Learning

Improving Robustness of Semantic Segmentation to Motion-Blur Using Class-Centric Augmentation

2023-01-01 · CVPR 2023 1 · Aakanksha, A. N. Rajagopalan

Semantic segmentation involves classifying each pixel into one of a pre-defined set of object/stuff classes. Such a fine-grained detection and localization of objects in the scene is challenging by itself. The comple…

DeblurringSegmentationSemantic Segmentation

Monocular Instance Motion Segmentation for Autonomous Driving: KITTI InstanceMotSeg Dataset and Multi-task Baseline

2020-08-16 · Eslam Mohamed, Mahmoud Ewaisha, Mennatullah Siam, Hazem Rashed 외

Moving object segmentation is a crucial task for autonomous vehicles as it can be used to segment objects in a class agnostic manner based on their motion cues. It enables the detection of unseen objects during training …

Autonomous DrivingAutonomous VehiclesGPUInstance Segmentation+9