paper-with-me

Papers

DSFNet: Dual-GCN and Location-fused Self-attention with Weighted Fast Normalized Fusion for Polyps Segmentation

2023-08-15 · Juntong Fan, Debesh Jha, Tieyong Zeng, Dayang Wang

Polyps segmentation poses a significant challenge in medical imaging due to the flat surface of polyps and their texture similarity to surrounding tissues. This similarity gives rise to difficulties in establishing a clear boundary between polyps and the surrounding mucosa, leading to complications such as local overexposure and the presence of bright spot reflections in imaging. To counter this problem, we propose a new dual graph convolution network (Dual-GCN) and location self-attention mechanisms with weighted fast normalization fusion model, named DSFNet. First, we introduce a feature enhancement block module based on Dual-GCN module to enhance local spatial and structural information extraction with fine granularity. Second, we introduce a location fused self-attention module to enhance the model's awareness and capacity to capture global information. Finally, the weighted fast normalized fusion method with trainable weights is introduced to efficiently integrate the feature maps from encoder, bottleneck, and decoder, thus promoting information transmission and facilitating the semantic consistency. Experimental results show that the proposed model surpasses other state-of-the-art models in gold standard indicators, such as Dice, MAE, and IoU. Both quantitative and qualitative analysis indicate that the proposed model demonstrates exceptional capability in polyps segmentation and has great potential clinical significance. We have shared our code on anonymous website for evaluation.

📄 PDF Abstract BibTeX arXiv:2308.07946

Code (1)

juntongkuki/pytorch-dsfnet 공식 구현 pytorch

Tasks

Brain Tumor SegmentationDecoderImage SegmentationMedical Image SegmentationSemantic SegmentationTumor 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…
MAE 설명 없음

Similar Papers 제목 키워드 기반

DSFNet: Learning Dual-Domain Spectral Operators for Multi-Modality Spatio-Temporal Forecasting in Urban Transportation Systems

2026-06-05 · Yongchao Li, Yang Li, Zhuoxuan Li, Jun Chen 외 arxiv

Multi-Modality Spatio-Temporal Forecasting (MoSTF) extends traditional spatio-temporal forecasting by incorporating diverse traffic modalities. Despite significant recent strides in spatio-temporal modeling, existing app…

Dual Semantic Fusion Network for Video Object Detection

2020-09-16 · Lijian Lin, Haosheng Chen, Honglun Zhang, Jun Liang 외

Video object detection is a tough task due to the deteriorated quality of video sequences captured under complex environments. Currently, this area is dominated by a series of feature enhancement based methods, which dis…

Objectobject-detectionObject DetectionOptical Flow Estimation+1

Faster Neighborhood Attention: Reducing the O(n^2) Cost of Self Attention at the Threadblock Level

2024-03-07 · Ali Hassani, Wen-mei Hwu, Humphrey Shi

Neighborhood attention reduces the cost of self attention by restricting each token's attention span to its nearest neighbors. This restriction, parameterized by a window size and dilation factor, draws a spectrum of pos…

Category-aware Allocation Transformer for Weakly Supervised Object Localization

2023-01-01 · ICCV 2023 1 · Zhiwei Chen, Jinren Ding, Liujuan Cao, Yunhang Shen 외

Weakly supervised object localization (WSOL) aims to localize objects based on only image-level labels as supervision. Recently, transformers have been introduced into WSOL, yielding impressive results. The self-atte…

ObjectObject LocalizationWeakly-Supervised Object Localization

Incorporating Domain Knowledge Graph into Multimodal Movie Genre Classification with Self-Supervised Attention and Contrastive Learning

2023-10-12 · Jiaqi Li, Guilin Qi, Chuanyi Zhang, Yongrui Chen 외

Multimodal movie genre classification has always been regarded as a demanding multi-label classification task due to the diversity of multimodal data such as posters, plot summaries, trailers and metadata. Although exist…

Contrastive LearningGenre classificationGraph EmbeddingKnowledge Graph Embedding+3