paper-with-me

홈 › Papers

Reducing Drift in Visual Odometry by Inferring Sun Direction Using a Bayesian Convolutional Neural Network

2016-09-20 · Valentin Peretroukhin, Lee Clement, Jonathan Kelly

We present a method to incorporate global orientation information from the sun into a visual odometry pipeline using only the existing image stream, where the sun is typically not visible. We leverage recent advances in Bayesian Convolutional Neural Networks to train and implement a sun detection model that infers a three-dimensional sun direction vector from a single RGB image. Crucially, our method also computes a principled uncertainty associated with each prediction, using a Monte Carlo dropout scheme. We incorporate this uncertainty into a sliding window stereo visual odometry pipeline where accurate uncertainty estimates are critical for optimal data fusion. Our Bayesian sun detection model achieves a median error of approximately 12 degrees on the KITTI odometry benchmark training set, and yields improvements of up to 42% in translational ARMSE and 32% in rotational ARMSE compared to standard VO. An open source implementation of our Bayesian CNN sun estimator (Sun-BCNN) using Caffe is available at https://github. com/utiasSTARS/sun-bcnn-vo

📄 PDF Abstract BibTeX arXiv:1609.05993

Code (2)

utiasSTARS/sun-bcnn-vo 공식 구현 caffe2
utiasSTARS/sun-bcnn caffe2

Tasks

Visual Odometry

Methods 이 논문이 사용한 방법론

Monte Carlo Dropout 설명 없음
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 제목 키워드 기반

Drift Reduction for Monocular Visual Odometry of Intelligent Vehicles using Feedforward Neural Networks

2022-07-02 · Hassan Wagih, Mostafa Osman, Mohamed I. Awad, Sherif Hammad

In this paper, an approach for reducing the drift in monocular visual odometry algorithms is proposed based on a feedforward neural network. A visual odometry algorithm computes the incremental motion of the vehicle betw…

Monocular Visual OdometryMotion EstimationPose EstimationVisual Odometry

Improving the Accuracy of Stereo Visual Odometry Using Visual Illumination Estimation

2016-09-15 · Lee Clement, Valentin Peretroukhin, Jonathan Kelly

In the absence of reliable and accurate GPS, visual odometry (VO) has emerged as an effective means of estimating the egomotion of robotic vehicles. Like any dead-reckoning technique, VO suffers from unbounded accumulati…

Visual Odometry

RadarSplat-RIO: Indoor Radar-Inertial Odometry with Gaussian Splatting-Based Radar Bundle Adjustment

2026-04-15 · Pou-Chun Kung, Yuan Tian, Zhengqin Li, Yue Liu 외 arxiv

Radar is more resilient to adverse weather and lighting conditions than visual and Lidar simultaneous localization and mapping (SLAM). However, most radar SLAM pipelines still rely heavily on frame-to-frame odometry, whi…

Visual Odometry

TCB-VIO: Tightly-Coupled Focal-Plane Binary-Enhanced Visual Inertial Odometry

2025-10-04 · Matthew Lisondra, Junseo Kim, Glenn Takashi Shimoda, Kourosh Zareinia 외 arxiv

Vision algorithms can be executed directly on the image sensor when implemented on the next-generation sensors known as focal-plane sensor-processor arrays (FPSP)s, where every pixel has a processor. FPSPs greatly improv…

Pose Estimation

Visual-Inertial Monocular SLAM with Map Reuse

2016-10-19 · Raul Mur-Artal, Juan D. Tardos

In recent years there have been excellent results in Visual-Inertial Odometry techniques, which aim to compute the incremental motion of the sensor with high accuracy and robustness. However these approaches lack the cap…

Simultaneous Localization and Mapping