paper-with-me

Papers

Boundary Guided Context Aggregation for Semantic Segmentation

2021-10-27 · Haoxiang Ma, Hongyu Yang, Di Huang

The recent studies on semantic segmentation are starting to notice the significance of the boundary information, where most approaches see boundaries as the supplement of semantic details. However, simply combing boundaries and the mainstream features cannot ensure a holistic improvement of semantics modeling. In contrast to the previous studies, we exploit boundary as a significant guidance for context aggregation to promote the overall semantic understanding of an image. To this end, we propose a Boundary guided Context Aggregation Network (BCANet), where a Multi-Scale Boundary extractor (MSB) borrowing the backbone features at multiple scales is specifically designed for accurate boundary detection. Based on which, a Boundary guided Context Aggregation module (BCA) improved from Non-local network is further proposed to capture long-range dependencies between the pixels in the boundary regions and the ones inside the objects. By aggregating the context information along the boundaries, the inner pixels of the same category achieve mutual gains and therefore the intra-class consistency is enhanced. We conduct extensive experiments on the Cityscapes and ADE20K databases, and comparable results are achieved with the state-of-the-art methods, clearly demonstrating the effectiveness of the proposed one.

📄 PDF Abstract BibTeX arXiv:2110.14587

Code (1)

mahaoxiang822/boundary-guided-context-aggregation 공식 구현 pytorch

Tasks

Boundary DetectionSemantic Segmentation

Similar Papers 제목 키워드 기반

Generalizing Geometry-Guided Mamba as a Plug-and-Play Context Module for CNN-based Semantic Segmentation

2026-06-07 · Sheng-Wei Chan, Hsin-Jui Pan, Chun-Po Shen, Chia-Min Lin 외 arxiv

CNN-based semantic segmentation networks usually rely on context heads such as ASPP, PPM, or attention modules to enlarge the receptive field. These heads are effective but may introduce heavy computation, memory cost, o…

Semantic Segmentation

DCSNet: Multiscale Feature Aggregation for Small Medical Object Segmentation with Detection-guided Hierarchical Cropping

2026-06-24 · Shanfeng Zhang, Bo Gou, Yue Cao, Lei Zhang 외 arxiv

Small object segmentation in medical imaging is primarily hindered by class imbalance and inherent boundary complexity. Consequently, conventional global networks frequently fail to detect sparse targets or suffer from s…

Object SegmentationLesion Segmentation

Contextrast: Contextual Contrastive Learning for Semantic Segmentation

2024-04-16 · CVPR 2024 1 · Changki Sung, Wanhee Kim, Jungho An, Wooju Lee 외

Despite great improvements in semantic segmentation, challenges persist because of the lack of local/global contexts and the relationship between them. In this paper, we propose Contextrast, a contrastive learning-based …

Contrastive LearningSegmentationSemantic Segmentation

BCS-Net: Boundary, Context and Semantic for Automatic COVID-19 Lung Infection Segmentation from CT Images

2022-07-17 · Runmin Cong, Haowei Yang, Qiuping Jiang, Wei Gao 외

The spread of COVID-19 has brought a huge disaster to the world, and the automatic segmentation of infection regions can help doctors to make diagnosis quickly and reduce workload. However, there are several challenges f…

DecoderSegmentation

PBE-UNet: A light weight Progressive Boundary-Enhanced U-Net with Scale-Aware Aggregation for Ultrasound Image Segmentation

2026-04-15 · Chen Wang, Yixin Zhu, Yongbin Zhu, Fengyuan Shi 외 arxiv

Accurate lesion segmentation in ultrasound images is essential for preventive screening and clinical diagnosis, yet remains challenging due to low contrast, blurry boundaries, and significant scale variations. Although e…

Lesion SegmentationImage Segmentation