paper-with-me

Papers

Rethinking Boundary Detection in Deep Learning Models for Medical Image Segmentation

2023-05-01 · Yi Lin, Dong Zhang, Xiao Fang, Yufan Chen, Kwang-Ting Cheng, Hao Chen

Medical image segmentation is a fundamental task in the community of medical image analysis. In this paper, a novel network architecture, referred to as Convolution, Transformer, and Operator (CTO), is proposed. CTO employs a combination of Convolutional Neural Networks (CNNs), Vision Transformer (ViT), and an explicit boundary detection operator to achieve high recognition accuracy while maintaining an optimal balance between accuracy and efficiency. The proposed CTO follows the standard encoder-decoder segmentation paradigm, where the encoder network incorporates a popular CNN backbone for capturing local semantic information, and a lightweight ViT assistant for integrating long-range dependencies. To enhance the learning capacity on boundary, a boundary-guided decoder network is proposed that uses a boundary mask obtained from a dedicated boundary detection operator as explicit supervision to guide the decoding learning process. The performance of the proposed method is evaluated on six challenging medical image segmentation datasets, demonstrating that CTO achieves state-of-the-art accuracy with a competitive model complexity.

📄 PDF Abstract BibTeX arXiv:2305.00678

Code (1)

xiaofang007/cto 공식 구현 pytorch

Tasks

Boundary DetectionDecoderImage SegmentationMedical Image AnalysisMedical Image SegmentationSegmentationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
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…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

Rethinking Boundary Detection in Deep Learning-Based Medical Image Segmentation

2025-05-06 · Yi Lin, Dong Zhang, Xiao Fang, Yufan Chen 외

Medical image segmentation is a pivotal task within the realms of medical image analysis and computer vision. While current methods have shown promise in accurately segmenting major regions of interest, the precise segme…

Boundary DetectionDecoderDeep LearningEdge Detection+5

High-Resolution Boundary Detection for Medical Image Segmentation with Piece-Wise Two-Sample T-Test Augmented Loss

2022-11-04 · Yucong Lin, Jinhua Su, Yuhang Li, Yuhao Wei 외

Deep learning methods have contributed substantially to the rapid advancement of medical image segmentation, the quality of which relies on the suitable design of loss functions. Popular loss functions, including the cro…

Boundary DetectionImage SegmentationMedical Image SegmentationSegmentation+1

Structure Boundary Preserving Segmentation for Medical Image With Ambiguous Boundary

2020-06-01 · CVPR 2020 6 · Hong Joo Lee, Jung Uk Kim, Sangmin Lee, Hak Gu Kim 외

In this paper, we propose a novel image segmentation method to tackle two critical problems of medical image, which are (i) ambiguity of structure boundary in the medical image domain and (ii) uncertainty of the segmente…

Image SegmentationSegmentationSemantic Segmentation

SAM2-3dMed: Empowering SAM2 for 3D Medical Image Segmentation

2025-10-10 · Yeqing Yang, Le Xu, Lixia Tian arxiv

Accurate segmentation of 3D medical images is critical for clinical applications like disease assessment and treatment planning. While the Segment Anything Model 2 (SAM2) has shown remarkable success in video object segm…

Medical Image SegmentationVideo Object SegmentationBoundary Detection

Graph-BAS3Net: Boundary-Aware Semi-Supervised Segmentation Network With Bilateral Graph Convolution

2021-01-01 · ICCV 2021 10 · Huimin Huang, Lanfen Lin, Yue Zhang, Yingying Xu 외

Semi-supervised learning (SSL) algorithms have attracted much attentions in medical image segmentation by leveraging unlabeled data, which challenge in acquiring massive pixel-wise annotated samples. However, most of…

Boundary DetectionImage SegmentationMedical Image SegmentationMulti-Task Learning+4