Neighborhood Spatial Aggregation MC Dropout for Efficient Uncertainty-aware Semantic Segmentation in Point Clouds
Chao Qi, Jianqin Yin

TL;DR
This paper introduces NSA-MC dropout, a novel method for efficient uncertainty-aware semantic segmentation of point clouds that achieves faster inference and reliable uncertainty estimation by aggregating neighbor information in a single pass.
Contribution
The paper proposes NSA-MC dropout, a space-dependent sampling method that significantly speeds up uncertainty estimation in point cloud segmentation without sacrificing accuracy.
Findings
NSA-MC dropout is several times faster than traditional MC dropout.
The framework improves segmentation accuracy on real-world point clouds.
It effectively quantifies predictive uncertainty, aiding in model confidence assessment.
Abstract
Uncertainty-aware semantic segmentation of the point clouds includes the predictive uncertainty estimation and the uncertainty-guided model optimization. One key challenge in the task is the efficiency of point-wise predictive distribution establishment. The widely-used MC dropout establishes the distribution by computing the standard deviation of samples using multiple stochastic forward propagations, which is time-consuming for tasks based on point clouds containing massive points. Hence, a framework embedded with NSA-MC dropout, a variant of MC dropout, is proposed to establish distributions in just one forward pass. Specifically, the NSA-MC dropout samples the model many times through a space-dependent way, outputting point-wise distribution by aggregating stochastic inference results of neighbors. Based on this, aleatoric and predictive uncertainties acquire from the predictive…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsRemote Sensing and LiDAR Applications · Advanced Neural Network Applications · 3D Shape Modeling and Analysis
MethodsDropout
