Joint kinematic and feature tracking using probabilistic argumentation

Size: px
Start display at page:

Download "Joint kinematic and feature tracking using probabilistic argumentation"

Transcription

1 Joint kinematic and feature tracking using probabilistic argumentation Deepak Khosla HRL laboratories, LLC Malibu, CA Abstract This paper describes a multi-target tracking approach based on merging traditional Kalman recursive filtering with evidential reasoning methodology. The approach fuses all the available information about targets to be tracked both kinematic (position, velocity, etc.) and identity (attributes, features, type, class, etc.) information - and uses the fused measure for data association and tracking. The proposed tracking system departs from other feature-aided tracking systems in that (1) it allows more flexible domain knowledge representation such as in the form of uncertain rules, () it is able to accommodate imprecise as well as partial knowledge (e.g., partial probability distribution), and (3) it uses a probabilistic argumentation system as the evidential reasoning methodology for attribute/feature fusion. The method described here is general purpose, will work on multiple-target tracking problems with both single and multi-sensor systems and is not sensor type dependent. We demonstrate the feasibility and utility of the proposed method through a multi-target tracking simulation example. Keywords: Tracking, Feature-aided tracking, Kalman, filter, fusion, probabilistic argumentation, evidential reasoning, rule-based system 1 Introduction Multiple Target Tracking (MTT) is an essential requirement for surveillance, tracking and control systems employing one or more sensors in order to interpret an environment that includes both true obects and false alarms. The goal of tracking is to robustly provide accurate and timely information on the number of obects and their state and type. This is critical in both military and commercial applications. A typical military application is automated target tracking and identification of ground and aerial targets. An example in commercial application is in automotive forward collision warning, which requires both kinematic and type (roadside/vehicle/pedestrian) information on in-path obstacles for effective system performance. The central problem of multiple target tracking is the problem to Yang Chen HRL laboratories, LLC Malibu, CA ychen@hrl.com associate sensor measurements with existing or new tracks. This data association process is uncertain due to inaccurate measurements, partially obscured targets, closely-spaced target configurations, poor signal-to-noise ratio, random false alarms in the detection process, clutter near the target of interest, interfering targets, decoys or other counter measures, etc. The state-of-the-art in MTT is a Kalman filter based multiple hypotheses tracker (MHT) that uses kinematic (position, velocity, etc.) information to carry out the association process. A multiple hypothesis tracking (MHT) data association method with interacting multiple model (IMM) filtering is described in [1] and has been applied to several real-world applications. This tracker uses kinematic (or metric) quantities and certain signalrelated quantities for data association. No use is made of features or attributes in data association. Both the memory and computation requirements of MHT increase exponentially with problem size. In most applications, the target identification or class information is obtained by using attribute or feature measurements outside of the kinematic data association module. Thus these are completely uncoupled and independent processing. While this approach works well for relatively benign environments, it performs poorly in difficult environments. For example, it defaults to group tracking in dense track environments, or loses track during complex movements or over long periods of time. This could result in poor track and attribute estimation, lost tracks, misidentified obects, slow system response, etc. Maor improvements to the state-of-the-art are needed, but can only be achieved by a paradigm shift in approaches to the MTT problem. In this paper, we describe a feature-aided tracking approach that incorporates a traditional Kalman recursive filter within an evidential reasoning framework. In deciding whether to associate measurement data with new or existing tracks, the method uses all the data supporting them during their common history. The goal is to take as input raw measurements or tracks of both positional and attribute information and produce as output all-source tracks by associating the measurements/input tracks, and

2 fusing the corresponding kinematic and attribute state information in a single step. The advantage of unified estimation and decision is that it can handle both continuous and discrete uncertainties and use information across modalities for improved accuracy. The method uses a oint state that comprises the Gaussian kinematic state and the discrete states, which are attributes or features extracted from the measurements. The use of features/attributes in the data association will increase the robustness of the tracker to missing/incomplete/uncertain measurements. Several studies in the literature [4,5] show track quality improvement through the use of features in the data association process. In this work, we present a feature-aided tracking approach that utilizes feature/attribute metrics to increase the accuracy and robustness of data association. In order to determine the feature metrics, we first need to model the system and encode information about the target type/class, feature/attribute types, relationship between target type/class and features/attributes, etc. The modeling language used in this work is based on uncertain rules [6,7]. Using this domain knowledge and incoming feature/attribute measurements, evidential reasoning methodology can be used to determine target type/class information. This information is used in the data association step. This part of the problem is similar to a target classification problem and is treated as reasoning under uncertainty because the knowledge and measurements can be both uncertain and incomplete. In this work, we use a probabilistic argumentation system (PAS) as the reasoning engine. Probabilistic argumentation system (PAS) Probabilistic argumentation system (PAS) [6,7] is a powerful technique for solving problems consisting of uncertain, incomplete or inconsistent information and is based on a novel combination of classical logic (for deduction) and probability theory (for measuring the reliabilities of deductions). The PAS approach of dealing with partial information is closely connected to the Dempster-Shafer (D-S) Theory of Evidence [3]. PAS and DS are both able to accommodate partial knowledge (e.g., partial probability distribution) and imprecise knowledge. They address the real-world limitations of knowledge by generalizing Bayesian probability calculus. If knowledge can be provided at the level of specificity of a probability distribution for each feature for each class, as is necessary for Bayesian probability fusion [8], then DS, PAS and Bayesian results are the same. However, PAS has the added advantage that the default knowledge base and measurements are expressed in the form of logical rules and clauses making it very amenable to most rule based forms of knowledge. Details about the PAS theory can be found in [6,7]. The idea behind PAS is that the knowledge about a process or system may be uncertain, incomplete, or even inconsistent. The uncertainty of the knowledge is expressed by assumptions attached to the rules that model this system. Given such a knowledge base, the problem is then to find arguments for hypotheses (queries). Arguments are built from the assumptions appearing in the model and can be calculated through a resolution process similar to those used in predicate logic. Arguments for which the hypothesis is certainly true are called supports (or quasisupports). Arguments for which the hypothesis is certainly false are called doubts, and arguments for which the hypothesis is possible (or plausible) are called plausibilities. One can then compute sets of supports, doubts, etc. Its applicability to identity estimation or fusion in the proposed method is to obtain sets of support for certain target type or disunction of target types based on the knowledge and new evidence (measurements). The linkage between PAS and D-S is that the quantities such as support and plausibility of hypotheses obtained from the PAS are the same as the corresponding quantities in a D-S system if the rules in the knowledge base are represented in the D-S system appropriately. However, the advantages of using PAS rather than D-S are that the system modeling process is more flexible and incremental. There is also a potential saving in computation resource without using a full D-S model for a specific application. Method.1 Fusion functional block diagram The proposed approach is a tracking system that combines a Kalman filter (Interacting Multiple Model (IMM)) and a Probabilistic Argumentation System (PAS). The Interacting Multiple Model (IMM) estimator is a hybrid filter that is able to estimate the state of a dynamic system with several behavior modes - which makes it natural for tracking maneuvering targets. Probabilistic argumentation system (PAS) is a powerful technique for solving problems consisting of uncertain, incomplete or inconsistent information and is based on a novel combination of classical logic (for deduction) and probability theory (for measuring the reliabilities of deductions). The inputs to the PAS are attributes or features or target types and their uncertainties. The PAS outputs are feature-track likelihood scores that are combined with kinematic-track likelihood scores for improved tracking by the Kalman filter. This association step is the key advantage of the proposed method, where the likelihood is a oint measure over the continuous and

