CoffeeKumazaki / arXiv

Repository to research & share articles related to autonomous driving cars.
76 stars 9 forks source link

Soft Constrained Autonomous Vehicle Navigation using Gaussian Processes and Instance Segmentation. (arXiv:2101.06901v1 [cs.RO]) #2926

Open CoffeeKumazaki opened 3 years ago

CoffeeKumazaki commented 3 years ago

Soft Constrained Autonomous Vehicle Navigation using Gaussian Processes and Instance Segmentation. (arXiv:2101.06901v1 [cs.RO])
https://ift.tt/3ioyOsy

This paper presents a generic feature-based navigation framework for autonomous vehicles using a soft constrained Particle Filter. Selected map features, such as road and landmark locations, and vehicle states are used for designing soft constraints. After obtaining features of mapped landmarks in instance-based segmented images acquired from a monocular camera, vehicle-to-landmark distances are predicted using Gaussian Process Regression (GPR) models in a mixture of experts approach. Both mean and variance outputs of GPR models are used for implementing adaptive constraints. Experimental results confirm that the use of image segmentation features improves the vehicle-to-landmark distance prediction notably, and that the proposed soft constrained approach reliably localizes the vehicle even with reduced number of landmarks and noisy observations.



via eess.SY updates on arXiv.org http://arxiv.org/

CoffeeKumazaki commented 3 years ago

ランドマークと自車位置の距離、自動車の動力学等を考慮して、パーティクルフィルターで生成するパーティクルの分布を調整することで、自己位置推定の精度を高める手法の提案