paper-with-me

Papers

Medical Image Segmentation via Sparse Coding Decoder

2023-10-17 · Long Zeng, Kaigui Wu

Transformers have achieved significant success in medical image segmentation, owing to its capability to capture long-range dependencies. Previous works incorporate convolutional layers into the encoder module of transformers, thereby enhancing their ability to learn local relationships among pixels. However, transformers may suffer from limited generalization capabilities and reduced robustness, attributed to the insufficient spatial recovery ability of their decoders. To address this issue, A convolution sparse vector coding based decoder is proposed , namely CAScaded multi-layer Convolutional Sparse vector Coding DEcoder (CASCSCDE), which represents features extracted by the encoder using sparse vectors. To prove the effectiveness of our CASCSCDE, The widely-used TransUNet model is chosen for the demonstration purpose, and the CASCSCDE is incorporated with TransUNet to establish the TransCASCSCDE architecture. Our experiments demonstrate that TransUNet with CASCSCDE significantly enhances performance on the Synapse benchmark, obtaining up to 3.15\% and 1.16\% improvements in DICE and mIoU scores, respectively. CASCSCDE opens new ways for constructing decoders based on convolutional sparse vector coding.

📄 PDF Abstract BibTeX arXiv:2310.10957

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage SegmentationMedical Image SegmentationSemantic 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 제목 키워드 기반

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

Token Sparsification for Faster Medical Image Segmentation

2023-03-11 · Lei Zhou, Huidong Liu, Joseph Bae, Junjun He 외

Can we use sparse tokens for dense prediction, e.g., segmentation? Although token sparsification has been applied to Vision Transformers (ViT) to accelerate classification, it is still unknown how to perform segmentation…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation

MedCAGD: Context-Aware Gated Decoder for Efficient Medical Image Segmentation

2026-07-01 · Saad Wazir, Patrick Dominique Vibild, Dinh Phu Tran, Seongah Kim 외 arxiv

Medical image segmentation relies on the ability of encoder-decoder architectures to translate rich feature representations into accurate pixel-level predictions under challenging conditions such as low contrast, structu…

Medical Image Segmentation

Vision Transformer-Conditioned UNet for Domain-Adaptive Semantic Segmentation

2026-05-12 · Joel Valdivia Ortega, Tingying Peng, Marion Jasnin arxiv

Semantic segmentation is essential for analysing anatomical features in biomedical research, yet a performance gap remains for Vision Transformers (ViTs) in the field, particularly for sparse, fine-structured, and low si…

Semantic Segmentation

G-CASCADE: Efficient Cascaded Graph Convolutional Decoding for 2D Medical Image Segmentation

2023-10-24 · Md Mostafijur Rahman, Radu Marculescu

In recent years, medical image segmentation has become an important application in the field of computer-aided diagnosis. In this paper, we are the first to propose a new graph convolution-based decoder namely, Cascaded …

DecoderImage SegmentationMedical Image SegmentationRetinal Vessel Segmentation+2