3 discrete space, and is expected to dramatically increase the accuracy of the association step and the robustness of the tracker to missing/incomplete/uncertain measurements. methods, the basic premise is to use the kinematic measurements in a score such as (1) and use it for data association (i.e., which measurement belongs to which existing track or a new track). Kinematic measurements Track file (Track number, position, velocity, ID) Kinematic likelihood scores Joint track likelihood scores Trackmeasurement association Track update. Fusion details Feature likelihood scores Figure 1 Block diagram Knowledge Base (Rules, probabilities,..) Probabilistic argumentation system Feature/class measurements..1 Kinematic measurement based association In this work, we use a global nearest neighbor (GNN) approach for data association. This is often referred to as single hypothesis tracking or sequential most probable hypothesis tracking. It handles the data in a purely sequential manner. For each new measurement, the goal is to identify the most likely assignment of observations to existing tracks and to the new source hypothesis. Observation-to-track assignment scores are computed by using the generalized statistical distance [1] as: dg = d + ln S (1).. Extension to feature data In order to make use of available attribute/feature/type information about the targets in addition to kinematic information, we need to create a measure that incorporates both of these information types. We therefore need to compute the probability term associated with the potential assignment of an attribute or features to a given track. Assume that an identity or type estimate has been formed from previous measurements assigned to this track. Then given the present type measurement Z and the set of previous type measurements associated with this track Ẑ, the probability that this track produced measurement Z is given by J P( Z / Zˆ) = P( Z / T ) P( T / Zˆ) () = 1 assuming the measurements are independent given the target type. Here T are the target ID or types that the measurement Z can take. Often instead of the track type information being available directly, the feature information (F) about the target type is available. In such a case one needs to know the relation between the feature and the target type as well. The above equation would then be modified to: J P( Z / Zˆ) = P( Z / F) P( F / T ) P( T / Zˆ) (3) = 1 assuming the feature measurement is independent of the target type given the true feature. Incorporating this type or feature probability measure into the normalized distance in (1), we get: d G [ P( Z / Zˆ )] = d + ln S ln (4) where S is the residual covariance matrix and d is the normalized statistical distance (defined in terms of residual between prediction for track i and observation ) are standard Kalman filtering terms [1]. The above is the cost for those observation-to-track assignments that satisfy the gate. An arbitrary large cost can be assigned to pairings that do not satisfy the gate. Other methods use a multiple hypothesis tracking loglikelihood or score function similar to []. In all of these..3 PAS for feature likelihood term The above approach shows one method to include feature/attribute data in the data association step using a Bayesian formulation. One limitation of Bayesian methods is that the conditional probabilities need to be known for feature/attribute measurements. Often such probability descriptions are not available, or are incomplete. Probabilistic argumentation systems and evidential reasoning methods are both ideal in this

4 situation since they do not require complete probablistic information. Furthermore, they have a distinct advantage here in that a quantity called the degree of contradiction (k) can be used in lieu of the probabilistic measure [9]. The degree of contradiction k in a PAS system is a measure of conflict or contradiction between the current knowledge state and the measured attributes/features. The quantity 1 k is similar to P( Z Zˆ ) for the Bayesian approach and is a measure of the correctness of a given association [9]. Substituting this in (4) gives d G = d + ln S ln 1 [ k]..4 Track pairing The above normalized distance is a score based on both kinematic and attribute/feature measurements. Note that this score will be computed for all candidate trackmeasurement pairings. In order to reduce feature processing, standard gating is used. Only observation-totrack associations that satisfy this gate are sent to the PAS for computing the degree of contradiction (k). The combined score forms the elements of a -D assignment matrix. We solve the assignment problem using the Munkres algorithm, though several other approaches could be used. The output from the assignment step is a track-measurement pairing. This information is then used to update the track file. Track kinematic parameters are updated using the standard IMM update equations. Track ID estimates are updated using PAS. 3 Simulations The current approach has been evaluated with case of tracking 3 maneuvering aircrafts in aerial combat. Figure shows a D view of the actual target traectories (solid colored lines). These targets are in aerial combat, fly in close proximity at times, and as seen maneuver towards or away from each other. In the zoomed inset in the lower left hand corner (at beginning of simulation), the targets are flying very close to each other. We assume that we have an adaptive radar sensor that provides position measurement every 3 sec during nonmaneuvering mode and every 0.3 sec during maneuvering mode. In actual implementation, a situation awareness module that uses the IMM mode probabilities as its inputs to determine the target mode controls the radar sampling rate. The colored squares are the position measurements made by the radar sensor. The radar only makes the measurements it does not know which measurement is from which track or target. Because of the proximity of the targets, they are sometimes not resolvable by the radar resulting in number of measurements that are fewer than number of (5) actual targets. In addition, the measurement errors are sometimes larger then the separation between the targets (clearly seen in the zoomed view). Figure Simulated target track traectories Let us assume that each aircraft is of a different type (ID) and domain of target types or classes is {T1, T, T3}. Assume that we have a discrete feature F of domain {F1, F, F3}. Let us assume that the following domain knowledge (incomplete probability specification) about the target-feature relationship is available to us in the form of rules relating target type with declared feature class. RULE R1 T1 => F1; 80% RULE R T1 => F or F3; 10% RULE R3 T => F1; 5% RULE R4 T => F; 75% RULE R5 T => F3; 5% RULE R6 T3 => F3; 90% For example, Rule R1 states that there is an 80% probability of declaring feature F1 if the target is of type T1. Similarly Rule R states that there is a 10% probability of declaring features F or F3 from target type T1. This is a typical way to represent ignorance or uncertainty in a probabilistic argumentation system. Note that in a Bayesian framework, probabilities would have to be assigned only to singletons and any leftover probabilities would have to be assigned to leftover singletons and sum to unity. In the above knowledge base, we do not have such restrictions. In PAS, these rules would be appended with assumptions with the given probabilities. Let us assume that we start with complete ignorance, i.e., no knowledge about the target class for each of the tracks. The standard state vector (position, velocity) representation has been augmented to include target ID estimates. For each simulation step, we use the kinematic measurements to compute the kinematic association score. The features measurements are added as new rules and fused using the PAS to obtain the updated target type probabilities and the feature likelihood scores. The data

