Efficient tracking of moving objects using a relational database

  • Authors:
  • Andreas Behrend;Gereon Schüller;Monika Wieneke

  • Affiliations:
  • University of Bonn, Römerstraíe 164, 53117 Bonn, Germany;Fraunhofer FKIE, Neuenahrer Straíe 20, 53343 Wachtberg, Germany;Fraunhofer FKIE, Neuenahrer Straíe 20, 53343 Wachtberg, Germany

  • Venue:
  • Information Systems
  • Year:
  • 2013

Quantified Score

Hi-index 0.00

Visualization

Abstract

Tracking uncooperative moving objects by means of radar is a complex task due to clutter and association problems in multi-target scenarios. An approach to solve this problem is probabilistic multiple hypothesis tracking (PMHT). This method combines classical track filtering with a likelihood ratio test for the estimation of the plot-to-track association. The basics of PMHT and similar algorithms have gained much attention recently. However, the efficient implementation of real world applications of this technique still represents a challenging task. Since a common requirement in this context is the reliable storage of track data in a database, an implementation of the tracker's calculation inside a database management system (DBMS) using SQL views is desirable. A naive implementation of PMHT using a commercial DBMS, however, usually leads to performance problems because of the high frequency of measurement updates. In this paper, we propose possible optimizations for solving these performance problems. Their usage leads to a dramatic run-time improvement in our sample case and makes the implementation of PMHT in a database context feasible.