paper-with-me

Papers

Boundary-aware Context Neural Network for Medical Image Segmentation

2020-05-03 · Ruxin Wang, Shuyuan Chen, Chaojie Ji, Jianping Fan, Ye Li

Medical image segmentation can provide a reliable basis for further clinical analysis and disease diagnosis. The performance of medical image segmentation has been significantly advanced with the convolutional neural networks (CNNs). However, most existing CNNs-based methods often produce unsatisfactory segmentation mask without accurate object boundaries. This is caused by the limited context information and inadequate discriminative feature maps after consecutive pooling and convolution operations. In that the medical image is characterized by the high intra-class variation, inter-class indistinction and noise, extracting powerful context and aggregating discriminative features for fine-grained segmentation are still challenging today. In this paper, we formulate a boundary-aware context neural network (BA-Net) for 2D medical image segmentation to capture richer context and preserve fine spatial information. BA-Net adopts encoder-decoder architecture. In each stage of encoder network, pyramid edge extraction module is proposed for obtaining edge information with multiple granularities firstly. Then we design a mini multi-task learning module for jointly learning to segment object masks and detect lesion boundaries. In particular, a new interactive attention is proposed to bridge two tasks for achieving information complementarity between different tasks, which effectively leverages the boundary information for offering a strong cue to better segmentation prediction. At last, a cross feature fusion module aims to selectively aggregate multi-level features from the whole encoder network. By cascaded three modules, richer context and fine-grain features of each stage are encoded. Extensive experiments on five datasets show that the proposed BA-Net outperforms state-of-the-art approaches.

📄 PDF Abstract BibTeX arXiv:2005.00966

Code (1)

mathwrx/BA-Net/blob/main/encoding/models/BANet.py 공식 구현 pytorch

Tasks

Image SegmentationMedical Image SegmentationMulti-Task LearningSegmentationSemantic 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 제목 키워드 기반

RDTE-UNet: A Boundary and Detail Aware UNet for Precise Medical Image Segmentation

2025-11-03 · Jierui Qu, Jianchun Zhao arxiv

Medical image segmentation is essential for computer-assisted diagnosis and treatment planning, yet substantial anatomical variability and boundary ambiguity hinder reliable delineation of fine structures. We propose RDT…

Medical Image Segmentation

End-to-End Boundary Aware Networks for Medical Image Segmentation

2019-08-21 · Ali Hatamizadeh, Demetri Terzopoulos, Andriy Myronenko

Fully convolutional neural networks (CNNs) have proven to be effective at representing and classifying textural information, thus transforming image intensity into output class masks that achieve semantic image segmentat…

Brain Tumor SegmentationImage SegmentationMedical Image AnalysisMedical Image Segmentation+3

FocusSDF: Boundary-Aware Learning for Medical Image Segmentation via Signed Distance Supervision

2025-11-14 · Muzammal Shafique, Nasir Rahim, Jamil Ahmad, Mohammad Siadat 외 arxiv

Segmentation of medical images constitutes an essential component of medical image analysis, providing the foundation for precise diagnosis and efficient therapeutic interventions in clinical practices. Despite substanti…

Medical Image SegmentationTumor Segmentation

BALR-SAM: Boundary-Aware Low-Rank Adaptation of SAM for Resource-Efficient Medical Image Segmentation

2025-09-29 · Zelin Liu, Sicheng Dong, Bocheng Li, Yixuan Yang 외 arxiv

Vision foundation models like the Segment Anything Model (SAM), pretrained on large-scale natural image datasets, often struggle in medical image segmentation due to a lack of domain-specific adaptation. In clinical prac…

Medical Image Segmentation

CENet: Context Enhancement Network for Medical Image Segmentation

2025-05-23 · Afshin Bozorgpour, Sina Ghorbani Kolahi, Reza Azad, Ilker Hacihaliloglu 외

Medical image segmentation, particularly in multi-domain scenarios, requires precise preservation of anatomical structures across diverse representations. While deep learning has advanced this field, existing models ofte…

DecoderImage SegmentationMedical Image AnalysisMedical Image Segmentation+3