Next Article in Journal
Asphalted Road Temperature Variations Due to Wind Turbine Cast Shadows
Previous Article in Journal
An Integrated ISFET Sensor Array
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Article

Ferromagnetic Mass Localization in Check Point Configuration Using a Levenberg Marquardt Algorithm

Propulsion Physics Division, Soreq NRC, Yavne 81800, Israel
*
Author to whom correspondence should be addressed.
Sensors 2009, 9(11), 8852-8862; https://doi.org/10.3390/s91108852
Submission received: 25 August 2009 / Revised: 30 September 2009 / Accepted: 10 October 2009 / Published: 4 November 2009
(This article belongs to the Section Chemical Sensors)

Abstract

:
A detection and tracking algorithm for ferromagnetic objects based on a two stage Levenberg Marquardt Algorithm (LMA) is presented. The procedure is applied to localization and magnetic moment estimation of ferromagnetic objects moving in the vicinity of an array of two to four 3-axis magnetometers arranged as a check point configuration. The algorithms first stage provides an estimation of the target trajectory and moment that are further refined using a second iteration where only the position vector is taken as unknown. The whole procedure is fast enough to provide satisfactory results within a few seconds after the target has been detected. Tests were conducted in Soreq NRC assessing various check point scenarios and targets. The results obtained from this experiment show good localization performance and good convivial with “noisy” environment. Small targets can be localized with good accuracy using either a vertical “doorway” two to four sensors configuration or ground level two to four sensors configuration. The calculated trajectory was not affected by nearby magnetic interference such as moving vehicles or a combat soldier inspecting the gateway.

1. Introduction

An array of magnetic flux sensors is often used to monitor changes in earth's magnetic field. Algorithms for tracking ferromagnetic targets in a sensors array may generally be classified into three categories: the direct approach, in which the important work of Wynn's [1] deserves special attention as well as [2-7], the statistical approach [8-10] and the heuristic approach [11-13].
The direct or deterministic approach utilized analytical solution of the magnetic flux equations for the six unknowns that characterize the target. Three variables characterize the position and another three the magnetic moment. A variety of methods are put to practice, some of which requiring dedicated hardware. These methods can either employ fundamental formula or rely on intelligent numerical schemes. The chief advantages the direct approach methods present are their realization simplicity and the rapid processing time. These advantages commonly prevail when real time analysis is required at the cost of limited localization accuracy. These methods are also limited to small scale systems as they generally are sensitive to “noisy” environment.
On the other hand, statistical and heuristic approaches generally provide more accurate solutions at the cost of extensive computational resources. As a result, statistical and heuristic approaches are often used as post processing algorithms, yielding high precision at the cost of prolonged response time.
This paper presents the performance of a particularly designed localization algorithm for a check point configuration. This application requires precise (on-body) localization of ferromagnetic mass moving in a controlled passageway. The sensors can either be located on ground level or on a vertical mount (sand bags, doorways etc.).
As implied by the application, response time is of great importance while on body localization precision requirements are less stringent. Target location includes height and body flank, left or right, at which the object is carried. As deterministic method is more suitable for this application, we decided to implement a non linear least square searching algorithm to get the first localization estimation. Applying simple physical considerations to quickly refine the first estimation provides improved precision.
The paper is outlined as follows: after a brief recall of the magnetic anomaly characterization theory, we describe the two stages localization algorithm. The experimental setup is then presented together with a detailed event analysis. Finally, a summary of the results for various configurations of the check point geometry is given.

2. The Localization Procedure

2.1. The Levenberg Marquardt Algorithm

