A Kalman Filter for Robust Outlier Detection

Size: px
Start display at page:

Download "A Kalman Filter for Robust Outlier Detection"

Transcription

1 A Kalman Filter for Robust Outlier Detection Jo-Anne Ting, Evangelos Theodorou, Stefan Schaal Computational Learning & Motor Control Lab University of Southern California IROS 2007 October 31, 2007

2 Outline Motivation Quic review of the Kalman filter Robust Kalman filtering with Bayesian weights Experimental results Conclusions IROS

3 Motivation Consider real-time applications where storing data samples may not be a viable option due to high frequency of sensory data In systems where high quality sensory data is needed, reliable detection of outliers is essential for optimal performance (e.g. legged locomotion): The Kalman filter (Kalman, 60) is commonly used for real-time tracing, but it is not robust to outliers! IROS

4 Previous Methods Robust Kalman filter approach 1) Use non-gaussian distributions for random variables (Sorenson & Alspach 71, West 82) Drawbac Complicated resulting parameter estimation for systems with transient disturbances 2) Model observation & state noise as non-gaussian, heavy-tailed distributions (Masreliez 75) Difficult & involved filter implementation 3) Use resampling or numerical integration (Kitagawa 87) 4) Use a robust least squares approach & model weights with heuristic functions (e.g., Durovic & Kovacevic, 99) Heavy computation not suitable for real-time applications Need to determine the optimal values of open parameters IROS

5 Outline Motivation Quic review of the Kalman filter Robust Kalman filtering with Bayesian weights Experimental results Conclusions IROS

6 A Quic Review of the Kalman Filter The system equations for the Kalman filter are as follows: Observation matrix z = C! + v Observation noise: ( ) v ~ Normal 0,R! = A! "1 + s State transition matrix State noise: s ~ Normal( 0,Q) IROS

7 Standard Kalman Filter Equations Propagation:! # Update: S K = A! "1 = A# "1 A T + Q ( ) "1 = C# C T + R = # C T S! =! + K # = I " K ( C)# ( z " C! ) Can use ML framewor to estimate system dynamics (Myers & Tapley, 1976) IROS

8 Outline Motivation Quic review of the Kalman filter Robust Kalman filtering with Bayesian weights Experimental results Conclusions IROS

9 Robust Kalman Filtering with Bayesian Weights Use a weighted least squares approach & learn the optimal weights: ( ) ( ) z!,w ~ Normal C!,R / w!! "1 ~ Normal A! "1,Q ( ) w ~ Gamma a w,b w Kalman filter Robust Kalman filter with Bayesian weights! "1!! "1! A!1 Q!1 A Q z!1 z z!1 w!1 z w C!1 R!1 C R IROS

10 Inference Procedure We can treat this as an EM learning problem (Dempster & Laird, 77): Maximize log p! 1:,z i,w 1: N " i=1 ( ) We use a variational factorial approximation of the true posterior distribution: ( ) = Q w i Q w,! N i=1 ( ) ( ) " " Q! i! i#1 Q! 0 to get analytically tractable inference (e.g., Ghahramani & Beal, 00). N i=1 ( ) IROS

11 Robust Kalman Filter Equations Propagation:! # Update: S K = A! "1 = Q $ = C # C T + R & % w ) ( = # C T S! =! + K ( z " C! ) # = I " K ( C )# "1 Compare to standard Kalman filter Propagation:! # Update: S K = A! "1 = A# "1 A T + Q ( ) "1 = C# C T + R = # C T S! =! + K # = I " K ( C)# ( z " C! ) w = a w b w 0 + ( z! C " ) T R!1 ( z! C " ) IROS

12 Important Things to Note Our robust Kalman filter: 1) Has the same computational complexity as the standard Kalman filter 2) Is principled & easy to implement (no heuristics) 3) Offers a natural framewor to incorporate prior nowledge of the presence of outliers IROS

13 Outline Motivation Quic review of the Kalman filter Robust Kalman filtering with Bayesian weights Experimental results Conclusions IROS

14 Real-time Outlier Detection on LittleDog Outliers Our robust KF performs as well as a handtuned KF (that required prior nowledge and, hence, is near-optimal) IROS

15 Outline Motivation Quic review of the Kalman filter Robust Kalman filtering with Bayesian weights Experimental results Conclusions IROS

16 Conclusions We have introduced an outlier-robust Kalman filter that: 1) Is principled & easy to implement 2) Has the same computational complexity as the Kalman filter 3) Provides a natural framewor to incorporate prior nowledge of noise This framewor can be extended to other more complex, nonlinear filters & methods in order to incorporate automatic outlier detection abilities. IROS

17 Final Posterior EM Update Equations E-step: ( ) "1 ( )! = w C T R "1 C + Q "1 # =! Q "1 A # "1 + w C T R "1 z w = a w b w 0 + ( z " C # ) T R "1 ( z " C # ) Need to be written in incremental form M-step: # T & # T C = " w i z i! i $ % ( " w i! i! i $ % i=1 i=1 # T & # T A = "! i! i)1 $ % ( "! i)1! i)1 $ % r m = 1 q n = 1 i=1 " i=1 " i=1 w i i=1 ( z i ) C (m,:)! i ) 2 w i (! i ) A (n,:)! i)1 ) 2 )1 & ( )1 & ( These are computed once for each time step (e.g., Ghahramani & Hinton, 1996) IROS

