paper-with-me

Papers

Neighborhood Spatial Aggregation MC Dropout for Efficient Uncertainty-aware Semantic Segmentation in Point Clouds

2021-12-05 · Chao Qi, Jianqin Yin

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 distribution. The aleatoric uncertainty is integrated into the loss function to penalize noisy points, avoiding the over-fitting of the model to some degree. Besides, the predictive uncertainty quantifies the confidence degree of predictions. Experimental results show that our framework obtains better segmentation results of real-world point clouds and efficiently quantifies the credibility of results. Our NSA-MC dropout is several times faster than MC dropout, and the inference time does not establish a coupling relation with the sampling times. The code will be available if the paper is accepted.

📄 PDF Abstract BibTeX arXiv:2201.07676

Code (0)

등록된 구현이 없습니다.

Tasks

Model OptimizationSemantic Segmentation

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Uncertainty-Aware Data Aggregation for Deep Imitation Learning

2019-05-07 · Yuchen Cui, David Isele, Scott Niekum, Kikuo Fujimura

Estimating statistical uncertainties allows autonomous agents to communicate their confidence during task execution and is important for applications in safety-critical domains such as autonomous driving. In this work, w…

Autonomous DrivingImitation Learning

General Debiasing for Graph-based Collaborative Filtering via Adversarial Graph Dropout

2024-02-21 · An Zhang, Wenchang Ma, Pengbo Wei, Leheng Sheng 외

Graph neural networks (GNNs) have shown impressive performance in recommender systems, particularly in collaborative filtering (CF). The key lies in aggregating neighborhood information on a user-item interaction graph t…

Collaborative FilteringRecommendation SystemsRepresentation Learning

Who to Trust? Aggregating Client Predictions in Federated Distillation

2025-09-18 · Viktor Kovalchuk, Denis Son, Arman Bolatov, Mohsen Guizani 외 arxiv

Under data heterogeneity (e.g., $\textit{class mismatch}$), clients may produce unreliable predictions for instances belonging to unfamiliar classes. An equally weighted combination of such predictions can corrupt the te…

Text Classification

Elongated Physiological Structure Segmentation via Spatial and Scale Uncertainty-aware Network

2023-05-30 · Yinglin Zhang, Ruiling Xi, Huazhu Fu, Dave Towey 외

Robust and accurate segmentation for elongated physiological structures is challenging, especially in the ambiguous region, such as the corneal endothelium microscope image with uneven illumination or the fundus image wi…

Retinal Vessel SegmentationSegmentation

Efficient Uncertainty Estimation for Semantic Segmentation in Videos

2018-07-29 · ECCV 2018 9 · Po-Yu Huang, Wan-Ting Hsu, Chun-Yueh Chiu, Ting-Fan Wu 외

Uncertainty estimation in deep learning becomes more important recently. A deep learning model can't be applied in real applications if we don't know whether the model is certain about the decision or not. Some literatur…