paper-with-me

홈 › Papers

EDDense-Net: Fully Dense Encoder Decoder Network for Joint Segmentation of Optic Cup and Disc

2023-08-20 · Mehwish Mehmood, Khuram Naveed, Khursheed Aurangzeb, Haroon Ahmed Khan, Musaed Alhussein, Syed Saud Naqvi

Glaucoma is an eye disease that causes damage to the optic nerve, which can lead to visual loss and permanent blindness. Early glaucoma detection is therefore critical in order to avoid permanent blindness. The estimation of the cup-to-disc ratio (CDR) during an examination of the optical disc (OD) is used for the diagnosis of glaucoma. In this paper, we present the EDDense-Net segmentation network for the joint segmentation of OC and OD. The encoder and decoder in this network are made up of dense blocks with a grouped convolutional layer in each block, allowing the network to acquire and convey spatial information from the image while simultaneously reducing the network's complexity. To reduce spatial information loss, the optimal number of filters in all convolution layers were utilised. In semantic segmentation, dice pixel classification is employed in the decoder to alleviate the problem of class imbalance. The proposed network was evaluated on two publicly available datasets where it outperformed existing state-of-the-art methods in terms of accuracy and efficiency. For the diagnosis and analysis of glaucoma, this method can be used as a second opinion system to assist medical ophthalmologists.

📄 PDF Abstract BibTeX arXiv:2308.10192

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

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 제목 키워드 기반

Optimizing Federated Graph Learning with Inherent Structural Knowledge and Dual-Densely Connected GNNs

2024-08-21 · Longwen Wang, Jianchun Liu, Zhi Liu, Jinyang Huang

Federated Graph Learning (FGL) is an emerging technology that enables clients to collaboratively train powerful Graph Neural Networks (GNNs) in a distributed manner without exposing their private data. Nevertheless, FGL …

Graph Learning

Should we pre-train a decoder in contrastive learning for dense prediction tasks?

2025-03-21 · Sébastien Quetin, Tapotosh Ghosh, Farhad Maleki

Contrastive learning in self-supervised settings primarily focuses on pre-training encoders, while decoders are typically introduced and trained separately for downstream dense prediction tasks. This conventional approac…

Contrastive LearningDecoderInstance Segmentationobject-detection+3

InfiNet: Fully Convolutional Networks for Infant Brain MRI Segmentation

2018-10-11 · Shubham Kumar, Sailesh Conjeti, Abhijit Guha Roy, Christian Wachinger 외

We present a novel, parameter-efficient and practical fully convolutional neural network architecture, termed InfiNet, aimed at voxel-wise semantic segmentation of infant brain MRI images at iso-intense stage, which can …

DecoderInfant Brain Mri SegmentationMRI segmentationSegmentation+1

Improving Depth Completion via Depth Feature Upsampling

2024-01-01 · CVPR 2024 1 · YuFei Wang, Ge Zhang, Shaoqian Wang, Bo Li 외

The encoder-decoder network (ED-Net) is a commonly employed choice for existing depth completion methods but its working mechanism is ambiguous. In this paper we visualize the internal feature maps to analyze how the…

DecoderDepth CompletionFeature Upsampling

Cascade Decoder: A Universal Decoding Method for Biomedical Image Segmentation

2019-01-15 · Peixian Liang, Jianxu Chen, Hao Zheng, Lin Yang 외

The Encoder-Decoder architecture is a main stream deep learning model for biomedical image segmentation. The encoder fully compresses the input and generates encoded features, and the decoder then produces dense predicti…

DecoderImage SegmentationSegmentationSemantic Segmentation