5 association is carried out as described in sections 3.1 and 3.. Based on the data association, the track state vectors are updated. We use the following performance metrics to compare the tracker performance with and without feature data. These metrics are based on the entire time history of target tracking. Most of the improvement due to use of features in the data association is during the time period when one or more tracks are flying in very close proximity (measurement error larger than track separation). During other times, data association based on kinematic information alone is accurate and the use of features does not provide much added value. A. Track mis-associations occur when a measurement is paired with a wrong track and is defined as # wrong associations Track misa ssociation = 100 % (6) # total associations B. Track RMS position error is the root mean square kinematic position error between the ground truth (actual traectory) and estimated track position and is defined as true estimated ( x i xi ) + N 1 true estimated RMS error = ( y + i yi ) (7) N i= 1 true estimated ( zi zi ) Here N is the total number of time samples and (x,y,z) are the Cartesian position coordinates. Track ID accuracy is the accuracy in declaring a correct target type of a track based on the PAS output. When data association is not correct, the attribute measurements will be associated with the wrong track and the ID estimation done accordingly will result in erroneous ID declaration. A track is declared to be a certain target type when the degree of support [6,7] exceeds a certain decision threshold. For this simple case here and for ease of explanation, we chose this threshold to be 0.8. C. Non-declared track ID: If the degree of support of any target type for a track is below this threshold, we do not declare the ID (target type) for this track. The number of such non-declared track ID cases is used as a measure of track ID accuracy. D. False track ID: When the declared ID of a track is different than the actual ID (available from ground truth), we use that as a measure of false track ID. 3.1 Data association with kinematic measurements only Table 1 (column labeled without features) shows the results based on use of only kinematic measurements from the radar. Using (1) for data association gives frequent mis-associations (3% incorrect trackmeasurement pairing). This results in poor track quality in terms of kinematic accuracy as indicated by the large RMS position error. If we use the data association results to update the track ID in the PAS module, we also get very poor ID estimation accuracy with 14% non-declared ID and 4% false track ID. 3. Data association with kinematic and feature measurements Table 1 (column labeled with features) shows the results based on use of both kinematic and feature measurements. Using (5) for data association results in excellent data association (only % incorrect trackmeasurement pairing). The feature likelihood score is fed to the oint likelihood computation module. The resultant scores form the -D assignment matrix. Once the associations are computed, the tracks are accordingly updated. As a consequence of correct associations, both the track quality and track ID estimates are very accurate. No false track ID was declared in this case. Table 1 Tracking performance without and with features Performance metric Track misassociations Track RMS position error Non-declared track ID False track ID Without With features features 3% % 140m 6m 14% 0.6% 4% 0% This above simple example shows how feature data could be used to improve data association thus improving target ID estimation as well as data association accuracy 4 Conclusions In this work, we have presented a tracker that uses feature data to improve data association thus improving both target kinematic state and ID estimation. Other more advanced methods based on the same idea include but are not limited to MHT, etc. and will further improve

6 ID estimation over that derived from a simple global nearest-neighbor data association tracker. References [1] S. Blackman and R. Popoli, Design and Analysis of Modern Tracking Systems, Artech House, [] R.W. Sittler, "An Optimal Data Association Problem in Surveillance Theory," IEEE Trans. On Military Electronics, Vol. MIL-8, April 1964, pp [3] E. Bosse and J. Roy, "Fusion of Identity Declarations from Dissimilar Sources using Dempster- Shafer Theory", Optical Eng., Vol. 36, No. 3, March 1997, pp [4] E. Blasch and L. Hong, Data association through fusion of target track and Identification Sets, 3 rd international Conference on Data Fusion, Fusion 000, July 000. [5] K.J. Sullivan, M.B. Ressler, R.L. Williams, Signature-aided tracking using HRR profiles, Proc. SPIE Conf. On algorithms for synthetic aperture Radar Imagery VIII, vol. 438, p , 001. [6] J. Kohlas and R. Haenni, Assumption-Based Reasoning and Probabilistic Argumentation Systems, Tech. report Institute of Informatics, University of Fribourg [7] B. Anrig, R. Bissig, R. Haenni, J. Kohlas, and N. Lehmann, Probabilistic Argumentation Systems: Introduction to Assumption-Based Modeling with ABEL, Institute of Informatics, University of Fribourg [8] J. Pearl, Probabilistic Reasoning in Intelligent Systems: Network of Plausible Inference, Morgan Kaufmann, [9] S. Blackman, Multiple-Target tracking with Radar Applications, Artech House, 1986.

Fusion of Radar and EO-sensors for Surveillance

Fusion of Radar and EO-sensors for Surveillance of Radar and EO-sensors for Surveillance L.J.H.M. Kester, A. Theil TNO Physics and Electronics Laboratory P.O. Box 96864, 2509 JG The Hague, The Netherlands kester@fel.tno.nl, theil@fel.tno.nl Abstract

More information

Multiple Hypothesis Tracking For Multiple Target Tracking

Multiple Hypothesis Tracking For Multiple Target Tracking I. INTRODUCTION Multiple Hypothesis Tracking For Multiple Target Tracking SAMUEL S. BLACKMAN Raytheon Multiple hypothesis tracking (MHT) is generally accepted as the preferred method for solving the data

More information

Maintaining accurate multi-target tracking under frequent occlusion

Maintaining accurate multi-target tracking under frequent occlusion Maintaining accurate multi-target tracking under frequent occlusion Yizheng Cai Department of Computer Science University of British Columbia Vancouver, V6T 1Z4 Email:yizhengc@cs.ubc.ca Homepage: www.cs.ubc.ca/~yizhengc

More information

A new parameterless credal method to track-to-track assignment problem

A new parameterless credal method to track-to-track assignment problem A new parameterless credal method to track-to-track assignment problem Samir Hachour, François Delmotte, and David Mercier Univ. Lille Nord de France, UArtois, EA 3926 LGI2A, Béthune, France Abstract.

More information

A MATLAB TOOL FOR DEVELOPMENT AND TESTING OF TRACK INITIATION AND MULTIPLE TARGET TRACKING ALGORITHMS

A MATLAB TOOL FOR DEVELOPMENT AND TESTING OF TRACK INITIATION AND MULTIPLE TARGET TRACKING ALGORITHMS I&S A MATLAB TOOL FOR DEVELOPMENT AND TESTING OF TRACK INITIATION AND MULTIPLE TARGET TRACKING ALGORITHMS Kiril ALEXIEV 1. Introduction Digital computer simulation is a valuable tool, used for the design,

More information

Outline. Target Tracking: Lecture 1 Course Info + Introduction to TT. Course Info. Course Info. Course info Introduction to Target Tracking

Outline. Target Tracking: Lecture 1 Course Info + Introduction to TT. Course Info. Course Info. Course info Introduction to Target Tracking REGLERTEKNIK Outline AUTOMATIC CONTROL Target Tracking: Lecture 1 Course Info + Introduction to TT Emre Özkan emre@isy.liu.se Course info Introduction to Target Tracking Division of Automatic Control Department

More information

Outline. EE793 Target Tracking: Lecture 2 Introduction to Target Tracking. Introduction to Target Tracking (TT) A Conventional TT System

Outline. EE793 Target Tracking: Lecture 2 Introduction to Target Tracking. Introduction to Target Tracking (TT) A Conventional TT System Outline EE793 Target Tracking: Lecture 2 Introduction to Target Tracking Umut Orguner umut@metu.edu.tr room: EZ-12 tel: 4425 Department of Electrical & Electronics Engineering Middle East Technical University

More information

Metrics for Feature-Aided Track Association

