paper-with-me

Papers

Convolutional Bayesian Kernel Inference for 3D Semantic Mapping

2022-09-21 · Joey Wilson, Yuewei Fu, Arthur Zhang, Jingyu Song, Andrew Capodieci, Paramsothy Jayakumar, Kira Barton, Maani Ghaffari

Robotic perception is currently at a cross-roads between modern methods, which operate in an efficient latent space, and classical methods, which are mathematically founded and provide interpretable, trustworthy results. In this paper, we introduce a Convolutional Bayesian Kernel Inference (ConvBKI) layer which learns to perform explicit Bayesian inference within a depthwise separable convolution layer to maximize efficency while maintaining reliability simultaneously. We apply our layer to the task of real-time 3D semantic mapping, where we learn semantic-geometric probability distributions for LiDAR sensor information and incorporate semantic predictions into a global map. We evaluate our network against state-of-the-art semantic mapping algorithms on the KITTI data set, demonstrating improved latency with comparable semantic label inference results.

📄 PDF Abstract BibTeX arXiv:2209.10663

Code (2)

umich-curly/neuralbki 공식 구현 pytorch
umich-curly/bki_ros pytorch

Tasks

Bayesian Inference

Methods 이 논문이 사용한 방법론

Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution

Similar Papers 제목 키워드 기반

Volume-DROID: A Real-Time Implementation of Volumetric Mapping with DROID-SLAM

2023-06-12 · Peter Stratton, Sandilya Sai Garimella, Ashwin Saxena, Nibarkavi Amutha 외

This paper presents Volume-DROID, a novel approach for Simultaneous Localization and Mapping (SLAM) that integrates Volumetric Mapping and Differentiable Recurrent Optimization-Inspired Design (DROID). Volume-DROID takes…

Point Cloud GenerationPoint Cloud RegistrationSemantic SegmentationSimultaneous Localization and Mapping

E2-BKI: Evidential Ellipsoidal Bayesian Kernel Inference for Uncertainty-aware Gaussian Semantic Mapping

2025-09-15 · Junyoung Kim, Minsik Jeon, Jihong Min, Kiho Kwak 외 arxiv

Semantic mapping aims to construct a 3D semantic representation of the environment, providing essential knowledge for robots operating in complex outdoor settings. While Bayesian Kernel Inference (BKI) addresses disconti…

Evidential Semantic Mapping in Off-road Environments with Uncertainty-aware Bayesian Kernel Inference

2024-03-21 · Junyoung Kim, Junwon Seo, Jihong Min

Robotic mapping with Bayesian Kernel Inference (BKI) has shown promise in creating semantic maps by effectively leveraging local spatial information. However, existing semantic mapping methods face challenges in construc…

Semantic Segmentation

ConvBKI: Real-Time Probabilistic Semantic Mapping Network with Quantifiable Uncertainty

2023-10-24 · Joey Wilson, Yuewei Fu, Joshua Friesen, Parker Ewen 외

In this paper, we develop a modular neural network for real-time {\color{black}(> 10 Hz)} semantic mapping in uncertain environments, which explicitly updates per-voxel probabilistic distributions within a neural network…

Semantic Segmentation

ContraMap: Contrastive Uncertainty Mapping for Robot Environment Representation

2026-03-29 · Chi Cuong Le, Weiming Zhi arxiv

Reliable robot perception requires not only predicting scene structure, but also identifying where predictions should be treated as unreliable due to sparse or missing observations. We present ContraMap, a contrastive co…

Bayesian Inference