A detection trigger is given by a detection algorithm [14-16]. That triggering algorithm is based on the detection of abnormal distortions of earth's magnetic field due to motion of ferromagnetic mass. After detection the localization algorithm is initiated.
A magnetic field B⃗ created by a ferromagnetic target with a moment m⃗ at a distance r⃗ is given by the relation (1):
B ( m , r ) = 3 μ 0 4 π [ ( m r ) r R 5 m R 3 ]
where m⃗ = (Mx,My,Mz) and R=|r⃗|. In our sensors array the distance r⃗ depends of course on the (fixed) sensors position. Therefore for each sensor r⃗ = r⃗source - r⃗sensor. A unique reference frame is applied for all calculations. It is shown in Figure 1 below. It is commonly accepted as a rule of thumb that if the distance between the source center and the sensor is at least 2.5 times larger than the largest dimension of the source, then the source may be considered as a magnetic dipole. Our tested sources are approximately 10-15cm long. It is easily shown from Figure 1 that our setup indeed fulfils this condition.
Expanding the field including its three components yields (2):
| B x B y B z | = μ 0 4 π R 5 | 3 x 2 R 2 3 x y 3 x z 3 y x 3 y 2 R 2 3 y z 3 z x 3 z y 3 z 2 R 2 | | M x M y M z |
The Earth magnetic field is filtered out by the sensor itself (analog high pass filter at 0.003 Hz). The problem of localization may be expressed in terms of a classical inverse problem. Given the magnetic field measured by a well positioned sensor at time t one may wish to find the source position and moment that produces the measured field. From a strict mathematical point of view since we have six unknowns (x,y,z,Mx,My,Mz) we must have—at least—six equations to solve the problem. The equations are provided by the data measured by two three-axial magnetic sensors.
Nevertheless, the high non-linear characteristic of the equations and the presence of noise, induce ambiguities that necessitate processing additional data. These data are obtained by adding sensors to the grid. This leads to a system of equations that become over determined (more equations than unknowns).
It has been shown [17] that least squares method may be efficiently applied to get approximate solutions to an over determined system. In our case the non linearity of the magnetic equations suggests the use of non-linear least squares. This method often utilizes iterative procedures for the functional error minimization. In order for the algorithm to converge efficiently and provide precise solution it must suit the mathematical and physical characters of the problem.
The Levenberg-Marquardt Algorithm (LMA) is an iterative algorithm that solves the non-linear least square problem [18-20]. It appears to be especially well adapted to our physical system [21]. The algorithm interpolates between the Gauss-Newton algorithm (GNA) and the method of steepest descent. The LMA is more robust than the GNA, which means that in many cases it finds a solution even if it starts very far off the final minimum. On the other hand, for “well-behaved” functions and reasonable starting parameters, the LMA tends to be a bit slower than the GNA.
Given a set of empirical data pairs (ti,yi) (where yi is the measured data point at time ti), we optimize the parameters p of the model curve f(t|p) so that the sum of the squares of the deviations (3) becomes minimal:
S ( p ) = i = 1 m [ y i f ( t i p ) ] 2
In our application p = (x,y,z,Mx,My,Mz). In order to start a minimization process, an initial guess of the parameter vector p must be provided. In our case we took the first guess equal as the origin of the axis and zero moment.
In every iteration step, the parameter vector p is replaced by a new estimate p + q. To determine q, the functions fi(p + q) are approximated by their linearization (4):
f ( p + q ) f ( p ) + J ( q )
where J is the Jacobian of f at p.
At a minimum of the sum of squares S, we have ∇qS = 0. Differentiating the square of the right hand side of the equation above and setting to zero leads to (5):
( J T J ) q = J T f
from which q can be obtained by inverting JTJ. This is the Gauss Newton scheme, which is most efficient when we are close to the solution. The key to applying the LMA is to replace this equation with a ‘damped version’ (6):
( J T J + λ I ) q = J T f
The positive damping factor λ is adjusted each iteration. If reduction of S is rapid a smaller value of λ can be used getting the algorithm closer to the GNA, whereas if an iteration gives insufficient reduction in the residual result, λ can be increased leaning closer to the gradient descent direction.

2.2. The Tracking Algorithm