Metrics for Feature-Aided Track Association Metrics for eature-aided rack Association Chee-Yee Chong BAE Systems Los Altos, CA, U.S.A. chee.chong@baesystems.com Shozo Mori BAE Systems Los Altos, CA, U.S.A. shozo.mori@baesystems.com Abstract: rack

More information

Outline. Data Association Scenarios. Data Association Scenarios. Data Association Scenarios

Outline. Data Association Scenarios. Data Association Scenarios. Data Association Scenarios Outline Data Association Scenarios Track Filtering and Gating Global Nearest Neighbor (GNN) Review: Linear Assignment Problem Murthy s k-best Assignments Algorithm Probabilistic Data Association (PDAF)

More information

3.2 Level 1 Processing

3.2 Level 1 Processing SENSOR AND DATA FUSION ARCHITECTURES AND ALGORITHMS 57 3.2 Level 1 Processing Level 1 processing is the low-level processing that results in target state estimation and target discrimination. 9 The term

More information

Radar Detection Improvement by Integration of Multi- Object Tracking

Radar Detection Improvement by Integration of Multi- Object Tracking Radar Detection Improvement by Integration of Multi- Object Tracing Lingmin Meng Research and Technology Center Robert Bosch Corp. Pittsburgh, PA, U.S.A. lingmin.meng@rtc.bosch.com Wolfgang Grimm Research

More information

Assumption-Based Modeling using ABEL

Assumption-Based Modeling using ABEL Assumption-Based Modeling using ABEL B. Anrig, R. Haenni, J. Kohlas and N. Lehmann Institute of Informatics University of Fribourg CH 1700 Fribourg, Switzerland E-Mail: rolf.haenni@unifr.ch WWW: http://www-iiuf.unifr.ch/dss

More information

Passive Multi Target Tracking with GM-PHD Filter

Passive Multi Target Tracking with GM-PHD Filter Passive Multi Target Tracking with GM-PHD Filter Dann Laneuville DCNS SNS Division Toulon, France dann.laneuville@dcnsgroup.com Jérémie Houssineau DCNS SNS Division Toulon, France jeremie.houssineau@dcnsgroup.com

More information

THE classical approach to multiple target tracking (MTT) is

THE classical approach to multiple target tracking (MTT) is IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 55, NO. 5, MAY 2007 1589 A Bayesian Approach to Multiple Target Detection and Tracking Mark R. Morelande, Christopher M. Kreucher, and Keith Kastella Abstract

More information

Multisensor Data Fusion Using Two-Stage Analysis on Pairs of Plots Graphs

Multisensor Data Fusion Using Two-Stage Analysis on Pairs of Plots Graphs Multisensor Data Fusion Using Two-Stage Analysis on Pairs of Plots Graphs Rogério Perroti Barbosa 1,2, Frederic Livernet 3, Beatriz S. L. P. de Lima 1, José Gomes de Carvalho Jr 2 1 - COPPE/ Federal University

More information

Object Detection in a Fixed Frame

Object Detection in a Fixed Frame Object Detection in a Fixed Frame Debjyoti Bagchi 1, Dipaneeta Roy Chowdhury 2 and Satarupa Das 2 1 Assistant Professor, Calcutta Institute Of Engineering And Management Kolkata, India, 2 Calcutta Institute

More information

Vision-Motion Planning with Uncertainty

Vision-Motion Planning with Uncertainty Vision-Motion Planning with Uncertainty Jun MIURA Yoshiaki SHIRAI Dept. of Mech. Eng. for Computer-Controlled Machinery, Osaka University, Suita, Osaka 565, Japan jun@ccm.osaka-u.ac.jp Abstract This paper

More information

OBJECT-ORIENTED ENVIRONMENT FOR ASSESSING TRACKING ALGORITHMS

OBJECT-ORIENTED ENVIRONMENT FOR ASSESSING TRACKING ALGORITHMS 3 I&S OBJECT-ORIENTED ENVIRONMENT FOR ASSESSING TRACKING ALGORITHMS Emanuil DJERASSI and Pavlina KONSTANTINOVA 1. Introduction One way to alleviate the complex problem of designing, assessing, and implementing

More information

Probability Evaluation in MHT with a Product Set Representation of Hypotheses

Probability Evaluation in MHT with a Product Set Representation of Hypotheses Probability Evaluation in MHT with a Product Set Representation of Hypotheses Johannes Wintenby Ericsson Microwave Systems 431 84 Mölndal, Sweden johannes.wintenby@ericsson.com Abstract - Multiple Hypothesis

More information

A New Parameterless Credal Method to Track-to-Track Assignment Problem

A New Parameterless Credal Method to Track-to-Track Assignment Problem A New Parameterless Credal Method to Track-to-Track Assignment Problem Samir Hachour, François Delmotte, and David Mercier Univ. Lille Nord de France, UArtois, EA 3926 LGI2A, Béthune, France Abstract.

More information

MULTI-VIEW TARGET CLASSIFICATION IN SYNTHETIC APERTURE SONAR IMAGERY

MULTI-VIEW TARGET CLASSIFICATION IN SYNTHETIC APERTURE SONAR IMAGERY MULTI-VIEW TARGET CLASSIFICATION IN SYNTHETIC APERTURE SONAR IMAGERY David Williams a, Johannes Groen b ab NATO Undersea Research Centre, Viale San Bartolomeo 400, 19126 La Spezia, Italy Contact Author:

More information

Motivation. Technical Background

Motivation. Technical Background Handling Outliers through Agglomerative Clustering with Full Model Maximum Likelihood Estimation, with Application to Flow Cytometry Mark Gordon, Justin Li, Kevin Matzen, Bryce Wiedenbeck Motivation Clustering

More information

A multiple-frame multiple-hypothesis method for tracking at low SNR

A multiple-frame multiple-hypothesis method for tracking at low SNR A multiple-frame multiple-hypothesis method for tracking at low SNR John H. Greenewald a, Stanton H. Musick b a Veridian Engineering, 52 Springfield Pike, Dayton, OH b Sensors Directorate, Air Force Research

More information

Automatic Tracking of Moving Objects in Video for Surveillance Applications

Automatic Tracking of Moving Objects in Video for Surveillance Applications Automatic Tracking of Moving Objects in Video for Surveillance Applications Manjunath Narayana Committee: Dr. Donna Haverkamp (Chair) Dr. Arvin Agah Dr. James Miller Department of Electrical Engineering

More information

Accelerometer Gesture Recognition

Accelerometer Gesture Recognition Accelerometer Gesture Recognition Michael Xie xie@cs.stanford.edu David Pan napdivad@stanford.edu December 12, 2014 Abstract Our goal is to make gesture-based input for smartphones and smartwatches accurate

More information

Modeling and Reasoning with Bayesian Networks. Adnan Darwiche University of California Los Angeles, CA

Modeling and Reasoning with Bayesian Networks. Adnan Darwiche University of California Los Angeles, CA Modeling and Reasoning with Bayesian Networks Adnan Darwiche University of California Los Angeles, CA darwiche@cs.ucla.edu June 24, 2008 Contents Preface 1 1 Introduction 1 1.1 Automated Reasoning........................

More information

COMPUTER AND ROBOT VISION

