TL;DR
This paper introduces a continuous CRF-based graph convolution method for point cloud segmentation, integrating it into deep networks to enhance feature representation and detail restoration, leading to improved segmentation accuracy.
Contribution
It proposes a novel continuous CRF graph convolution (CRFConv) that captures feature structure in point clouds and can be integrated into deep networks for better segmentation.
Findings
The method achieves competitive results on benchmark datasets.
The continuous CRF model improves feature representation over traditional smoothing.
The approach is robust across various point cloud segmentation tasks.
Abstract
Point cloud segmentation is the foundation of 3D environmental perception for modern intelligent systems. To solve this problem and image segmentation, conditional random fields (CRFs) are usually formulated as discrete models in label space to encourage label consistency, which is actually a kind of postprocessing. In this paper, we reconsider the CRF in feature space for point cloud segmentation because it can capture the structure of features well to improve the representation ability of features rather than simply smoothing. Therefore, we first model the point cloud features with a continuous quadratic energy model and formulate its solution process as a message-passing graph convolution, by which it can be easily integrated into a deep network. We theoretically demonstrate that the message passing in the graph convolution is equivalent to the mean-field approximation of a…
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
MethodsConditional Random Field · Convolution