After detection trigger has been given by the detection algorithm a relatively short portion of the signal is filtered and cleaned from bias and trends. The next step is to isolate the part of the path that corresponds to the sensor network crossing event contained by the entire data. If a distracting target interferes, it may be then truncated out of the analysis. Only these data are processed for localization. Local false minimum is avoided by applying a simple annealing procedure together with the LMA. This first round calculates the target trajectory for the six component vector (x,y,z,Mx,My,Mz). At this stage a robust statistic analysis is applied in order to extract an average value of the moment components assuming these values remain constant during the gate crossing. This assumption is adequate for the total magnetic moment analysis but not necessarily for its projected values (Mx,My,Mz). However, it is fair to assume that during the few seconds the path is analyzed the metallic object does not rotate significantly and all moment components remain constant. A second LMA round follows solving only the three path variables. Figure 1 depicts the trajectory; x coordinate represent path progression, z coordinate gives the height at which the metallic object is carried and the sign of the y coordinate indicate the side on the body where the object is placed. Note that y and z must be found with high precision in order to fit the application requirements.

2.3. Experimental Setups

A checkpoint passageway was constructed by stacking sand bags and carefully placing three-axis sensitive magnetic fluxgates sensors (Bartington Mag634). Eight sensors were installed in the checkpoint covering all relevant sensors configurations. See Figure 1 for a schematic. The reference system places the axis origin (0,0,0) on the ground at equal distance between S2 and S6. Directions are shown in the figure.
The check point was superfluously constructed with an excess of magnetometers allowing selection of certain sensors data according to the analyzed check point configuration. Two main configurations were analyzed: Vertical, where the sensors are located on a vertical mount as in a doorway and Horizontal, where they are all positioned on ground level. For each configuration the number of participating sensors can be selected according to the configuration. The sensors location and their symbols used in this work are shown in red.
In the vertical setup sand bags provide a doorway through which the inspected person is walking. The doorway width was selected to be 170 cm. For this configuration six sensors [S2, S3, S4, S6, S7 and S8] are located at positions shown in Figure 1. The localization algorithm can make use of two to six sensors among the six available. The localization performance varies with the number of sensors actually used.
In the horizontal setup the inspected person is passing through the sensors network while all sensors are on ground level. The sensors are placed on the ground creating a passage through which the person under test is walking. For this configuration we consider four sensors, namely S1, S2 S5 and S6 (see Figure 1). In this case localization algorithm can make use of two to four sensors out of the four available.
The experiment procedure is as follows: the inspected person carries a ferromagnetic object at a specific location on his body. The person stands five meters north to the gate. He then starts walking towards the gate at an approximate velocity of 1m/s and crosses the check point. He stops ten meters after the gate. During this time the signals measured by the entire sensor network are recorded and stored on a PC. Although the data can be processed online, at this stage of the algorithm development and optimization it was more convenient to analyze the signals outside the experiment field.

2.4. Tracking Demonstration

As a typical example we show the detailed analysis of the localization of a small metallic object carried at the left side breast of the inspected person (about 1.3 m above ground).
Figure 2 shows the raw data measured by sensors S1, S2, S5 and S6. Units for the x axis are sample points (sp), at a sampling rate of 10 Hz, and the y axis units are nano-Teslas (nT). In each plot Bx, By and Bz are shown in blue, red and green respectively. During the crossing event a distracting target (a person carrying a large ferromagnetic object simulating an armed guard) is in motion 5 m south of the sensors array. The distracting target signal is clearly visible between 100 and 200 sp in Bx, and By in all sensor data.
The first step is to clean the data from high frequency noise (see Bx in sensor S2 for instance) and to isolate the crossing event. This can be done easily by a simple searching procedure since we observe current position of the crossing person.
The result is shown in Figure 3 below.
Only 26 data points have been selected for the localization procedure and are used by the LMA. Figure 4 shows the results of the first LMA round for the (x,y,z) coordinates and Figure 5 shows the calculated magnetic moments at the same time. The crossing event occurs between 15 and 20 sp and an average value of the moments is extracted within this interval.
The results of the first iteration are then loaded by the second iteration procedure at which only position vector is being calculated. The modified vector can be seen in Figure 6 depicting straight and stable trajectories for the three coordinates. X axis starts about 2 meters north, cross the gate amid 15 to 20 sp and terminates 1.5 m south. A constant negative offset from the center of the path is clearly visible in the Y coordinate indicating that the ferromagnetic mass is probably located in the left flank of the body. Finally the Z coordinate exhibits an almost constant value of 1.27 m above ground, which correctly corresponds to the breast of the crossing person.

