Skip to content

ansfl/MissBeamNet

Repository files navigation

MissBeamNet: Learning Missing Doppler Velocity Log Beam Measurements

Introduction

One of the primary means of sea exploration is autonomous underwater vehicles (AUVs). To perform these tasks, AUVs must navigate the rough challenging sea environment. AUVs usually employ an inertial navigation system (INS), aided by a Doppler velocity log (DVL), to provide the required navigation accuracy. The DVL transmits four acoustic beams to the seafloor, and by measuring changes in the frequency of the returning beams, the DVL can estimate the AUV velocity vector. However, in practical scenarios, not all the beams are successfully reflected. When only three beams are available, the accuracy of the velocity vector is degraded. When fewer than three beams are reflected, the DVL cannot estimate the AUV velocity vector. This paper presents a data-driven approach, MissBeamNet, to regress the missing beams in partial DVL beam measurement cases. To that end, a deep neural network (DNN) model is designed to process the available beams along with past DVL measurements to regress the missing beams. The AUV velocity vector is estimated using the available measured and regressed beams. To validate the proposed approach, sea experiments were made with the "Snapir" AUV, resulting in an 11 hours dataset of DVL measurements. Our results show that the proposed system can accurately estimate velocity vectors in situations of missing beam measurements. Alt text

instructions

In missbeam_main.py which architecture you want to train, select in the list of missing_beams the beams that are missing (from 1-4) for example: missing_beams = [1,4]. after you trained the model you can test it on the validation dataset on the validation.py script which is a challanging route and see the RMSE in that route (yellow is the AUV planed path).

image

Citation

If you found the paper's methods, data, or code helpful in your research, please cite our paper:

@article{yona2024missbeamnet, title={MissBeamNet: learning missing Doppler velocity log beam measurements}, author={Yona, Mor and Klein, Itzik}, journal={Neural Computing and Applications}, volume={36}, number={9}, pages={4947--4958}, year={2024}, publisher={Springer} }

Releases

No releases published

Packages

No packages published

Languages