paper-with-me

홈 › Papers

AD-Net: Attention-based dilated convolutional residual network with guided decoder for robust skin lesion segmentation

2024-09-09 · Asim Naveed, Syed S. Naqvi, Tariq M. Khan, Shahzaib Iqbal, M. Yaqoob Wani, Haroon Ahmed Khan

In computer-aided diagnosis tools employed for skin cancer treatment and early diagnosis, skin lesion segmentation is important. However, achieving precise segmentation is challenging due to inherent variations in appearance, contrast, texture, and blurry lesion boundaries. This research presents a robust approach utilizing a dilated convolutional residual network, which incorporates an attention-based spatial feature enhancement block (ASFEB) and employs a guided decoder strategy. In each dilated convolutional residual block, dilated convolution is employed to broaden the receptive field with varying dilation rates. To improve the spatial feature information of the encoder, we employed an attention-based spatial feature enhancement block in the skip connections. The ASFEB in our proposed method combines feature maps obtained from average and maximum-pooling operations. These combined features are then weighted using the active outcome of global average pooling and convolution operations. Additionally, we have incorporated a guided decoder strategy, where each decoder block is optimized using an individual loss function to enhance the feature learning process in the proposed AD-Net. The proposed AD-Net presents a significant benefit by necessitating fewer model parameters compared to its peer methods. This reduction in parameters directly impacts the number of labeled data required for training, facilitating faster convergence during the training process. The effectiveness of the proposed AD-Net was evaluated using four public benchmark datasets. We conducted a Wilcoxon signed-rank test to verify the efficiency of the AD-Net. The outcomes suggest that our method surpasses other cutting-edge methods in performance, even without the implementation of data augmentation strategies.

📄 PDF Abstract BibTeX arXiv:2409.05420

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationDecoderLesion SegmentationSkin Lesion Segmentation

Methods 이 논문이 사용한 방법론

Dilated Convolution 설명 없음
Average Pooling 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
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 제목 키워드 기반

Overlapping Community Detection using Dynamic Dilated Aggregation in Deep Residual GCN

2022-10-20 · Md Nurul Muttakin, Md Iqbal Hossain, Md Saidur Rahman

Overlapping community detection is a key problem in graph mining. Some research has considered applying graph convolutional networks (GCN) to tackle the problem. However, it is still challenging to incorporate deep graph…

Community DetectionDecoderGraph Mining

Dual Residual Attention Network for Image Denoising

2023-05-07 · Wencong Wu, Shijie Liu, Yi Zhou, Yungang Zhang 외

In image denoising, deep convolutional neural networks (CNNs) can obtain favorable performance on removing spatially invariant noise. However, many of these networks cannot perform well on removing the real noise (i.e. s…

DenoisingImage Denoising

U-Net Using Stacked Dilated Convolutions for Medical Image Segmentation

2020-04-07 · Shuhang Wang, Szu-Yeu Hu, Eugene Cheah, XiaoHong Wang 외

This paper proposes a novel U-Net variant using stacked dilated convolutions for medical image segmentation (SDU-Net). SDU-Net adopts the architecture of vanilla U-Net with modifications in the encoder and decoder operat…

AllDecoderImage SegmentationMedical Image Segmentation+2

A Convolutional-Transformer Network for Crack Segmentation with Boundary Awareness

2023-02-23 · Huaqi Tao, Bingxi Liu, Jinqiang Cui, Hong Zhang

Cracks play a crucial role in assessing the safety and durability of manufactured buildings. However, the long and sharp topological features and complex background of cracks make the task of crack segmentation extremely…

Crack SegmentationDecoder

EfficientFCN: Holistically-guided Decoding for Semantic Segmentation

2020-08-24 · ECCV 2020 8 · Jianbo Liu, Junjun He, Jiawei Zhang, Jimmy S. Ren 외

Both performance and efficiency are important to semantic segmentation. State-of-the-art semantic segmentation algorithms are mostly based on dilated Fully Convolutional Networks (dilatedFCN), which adopt dilated convolu…

DecoderSegmentationSemantic Segmentation