3. Algorithm Performance Analysis

In order to test the algorithm performance a series of controlled tests were conducted. Over 100 trajectories were recorded in which several parameters were varied: three different objects (overall mass of 1, 0.7 and 0.5 kg), carried at three different heights, and flank of the person crossing the check point. Targets size may represent real threats expected at check points such as a hand gun, shrapnel pack and a dagger, respectively. In almost all cases controlled distracting targets were moving about during the test. The results clearly show that they had little effect on the performance of the algorithm. For the horizontal configuration, two sub-cases were considered: two sensors (S1 and S5) and four sensors (S1, S2, S5 and S6). For the vertical configuration, two sub-cases were considered: three sensors (S2, S3 and S6) and four sensors (S2, S3, S6 and S8). For each configuration we have calculated the cumulative distribution function (CDF) of the trajectory height (Z coordinate) and flank (Y coordinate) as evaluated by the localization algorithm.
We summarize the results for the height parameter in Table 1. The results in the table present the CDF at a distance of 25 cm deviation from the actual height (Z coordinate) and 5cm deviation for the flank (Y coordinate). A result of 90% indicates that in 90% of the cases the object was localized at a position that falls within 25 cm (for Z and 5 cm for Y) of the true position.
Not surprisingly the vertical configuration yields better results than the horizontal. This is expected as the ferromagnetic object is crossing along the Z axis which is not well sampled by the horizontal configuration.
Nevertheless, using four sensors in the horizontal setup still yields satisfactory predictions. The flank of the object was also evaluated by the localization algorithm. The CDF to find the true side is shown in Table 2 below.
It is interesting to see that for both configurations the less the number of sensors, the better the results. We suggest the following explanation. In the horizontal setup adding two more sensors to the array does not change anything to the symmetry relative to relevant axis (Y axis). However, in the vertical setup three and four sensors configurations have a different symmetry (relative to Y axis) that improves the results, specifically in the three sensors geometry. This hypothesis may be scrutinized by additional testing.
Finally, the magnetic moments provided by the algorithm are shown in Table 3. One may see that the object magnetic moment has been well characterized by the algorithm and can be classified in either large (>5) medium (>2) or small size (<2). Note that for the magnetic moment, both configurations yield similar results and in both setups the more sensors the more accurate the results. Also note that “medium” targets standard deviation is relatively large as may be expected from an assortment of randomly oriented sharpnels.

4. Conclusions

A tracking algorithm that localizes ferromagnetic targets is presented. The “engine” of the algorithm is a Levenberg-Marquardt scheme that appears especially well adapted to the physical and mathematical nature of the problem.
A preliminary test of a precise localization of ferromagnetic objects in a check point walkway was performed and analyzed. Although the algorithm can be further improved, the results are already very satisfactory. The tracking procedure is easily implemented and provides the localization parameters and moment estimation of the object within less than 3 seconds after the crossing of the check point.
In most cases (over 90%) both height and flank are located successfully (within 25 cm of the exact position and oin the correct side of the body). The calculated moment of the object is also extracted with good accuracy for target size classification. This work tested only a single ferromagnetic mass carried by the person going through the check point. In future work we plan to address multiple on body targets localization.

