Rahul Sharma (Editor)

Sensor fusion

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

Sensor fusion is combining of sensory data or data derived from disparate sources such that the resulting information has less uncertainty than would be possible when these sources were used individually. The term uncertainty reduction 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).

Contents

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.

Sensory fusion is simply defined as the unification of visual excitations from corresponding retinal images into a single visual perception a single visual image. Single vision is the hallmark of retinal correspondence Double vision is the hallmark of retinal disparity

Examples of sensors

  • Accelerometers
  • Electronic Support Measures (ESM)
  • Global Positioning System (GPS)
  • Infra-red / thermal imaging camera
  • Magnetic sensors
  • MEMS
  • Phased array
  • Radar
  • Seismic sensors
  • Sonar and other acoustic
  • Sonobuoys
  • TV cameras
  • →Additional List of sensors
  • Algorithms

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

  • Central limit theorem
  • Kalman filter
  • Bayesian networks
  • Dempster-Shafer
  • Example calculations

    Two example sensor fusion calculations are illustrated below.

    Let x 1 and x 2 denote two sensor measurements with noise variances σ 1 2 and σ 2 2 , respectively. One way of obtaining a combined measurement x 3 is to apply the Central Limit Theorem, which is also employed within the Fraser-Potter fixed-interval smoother, namely

    x 3 = σ 3 2 ( σ 1 2 x 1 + σ 2 2 x 2 ) ,

    where σ 3 2 = ( σ 1 2 + σ 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 two measurements is to use the optimal Kalman filter. Suppose that the data is generated by a first-order system and let 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

    L k = [ σ 2 2 P k σ 2 2 P k + σ 1 2 P k + σ 1 2 σ 2 2 σ 1 2 P k σ 2 2 P k + σ 1 2 P k + σ 1 2 σ 2 2 ] .

    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."

    Multiple combinations of centralized and decentralized systems exist.

    Levels

    There are several categories or levels of sensor fusion that are commonly used.*

  • 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 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. Another example is using the data fusion approach to determine the traffic state (low traffic, traffic jam, medium flow) using road side collected acoustic, image and sensor data.

    A practical example how to combine data of different displacement and position sensors in order to obtain high bandwidth at high resolution can be found in this master thesis. One can see the applied methods of optimal filtering (in sense of minimizing e.g. the energy norm) or the MIMO Kalman filter.

    References

    Sensor fusion Wikipedia