Bearing-Only Tracking and Circumnavigation of a Fast Time-Varied Velocity Target Utilising an LSTM
Mitchell Torok, Mohammad Deghat, Yang Song
TL;DR
The paper addresses bearing-only tracking and circumnavigation of targets whose velocity varies over time by introducing an LSTM-based estimator that predicts the relative target pose $d$ and velocity from bearing data, coupled with a circumnavigation controller that maintains a fixed radius $d^{*}$. The estimation and control pipeline trains the LSTM via an on-policy, iterative procedure to prevent destabilizing feedback, using windows of past observations to forecast $\hat{d}$ and $\hat{v}_T$ at each step. Empirical results across constant-velocity, circular, and nonholonomic target trajectories show substantially lower control and estimation errors compared to prior methods, with demonstrated robustness to input noise and the ability to track fast-moving targets. The work advances bearing-only tracking by leveraging sequence learning to model time-varying dynamics and provides a practical, fixed-radius circumnavigation strategy suitable for real-world mobile agents, with potential extensions to multi-agent and non-circumnavigation scenarios.
Abstract
Bearing-only tracking, localisation, and circumnavigation is a problem in which a single or a group of agents attempts to track a target while circumnavigating it at a fixed distance using only bearing measurements. While previous studies have addressed scenarios involving stationary targets or those moving with an unknown constant velocity, the challenge of accurately tracking a target moving with a time-varying velocity remains open. This paper presents an approach utilising a Long Short-Term Memory (LSTM) based estimator for predicting the target's position and velocity. We also introduce a corresponding control strategy. When evaluated against previously proposed estimation and circumnavigation approaches, our approach demonstrates significantly lower control and estimation errors across various time-varying velocity scenarios. Additionally, we illustrate the effectiveness of the proposed method in tracking targets with a double integrator nonholonomic system dynamics that mimic real-world systems.