References and Notes

  1. Wynn, W.M. Detection, Localization and Charactezation of Static Magnetic-Dipole Sources. In Detection and Identification of Visually Obscured Targets; Baum, C.E., Ed.; Taylor and Francis: Philadelphia, PA, USA, 1999; pp. 337–374. [Google Scholar]
  2. Kozick, R.J.; Sadler, B.M. Algorithms for Tracking with an Array of Magnetic Sensors. Proceedings of the Fifth IEEE Sensors Array and Multichannel Signal Processing Worskshop, SAM 2008, Darmstadt, Germany, July 21-23, 2008; pp. 423–427.
  3. Nara, T.; Suzuki, S.; Ando, S. A Closed-Form Formula for Magnetic Dipole Localization by Measurement of Its magnetic Field and Spatial Gradients. IEEE Trans. Magn. 2006, 42, 3291–3293. [Google Scholar]
  4. Murray, I.B.; McAulay, A.D. Magnetic Detection and Localization Using Multichannel Levinson-Durbin Algorithm. Process. Sens. Fusion Target Recognit. XIII 2004, 5429, 5429–5434. [Google Scholar]
  5. Scholz, B; Schwierz, G. Probability-based current dipole localization from biomagnetic fields. IEEE Trans. Biomed. Eng. 1994, 41, 35–42. [Google Scholar]
  6. Sherman, J.T.; Lubkert, J.K.; Popovic, R.S.; Disilvestro, M.R. Characterization of a Novel Magnetic Tracking System. IEEE Trans. Magn. 2007, 43, 2725–2727. [Google Scholar]
  7. Dassot, G.; Blanpain, R.; Flament, B.; Jauffret, C. Process for determining the position of a moving object using magnetic gradientmetric measurements. US Patent 6,539,327, 2003. [Google Scholar]
  8. Mauriello, P.; Patella, D. Localization of Magnetic Sources Underground by a Probability Tomography Approach. Prog. Electromagn. Res. M 2008, 3, 27–56. [Google Scholar]
  9. Birsan, M. Unscented Particle Filter for Tracking a Magnetic Dipole Target. Proceedings of OCEANS, 2005, Proceedings of MTS/IEEE, Washington, D.C.; WA, USA, September 17-23, 2005; pp. 1656–1659.
  10. Kiyuna, T.; Kamijo, K.; Yamazaki, T. Multiple-Dipole Source Localization Based on Information Criteria. NEC Res. Devel. 1997, 38, 139–148. [Google Scholar]
  11. Sheinker, A.; Lerner, B.; Salomonski, N.; Ginzburg, B.; Frumkis, L.; Kaplan, B. Localization and Magnetic Moment Estimation of a Ferromagnetic Target by Simulated Annealing. Meas. Sci. Technol. 2007, 18, 3451–3457. [Google Scholar]
  12. Cauffet, G.; Caldora-Costa, M.; Coulomb, J.L.; Bongiraud, J.P.; LeThiec, P. Localization and Identification of a Magnetic Dipole by the Application of Genetic Algorithm. Eur. J. Elec. Eng. 2001, 4, 55–63. [Google Scholar]
  13. Sheinker, A.; Salomonski, N.; Ginzburg, B.; Frumkis, L.; Kaplan, B. Remote Sensing of a Magnetic Target Utilizing Based Incremental Learning. Sens. Actuat. 2008, 143, 215–223. [Google Scholar]
  14. Weiss, E.; Ginzburg, B; Ram-Cohen, T.; Zafrir, H.; Alimi, R.; Salomonski, N.; Sharvit, J. High Resolution Marine Survey of Shallow Water Littoral Area. Sensors 2007, 7, 1697–1712. [Google Scholar]
  15. Perry, A.R.; Czipott, P.V.; Beevor, S.P.; Hanley, G.A. Innovations in Weapons Detector Portal Technology. Proceedings of Sensors and Command Control Communications and Intellingence (C3I) Technologies, Orlando, FL, USA, April 21-25, 2003; pp. 362–371.
  16. Merlat, L.; Naz, P. Magnetic Localization and Identification of Vehicles. Proceedings of Unattended Ground Sensor Technologies and Applications V, Orlando, FL, USA, April 21-25, 2003; pp. 174–185.
  17. Dennis, J.E.; Schnabel, R.B. Numerical Methods for Unconstrained Optimization and NonLinear Equations.; Soc. for Industrial & Applied Math: Philadelphia, PA, USA, 1983. [Google Scholar]
  18. Levenberg, K. A Method for the Solution of Certain Non-linear Problems in Least Squares. Quart. Appl. Math. 1944, 2, 164–168. [Google Scholar]
  19. Marquardt, D.W. An Algorithm for the Least-Squares Estimation of Nonlinear Parameters. SIAM J. Appl. Math. 1963, 11, 431–441. [Google Scholar]
  20. Press, W.H.; Teukolsky, S.A.; Vetterling, A.W.T.; Flannery, B.P. Numerical Recipes: The Art of Scientific Computing., 3rd ed.; Cambridge University Press: New York, NY, USA, 2007. [Google Scholar]
  21. Plotkin, A.; Paperno, E.; Vasserman, G.; Segev, R. Magnetic Tracking of Eye Motion in Small Fast Moving Animals. IEEE Trans. Magn. 2008, 44, 4492–4496. [Google Scholar]
