paper-with-me

Papers

Enhancing Retinal Vascular Structure Segmentation in Images With a Novel Design Two-Path Interactive Fusion Module Model

2024-03-03 · Rui Yang, Shunpu Zhang

Precision in identifying and differentiating micro and macro blood vessels in the retina is crucial for the diagnosis of retinal diseases, although it poses a significant challenge. Current autoencoding-based segmentation approaches encounter limitations as they are constrained by the encoder and undergo a reduction in resolution during the encoding stage. The inability to recover lost information in the decoding phase further impedes these approaches. Consequently, their capacity to extract the retinal microvascular structure is restricted. To address this issue, we introduce Swin-Res-Net, a specialized module designed to enhance the precision of retinal vessel segmentation. Swin-Res-Net utilizes the Swin transformer which uses shifted windows with displacement for partitioning, to reduce network complexity and accelerate model convergence. Additionally, the model incorporates interactive fusion with a functional module in the Res2Net architecture. The Res2Net leverages multi-scale techniques to enlarge the receptive field of the convolutional kernel, enabling the extraction of additional semantic information from the image. This combination creates a new module that enhances the localization and separation of micro vessels in the retina. To improve the efficiency of processing vascular information, we've added a module to eliminate redundant information between the encoding and decoding steps. Our proposed architecture produces outstanding results, either meeting or surpassing those of other published models. The AUC reflects significant enhancements, achieving values of 0.9956, 0.9931, and 0.9946 in pixel-wise segmentation of retinal vessels across three widely utilized datasets: CHASE-DB1, DRIVE, and STARE, respectively. Moreover, Swin-Res-Net outperforms alternative architectures, demonstrating superior performance in both IOU and F1 measure metrics.

📄 PDF Abstract BibTeX arXiv:2403.01362

Code (1)

orobix/retina-unet/blob/master/lib/pre_processing.py 공식 구현

Tasks

Retinal Vessel SegmentationSegmentation

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…
Attention 설명 없음
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$…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Average Pooling 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Multi-Head Attention 설명 없음
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…

Similar Papers 제목 키워드 기반

KLDD: Kalman Filter based Linear Deformable Diffusion Model in Retinal Image Segmentation

2024-09-19 · Zhihao Zhao, Yinzheng Zhao, Junjie Yang, Kai Huang 외

AI-based vascular segmentation is becoming increasingly common in enhancing the screening and treatment of ophthalmic diseases. Deep learning structures based on U-Net have achieved relatively good performance in vascula…

Image SegmentationRetinal Vessel SegmentationSegmentationSemantic Segmentation

DGSSA: Domain generalization with structural and stylistic augmentation for retinal vessel segmentation

2025-01-07 · Bo Liu, Yudong Zhang, Shuihua Wang, Siyue Li 외

Retinal vascular morphology is crucial for diagnosing diseases such as diabetes, glaucoma, and hypertension, making accurate segmentation of retinal vessels essential for early intervention. Traditional segmentation meth…

Domain GeneralizationImage SegmentationRetinal Vessel SegmentationSegmentation+1

Generation of Structurally Realistic Retinal Fundus Images with Diffusion Models

2023-05-11 · Sojung Go, Younghoon Ji, Sang Jun Park, Soochahn Lee

We introduce a new technique for generating retinal fundus images that have anatomically accurate vascular structures, using diffusion models. We generate artery/vein masks to create the vascular structure, which we then…

Data Augmentation

Dense Residual Network for Retinal Vessel Segmentation

2020-04-07 · Changlu Guo, Márton Szemenyei, Yugen Yi, Ying Xue 외

Retinal vessel segmentation plays an imaportant role in the field of retinal image analysis because changes in retinal vascular structure can aid in the diagnosis of diseases such as hypertension and diabetes. In recent …

Data AugmentationRetinal Vessel Segmentation

Simultaneous segmentation and classification of the retinal arteries and veins from color fundus images

2022-09-20 · José Morano, Álvaro S. Hervella, Jorge Novo, José Rouco

The study of the retinal vasculature is a fundamental stage in the screening and diagnosis of many diseases. A complete retinal vascular analysis requires to segment and classify the blood vessels of the retina into arte…

ClassificationSegmentationSemantic Segmentation