paper-with-me

Papers

Improving Semantic Segmentation via Dilated Affinity

2019-07-16 · Boxi Wu, Shuai Zhao, Wenqing Chu, Zheng Yang, Deng Cai

Introducing explicit constraints on the structural predictions has been an effective way to improve the performance of semantic segmentation models. Existing methods are mainly based on insufficient hand-crafted rules that only partially capture the image structure, and some methods can also suffer from the efficiency issue. As a result, most of the state-of-the-art fully convolutional networks did not adopt these techniques. In this work, we propose a simple, fast yet effective method that exploits structural information through direct supervision with minor additional expense. To be specific, our method explicitly requires the network to predict semantic segmentation as well as dilated affinity, which is a sparse version of pair-wise pixel affinity. The capability of telling the relationships between pixels are directly built into the model and enhance the quality of segmentation in two stages. 1) Joint training with dilated affinity can provide robust feature representations and thus lead to finer segmentation results. 2) The extra output of affinity information can be further utilized to refine the original segmentation with a fast propagation process. Consistent improvements are observed on various benchmark datasets when applying our framework to the existing state-of-the-art model. Codes will be released soon.

📄 PDF Abstract BibTeX arXiv:1907.07011

Code (0)

등록된 구현이 없습니다.

Tasks

SegmentationSemantic Segmentation

Similar Papers 제목 키워드 기반

Affinity Space Adaptation for Semantic Segmentation Across Domains

2020-09-26 · Wei Zhou, Yukang Wang, Jiajia Chu, Jiehua Yang 외

Semantic segmentation with dense pixel-wise annotation has achieved excellent performance thanks to deep learning. However, the generalization of semantic segmentation in the wild remains challenging. In this paper, we a…

Domain AdaptationSegmentationSemantic SegmentationUnsupervised Domain Adaptation

Use square root affinity to regress labels in semantic segmentation

2021-03-07 · Lumeng Cao, Zhouwang Yang

Semantic segmentation is a basic but non-trivial task in computer vision. Many previous work focus on utilizing affinity patterns to enhance segmentation networks. Most of these studies use the affinity matrix as a kind …

SegmentationSemantic Segmentation

Scale-aware Super-resolution Network with Dual Affinity Learning for Lesion Segmentation from Medical Images

2023-05-30 · Yanwen Li, Luyang Luo, Huangjing Lin, Pheng-Ann Heng 외

Convolutional Neural Networks (CNNs) have shown remarkable progress in medical image segmentation. However, lesion segmentation remains a challenge to state-of-the-art CNN-based algorithms due to the variance in scales a…

Image SegmentationImage Super-ResolutionLesion SegmentationMedical Image Segmentation+4

EfficientFCN: Holistically-guided Decoding for Semantic Segmentation

2020-08-24 · ECCV 2020 8 · Jianbo Liu, Junjun He, Jiawei Zhang, Jimmy S. Ren 외

Both performance and efficiency are important to semantic segmentation. State-of-the-art semantic segmentation algorithms are mostly based on dilated Fully Convolutional Networks (dilatedFCN), which adopt dilated convolu…

DecoderSegmentationSemantic Segmentation

Learning Pixel-level Semantic Affinity with Image-level Supervision for Weakly Supervised Semantic Segmentation

2018-03-28 · CVPR 2018 6 · Jiwoon Ahn, Suha Kwak

The deficiency of segmentation labels is one of the main obstacles to semantic segmentation in the wild. To alleviate this issue, we present a novel framework that generates segmentation labels of images given their imag…

SegmentationSemantic SegmentationWeakly supervised Semantic SegmentationWeakly-Supervised Semantic Segmentation