paper-with-me

Papers

Dilated Continuous Random Field for Semantic Segmentation

2022-02-01 · Xi Mo, Xiangyu Chen, Cuncong Zhong, Rui Li, Kaidong Li, Usman Sajid

Mean field approximation methodology has laid the foundation of modern Continuous Random Field (CRF) based solutions for the refinement of semantic segmentation. In this paper, we propose to relax the hard constraint of mean field approximation - minimizing the energy term of each node from probabilistic graphical model, by a global optimization with the proposed dilated sparse convolution module (DSConv). In addition, adaptive global average-pooling and adaptive global max-pooling are implemented as replacements of fully connected layers. In order to integrate DSConv, we design an end-to-end, time-efficient DilatedCRF pipeline. The unary energy term is derived either from pre-softmax and post-softmax features, or the predicted affordance map using a conventional classifier, making it easier to implement DilatedCRF for varieties of classifiers. We also present superior experimental results of proposed approach on the suction dataset comparing to other CRF-based approaches.

📄 PDF Abstract BibTeX arXiv:2202.00162

Code (1)

dunknowcoding/DilatedCRF 공식 구현 pytorch

Tasks

global-optimizationSemantic 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…
CRF Conditional Random Fields or CRFs are a type of probabilistic graph model that take neighboring sample context into account for tasks like classification. Prediction is…

Similar Papers 제목 키워드 기반

Semantic Segmentation for Point Cloud Scenes via Dilated Graph Feature Aggregation and Pyramid Decoders

2022-04-11 · Yongqiang Mao, Xian Sun, Kaiqiang Chen, Wenhui Diao 외

Semantic segmentation of point clouds generates comprehensive understanding of scenes through densely predicting the category for each point. Due to the unicity of receptive field, semantic segmentation of point clouds r…

DiversitySegmentationSemantic Segmentation

Incorporating Depth into both CNN and CRF for Indoor Semantic Segmentation

2017-05-21 · Jindong Jiang, Zhijun Zhang, Yongqian Huang, Lunan Zheng

To improve segmentation performance, a novel neural network architecture (termed DFCN-DCRF) is proposed, which combines an RGB-D fully convolutional neural network (DFCN) with a depth-sensitive fully-connected conditiona…

Semantic Segmentation

Dilated Convolutions with Lateral Inhibitions for Semantic Image Segmentation

2020-06-05 · Yujiang Wang, Mingzhi Dong, Jie Shen, Yiming Lin 외

Dilated convolutions are widely used in deep semantic segmentation models as they can enlarge the filters' receptive field without adding additional weights nor sacrificing spatial resolution. However, as dilated convolu…

Image SegmentationSemantic Segmentation

EADNet: Efficient Asymmetric Dilated Network for Semantic Segmentation

2021-03-16 · Qihang Yang, Tao Chen, Jiayuan Fan, Ye Lu 외

Due to real-time image semantic segmentation needs on power constrained edge devices, there has been an increasing desire to design lightweight semantic segmentation neural network, to simultaneously reduce computational…

SegmentationSemantic Segmentation

Revisiting Dilated Convolution: A Simple Approach for Weakly- and Semi-Supervised Semantic Segmentation

2018-06-01 · CVPR 2018 6 · Yunchao Wei, Huaxin Xiao, Honghui Shi, Zequn Jie 외

Despite remarkable progress, weakly supervised segmentation methods are still inferior to their fully supervised counterparts. We obverse that the performance gap mainly comes from the inability of producing dense and in…

ClassificationGeneral ClassificationObjectObject Localization+4