18 Incremental Version of M-step Equations Gather sufficient statistics to re-write M-step equations in incremental form (i.e., only using values observed or calculated in the current time step, ): M-step: C = A = r m = 1 q n = 1 (" wz! T w!! " T ( ) #1!! T!! " " $ %& )#1 { } wzz wz! w!! " # 2C m (m,:)" + diag C m (m,:)" T C (m,:) T $ %&! " 2 # 2A (n,:) n!! " + diag{!! A n (n,:)" A (n,:) T } () () IROS

Learning an Outlier-Robust Kalman Filter

Learning an Outlier-Robust Kalman Filter Learning an Outlier-Robust Kalman Filter Jo-Anne Ting 1, Evangelos Theodorou 1 and Stefan Schaal 1,2 1 University of Southern California, Los Angeles, CA 90089 2 ATR Computational Neuroscience Laboratories,

More information

Learning an Outlier-Robust Kalman Filter

Learning an Outlier-Robust Kalman Filter CLMC Technical Report Number: TR-CLMC-2007-1 Learning an Outlier-Robust Kalman Filter Jo-Anne Ting, Evangelos Theodorou, Stefan Schaal {joanneti, etheodor, sschaal} @ usc.edu Computational Learning & Motor

More information

Outlier-Robust Estimation of GPS Satellite Clock Offsets

Outlier-Robust Estimation of GPS Satellite Clock Offsets Outlier-Robust Estimation of GPS Satellite Clock Offsets Simo Martikainen, Robert Piche and Simo Ali-Löytty Tampere University of Technology. Tampere, Finland Email: simo.martikainen@tut.fi Abstract A

More information

Tracking Algorithms for Multipath-Aided Indoor Localization

Tracking Algorithms for Multipath-Aided Indoor Localization Tracking Algorithms for Multipath-Aided Indoor Localization Paul Meissner and Klaus Witrisal Graz University of Technology, Austria th UWB Forum on Sensing and Communication, May 5, Meissner, Witrisal

More information

Modelling of Real Network Traffic by Phase-Type distribution

Modelling of Real Network Traffic by Phase-Type distribution Modelling of Real Network Traffic by Phase-Type distribution Andriy Panchenko Dresden University of Technology 27-28.Juli.2004 4. Würzburger Workshop "IP Netzmanagement, IP Netzplanung und Optimierung"

More information

Advanced Techniques for Mobile Robotics Location-Based Activity Recognition

Advanced Techniques for Mobile Robotics Location-Based Activity Recognition Advanced Techniques for Mobile Robotics Location-Based Activity Recognition Wolfram Burgard, Cyrill Stachniss, Kai Arras, Maren Bennewitz Activity Recognition Based on L. Liao, D. J. Patterson, D. Fox,

More information

A Kalman Filter Localization Method for Mobile Robots

A Kalman Filter Localization Method for Mobile Robots A Kalman Filter Localization Method for Mobile Robots SangJoo Kwon*, KwangWoong Yang **, Sangdeo Par **, and Youngsun Ryuh ** * School of Aerospace and Mechanical Engineering, Hanu Aviation University,

More information

Improving the Energy Consumption in Mobile Phones by Filtering Noisy GPS Fixes with Modified Kalman Filters

Improving the Energy Consumption in Mobile Phones by Filtering Noisy GPS Fixes with Modified Kalman Filters Improving the Energy Consumption in Mobile Phones by Filtering Noisy GPS Fixes with Modified Kalman Filters Isaac M. Taylor and Miguel A. Labrador Department of Computer Science and Engineering University

More information

CHAPTER 4 MONITORING OF POWER SYSTEM VOLTAGE STABILITY THROUGH ARTIFICIAL NEURAL NETWORK TECHNIQUE

CHAPTER 4 MONITORING OF POWER SYSTEM VOLTAGE STABILITY THROUGH ARTIFICIAL NEURAL NETWORK TECHNIQUE 53 CHAPTER 4 MONITORING OF POWER SYSTEM VOLTAGE STABILITY THROUGH ARTIFICIAL NEURAL NETWORK TECHNIQUE 4.1 INTRODUCTION Due to economic reasons arising out of deregulation and open market of electricity,

More information

On Kalman Filtering. The 1960s: A Decade to Remember

On Kalman Filtering. The 1960s: A Decade to Remember On Kalman Filtering A study of A New Approach to Linear Filtering and Prediction Problems by R. E. Kalman Mehul Motani February, 000 The 960s: A Decade to Remember Rudolf E. Kalman in 960 Research Institute

More information

IMPULSIVE NOISE MITIGATION IN OFDM SYSTEMS USING SPARSE BAYESIAN LEARNING

IMPULSIVE NOISE MITIGATION IN OFDM SYSTEMS USING SPARSE BAYESIAN LEARNING IMPULSIVE NOISE MITIGATION IN OFDM SYSTEMS USING SPARSE BAYESIAN LEARNING Jing Lin, Marcel Nassar and Brian L. Evans Department of Electrical and Computer Engineering The University of Texas at Austin

More information

Bayesian Estimation of Tumours in Breasts Using Microwave Imaging

Bayesian Estimation of Tumours in Breasts Using Microwave Imaging Bayesian Estimation of Tumours in Breasts Using Microwave Imaging Aleksandar Jeremic 1, Elham Khosrowshahli 2 1 Department of Electrical & Computer Engineering McMaster University, Hamilton, ON, Canada

More information

Computer Vision 2 Exercise 2. Extended Kalman Filter & Particle Filter

Computer Vision 2 Exercise 2. Extended Kalman Filter & Particle Filter Computer Vision Exercise Extended Kalman Filter & Particle Filter engelmann@vision.rwth-aachen.de, stueckler@vision.rwth-aachen.de RWTH Aachen University, Computer Vision Group http://www.vision.rwth-aachen.de

More information

Cubature Kalman Filtering: Theory & Applications

Cubature Kalman Filtering: Theory & Applications Cubature Kalman Filtering: Theory & Applications I. (Haran) Arasaratnam Advisor: Professor Simon Haykin Cognitive Systems Laboratory McMaster University April 6, 2009 Haran (McMaster) Cubature Filtering

More information

Non Intrusive Load Monitoring

Non Intrusive Load Monitoring Non Intrusive Load Monitoring Felice Tuosto felice.tuosto@eng.it Non-Intrusive Load Monitoring (NILM) Disaggregation of individual appliances from the aggregated energy consumption data collected by a

More information

Lecture 3 - Regression

Lecture 3 - Regression Lecture 3 - Regression Instructor: Prof Ganesh Ramakrishnan July 25, 2016 1 / 30 The Simplest ML Problem: Least Square Regression Curve Fitting: Motivation Error measurement Minimizing Error Method of

More information

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION 1.1 BACKGROUND The increased use of non-linear loads and the occurrence of fault on the power system have resulted in deterioration in the quality of power supplied to the customers.

More information

A New Reduction Scheme for Gaussian Sum Filters

A New Reduction Scheme for Gaussian Sum Filters A New Reduction Scheme for Gaussian Sum Filters Leila Pishdad Electrical and Computer Engineering Department McGill University Montreal, Canada Email: leila.pishdad@mail.mcgill.ca Fabrice Labeau Electrical

More information

Analyzing Data Properties using Statistical Sampling Techniques

Analyzing Data Properties using Statistical Sampling Techniques Analyzing Data Properties using Statistical Sampling Techniques Illustrated on Scientific File Formats and Compression Features Julian M. Kunkel kunkel@dkrz.de 2016-06-21 Outline 1 Introduction 2 Exploring

More information

Multi-user Space Time Scheduling for Wireless Systems with Multiple Antenna

Multi-user Space Time Scheduling for Wireless Systems with Multiple Antenna Multi-user Space Time Scheduling for Wireless Systems with Multiple Antenna Vincent Lau Associate Prof., University of Hong Kong Senior Manager, ASTRI Agenda Bacground Lin Level vs System Level Performance

More information

Synchronization in Digital Communications

Synchronization in Digital Communications Synchronization in Digital Communications Volume 1 Phase-, Frequency-Locked Loops, and Amplitude Control Heinrich Meyr Aachen University of Technology (RWTH) Gerd Ascheid CADIS GmbH, Aachen WILEY A Wiley-lnterscience

More information

Punctured vs Rateless Codes for Hybrid ARQ

Punctured vs Rateless Codes for Hybrid ARQ Punctured vs Rateless Codes for Hybrid ARQ Emina Soljanin Mathematical and Algorithmic Sciences Research, Bell Labs Collaborations with R. Liu, P. Spasojevic, N. Varnica and P. Whiting Tsinghua University

More information

IT is well known that a better quality of service

IT is well known that a better quality of service Optimum MMSE Detection with Correlated Random Noise Variance in OFDM Systems Xinning Wei *, Tobias Weber *, Alexander ühne **, and Anja lein ** * Institute of Communications Engineering, University of

More information

Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization

Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization Sensors and Materials, Vol. 28, No. 6 (2016) 695 705 MYU Tokyo 695 S & M 1227 Artificial Beacons with RGB-D Environment Mapping for Indoor Mobile Robot Localization Chun-Chi Lai and Kuo-Lan Su * Department

More information

Image Denoising using Dark Frames

Image Denoising using Dark Frames Image Denoising using Dark Frames Rahul Garg December 18, 2009 1 Introduction In digital images there are multiple sources of noise. Typically, the noise increases on increasing ths ISO but some noise

More information

NEURAL NETWORK BASED LOAD FREQUENCY CONTROL FOR RESTRUCTURING POWER INDUSTRY

NEURAL NETWORK BASED LOAD FREQUENCY CONTROL FOR RESTRUCTURING POWER INDUSTRY Nigerian Journal of Technology (NIJOTECH) Vol. 31, No. 1, March, 2012, pp. 40 47. Copyright c 2012 Faculty of Engineering, University of Nigeria. ISSN 1115-8443 NEURAL NETWORK BASED LOAD FREQUENCY CONTROL

More information

On-Line RSSI-Range Model Learning for Target Localization and Tracking

On-Line RSSI-Range Model Learning for Target Localization and Tracking Journal of Sensor and Actuator Networks Article On-Line RSSI-Range Model Learning for Target Localization and Tracking José Ramiro Martínez-de Dios 1, *, Anibal Ollero 1, Francisco José Fernández 2 and

More information

Chapter 4 SPEECH ENHANCEMENT

Chapter 4 SPEECH ENHANCEMENT 44 Chapter 4 SPEECH ENHANCEMENT 4.1 INTRODUCTION: Enhancement is defined as improvement in the value or Quality of something. Speech enhancement is defined as the improvement in intelligibility and/or

More information

Process Data Analytics State of the art and applications in oil sands industry

Process Data Analytics State of the art and applications in oil sands industry Industrial Research Chair Control of Oilsands Processes Process Data Analytics State of the art and applications in oil sands industry Biao Huang Department of Chemical and Materials Engineering University

More information

Dynamic Model-Based Filtering for Mobile Terminal Location Estimation

Dynamic Model-Based Filtering for Mobile Terminal Location Estimation 1012 IEEE TRANSACTIONS ON VEHICULAR TECHNOLOGY, VOL. 52, NO. 4, JULY 2003 Dynamic Model-Based Filtering for Mobile Terminal Location Estimation Michael McGuire, Member, IEEE, and Konstantinos N. Plataniotis,

More information

FAULT DIAGNOSIS AND RECONFIGURATION IN FLIGHT CONTROL SYSTEMS

FAULT DIAGNOSIS AND RECONFIGURATION IN FLIGHT CONTROL SYSTEMS FAULT DIAGNOSIS AND RECONFIGURATION IN FLIGHT CONTROL SYSTEMS by CHINGIZ HAJIYEV Istanbul Technical University, Turkey and FIKRET CALISKAN Istanbul Technical University, Turkey Kluwer Academic Publishers

More information

Adaptive Waveforms for Target Class Discrimination

Adaptive Waveforms for Target Class Discrimination Adaptive Waveforms for Target Class Discrimination Jun Hyeong Bae and Nathan A. Goodman Department of Electrical and Computer Engineering University of Arizona 3 E. Speedway Blvd, Tucson, Arizona 857 dolbit@email.arizona.edu;

More information

Mining for Statistical Models of Availability in Large-Scale Distributed Systems: An Empirical Study of

Mining for Statistical Models of Availability in Large-Scale Distributed Systems: An Empirical Study of Mining for Statistical Models of Availability in Large-Scale Distributed Systems: An Empirical Study of SETI@home Bahman Javadi 1, Derrick Kondo 1, Jean-Marc Vincent 1,2, David P. Anderson 3 1 Laboratoire

More information

Speech Enhancement Using a Mixture-Maximum Model

Speech Enhancement Using a Mixture-Maximum Model IEEE TRANSACTIONS ON SPEECH AND AUDIO PROCESSING, VOL. 10, NO. 6, SEPTEMBER 2002 341 Speech Enhancement Using a Mixture-Maximum Model David Burshtein, Senior Member, IEEE, and Sharon Gannot, Member, IEEE

More information

Phil Schniter and Jason Parker

Phil Schniter and Jason Parker Parametric Bilinear Generalized Approximate Message Passing Phil Schniter and Jason Parker With support from NSF CCF-28754 and an AFOSR Lab Task (under Dr. Arje Nachman). ITA Feb 6, 25 Approximate Message

More information

State-Space Models with Kalman Filtering for Freeway Traffic Forecasting

State-Space Models with Kalman Filtering for Freeway Traffic Forecasting State-Space Models with Kalman Filtering for Freeway Traffic Forecasting Brian Portugais Boise State University brianportugais@u.boisestate.edu Mandar Khanal Boise State University mkhanal@boisestate.edu

More information

SSD BASED LOCATION IDENTIFICATION USING FINGERPRINT BASED APPROACH

SSD BASED LOCATION IDENTIFICATION USING FINGERPRINT BASED APPROACH SSD BASED LOCATION IDENTIFICATION USING FINGERPRINT BASED APPROACH Mr. M. Dinesh babu 1, Mr.V.Tamizhazhagan Dr. R. Saminathan 3 1,, 3 (Department of Computer Science & Engineering, Annamalai University,

More information

Recent Advances in Image Deblurring. Seungyong Lee (Collaboration w/ Sunghyun Cho)

Recent Advances in Image Deblurring. Seungyong Lee (Collaboration w/ Sunghyun Cho) Recent Advances in Image Deblurring Seungyong Lee (Collaboration w/ Sunghyun Cho) Disclaimer Many images and figures in this course note have been copied from the papers and presentation materials of previous

More information

UWB Channel Modeling

UWB Channel Modeling Channel Modeling ETIN10 Lecture no: 9 UWB Channel Modeling Fredrik Tufvesson & Johan Kåredal, Department of Electrical and Information Technology fredrik.tufvesson@eit.lth.se 2011-02-21 Fredrik Tufvesson

More information

Channel Modeling ETI 085

Channel Modeling ETI 085 Channel Modeling ETI 085 Overview Lecture no: 9 What is Ultra-Wideband (UWB)? Why do we need UWB channel models? UWB Channel Modeling UWB channel modeling Standardized UWB channel models Fredrik Tufvesson

More information

Continuous wave parameter estimation and non-standard signal follow up

Continuous wave parameter estimation and non-standard signal follow up Continuous wave parameter estimation and non-standard signal follow up Greg Ashton Reinhard Prix & Ian Jones Motivation Searches for signals from neutron stars are designed for detection The same methods

More information

Antennas and Propagation. Chapter 5c: Array Signal Processing and Parametric Estimation Techniques

Antennas and Propagation. Chapter 5c: Array Signal Processing and Parametric Estimation Techniques Antennas and Propagation : Array Signal Processing and Parametric Estimation Techniques Introduction Time-domain Signal Processing Fourier spectral analysis Identify important frequency-content of signal

More information

Event-based Algorithms for Robust and High-speed Robotics

Event-based Algorithms for Robust and High-speed Robotics Event-based Algorithms for Robust and High-speed Robotics Davide Scaramuzza All my research on event-based vision is summarized on this page: http://rpg.ifi.uzh.ch/research_dvs.html Davide Scaramuzza University

More information

USING SYSTEM RESPONSE FUNCTIONS OF

USING SYSTEM RESPONSE FUNCTIONS OF USING SYSTEM RESPONSE FUNCTIONS OF LIQUID PIPELINES FOR LEAK AND BLOCKAGE DETECTION Pedro J. Lee " PhD Di,ssertation, 4th February, 2005 FACULTV OF ENGINEERING, COMPUTER AND MATHEMATICAL SCIENCES School

More information

Report 3. Kalman or Wiener Filters

Report 3. Kalman or Wiener Filters 1 Embedded Systems WS 2014/15 Report 3: Kalman or Wiener Filters Stefan Feilmeier Facultatea de Inginerie Hermann Oberth Master-Program Embedded Systems Advanced Digital Signal Processing Methods Winter

More information

Integration of GNSS and INS

Integration of GNSS and INS Integration of GNSS and INS Kiril Alexiev 1/39 To limit the drift, an INS is usually aided by other sensors that provide direct measurements of the integrated quantities. Examples of aiding sensors: Aided

More information

Alternation in the repeated Battle of the Sexes

Alternation in the repeated Battle of the Sexes Alternation in the repeated Battle of the Sexes Aaron Andalman & Charles Kemp 9.29, Spring 2004 MIT Abstract Traditional game-theoretic models consider only stage-game strategies. Alternation in the repeated

More information

Machine Learning of Noise for LHD Thomson Scattering System. Keisuke Fujii, Kyoto univ.

Machine Learning of Noise for LHD Thomson Scattering System. Keisuke Fujii, Kyoto univ. Machine Learning of Noise for LHD Thomson Scattering System Keisuke Fujii, Kyoto univ. LHD Thomson scattering data Large helical device plasma (a) LHD-Thomson scattering system plasma r ( laser fiber array

More information

Kalman Filtering, Factor Graphs and Electrical Networks

Kalman Filtering, Factor Graphs and Electrical Networks Kalman Filtering, Factor Graphs and Electrical Networks Pascal O. Vontobel, Daniel Lippuner, and Hans-Andrea Loeliger ISI-ITET, ETH urich, CH-8092 urich, Switzerland. Abstract Factor graphs are graphical

More information

General MIMO Framework for Multipath Exploitation in Through-the-Wall Radar Imaging

General MIMO Framework for Multipath Exploitation in Through-the-Wall Radar Imaging General MIMO Framework for Multipath Exploitation in Through-the-Wall Radar Imaging Michael Leigsnering, Technische Universität Darmstadt Fauzia Ahmad, Villanova University Moeness G. Amin, Villanova University

More information

Research Article A New Approach to Investigation of the Relationship of VLF Signals by Using Longitudinal Analysis Models

Research Article A New Approach to Investigation of the Relationship of VLF Signals by Using Longitudinal Analysis Models Antennas and Propagation Volume 2013, Article ID 861682, 7 pages http://dx.doi.org/10.1155/2013/861682 Research Article A New Approach to Investigation of the Relationship of VLF Signals by Using Longitudinal

More information

Centaur: Locating Devices in an Office Environment

Centaur: Locating Devices in an Office Environment Centaur: Locating Devices in an Office Environment MobiCom 12 August 2012 IN4316 Seminar Wireless Sensor Networks Javier Hernando Bravo September 29 th, 2012 1 2 LOCALIZATION TECHNIQUES Based on Models

More information

IN a vehicular environment, knowledge of the location of

IN a vehicular environment, knowledge of the location of 1 Vehicle Tracking based on Kalman Filter Algorithm Tuan Le, Meagan Combs, and Dr. Qing Yang (Computer Science Department at Montana State University) Abstract Received signal strength indicator (RSSI)

More information

Gaussian Acoustic Classifier for the Launch of Three Weapon Systems

Gaussian Acoustic Classifier for the Launch of Three Weapon Systems Gaussian Acoustic Classifier for the Launch of Three Weapon Systems by Christine Yang and Geoffrey H. Goldman ARL-TN-0576 September 2013 Approved for public release; distribution unlimited. NOTICES Disclaimers

More information

Communications over Sparse Channels:

Communications over Sparse Channels: Communications over Sparse Channels: Fundamental limits and practical design Phil Schniter (With support from NSF grant CCF-1018368, NSF grant CCF-1218754, and DARPA/ONR grant N66001-10-1-4090) Intl. Zürich

More information

Robust Position and Velocity Estimation Methods in Integrated Navigation Systems for Inland Water Applications

Robust Position and Velocity Estimation Methods in Integrated Navigation Systems for Inland Water Applications Robust Position and Velocity Estimation Methods in Integrated Navigation Systems for Inland Water Applications D. Arias-Medina, M. Romanovas, I. Herrera-Pinzón, R. Ziebold German Aerospace Centre (DLR)

More information

On the Simulation of Oscillator Phase Noise

On the Simulation of Oscillator Phase Noise On the Simulation of Oscillator Phase Noise Workshop at Chair of Communications Theory, May 2008 Christian Müller Communications Laboratory Department of Electrical Engineering and Information Technology

More information

A Prototype Wire Position Monitoring System

A Prototype Wire Position Monitoring System LCLS-TN-05-27 A Prototype Wire Position Monitoring System Wei Wang and Zachary Wolf Metrology Department, SLAC 1. INTRODUCTION ¹ The Wire Position Monitoring System (WPM) will track changes in the transverse

More information

ENERGY consumption is a key issue in wireless sensor. Distributed Estimation of Channel Gains in Wireless Sensor Networks

ENERGY consumption is a key issue in wireless sensor. Distributed Estimation of Channel Gains in Wireless Sensor Networks 1 Distributed Estimation of Channel Gains in Wireless Sensor Networks Sivagnanasundaram Ramanan, Student Member, IEEE, and John M. Walsh, Member, IEEE Abstract We consider the problem of distributed channel

More information

Correlation of Model Simulations and Measurements

Correlation of Model Simulations and Measurements Correlation of Model Simulations and Measurements Roy Leventhal Leventhal Design & Communications Presented June 5, 2007 IBIS Summit Meeting, San Diego, California Correlation of Model Simulations and

More information

To Denoise or Deblur: Parameter Optimization for Imaging Systems

To Denoise or Deblur: Parameter Optimization for Imaging Systems To Denoise or Deblur: Parameter Optimization for Imaging Systems Kaushik Mitra a, Oliver Cossairt b and Ashok Veeraraghavan a a Electrical and Computer Engineering, Rice University, Houston, TX 77005 b

More information

Applications & Theory

Applications & Theory Applications & Theory Azadeh Kushki azadeh.kushki@ieee.org Professor K N Plataniotis Professor K.N. Plataniotis Professor A.N. Venetsanopoulos Presentation Outline 2 Part I: The case for WLAN positioning

More information

An Experimental Evaluation of Position Estimation Methods for Person Localization in Wireless Sensor Networks

An Experimental Evaluation of Position Estimation Methods for Person Localization in Wireless Sensor Networks An Experimental Evaluation of Position Estimation Methods for Person Localization in Wireless Sensor Networs Johannes Schmid 1, Frederi Beutler 2, Benjamin Noac 2, Uwe D. Hanebec 2, and Klaus D. Müller-Glaser

More information

P. Mohana Shankar. Fading and Shadowing. in Wireless Systems. ^ Springer

P. Mohana Shankar. Fading and Shadowing. in Wireless Systems. ^ Springer P. Mohana Shankar Fading and Shadowing in Wireless Systems ^ Springer Contents 1 Overview 1 1.1 Outline 1 References 5 2 Concepts of Probability and Statistics 7 2.1 Introduction 7 2.2 Random Variables,

More information

Optimizing Media Access Strategy for Competing Cognitive Radio Networks Y. Gwon, S. Dastangoo, H. T. Kung

Optimizing Media Access Strategy for Competing Cognitive Radio Networks Y. Gwon, S. Dastangoo, H. T. Kung Optimizing Media Access Strategy for Competing Cognitive Radio Networks Y. Gwon, S. Dastangoo, H. T. Kung December 12, 2013 Presented at IEEE GLOBECOM 2013, Atlanta, GA Outline Introduction Competing Cognitive

More information

MIMO Receiver Design in Impulsive Noise

MIMO Receiver Design in Impulsive Noise COPYRIGHT c 007. ALL RIGHTS RESERVED. 1 MIMO Receiver Design in Impulsive Noise Aditya Chopra and Kapil Gulati Final Project Report Advanced Space Time Communications Prof. Robert Heath December 7 th,

More information

Range Free Localization of Wireless Sensor Networks Based on Sugeno Fuzzy Inference

Range Free Localization of Wireless Sensor Networks Based on Sugeno Fuzzy Inference Range Free Localization of Wireless Sensor Networks Based on Sugeno Fuzzy Inference Mostafa Arbabi Monfared Department of Electrical & Electronic Engineering Eastern Mediterranean University Famagusta,

More information

Eavesdropping in the Synchronous CDMA Channel: An EM-Based Approach

Eavesdropping in the Synchronous CDMA Channel: An EM-Based Approach 1748 IEEE TRANSACTIONS ON SIGNAL PROCESSING, VOL. 49, NO. 8, AUGUST 2001 Eavesdropping in the Synchronous CDMA Channel: An EM-Based Approach Yingwei Yao and H. Vincent Poor, Fellow, IEEE Abstract The problem

More information

CHAPTER 6. CALCULATION OF TUNING PARAMETERS FOR VIBRATION CONTROL USING LabVIEW

CHAPTER 6. CALCULATION OF TUNING PARAMETERS FOR VIBRATION CONTROL USING LabVIEW 130 CHAPTER 6 CALCULATION OF TUNING PARAMETERS FOR VIBRATION CONTROL USING LabVIEW 6.1 INTRODUCTION Vibration control of rotating machinery is tougher and a challenging challengerical technical problem.

More information

A Boxcar Kernel Filter for Assimilation of Discrete Structures (and Other Stuff)

A Boxcar Kernel Filter for Assimilation of Discrete Structures (and Other Stuff) A Boxcar Kernel Filter for Assimilation of Discrete Structures (and Other Stuff) Jeffrey Anderson NCAR Data Assimilation Research Section (DAReS) Anderson: NWP/WAF 27: Park City 1 6/18/7 Background: 1.

More information

PROSE: Perceptual Risk Optimization for Speech Enhancement

PROSE: Perceptual Risk Optimization for Speech Enhancement PROSE: Perceptual Ris Optimization for Speech Enhancement Jishnu Sadasivan and Chandra Sehar Seelamantula Department of Electrical Communication Engineering, Department of Electrical Engineering Indian

More information

Roberto Togneri (Signal Processing and Recognition Lab)

Roberto Togneri (Signal Processing and Recognition Lab) Signal Processing and Machine Learning for Power Quality Disturbance Detection and Classification Roberto Togneri (Signal Processing and Recognition Lab) Power Quality (PQ) disturbances are broadly classified

More information

Codebook-based Bayesian speech enhancement for nonstationary environments Srinivasan, S.; Samuelsson, J.; Kleijn, W.B.

Codebook-based Bayesian speech enhancement for nonstationary environments Srinivasan, S.; Samuelsson, J.; Kleijn, W.B. Codebook-based Bayesian speech enhancement for nonstationary environments Srinivasan, S.; Samuelsson, J.; Kleijn, W.B. Published in: IEEE Transactions on Audio, Speech, and Language Processing DOI: 10.1109/TASL.2006.881696

More information

Particle. Kalman filter. Graphbased. filter. Kalman. Particle. filter. filter. Three Main SLAM Paradigms. Robot Mapping

Particle. Kalman filter. Graphbased. filter. Kalman. Particle. filter. filter. Three Main SLAM Paradigms. Robot Mapping Robot Mapping Three Main SLAM Paradigms Summary on the Kalman Filter & Friends: KF, EKF, UKF, EIF, SEIF Kalman Particle Graphbased Cyrill Stachniss 1 2 Kalman Filter & Its Friends Kalman Filter Algorithm

More information

Ocean Acoustics and Signal Processing for Robust Detection and Estimation

Ocean Acoustics and Signal Processing for Robust Detection and Estimation Ocean Acoustics and Signal Processing for Robust Detection and Estimation Zoi-Heleni Michalopoulou Department of Mathematical Sciences New Jersey Institute of Technology Newark, NJ 07102 phone: (973) 596

More information

BALLISTIC MISSILE PRECESSING FREQUENCY EXTRACTION BASED ON MAXIMUM LIKELIHOOD ESTIMATION

BALLISTIC MISSILE PRECESSING FREQUENCY EXTRACTION BASED ON MAXIMUM LIKELIHOOD ESTIMATION 8th European Signal Processing Conference (EUSIPCO-200) Aalborg, Denmark, August 23-27, 200 BALLISTIC MISSILE PRECESSING FREQUENCY EXTRACTION BASED ON MAXIMUM LIKELIHOOD ESTIMATION Lihua Liu,2, Mounir

More information

Wireless Network Delay Estimation for Time-Sensitive Applications

Wireless Network Delay Estimation for Time-Sensitive Applications Wireless Network Delay Estimation for Time-Sensitive Applications Rafael Camilo Lozoya Gámez, Pau Martí, Manel Velasco and Josep M. Fuertes Automatic Control Department Technical University of Catalonia

More information

Cognitive Systems Monographs

Cognitive Systems Monographs Cognitive Systems Monographs Volume 9 Editors: Rüdiger Dillmann Yoshihiko Nakamura Stefan Schaal David Vernon Heiko Hamann Space-Time Continuous Models of Swarm Robotic Systems Supporting Global-to-Local

More information

in Process Control System Presented by:

in Process Control System Presented by: Leakage Diagnosis in Process Control System Presented by: Haris M. Khalid Outline Problem Statement Leakage Diagnosis : A critical Issue A proposed Diagnostic Scheme Approaches Employed for Leakage Detection

More information

AUTOMATED INSPECTION SYSTEM OF ELECTRIC MOTOR STATOR AND ROTOR SHEETS

AUTOMATED INSPECTION SYSTEM OF ELECTRIC MOTOR STATOR AND ROTOR SHEETS 9th International DAAAM Baltic Conference "INDUSTRIAL ENGINEERING" 24-26 April 2014, Tallinn, Estonia AUTOMATED INSPECTION SYSTEM OF ELECTRIC MOTOR STATOR AND ROTOR SHEETS Roosileht, I.; Lentsius, M.;

More information

Embedded Robust Control of Self-balancing Two-wheeled Robot

Embedded Robust Control of Self-balancing Two-wheeled Robot Embedded Robust Control of Self-balancing Two-wheeled Robot L. Mollov, P. Petkov Key Words: Robust control; embedded systems; two-wheeled robots; -synthesis; MATLAB. Abstract. This paper presents the design

More information

Impact of Antenna Geometry on Adaptive Switching in MIMO Channels

Impact of Antenna Geometry on Adaptive Switching in MIMO Channels Impact of Antenna Geometry on Adaptive Switching in MIMO Channels Ramya Bhagavatula, Antonio Forenza, Robert W. Heath Jr. he University of exas at Austin University Station, C0803, Austin, exas, 787-040

More information

Chapter 3 Exponential and Logarithmic Functions

Chapter 3 Exponential and Logarithmic Functions Chapter 3 Exponential and Logarithmic Functions Section 1 Section 2 Section 3 Section 4 Section 5 Exponential Functions and Their Graphs Logarithmic Functions and Their Graphs Properties of Logarithms

More information

Harmonic Distortion Levels Measured at The Enmax Substations

Harmonic Distortion Levels Measured at The Enmax Substations Harmonic Distortion Levels Measured at The Enmax Substations This report documents the findings on the harmonic voltage and current levels at ENMAX Power Corporation (EPC) substations. ENMAX is concerned

More information

Comparative Analysis Of Kalman And Extended Kalman Filters In Improving GPS Accuracy

Comparative Analysis Of Kalman And Extended Kalman Filters In Improving GPS Accuracy Comparative Analysis Of Kalman And Extended Kalman Filters In Improving GPS Accuracy Swapna Raghunath 1, Dr. Lakshmi Malleswari Barooru 2, Sridhar Karnam 3 1. G.Narayanamma Institute of Technology and

More information

A Particle Filtering method for Wireless Sensor Network Localization with an Aerial Robot Beacon

A Particle Filtering method for Wireless Sensor Network Localization with an Aerial Robot Beacon 28 IEEE International Conference on Robotics and Automation Pasadena, CA, USA, May 19-23, 28 A Particle Filtering method for Wireless Sensor Networ Localization with an Aerial Robot Beacon F. Caballero,

More information

Fuzzy Expert Systems Lecture 9 (Fuzzy Systems Applications) (Fuzzy Control)

Fuzzy Expert Systems Lecture 9 (Fuzzy Systems Applications) (Fuzzy Control) Fuzzy Expert Systems Lecture 9 (Fuzzy Systems Applications) (Fuzzy Control) The fuzzy controller design methodology primarily involves distilling human expert knowledge about how to control a system into

More information

PHYS 415: OPTICS. Introduction to the Course

PHYS 415: OPTICS. Introduction to the Course PHYS 415: OPTICS Introduction to the Course F. ÖMER ILDAY Department of Physics, Bilkent University, Ankara, Turkey I used the following resources in the preparation of almost all these lectures: Trebino

More information

Emitter Location in the Presence of Information Injection

Emitter Location in the Presence of Information Injection in the Presence of Information Injection Lauren M. Huie Mark L. Fowler lauren.huie@rl.af.mil mfowler@binghamton.edu Air Force Research Laboratory, Rome, N.Y. State University of New York at Binghamton,

More information

The Cricket Indoor Location System

The Cricket Indoor Location System The Cricket Indoor Location System Hari Balakrishnan Cricket Project MIT Computer Science and Artificial Intelligence Lab http://nms.csail.mit.edu/~hari http://cricket.csail.mit.edu Joint work with Bodhi

More information

Auto-tagging The Facebook

Auto-tagging The Facebook Auto-tagging The Facebook Jonathan Michelson and Jorge Ortiz Stanford University 2006 E-mail: JonMich@Stanford.edu, jorge.ortiz@stanford.com Introduction For those not familiar, The Facebook is an extremely

More information

Energy-Based Damping Evaluation for Exciter Control in Power Systems

Energy-Based Damping Evaluation for Exciter Control in Power Systems Energy-Based Damping Evaluation for Exciter Control in Power Systems Luoyang Fang 1, Dongliang Duan 2, Liuqing Yang 1 1 Department of Electrical & Computer Engineering Colorado State University, Fort Collins,

More information

Speed Control of a Pneumatic Monopod using a Neural Network

Speed Control of a Pneumatic Monopod using a Neural Network Tech. Rep. IRIS-2-43 Institute for Robotics and Intelligent Systems, USC, 22 Speed Control of a Pneumatic Monopod using a Neural Network Kale Harbick and Gaurav S. Sukhatme! Robotic Embedded Systems Laboratory

More information

A Novel Fault Diagnosis Method for Rolling Element Bearings Using Kernel Independent Component Analysis and Genetic Algorithm Optimized RBF Network

A Novel Fault Diagnosis Method for Rolling Element Bearings Using Kernel Independent Component Analysis and Genetic Algorithm Optimized RBF Network Research Journal of Applied Sciences, Engineering and Technology 6(5): 895-899, 213 ISSN: 24-7459; e-issn: 24-7467 Maxwell Scientific Organization, 213 Submitted: October 3, 212 Accepted: December 15,

More information

Implementation of MLSE equalizer in OptSim and evaluation of its performance

Implementation of MLSE equalizer in OptSim and evaluation of its performance Implementation of MLSE equalizer in OptSim and evaluation of its performance A. Napoli, V. Curri, P. Poggiolini Politecnico di Torino Torino ITALY www.optcom.polito.it P. Watts, R. Killey, S. Savory University

More information

A Condensation of Skew-Symmetric Distributions in < 60

A Condensation of Skew-Symmetric Distributions in < 60 ABSTRACTS 4 A Condensation of Skew-Symmetric Distributions in < 60 Adelchi Azzalini University of Padua, Italy azzalini@stat.unipd.it The aim is to provide a broad introduction to the so-called area of

More information

Beat phenomenon in combined structure-liquid damper systems

Beat phenomenon in combined structure-liquid damper systems Engineering Structures 23 (2001) 622 630 www.elsevier.com/locate/engstruct Beat phenomenon in combined structure-liquid damper systems Swaroop K. Yalla a,*, Ahsan Kareem b a NatHaz Modeling Laboratory,

More information

24 IEEE TRANSACTIONS ON AUDIO, SPEECH, AND LANGUAGE PROCESSING, VOL. 17, NO. 1, JANUARY /$ IEEE

24 IEEE TRANSACTIONS ON AUDIO, SPEECH, AND LANGUAGE PROCESSING, VOL. 17, NO. 1, JANUARY /$ IEEE 24 IEEE TRANSACTIONS ON AUDIO, SPEECH, AND LANGUAGE PROCESSING, VOL. 17, NO. 1, JANUARY 2009 Speech Enhancement, Gain, and Noise Spectrum Adaptation Using Approximate Bayesian Estimation Jiucang Hao, Hagai

More information

Diagnosing Interior Noise due to Exterior Flows in STAR-CCM+ Phil Shorter, CD-adapco

Diagnosing Interior Noise due to Exterior Flows in STAR-CCM+ Phil Shorter, CD-adapco Diagnosing Interior Noise due to Exterior Flows in STAR-CCM+ Phil Shorter, CD-adapco Overview Problem of interest Analysis process Modeling direct field acoustic radiation from a panel Direct fields for

More information

Audio Imputation Using the Non-negative Hidden Markov Model

Audio Imputation Using the Non-negative Hidden Markov Model Audio Imputation Using the Non-negative Hidden Markov Model Jinyu Han 1,, Gautham J. Mysore 2, and Bryan Pardo 1 1 EECS Department, Northwestern University 2 Advanced Technology Labs, Adobe Systems Inc.

More information