Figure 1. Schematic view of the check point. The relative distance between the sensors are indicated.
Figure 1. Schematic view of the check point. The relative distance between the sensors are indicated.
Sensors 09 08852f1
Figure 2. Magentic flux raw data of the crossing of a small metallic object in the left armpit. Units for the x axis are sample points (sp), and the y axis units are nano-Teslas (nT).
Figure 2. Magentic flux raw data of the crossing of a small metallic object in the left armpit. Units for the x axis are sample points (sp), and the y axis units are nano-Teslas (nT).
Sensors 09 08852f2
Figure 3. Isolated relevant data shown in Figure 2.
Figure 3. Isolated relevant data shown in Figure 2.
Sensors 09 08852f3
Figure 4. Calculated trajectory after the first round of LMA.
Figure 4. Calculated trajectory after the first round of LMA.
Sensors 09 08852f4
Figure 5. The calculated magnetic moment after the first round of LMA.
Figure 5. The calculated magnetic moment after the first round of LMA.
Sensors 09 08852f5
Figure 6. The calculated trajectory after the second round of LMA.
Figure 6. The calculated trajectory after the second round of LMA.
Sensors 09 08852f6
Table 1. The height localization probability (for a distance of 25 cm from the exact position).
Table 1. The height localization probability (for a distance of 25 cm from the exact position).
TargetHorizontal setupVertical setup
2 sensors4 sensors3 sensors4 sensors
Large80%90%100%100%
Medium60%85%90%100%
Small45%75%100%100%
Table 2. The flank localization probability.
Table 2. The flank localization probability.
TargetHorizontal setupVertical setup
2 sensors4 sensors3 sensors4 sensors
Large90%80%95%90%
Medium85%80%100%100%
Small70%65%95%80%
Table 3. The mean and standard deviation calculated values of the moment for all configurations. Units are 100*A·m2.
Table 3. The mean and standard deviation calculated values of the moment for all configurations. Units are 100*A·m2.
Horizontal setupVertical setup
2 sensors4 sensors3 sensors4 sensors
Large6.4 ±1.86.9 ±1.56.3 ±1.36.1 ±1.3
Medium2.6 ±2.02.0 ± 1.72.7 ±0.92.4 ±0.7
Small1.1 ± 0.80. 8 ± 0.40.7 ± 0.40.7 ± 0.2

Share and Cite

MDPI and ACS Style

Alimi, R.; Geron, N.; Weiss, E.; Ram-Cohen, T. Ferromagnetic Mass Localization in Check Point Configuration Using a Levenberg Marquardt Algorithm. Sensors 2009, 9, 8852-8862. https://doi.org/10.3390/s91108852

AMA Style

Alimi R, Geron N, Weiss E, Ram-Cohen T. Ferromagnetic Mass Localization in Check Point Configuration Using a Levenberg Marquardt Algorithm. Sensors. 2009; 9(11):8852-8862. https://doi.org/10.3390/s91108852

Chicago/Turabian Style

Alimi, Roger, Nir Geron, Eyal Weiss, and Tsuriel Ram-Cohen. 2009. "Ferromagnetic Mass Localization in Check Point Configuration Using a Levenberg Marquardt Algorithm" Sensors 9, no. 11: 8852-8862. https://doi.org/10.3390/s91108852

Article Metrics

Back to TopTop