COMPUTER AND ROBOT VISION VOLUME COMPUTER AND ROBOT VISION Robert M. Haralick University of Washington Linda G. Shapiro University of Washington T V ADDISON-WESLEY PUBLISHING COMPANY Reading, Massachusetts Menlo Park, California

More information

Track Splitting Filtering Implementation for Terrain Aided Navigation

Track Splitting Filtering Implementation for Terrain Aided Navigation Dr. Vedat EKÜTEKİN and Prof. Dr. M. Kemal ÖZGÖREN TÜBİTAK-SAGE, Navigation Division / Middle East Technical University, Mechanical Engineering Department TURKEY veku@sage.tubitak.gov.tr / ozgoren@metu.edu.tr

More information

An Adaptive Update-Rate Control of a Phased Array Radar for Efficient Usage of Tracking Tasks

An Adaptive Update-Rate Control of a Phased Array Radar for Efficient Usage of Tracking Tasks An Adaptive Update-Rate Control of a Phased Array Radar for Efficient Usage of Tracking Tasks Sang Hoon Baek, Hyunchul Seok, Kyu Ho Park and Joohwan Chun {baeksangh, hcseok, kpark}@core.kaist.ac.kr, chun@ee.kaist.ac.kr

More information

Car tracking in tunnels

Car tracking in tunnels Czech Pattern Recognition Workshop 2000, Tomáš Svoboda (Ed.) Peršlák, Czech Republic, February 2 4, 2000 Czech Pattern Recognition Society Car tracking in tunnels Roman Pflugfelder and Horst Bischof Pattern

More information

Computer Vision 2 Lecture 8

Computer Vision 2 Lecture 8 Computer Vision 2 Lecture 8 Multi-Object Tracking (30.05.2016) leibe@vision.rwth-aachen.de, stueckler@vision.rwth-aachen.de RWTH Aachen University, Computer Vision Group http://www.vision.rwth-aachen.de

More information

Real-Time Vehicle Detection and Tracking DDDAS Using Hyperspectral Features from Aerial Video

Real-Time Vehicle Detection and Tracking DDDAS Using Hyperspectral Features from Aerial Video Real-Time Vehicle Detection and Tracking DDDAS Using Hyperspectral Features from Aerial Video Matthew J. Hoffman, Burak Uzkent, Anthony Vodacek School of Mathematical Sciences Chester F. Carlson Center

More information

Probabilistic Graphical Models

Probabilistic Graphical Models Overview of Part Two Probabilistic Graphical Models Part Two: Inference and Learning Christopher M. Bishop Exact inference and the junction tree MCMC Variational methods and EM Example General variational

More information

Navigation methods and systems

Navigation methods and systems Navigation methods and systems Navigare necesse est Content: Navigation of mobile robots a short overview Maps Motion Planning SLAM (Simultaneous Localization and Mapping) Navigation of mobile robots a

More information

A DYNAMIC CONTROLLING SCHEME FOR A TRACKING SYSTEM. Received February 2009; accepted April 2009

A DYNAMIC CONTROLLING SCHEME FOR A TRACKING SYSTEM. Received February 2009; accepted April 2009 ICIC Express Letters ICIC International c 2009 ISSN 1881-803X Volume 3, Number 2, June 2009 pp. 219 223 A DYNAMIC CONTROLLING SCHEME FOR A TRACKING SYSTEM Ming-Liang Li 1,Yu-KueiChiu 1, Yi-Nung Chung 2

More information

Tracking. Establish where an object is, other aspects of state, using time sequence Biggest problem -- Data Association

Tracking. Establish where an object is, other aspects of state, using time sequence Biggest problem -- Data Association Tracking Establish where an object is, other aspects of state, using time sequence Biggest problem -- Data Association Key ideas Tracking by detection Tracking through flow Track by detection (simple form)

More information

Still Image Objective Segmentation Evaluation using Ground Truth

Still Image Objective Segmentation Evaluation using Ground Truth 5th COST 276 Workshop (2003), pp. 9 14 B. Kovář, J. Přikryl, and M. Vlček (Editors) Still Image Objective Segmentation Evaluation using Ground Truth V. Mezaris, 1,2 I. Kompatsiaris 2 andm.g.strintzis 1,2

More information

Definition, Detection, and Evaluation of Meeting Events in Airport Surveillance Videos

Definition, Detection, and Evaluation of Meeting Events in Airport Surveillance Videos Definition, Detection, and Evaluation of Meeting Events in Airport Surveillance Videos Sung Chun Lee, Chang Huang, and Ram Nevatia University of Southern California, Los Angeles, CA 90089, USA sungchun@usc.edu,

More information

Tracking of Virus Particles in Time-Lapse Fluorescence Microscopy Image Sequences

Tracking of Virus Particles in Time-Lapse Fluorescence Microscopy Image Sequences Tracking of Virus Particles in Time-Lapse Fluorescence Microscopy Image Sequences W. J. Godinez 1, M. Lampe 2, S. Wörz 1, B. Müller 2, R. Eils 1 and K. Rohr 1 1 University of Heidelberg, IPMB, and DKFZ

More information

An Efficient Message Passing Algorithm for Multi-Target Tracking

An Efficient Message Passing Algorithm for Multi-Target Tracking An Efficient Message Passing Algorithm for Multi-Target Tracking Zhexu (Michael) Chen a, Lei Chen a, Müjdat Çetin b,a, and Alan S. Willsky a a Laboratory for Information and Decision Systems, MIT, Cambridge,

More information

Air Force Test Center 412 th Test Wing, Electronic Warfare Group

Air Force Test Center 412 th Test Wing, Electronic Warfare Group Air Force Test Center 412 th Test Wing, Electronic Warfare Group I n t e g r i t y - S e r v i c e - E x c e l l e n c e Data Association Techniques for Open Air Range Testing Daniel Carlson EW Technical

More information

08 An Introduction to Dense Continuous Robotic Mapping

08 An Introduction to Dense Continuous Robotic Mapping NAVARCH/EECS 568, ROB 530 - Winter 2018 08 An Introduction to Dense Continuous Robotic Mapping Maani Ghaffari March 14, 2018 Previously: Occupancy Grid Maps Pose SLAM graph and its associated dense occupancy

More information

A Sequential ESM Track Association Algorithm Based on the Use of Information Theoretic Criteria

A Sequential ESM Track Association Algorithm Based on the Use of Information Theoretic Criteria A Sequential ESM Track Association Algorithm Based on the Use of Information Theoretic Criteria Yifeng Zhou and Jim Mickeal Radar Electronic Warfare Section Defence R&D Canada - Ottawa 371 Carling Avenue,

More information

Detecting and Identifying Moving Objects in Real-Time

Detecting and Identifying Moving Objects in Real-Time Chapter 9 Detecting and Identifying Moving Objects in Real-Time For surveillance applications or for human-computer interaction, the automated real-time tracking of moving objects in images from a stationary

More information

Nonlinear Filtering with IMM Algorithm for Coastal Radar Target Tracking System

