Dilated Continuous Random Field for Semantic Segmentation
Xi Mo, Xiangyu Chen, Cuncong Zhong, Rui Li, Kaidong Li, Usman Sajid

TL;DR
This paper introduces DilatedCRF, a novel end-to-end approach that relaxes traditional mean field approximation in CRFs for semantic segmentation, utilizing dilated sparse convolution and adaptive pooling for improved efficiency and accuracy.
Contribution
It proposes a global optimization method with dilated sparse convolution, replacing mean field approximation, and integrates adaptive pooling for flexible, efficient CRF-based segmentation refinement.
Findings
Superior results on the suction dataset compared to other CRF methods.
Efficient end-to-end pipeline for semantic segmentation refinement.
Flexible integration with various classifiers using derived unary energy.
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Advanced Image and Video Retrieval Techniques · Advanced Neural Network Applications
MethodsConvolution · Conditional Random Field
