Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Boundary-aware Transformers for Skin Lesion Segmentation

About

Skin lesion segmentation from dermoscopy images is of great importance for improving the quantitative analysis of skin cancer. However, the automatic segmentation of melanoma is a very challenging task owing to the large variation of melanoma and ambiguous boundaries of lesion areas. While convolutional neutral networks (CNNs) have achieved remarkable progress in this task, most of existing solutions are still incapable of effectively capturing global dependencies to counteract the inductive bias caused by limited receptive fields. Recently, transformers have been proposed as a promising tool for global context modeling by employing a powerful global attention mechanism, but one of their main shortcomings when applied to segmentation tasks is that they cannot effectively extract sufficient local details to tackle ambiguous boundaries. We propose a novel boundary-aware transformer (BAT) to comprehensively address the challenges of automatic skin lesion segmentation. Specifically, we integrate a new boundary-wise attention gate (BAG) into transformers to enable the whole network to not only effectively model global long-range dependencies via transformers but also, simultaneously, capture more local details by making full use of boundary-wise prior knowledge. Particularly, the auxiliary supervision of BAG is capable of assisting transformers to learn position embedding as it provides much spatial information. We conducted extensive experiments to evaluate the proposed BAT and experiments corroborate its effectiveness, consistently outperforming state-of-the-art methods in two famous datasets.

Jiacheng Wang, Lan Wei, Liansheng Wang, Qichao Zhou, Lei Zhu, Jing Qin• 2021

Related benchmarks

TaskDatasetResultRank
Skin Lesion SegmentationISIC 2018 (test)--
74
SegmentationISIC Melanoma 2019
Dice91.2
25
SegmentationBraTs Brain-Tumor 2021
Dice79.6
25
SegmentationTNMIX
Dice81.7
21
SegmentationREFUGE2 Optic-Disc
Dice92.3
21
SegmentationREFUGE2 Optic-Cup
Dice82
21
Skin Lesion SegmentationISIC + PH2 2016 (test)
Dice92.1
12
Showing 7 of 7 rows

Other info

Code

Follow for update