multisensor data fusion for defense application

17
MULTISENSOR DATA FUSION FOR DEFENSE APPLICATION Othman Sidek and S.A.Quadri Collaborative µ-electronic Design Excellence Centre Universiti Sains Malaysia

Upload: sayed-abulhasan-quadri

Post on 10-May-2015

2.285 views

Category:

Education


7 download

TRANSCRIPT

Page 1: Multisensor data fusion for defense application

MULTISENSOR DATA FUSION FOR DEFENSE APPLICATION

Othman Sidek and S.A.QuadriCollaborative µ-electronic Design Excellence CentreUniversiti Sains Malaysia

Page 2: Multisensor data fusion for defense application

DATA FUSION

•Data-fusion is a problem-solving technique based on the idea of integrating many answers to a question into a single; best answer.

•Process of combining inputs from various sensors to provide a robust and complete description of an environment or process of interest.

•Multilevel, multifaceted process dealing with the automatic detection, association, correlation , estimation, and combination of data and information from single and multiple sources.

“Properly said, fusion is neither a theory nor a technology in its own. It is a concept which uses various techniques pertaining to information theory, artificial intelligence and statistics [1]”

[1] Dave L. Hall and James Llinas, “Introduction to Multisensor Data Fusion”, IEEE , Vol. 85, No. 1, pp. 6 – 23, Jan 1997.

Page 3: Multisensor data fusion for defense application

Multisensor data fusion Applications :Military application :•Location and characterization of enemy units and weapons•High level inferences about enemy situation•Air to air or surface to air defense•Ocean monitoring•Battlefield intelligence•Strategic warning

Non military applications:•Condition based maintenance•Detection of system faults•Robotics•Medical•Environmental monitoring•Location and identification of natural phenomena

Page 4: Multisensor data fusion for defense application

DATA FUSION APPLICATION IN ESTIMATION PROBLEMS

Application Dynamic system Sensor Types

Process control Chemical plant Pressure

Temperature

Flow rate

Gas analyzer

Flood predication River system Water level

Rain gauge

Weather radar

Tracking Spacecraft Radar

Imaging system

Navigation Ship Sextant

Log

Gyroscope

Accelerometer

Global Navigation satellite system

Page 5: Multisensor data fusion for defense application

Data fusion plays a critical and fundamental role in defense and national security

•Areas of surveillance

•Intelligence analysis for timely situational awareness.

Intelligence analysis is inherently a multi-modal multi-source data fusion operation.

Raw intelligence can come from multitude of sources, such as

SIGNT => Signals intelligence is intelligence-gathering by interception of signals.

COMINT => Communications intelligence between people.

ELINT => Electronic intelligence between electronic signals.

Page 6: Multisensor data fusion for defense application

On the battlefield, data fusion may involve integrating data from several sensors

•Radars

•Infra Red sensors

•Acoustic sensors

For arms control and verification, data fusion involve integrating data from

• Multispectral satellite images

•Ground-based sensors

• On-site inspections for better analysis.

Page 7: Multisensor data fusion for defense application

RSTAKA Function

Reconnaissance, Surveillance, Target Acquisition, and Kill Assessment functions where data from a variety of sensors must be integrated to deal effectively with many targets of different types.

•In the defense domain, a target such as a tank or a missile carrier may be located in desert, swampy, or rolling terrain.

•Targets can exhibit behaviors such as moving, rotating a turret, firing, erecting a missile, or launching a missile.

• Again certain behaviors are only appropriate with certain types of targets. A target exhibiting a behavior in an environment generates a signature.

•A launcher firing a missile generates a number of signatures — visual, radar, thermal, acoustic, and seismic.

• However, the appearance of these signatures may be affected by the environment in which they occur.

Page 8: Multisensor data fusion for defense application

A surveillance spacecraft may have a set of sensors to track the status of different critical subsystems.

It is of great importance to be able to fuse information from these sensors to create a global picture of the health of the spacecraft

Which allow to predict an impending failure and correct it before it reaches criticality.

Page 9: Multisensor data fusion for defense application

Data Fusion Methodology

Data fusion requires combining expertise in two areas

1)Sensors

2)Information integration.

Data fusion is essentially an information integration problem.Data fusion can be categorized into three main classes based on the level of information abstraction used for fusion: (i)Raw data fusion : Primarily limited to fusion of homogeneous modalities.

It requires the different data sets to be properly aligned for correlation at the lowest level of information granularity.

(ii) Feature vector fusion: Feature extractor is co-located with the sensor and the feature vectors are sent to the fusion node.

(iii) Decision fusion : Combines information at the highest level of abstraction but requires significant computational capabilities in the sensor nodes,

Page 10: Multisensor data fusion for defense application

Multisensor data fusion provides significant advantages over single source data•Improves accuracy •Improves precision •Supports effective decision making

Schematic diagram of data fusion

Page 11: Multisensor data fusion for defense application

MISSILE GUIDANCE SYSTEM

A system which evaluates

Flight information,

Correlates it with target data,

Determines the desired flight path of a missile,

Communicates the necessary commands to the missile flight control system.

•The missile's target accuracy is a critical factor for its effectiveness.

•Guidance systems improve missile accuracy by improving its "Single Shot Kill Probability" (SSKP).

Guidance systems are divided into different categories