Nonlinear Filtering with IMM Algorithm for Coastal Radar Target Tracking System TELKOMNIKA, Vol.13, No.1, March 2015, pp. 211~220 ISSN: 1693-6930, accredited A by DIKTI, Decree No: 58/DIKTI/Kep/2013 DOI: 10.12928/TELKOMNIKA.v13i1.791 211 Nonlinear Filtering with IMM Algorithm for

More information

Switching Hypothesized Measurements: A Dynamic Model with Applications to Occlusion Adaptive Joint Tracking

Switching Hypothesized Measurements: A Dynamic Model with Applications to Occlusion Adaptive Joint Tracking Switching Hypothesized Measurements: A Dynamic Model with Applications to Occlusion Adaptive Joint Tracking Yang Wang Tele Tan Institute for Infocomm Research, Singapore {ywang, telctan}@i2r.a-star.edu.sg

More information

Data Fusion for Magnetic Sensor Based on Fuzzy Logic Theory

Data Fusion for Magnetic Sensor Based on Fuzzy Logic Theory 2 Fourth International Conference on Intelligent Computation Technology and Automation Data Fusion for Magnetic Sensor Based on Fuzzy Logic Theory ZHU Jian, CAO Hongbing, SHEN Jie, LIU Haitao Shanghai

More information

CS 4758: Automated Semantic Mapping of Environment

CS 4758: Automated Semantic Mapping of Environment CS 4758: Automated Semantic Mapping of Environment Dongsu Lee, ECE, M.Eng., dl624@cornell.edu Aperahama Parangi, CS, 2013, alp75@cornell.edu Abstract The purpose of this project is to program an Erratic

More information

Tracking Multiple Particles in Fluorescence Time-Lapse Microscopy Images via Probabilistic Data Association

Tracking Multiple Particles in Fluorescence Time-Lapse Microscopy Images via Probabilistic Data Association IEEE TRANSACTIONS ON MEDICAL IMAGING, VOL. 34, NO. 2, FEBRUARY 2015 415 Tracking Multiple Particles in Fluorescence Time-Lapse Microscopy Images via Probabilistic Data Association William J. Godinez*,

More information

Segmentation and Tracking of Partial Planar Templates

Segmentation and Tracking of Partial Planar Templates Segmentation and Tracking of Partial Planar Templates Abdelsalam Masoud William Hoff Colorado School of Mines Colorado School of Mines Golden, CO 800 Golden, CO 800 amasoud@mines.edu whoff@mines.edu Abstract

More information

Optical Flow-Based Person Tracking by Multiple Cameras

Optical Flow-Based Person Tracking by Multiple Cameras Proc. IEEE Int. Conf. on Multisensor Fusion and Integration in Intelligent Systems, Baden-Baden, Germany, Aug. 2001. Optical Flow-Based Person Tracking by Multiple Cameras Hideki Tsutsui, Jun Miura, and

More information

Performance evaluation of a tracking algorithm including attribute data

Performance evaluation of a tracking algorithm including attribute data Jean Dezert 1, Albena Tchamova 2, Ludmil Bojilov 2, Pavlina Konstantinova 2 1 ONERA/DTIM/SIF, 29 Av. Division Leclerc, 92320 Châtillon, France. jean.dezert@onera.fr 2 IPP, Bulgarian Academy of Sciences,

More information

SHRP 2 Safety Research Symposium July 27, Site-Based Video System Design and Development: Research Plans and Issues

SHRP 2 Safety Research Symposium July 27, Site-Based Video System Design and Development: Research Plans and Issues SHRP 2 Safety Research Symposium July 27, 2007 Site-Based Video System Design and Development: Research Plans and Issues S09 Objectives Support SHRP2 program research questions: Establish crash surrogates

More information

Multiple Constraint Satisfaction by Belief Propagation: An Example Using Sudoku

Multiple Constraint Satisfaction by Belief Propagation: An Example Using Sudoku Multiple Constraint Satisfaction by Belief Propagation: An Example Using Sudoku Todd K. Moon and Jacob H. Gunther Utah State University Abstract The popular Sudoku puzzle bears structural resemblance to

More information

Approximate Discrete Probability Distribution Representation using a Multi-Resolution Binary Tree

Approximate Discrete Probability Distribution Representation using a Multi-Resolution Binary Tree Approximate Discrete Probability Distribution Representation using a Multi-Resolution Binary Tree David Bellot and Pierre Bessière GravirIMAG CNRS and INRIA Rhône-Alpes Zirst - 6 avenue de l Europe - Montbonnot

More information

Implementation of Storing Data Algorithm for Tracking Targets using LABVIEW

Implementation of Storing Data Algorithm for Tracking Targets using LABVIEW Implementation of Storing Data Algorithm for Tracking Targets using LABVIEW Hazem Kamel Radar Department, Military Technical College Cairo, Egypt Abstract Human operators of any radar or aviation system

More information

Massively Multi-target Tracking for Objects in Clutter

Massively Multi-target Tracking for Objects in Clutter Massively Multi-target Tracking for Objects in Clutter Diane E. Hirsh May 9 2005 Abstract We propose a method for tracking large numbers of objects in clutter in an open system. Sequences of video may

More information

Distributed multiple-hypothesis correlation and feedback with applications to video data

Distributed multiple-hypothesis correlation and feedback with applications to video data Distributed multiple-hypothesis correlation and feedback with applications to video data Kyle M. Tarplee, David J. Trawick, and Shawn M. Herman Numerica Corporation, 485 Hahns Peak Drive, Suite 2, Loveland,

More information

Thomas R Kronhamn Ericsson Microwave Systems AB Mölndal, Sweden

Thomas R Kronhamn Ericsson Microwave Systems AB Mölndal, Sweden 6HQVRU,QWHU1HW:RUNV Thomas R Kronhamn Ericsson Microwave Systems AB Mölndal, Sweden Thomas.Kronhamn@emw.ericsson.se $EVWUDFW It is shown how distributed sensors, networked by Internet techniques, can interact

More information

Postprint.

Postprint. http://www.diva-portal.org Postprint This is the accepted version of a paper presented at 14th International Conference of the Biometrics Special Interest Group, BIOSIG, Darmstadt, Germany, 9-11 September,

More information

Context Aided Multilevel Pedestrian Detection

Context Aided Multilevel Pedestrian Detection Context Aided Multilevel Pedestrian Detection Fernando García, Arturo de la Escalera and José María Armingol Intelligent Systems Lab. Universidad Carlos III of Madrid fegarcia@ing.uc3m.es Abstract The

More information

W4. Perception & Situation Awareness & Decision making

W4. Perception & Situation Awareness & Decision making W4. Perception & Situation Awareness & Decision making Robot Perception for Dynamic environments: Outline & DP-Grids concept Dynamic Probabilistic Grids Bayesian Occupancy Filter concept Dynamic Probabilistic

More information

Data Mining and Data Warehousing Classification-Lazy Learners

Data Mining and Data Warehousing Classification-Lazy Learners Motivation Data Mining and Data Warehousing Classification-Lazy Learners Lazy Learners are the most intuitive type of learners and are used in many practical scenarios. The reason of their popularity is

More information

Mobile Robotics. Mathematics, Models, and Methods. HI Cambridge. Alonzo Kelly. Carnegie Mellon University UNIVERSITY PRESS

