paper-with-me

홈 › Papers

DSNet: a simple yet efficient network with dual-stream attention for lesion segmentation

2022-11-30 · Yunxiao Liu

Lesion segmentation requires both speed and accuracy. In this paper, we propose a simple yet efficient network DSNet, which consists of a encoder based on Transformer and a convolutional neural network(CNN)-based distinct pyramid decoder containing three dual-stream attention (DSA) modules. Specifically, the DSA module fuses features from two adjacent levels through the false positive stream attention (FPSA) branch and the false negative stream attention (FNSA) branch to obtain features with diversified contextual information. We compare our method with various state-of-the-art (SOTA) lesion segmentation methods with several public datasets, including CVC-ClinicDB, Kvasir-SEG, and ISIC-2018 Task 1. The experimental results show that our method achieves SOTA performance in terms of mean Dice coefficient (mDice) and mean Intersection over Union (mIoU) with low model complexity and memory consumption.

📄 PDF Abstract BibTeX arXiv:2211.16950

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderLesion SegmentationSegmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Adam 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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$…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

DSNet: Automatic Dermoscopic Skin Lesion Segmentation

2019-07-09 · Md. Kamrul Hasan, Lavsen Dahal, Prasad N. Samarakoon, Fakrul Islam Tushar 외

Automatic segmentation of skin lesion is considered a crucial step in Computer Aided Diagnosis (CAD) for melanoma diagnosis. Despite its significance, skin lesion segmentation remains a challenging task due to their dive…

Lesion SegmentationMelanoma DiagnosisSegmentationSemantic Segmentation+1

BindsNET: A machine learning-oriented spiking neural networks library in Python

2018-06-04 · Hananel Hazan, Daniel J. Saunders, Hassaan Khan, Darpan T. Sanghavi 외

The development of spiking neural network simulation software is a critical component enabling the modeling of neural systems and the development of biologically inspired algorithms. Existing software frameworks support …

BIG-bench Machine LearningCPUGPUNeural Network simulation+4

RDSNet: A New Deep Architecture for Reciprocal Object Detection and Instance Segmentation

2019-12-11 · Shaoru Wang, Yongchao Gong, Junliang Xing, Lichao Huang 외

Object detection and instance segmentation are two fundamental computer vision tasks. They are closely correlated but their relations have not yet been fully explored in most previous work. This paper presents RDSNet, a …

Instance SegmentationObjectobject-detectionObject Detection+3

Parallel Multi-Scale Networks with Deep Supervision for Hand Keypoint Detection

2021-12-19 · Renjie Li, Son Tran, Saurabh Garg, Katherine Lawler 외

Keypoint detection plays an important role in a wide range of applications. However, predicting keypoints of small objects such as human hands is a challenging problem. Recent works fuse feature maps of deep Convolutiona…

Keypoint Detection

DSNet: A Dual-Stream Framework for Weakly-Supervised Gigapixel Pathology Image Analysis

2021-09-13 · Tiange Xiang, Yang song, Chaoyi Zhang, Dongnan Liu 외

We present a novel weakly-supervised framework for classifying whole slide images (WSIs). WSIs, due to their gigapixel resolution, are commonly processed by patch-wise classification with patch-level labels. However, pat…

Classificationwhole slide images