Journal Article10.1109/TGRS.2023.3264292
Geometry-Injected Image-Based Point Cloud Semantic Segmentation
Hui Shuai,Qingshan Liu +1 more
- Vol. 61, pp 1-10
1
TL;DR: Geometry-injected image-based point cloud semantic segmentation network (GINet) as mentioned in this paper proposes dual geometric constraints, including local spatial attention and local affinity regularization, to incorporate the geometric information into semantic feature learning.
read more
Abstract: Image-based methods have replicated the success from 2-D domain to 3-D point cloud semantic segmentation. However, when we directly apply 2-D techniques to the projected pseudo-image, inherent differences between the point cloud and the image cause geometric distortion. This article analyzes the geometric distortion between the point cloud and the pseudo-image, including truncation, dislocation, and hole. To ensure geometric fidelity, we propose the Geometry-injected Image-based point cloud semantic segmentation Network (GINet). We design a cyclic convolution to optimize the convolution operation, dealing with truncation. For dislocation and hole, we propose dual geometric constraints, including local spatial attention and local affinity regularization, to incorporate the geometric information into semantic feature learning. Local spatial attention generates an attention map from the point coordinates to modulate the feature map before convolution. Local affinity regularization supervises the semantic similarity of pixels in the convolution kernel range. The GINet rectifies the geometric distortion with these mechanisms while taking advantage of the successful 2-D semantic segmentation methods. Quantitative and qualitative experiments on SemanticKITTI and SemanticPOSS demonstrate the effectiveness of GINet.
read more
Chat with Paper
AI Agents for this Paper
Find similar papers on Google Scholar, PubMed and Arxiv
Write a critical review of this paper
Analyze citations of this paper to find unaddressed research gaps
Citations
FAMMNPB: Design of an Enhanced Forensic Analysis Model with Multidomain Feature Extraction and Advanced Neural Architecture for Permissioned Blockchains
Alejandro Maté,Kiran S. Khandare,Md. Mahadi Hassan,Kiran Nikesh Bode,Nikesh S. Bode,Karishma K. Missal +5 more
- 05 Apr 2024
TL;DR: A novel forensic analysis model, FAMMNPB, designed to enhance anomaly detection and chain splitting in permissioned blockchains using multidomain feature extraction, advanced neural architecture, and DeepSHAP integration.
References
U-Net: Convolutional Networks for Biomedical Image Segmentation
Olaf Ronneberger,Philipp Fischer,Thomas Brox +2 more
- 05 Oct 2015
TL;DR: Neber et al. as discussed by the authors proposed a network and training strategy that relies on the strong use of data augmentation to use the available annotated samples more efficiently, which can be trained end-to-end from very few images and outperforms the prior best method (a sliding-window convolutional network) on the ISBI challenge for segmentation of neuronal structures in electron microscopic stacks.
PointNet: Deep Learning on Point Sets for 3D Classification and Segmentation
R. Qi Charles,Hao Su,Mo Kaichun,Leonidas J. Guibas +3 more
- 21 Jul 2017
TL;DR: This paper designs a novel type of neural network that directly consumes point clouds, which well respects the permutation invariance of points in the input and provides a unified architecture for applications ranging from object classification, part segmentation, to scene semantic parsing.
•Posted Content
PointNet++: Deep Hierarchical Feature Learning on Point Sets in a Metric Space
TL;DR: A hierarchical neural network that applies PointNet recursively on a nested partitioning of the input point set and proposes novel set learning layers to adaptively combine features from multiple scales to learn deep point set features efficiently and robustly.
Dynamic Graph CNN for Learning on Point Clouds
TL;DR: This work proposes a new neural network module suitable for CNN-based high-level tasks on point clouds, including classification and segmentation called EdgeConv, which acts on graphs dynamically computed in each layer of the network.
KPConv: Flexible and Deformable Convolution for Point Clouds
Hugues Thomas,Charles R. Qi,Jean-Emmanuel Deschaud,Beatriz Marcotegui,François Goulette,Leonidas J. Guibas +5 more
- 18 Apr 2019
TL;DR: KPConv is a new design of point convolution, i.e. that operates on point clouds without any intermediate representation, that outperform state-of-the-art classification and segmentation approaches on several datasets.