•Go-Onto-Target (GOT): A GOT missile can target either a moving or fixed target.

•Go-Onto-Location-in-Space (GOLIS) guidance systems: GOLIS weapon is limited to a stationary target.

The trajectory that a missile takes while attacking a moving target is dependent upon the movement of the target.

Page 12: Multisensor data fusion for defense application

In every GOT system, there are three subsystems:

•Target tracker

•Missile tracker

•Guidance computer

The way these three subsystems are distributed between the missile and the launcher result in two different

categories:

Remote Control Guidance: The guidance computer and target tracker are on the launching platform.

Homing Guidance: The guidance computers are in the missile and in the target tracker.

Page 13: Multisensor data fusion for defense application

SIMULATION OF TARGET TRACKING AND ESTIMATION USING DATA FUSION

Objective: Target tracking and estimation of a moving object

Sensors required: Multiple sensors

=> Position estimation sensors

=> Velocity estimation sensors

Need for heterogeneous multi sensors ?

=>It is not possible to deduce a comprehensive picture about the entire target scenario from each of the pieces of evidence alone.

=>Due to the inherent limitations of technical features characterizing each sensor.

Coordinate system Selected : Cartesian coordinate system

Technique applied : Multisensor data fusion using Kalman filter

Page 14: Multisensor data fusion for defense application

Kalman filter

The Kalman filter produces estimates of the true values of measurements and their associated calculated values by

•Predicting a value,

•Estimating the uncertainty of the predicted value,

•and computing a weighted average of the predicted value and the measured value.

The most weight is given to the value with the least uncertainty.

The estimates produced by the method tend to be closer to the true values than the original measurements .

Weighted average has a better-estimated uncertainty than either of the values that went into the weighted average.

Kalman filter uses

•System's dynamics model (i.e., physical laws of motion),

• Known control inputs to that system,

•Measurements from sensors to form an estimate of the system's varying quantities (its state)

that is better than the estimate obtained by using any one measurement alone.

Squares represent matrices. Ellipses represent multivariate normal distributions (with the mean and covariance matrix enclosed). Unenclosed values are vectors. Fk is the state transition model, which is applied to the previous state xk−1; Bk is the control-input model, which is applied to the control vector Uk; Wk is the process noise, which is assumed to be drawn from a zero mean multivariate

normal distribution with covariance Qk.(also denoted by vi

Page 15: Multisensor data fusion for defense application

Simulation has been carried out by with two-dimensional state model of the moving object along x; y and z directions.The program is executed in Mat lab environment .

Page 16: Multisensor data fusion for defense application

As shown in figure estimation using state vector fusion method using Kalman filter is more close and accurate to actual track.

Page 17: Multisensor data fusion for defense application

Sample code% Missile_Launcher tracking Moving_Object using kalman filterclear all%% define our meta-variables (i.e. how long and often we will sample)duration = 10 %how long the Moving_Object fliesdt = .1; %The Missile_Launcher continuously looks for the Object-in-motion ,%but we'll assume he's just repeatedly sampling over time at a fixed interval%% Define update equations (Coefficent matrices): A physics based model for A = [1 dt; 0 1] ; % state transition matrix: expected flight of the Moving_Object (state prediction)B = [dt^2/2; dt]; %input control matrix: expected effect of the input accceleration on the state.C = [1 0]; % measurement matrix: the expected measurement given%% define main variablesu = 1.5; % define acceleration magnitudeQ= [0; 0]; %initized state--it has two components: [position; velocity] of the Moving_Object Q_estimate = Q; %x_estimate of initial location estimation of where the Moving_Object Moving_ObjectAccel_noise_mag = 0.05; %process noise: the variability in Q_loc = []; % ACTUAL Moving_Object flight pathvel = []; % ACTUAL Moving_Object velocityQ_loc_meas = []; % Moving_Object path that the Missile_Launcher sees%% simulate what the Missile_Launcher sees over timefigure(2);clf figure(1);clf % Generate the Moving_Object flight Moving_ObjectAccel_noise = Moving_ObjectAccel_noise_mag * [(dt^2/2)*randn; dt*randn]; Q= A * Q+ B * u + Moving_ObjectAccel_noise; ......................... pauseend%plot theoretical path of Missile_Launcher that doesn't use kalman plot(0:dt:t, smooth(Q_loc_meas), '-g.')%plot(0:dt:t, vel, '-b.')%% Do kalman filtering%initize estimation variables......................... % Plot the resultsfigure(2);plot(tt,Q_loc,'-r.',tt,Q_loc_meas,'-k.', tt,Q_loc_estimate,'-g.');

%data measured by the Missile_Launcher ……………………….. %combined position estimate mu = Q_loc_estimate(T); % mean sigma = P_mag_estimate(T); % standard deviation y = normpdf(x,mu,sigma); % pdf y = y/(max(y)); hl = line(x,y, 'Color','g'); % or use hold on and normal plot axis([Q_loc_estimate(T)-5 Q_loc_estimate(T)+5 0 1]); %actual position of the Moving_Object plot(Q_loc(T)); ylim=get(gca,'ylim'); line([Q_loc(T);Q_loc(T)],ylim.','linewidth',2,'color','b'); legend('state predicted','measurement','state estimate','actual Moving_Object position') pauseend