Mobile Robotics. Mathematics, Models, and Methods. HI Cambridge. Alonzo Kelly. Carnegie Mellon University UNIVERSITY PRESS Mobile Robotics Mathematics, Models, and Methods Alonzo Kelly Carnegie Mellon University HI Cambridge UNIVERSITY PRESS Contents Preface page xiii 1 Introduction 1 1.1 Applications of Mobile Robots 2 1.2

More information

Character Recognition

Character Recognition Character Recognition 5.1 INTRODUCTION Recognition is one of the important steps in image processing. There are different methods such as Histogram method, Hough transformation, Neural computing approaches

More information

Decision Trees Dr. G. Bharadwaja Kumar VIT Chennai

Decision Trees Dr. G. Bharadwaja Kumar VIT Chennai Decision Trees Decision Tree Decision Trees (DTs) are a nonparametric supervised learning method used for classification and regression. The goal is to create a model that predicts the value of a target

More information

Application of Characteristic Function Method in Target Detection

Application of Characteristic Function Method in Target Detection Application of Characteristic Function Method in Target Detection Mohammad H Marhaban and Josef Kittler Centre for Vision, Speech and Signal Processing University of Surrey Surrey, GU2 7XH, UK eep5mm@ee.surrey.ac.uk

More information

Humanoid Robotics. Monte Carlo Localization. Maren Bennewitz

Humanoid Robotics. Monte Carlo Localization. Maren Bennewitz Humanoid Robotics Monte Carlo Localization Maren Bennewitz 1 Basis Probability Rules (1) If x and y are independent: Bayes rule: Often written as: The denominator is a normalizing constant that ensures

More information

Proceedings of the 6th Int. Conf. on Computer Analysis of Images and Patterns. Direct Obstacle Detection and Motion. from Spatio-Temporal Derivatives

Proceedings of the 6th Int. Conf. on Computer Analysis of Images and Patterns. Direct Obstacle Detection and Motion. from Spatio-Temporal Derivatives Proceedings of the 6th Int. Conf. on Computer Analysis of Images and Patterns CAIP'95, pp. 874-879, Prague, Czech Republic, Sep 1995 Direct Obstacle Detection and Motion from Spatio-Temporal Derivatives

More information

Tracking Algorithms. Lecture16: Visual Tracking I. Probabilistic Tracking. Joint Probability and Graphical Model. Deterministic methods

Tracking Algorithms. Lecture16: Visual Tracking I. Probabilistic Tracking. Joint Probability and Graphical Model. Deterministic methods Tracking Algorithms CSED441:Introduction to Computer Vision (2017F) Lecture16: Visual Tracking I Bohyung Han CSE, POSTECH bhhan@postech.ac.kr Deterministic methods Given input video and current state,

More information

This paper describes an analytical approach to the parametric analysis of target/decoy

This paper describes an analytical approach to the parametric analysis of target/decoy Parametric analysis of target/decoy performance1 John P. Kerekes Lincoln Laboratory, Massachusetts Institute of Technology 244 Wood Street Lexington, Massachusetts 02173 ABSTRACT As infrared sensing technology

More information

Adaptive Doppler centroid estimation algorithm of airborne SAR

Adaptive Doppler centroid estimation algorithm of airborne SAR Adaptive Doppler centroid estimation algorithm of airborne SAR Jian Yang 1,2a), Chang Liu 1, and Yanfei Wang 1 1 Institute of Electronics, Chinese Academy of Sciences 19 North Sihuan Road, Haidian, Beijing

More information

Probabilistic Abstraction Lattices: A Computationally Efficient Model for Conditional Probability Estimation

Probabilistic Abstraction Lattices: A Computationally Efficient Model for Conditional Probability Estimation Probabilistic Abstraction Lattices: A Computationally Efficient Model for Conditional Probability Estimation Daniel Lowd January 14, 2004 1 Introduction Probabilistic models have shown increasing popularity

More information

HIGH MANEUVERING TARGET TRACKING USING A NOVEL HYBRID KALMAN FILTER-FUZZY LOGIC ARCHITECTURE

HIGH MANEUVERING TARGET TRACKING USING A NOVEL HYBRID KALMAN FILTER-FUZZY LOGIC ARCHITECTURE International Journal of Innovative Computing, Information and Control ICIC International c 2011 ISSN 1349-4198 Volume 7, Number 2, February 2011 pp. 501 510 HIGH MANEUVERING TARGET TRACKING USING A NOVEL

More information

Introduction to Mobile Robotics

Introduction to Mobile Robotics Introduction to Mobile Robotics Gaussian Processes Wolfram Burgard Cyrill Stachniss Giorgio Grisetti Maren Bennewitz Christian Plagemann SS08, University of Freiburg, Department for Computer Science Announcement

More information

Robot Mapping. A Short Introduction to the Bayes Filter and Related Models. Gian Diego Tipaldi, Wolfram Burgard

Robot Mapping. A Short Introduction to the Bayes Filter and Related Models. Gian Diego Tipaldi, Wolfram Burgard Robot Mapping A Short Introduction to the Bayes Filter and Related Models Gian Diego Tipaldi, Wolfram Burgard 1 State Estimation Estimate the state of a system given observations and controls Goal: 2 Recursive

More information

Forensic Image Recognition using a Novel Image Fingerprinting and Hashing Technique

Forensic Image Recognition using a Novel Image Fingerprinting and Hashing Technique Forensic Image Recognition using a Novel Image Fingerprinting and Hashing Technique R D Neal, R J Shaw and A S Atkins Faculty of Computing, Engineering and Technology, Staffordshire University, Stafford

More information

Recognition. Clark F. Olson. Cornell University. work on separate feature sets can be performed in

Recognition. Clark F. Olson. Cornell University. work on separate feature sets can be performed in Proceedings of the IEEE Conference on Computer Vision and Pattern Recognition, pages 907-912, 1996. Connectionist Networks for Feature Indexing and Object Recognition Clark F. Olson Department of Computer

More information

Dempster s Rule for Evidence Ordered in a Complete Directed Acyclic Graph

Dempster s Rule for Evidence Ordered in a Complete Directed Acyclic Graph Dempster s Rule for Evidence Ordered in a Complete Directed Acyclic Graph Ulla Bergsten and Johan Schubert Division of Applied Mathematics and Scientific Data Processing, Department of Weapon Systems,

More information

Semi-Supervised Clustering with Partial Background Information

Semi-Supervised Clustering with Partial Background Information Semi-Supervised Clustering with Partial Background Information Jing Gao Pang-Ning Tan Haibin Cheng Abstract Incorporating background knowledge into unsupervised clustering algorithms has been the subject

More information

A Framework for Securing Databases from Intrusion Threats

A Framework for Securing Databases from Intrusion Threats A Framework for Securing Databases from Intrusion Threats R. Prince Jeyaseelan James Department of Computer Applications, Valliammai Engineering College Affiliated to Anna University, Chennai, India Email:

More information

Multi-Hypothesis Tracking and Fusion Techniques for Multistatic Active Sonar Systems

