Sensor fusion

From Wikipedia, the free encyclopedia

Sensor fusion is the combining of sensory data or data derived from sensory data from disparate sources such that the resulting information is in some sense better than would be possible when these sources were used individually. The term better in this case can mean more accurate, more complete, or more dependable, or refer to the result of an emerging view, such as stereoscopic vision (calculation of depth information by combining two-dimensional images from two cameras at slightly different viewpoints).[1][2]

The data sources for a fusion process are not specified to originate from identical sensors. One can distinguish direct fusion, indirect fusion and fusion of the outputs of the former two. Direct fusion is the fusion of sensor data from a set of heterogeneous or homogeneous sensors, soft sensors, and history values of sensor data, while indirect fusion uses information sources like a priori knowledge about the environment and human input.

Sensor fusion is also known as (multi-sensor) Data fusion and is a subset of information fusion.

Examples of sensors

Sensor fusion algorithms

Sensor fusion is a term that covers a number of methods and algorithms, including:

Example sensor fusion calculations

Two example sensor fusion calculations are illustrated below.

Let {{\textbf  {x}}}_{1} and {{\textbf  {x}}}_{2} denote two sensor measurements with noise variances \scriptstyle \sigma _{1}^{2} and \scriptstyle \sigma _{2}^{2} , respectively. One way of obtaining a combined measurement {{\textbf  {x}}}_{3} is to apply the Central Limit Theorem, which is also employed within the Fraser-Potter fixed-interval smoother, namely [3]

{{\textbf  {x}}}_{3}=\scriptstyle \sigma _{3}^{{2}}(\scriptstyle \sigma _{1}^{{-2}}{{\textbf  {x}}}_{1}+\scriptstyle \sigma _{2}^{{-2}}{{\textbf  {x}}}_{2}) ,

where \scriptstyle \sigma _{3}^{{2}}=(\scriptstyle \sigma _{1}^{{-2}}+\scriptstyle \sigma _{2}^{{-2}})^{{-1}} is the variance of the combined estimate. It can be seen that the fused result is simply a linear combination of the two measurements weighted by their respective noise variances.

Another method to fuse together two measurements is to use the optimal Kalman filter. Suppose that the data is generated by a first-order system and let {{\textbf  {P}}}_{k} denote the solution of the filter's Riccati equation. By applying Cramer's rule] within the gain calculation it can be found that the filter gain is given by [3]

{{\textbf  {L}}}_{k}={\begin{bmatrix}{\tfrac  {\scriptstyle \sigma _{2}^{{2}}{{\textbf  {P}}}_{k}}{\scriptstyle \sigma _{2}^{{2}}{{\textbf  {P}}}_{k}+\scriptstyle \sigma _{1}^{{2}}{{\textbf  {P}}}_{k}+\scriptstyle \sigma _{1}^{{2}}\scriptstyle \sigma _{2}^{{2}}}}&{\tfrac  {\scriptstyle \sigma _{1}^{{2}}{{\textbf  {P}}}_{k}}{\scriptstyle \sigma _{2}^{{2}}{{\textbf  {P}}}_{k}+\scriptstyle \sigma _{1}^{{2}}{{\textbf  {P}}}_{k}+\scriptstyle \sigma _{1}^{{2}}\scriptstyle \sigma _{2}^{{2}}}}\end{bmatrix}}.

By inspection, when the first measurement is noise free, the filter ignores the second measurement and vice versa. That is, the combined estimate is weighted by the quality of the measurements.

Centralized versus decentralized

In sensor fusion, centralized versus decentralized refers to where the fusion of the data occurs. In centralized fusion, the clients simply forward all of the data to a central location, and some entity at the central location is responsible for correlating and fusing the data. In decentralized, the clients take full responsibility for fusing the data. "In this case, every sensor or platform can be viewed as an intelligent asset having some degree of autonomy in decision-making."[4]

Multiple combinations of centralized and decentralized systems exist.

Levels

There are several categories or levels of sensor fusion that are commonly used.[5]

  • Level 0 – Data alignment
  • Level 1 – Entity assessment (e.g. signal/feature/object).
    • Tracking and object detection/recognition/identification
  • Level 2 – Situation assessment
  • Level 3 – Impact assessment
  • Level 4 – Process refinement (i.e. sensor management)
  • Level 5 – User refinement

Applications

One application of sensor fusion is GPS/INS, where Global Positioning System and Inertial Navigation System data is fused together using various different methods, e.g. the Extended Kalman Filter. This is useful, for example, in determining the altitude of an aircraft using low-cost sensors.[6]

See also

References

  1. Elmenreich, W. (2002). Sensor Fusion in Time-Triggered Systems, PhD Thesis. Vienna, Austria: Vienna University of Technology. p. 173. 
  2. Haghighat, M. B. A., Aghagolzadeh, A., & Seyedarabi, H. (2011). Multi-focus image fusion for visual sensor networks in DCT domain. Computers & Electrical Engineering, 37(5), 789-797.
  3. 3.0 3.1 Einicke, G.A. (2012). Smoothing, Filtering and Prediction: Estimating the Past, Present and Future. Rijeka, Croatia: Intech. ISBN 978-953-307-752-9. 
  4. N. Xiong; P. Svensson (2002). "Multi-sensor management for information fusion: issues and approaches". Information Fusion. p. 3(2):163–186. 
  5. http://defensesystems.com/articles/2009/09/02/c4isr1-sensor-fusion.aspx
  6. Gross, Jason; Yu Gu, Matthew Rhudy, Srikanth Gururajan, and Marcello Napolitano (July 2012). "Flight Test Evaluation of Sensor Fusion Algorithms for Altitude Estimation". IEEE Transactions on Aerospace and Electronic Systems 48 (3): 2128–2139. doi:10.1109/TAES.2012.6237583. 

External links

This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.