Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.79 KB

11_GNSS_IMU_Correction.md

File metadata and controls

28 lines (19 loc) · 1.79 KB

#GNSS

Challenges, of using DNN for GNSS:

  1. Poor numerical conditioning caused by large variations in measurements and position values across the globe.
  2. Varying number and order within the set of measurements due to changing satellite visibility
  3. Overfitting to available data.

BACKGROUND: DEEP LEARNING ON SETS:

These inputs of varying size and order are commonly referred to as "set-valued inputs"

  • Using only raw 3D point clouds and coarse-grained GPS maps
  1. Fast-LiDARNet, an efficient, hardware-aware, and accurate neural network that operates on raw 3D point clouds with accelerated sparse convolution kernels and runs at 11 FPS on NVIDIA Jetson AGX Xavier;
  2. Hybrid Evidential Fusion, a novel uncertainty-aware fusion algorithm that directly learns prediction uncer- tainties and adaptively integrates predictions from neigh- boring frames to achieve robust autonomous control;
  3. Deployment of our system on a full-scale autonomous vehicle and demonstration of navigation and improved robustness in the presence of sensor failure
  • point cloud data IL
  • rough routed map IM

image

  • out-of-distribution (OOD):events (e.g., sudden changes, sensor failures)
  • Our network is trained to output the hyperparameters defining this distribution, ek = (γk,υk,αk,βk), by jointly maximizing model fit (LNLL) and minimizing evidence on errors (LR).