Multi-Hypothesis Tracking and Fusion Techniques for Multistatic Active Sonar Systems Multi-Hypothesis Tracking and Fusion Techniques for Multistatic Active Sonar Systems Kathrin Seget 1,2,ArneSchulz 1 1 Bundeswehr Technical Centre for Ships and Naval Weapons, Naval Technology and Research

More information

IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 11, NO. 5, MAY Baoxin Li, Member, IEEE, and Rama Chellappa, Fellow, IEEE.

IEEE TRANSACTIONS ON IMAGE PROCESSING, VOL. 11, NO. 5, MAY Baoxin Li, Member, IEEE, and Rama Chellappa, Fellow, IEEE. TRANSACTIONS ON IMAGE PROCESSING, VOL. 11, NO. 5, MAY 2002 1 A Generic Approach to Simultaneous Tracking and Verification in Video Baoxin Li, Member,, and Rama Chellappa, Fellow, Abstract In this paper,

More information

Object Segmentation and Tracking in 3D Video With Sparse Depth Information Using a Fully Connected CRF Model

Object Segmentation and Tracking in 3D Video With Sparse Depth Information Using a Fully Connected CRF Model Object Segmentation and Tracking in 3D Video With Sparse Depth Information Using a Fully Connected CRF Model Ido Ofir Computer Science Department Stanford University December 17, 2011 Abstract This project

More information

Classification Aided Cardinalized Probability Hypothesis Density Filter

Classification Aided Cardinalized Probability Hypothesis Density Filter Classification Aided Cardinalized Probability Hypothesis Density Filter Ramona Georgescu and Peter Willett Elec. and Comp. Engineering Department, University of Connecticut, Storrs, CT 6269 {ramona, willett}@engr.uconn.edu

More information

Improved Classification of Known and Unknown Network Traffic Flows using Semi-Supervised Machine Learning

Improved Classification of Known and Unknown Network Traffic Flows using Semi-Supervised Machine Learning Improved Classification of Known and Unknown Network Traffic Flows using Semi-Supervised Machine Learning Timothy Glennan, Christopher Leckie, Sarah M. Erfani Department of Computing and Information Systems,

More information

Uncertainties: Representation and Propagation & Line Extraction from Range data

Uncertainties: Representation and Propagation & Line Extraction from Range data 41 Uncertainties: Representation and Propagation & Line Extraction from Range data 42 Uncertainty Representation Section 4.1.3 of the book Sensing in the real world is always uncertain How can uncertainty

More information

Radar Target Identification Using Spatial Matched Filters. L.M. Novak, G.J. Owirka, and C.M. Netishen MIT Lincoln Laboratory

Radar Target Identification Using Spatial Matched Filters. L.M. Novak, G.J. Owirka, and C.M. Netishen MIT Lincoln Laboratory Radar Target Identification Using Spatial Matched Filters L.M. Novak, G.J. Owirka, and C.M. Netishen MIT Lincoln Laboratory Abstract The application of spatial matched filter classifiers to the synthetic

More information

Outline of this Talk

Outline of this Talk Outline of this Talk Data Association associate common detections across frames matching up who is who Two frames: linear assignment problem Generalize to three or more frames increasing solution quality

More information

Artificial Neural Network-Based Prediction of Human Posture

Artificial Neural Network-Based Prediction of Human Posture Artificial Neural Network-Based Prediction of Human Posture Abstract The use of an artificial neural network (ANN) in many practical complicated problems encourages its implementation in the digital human

More information

Configuration Space of a Robot

Configuration Space of a Robot Robot Path Planning Overview: 1. Visibility Graphs 2. Voronoi Graphs 3. Potential Fields 4. Sampling-Based Planners PRM: Probabilistic Roadmap Methods RRTs: Rapidly-exploring Random Trees Configuration

More information

Where s the Boss? : Monte Carlo Localization for an Autonomous Ground Vehicle using an Aerial Lidar Map

Where s the Boss? : Monte Carlo Localization for an Autonomous Ground Vehicle using an Aerial Lidar Map Where s the Boss? : Monte Carlo Localization for an Autonomous Ground Vehicle using an Aerial Lidar Map Sebastian Scherer, Young-Woo Seo, and Prasanna Velagapudi October 16, 2007 Robotics Institute Carnegie

More information

Multiple camera fusion based on DSmT for tracking objects on ground plane

Multiple camera fusion based on DSmT for tracking objects on ground plane Multiple camera fusion based on DSmT for tracking objects on ground plane Esteban Garcia and Leopoldo Altamirano National Institute for Astrophysics, Optics and Electronics Puebla, Mexico eomargr@inaoep.mx,

More information

A method for depth-based hand tracing

A method for depth-based hand tracing A method for depth-based hand tracing Khoa Ha University of Maryland, College Park khoaha@umd.edu Abstract An algorithm for natural human-computer interaction via in-air drawing is detailed. We discuss

More information

Monocular Human Motion Capture with a Mixture of Regressors. Ankur Agarwal and Bill Triggs GRAVIR-INRIA-CNRS, Grenoble, France

Monocular Human Motion Capture with a Mixture of Regressors. Ankur Agarwal and Bill Triggs GRAVIR-INRIA-CNRS, Grenoble, France Monocular Human Motion Capture with a Mixture of Regressors Ankur Agarwal and Bill Triggs GRAVIR-INRIA-CNRS, Grenoble, France IEEE Workshop on Vision for Human-Computer Interaction, 21 June 2005 Visual

More information

Grid-based Localization and Online Mapping with Moving Objects Detection and Tracking: new results

Grid-based Localization and Online Mapping with Moving Objects Detection and Tracking: new results Grid-based Localization and Online Mapping with Moving Objects Detection and Tracking: new results Trung-Dung Vu, Julien Burlet and Olivier Aycard Laboratoire d Informatique de Grenoble, France firstname.lastname@inrialpes.fr

More information

Decentralized Stochastic Planning for Nonparametric Bayesian Models

Decentralized Stochastic Planning for Nonparametric Bayesian Models Decentralized Stochastic Planning for Nonparametric Bayesian Models Silvia Ferrari Professor of Engineering and Computer Science Department of Mechanical Engineering and Materials Science Duke University

More information

Multi-Camera Calibration, Object Tracking and Query Generation

Multi-Camera Calibration, Object Tracking and Query Generation MITSUBISHI ELECTRIC RESEARCH LABORATORIES http://www.merl.com Multi-Camera Calibration, Object Tracking and Query Generation Porikli, F.; Divakaran, A. TR2003-100 August 2003 Abstract An automatic object

More information

Robust Fingertip Tracking with Improved Kalman Filter

Robust Fingertip Tracking with Improved Kalman Filter Robust Fingertip Tracking with Improved Kalman Filter Chunyang Wang and Bo Yuan Intelligent Computing Lab, Division of Informatics Graduate School at Shenzhen, Tsinghua University Shenzhen 518055, P.R.

More information

Tracking Multiple Moving Objects with a Mobile Robot

Tracking Multiple Moving Objects with a Mobile Robot Tracking Multiple Moving Objects with a Mobile Robot Dirk Schulz 1 Wolfram Burgard 2 Dieter Fox 3 Armin B. Cremers 1 1 University of Bonn, Computer Science Department, Germany 2 University of Freiburg,

More information