Monte Carlo Filter Particle Filter

Total Page:16

File Type:pdf, Size:1020Kb

Monte Carlo Filter Particle Filter 2015 European Control Conference (ECC) July 15-17, 2015. Linz, Austria Monte Carlo Filter Particle Filter Masaya Muratay, Hidehisa Naganoy and Kunio Kashinoyz Abstract— We propose a new realization method of the B. Sequential Importance Sampling (SIS) sequential importance sampling (SIS) algorithm to derive a new particle filter. The new filter constructs the importance To tackle the problem of interest, the sequential impor- distribution by the Monte Carlo filter (MCF) using sub- tance sampling (SIS) algorithm[4][5] is often used to obtain particles, therefore, its non-Gaussianity nature can be ade- the filtered state estimate. The SIS algorithm approximates quately considered while the other type of particle filter such the p(XtjfYtg), that is, the posterior PDF of state at t given as unscented Kalman filter particle filter (UKF-PF) assumes observations up to time t, as follows: a Gaussianity on the importance distribution. Since the state estimation accuracy of the SIS algorithm theoretically improves Sequential Importance Sampling (SIS) as the estimated importance distribution becomes closer to the N true posterior probability density function of state, the new filter 0(i) (i) is expected to outperform the existing, state-of-the-art particle p(XtjfYtg) ≈ wt δ(Xt − Xt ) filters. We call the new filter Monte Carlo filter particle filter Xi=1 (MCF-PF) and confirm its effectiveness through the numerical where simulations. (i) (i) Xt ∼ p(XtjXt−1 = Xt−1; Yt); i = 1; 2; · · · ; N I. INTRODUCTION (i) (i) (i) 0 p(YtjXt = X )p(Xt = X jXt−1 = X − ) w(i) = w (i) t t t 1 A. Problem Definition t t−1 (i) (i) p(Xt = Xt jXt−1 = Xt−1; Yt) In this paper, we consider the sequential state estimation (i) problem of the following nonlinear non-Gaussian state space 0(i) wt wt = N (j) model. j=1 wt P(i) 0(i) Xt = f(Xt−1) + Φt; Φt ∼ p(Φt) (1) Here, fXt ; wt g; i = 1; 2; · · · ; N are weighted set of Yt = h(Xt) + Ωt; Ωt ∼ p(Ωt) (2) particles (particle values and their corresponding normalized 0 importance weights) at time t and N w (i) = 1 holds. Here, X is the L-dimensional random vector called state i=1 t t δ(·) is the Dirac’s delta function and this PDF approximation at time t and this is the estimation target using the P is called the Dirac’s point-mass estimate. p(XtjXt−1 = past series of M-dimensional observations fYt−1g = (i) X − ; Yt) is the optimal importance distribution specified by fYt−1; Yt−2; · · · ; Y1g or fYtg = fYt; Yt−1; · · · ; Y1g. The t 1 ¯ eqs. (1) and (2) and it proves to minimizes the variance of the former is called the predicted state estimate Xt := (i) (i) importance weights. X ∼ p(XtjXt−1 = X − ; Yt); i = E[XtjfYt−1g] and the latter is called the filtered state t t 1 ^ 1; 2; · · · ; N denotes the random (i.i.d.) sampling from the estimate Xt := E[XtjfYtg]. Their approximation errors (i) T optimal importance distribution. and are calculated by E[(Xt − X¯t)(Xt − X¯t) jfYt− g] and p(YtjXt = Xt ) 1 (i) (i) T − E[(Xt−X^t)(Xt−X^t) jfYtg], respectively. f(·) and h(·) are p(Xt = Xt jXt 1 = Xt−1) are likelihood and transition nonlinear functions and called state transition and state obser- PDFs specified by eq. (2) and (1), respectively. The above vation, respectively. Φt and Ωt are independent white noises importance weight equation also indicates that the current following arbitrary probability density functions (PDFs) and weight is calculated from the previous weight and together they are called system noise and observation noise, respec- with the fact that the current particle value depends on the tively. Equations (1) and (2) are referred to as system model previous value, this algorithm can be sequentially performed and observation model, and these two equations constitute after the appropriate importance distribution selection. Then ^ the state space model of interest. For this model, since both the filtered state estimate at time t (denoted as Xt) can be state and noises do not always follow Gaussian distributions, obtained as follows: the well-studied, state-of-the-art Gaussian filters[1] such as N ^ 0(j) (i) extended Kalman filter (EKF)[2] and unscented Kalman Xt = wt Xt (3) filter (UKF)[3] can not be adequately employed. Therefore, Xi=1 designing the sequential state estimator for this model still Note that the SIS algorithm is not designed to obtain remains as a challenging problem. the predicted state estimate at time t (denoted as X¯t). yMasaya Murata, Hidehisa Nagano and Kunio Kashino are research This algorithm proves to easily encounter the degeneracy scientists at NTT Communication Science Laboratories, NTT Corpora- problem that almost all the particles have zero or nearly tion, 3-1, Morinosato Wakamiya, Atsugi-Shi, Kanagawa 243-0198, Japan. zero weights as the time proceeds and therefore, the particle murata.masaya at lab.ntt.co.jp zKunio Kashino is also a visiting professor at National Institute of resampling procedure is often performed after obtaining (i) 0(i) Informatics, 2-1-2 Hitotsubashi, Chiyoda-ku, Tokyo 101-8430 Japan. fXt ; wt g; i = 1; 2; · · · ; N. The resampling makes the 978-3-9524269-3-7 ©2015 EUCA 2836 importance weights for all of the new particles become 1=N. filter is expected to be superior over the existing filters. We The new particles are randomly drawn from the discrete call the new filter Monte Carlo filter particle filter (MCF-PF) (i) 0(i) set fXt g; i = 1; 2; · · · ; N with probabilities fwt g; i = and confirm its effectiveness using the numerical examples. 1; 2; · · · ; N. Note that after the resampling procedure, the The rest of this paper is organized as follow. Section I sequential weight equation becomes I describes the MCF algorithm and its relationship to the (i) (i) (i) BF algorithm. In section III, we explain the proposed filter (i) p(YtjXt = Xt )p(Xt = Xt jXt−1 = Xt−1) formulation and summarize the sequential state estimation wt / (i) (i) p(Xt = Xt jXt−1 = Xt−1; Yt) algorithm. Numerical examples are shown in section IV and (4) section V summarizes the basic findings and conclusion of 0(i) this paper. since the resampling makes fwt g; i = 1; 2; · · · ; N be- come 1=N. II. MONTE CARLO FILTER (MCF) A. Algorithm C. Importance Distribution Selection As well as the SIS algorithm, the Monte Carlo filter The selection of the importance distribution affects the (MCF) is also a promising solution for the aforementioned entire state estimation performance of the SIS algorithm and sequential state estimation problem. Unlike the SIS, the MCF generally speaking, the smaller the difference between the approximates the Bayesian filter algorithm using randomly assumed importance distribution and true posterior PDF of drawn samples called particles. And, the MCF not only state, the better the state estimation accuracy becomes. The (i) provides the filtered state estimate, but also provides the simplest choice is p(XtjXt−1 = Xt−1; Yt) ≈ p(XtjXt−1 = (i) predicted state estimate. The algorithm of MCF can be Xt−1) and it derives the bootstrap filter (BF)[6]. Here, the summarized as follows: (i) p(X jX − = X ) is the state transition PDF specified by t t 1 t−1 Monte Carlo Filter MCF eq. (1) and the BF is one of the most popular particle filters ( ) ^ (i) ¯ ¯ (i) when tackling the problem of interest. However, one obvious X0 ∼ N (X0; P0); w^0 = 1=N; i = 1; 2; · · · ; N problem is that the possible large deviation between the For each t = 1; 2; · · · assumed importance distribution and the true one is likely to Predicted state estimate arise. To alleviate this gap, we may need the large number of (i) particles and it sometimes results in the severe computational Φt ∼ p(Φt); i = 1; 2; · · · ; N ¯ (i) ^ (i) (i) burden. Xt = f(Xt−1) + Φt The other often-used selection is to assume p(XtjXt−1 = 0(i) 0(i) (i) w¯t = w^t−1 − where − is supposed Xt−1; Yt) ≈ p(XtjX(i);t 1; Yt) X(i);t 1 N 0 to follow eqs. (1) and (2) and E[X(i);t−1jfYt−1g] is set ¯ (j) ¯ (j) (i) Xt = w¯t Xt to Xt−1. We call X(i);t−1 ith particle state. Moreover the Xj=1 p(XtjX(i);t−1; Yt) is assumed as Gaussian distributed. Then, Filtered state estimate using N particles which specify the expectations of the N ^ (i) ¯ (i) Xt = Xt particle states, N different p(XtjX i ;t− ; Yt) are estimated ( ) 1 (i) 0(i) ^ (i) by using the Gaussian filter such as EKF or UKF. The w^t = w¯t p(YtjXt = Xt ) former filter is called extended Kalman filter particle filter (i) 0(i) w^t (EKF-PF)[7] and the latter one is called unscented Kalman w^t = j N w^( ) filter particle filter (UKF-PF)[7][8]. Since the latest obser- j=1 t NP vation Y is incorporated when constructing the importance 0 t ^ (j) ^ (j) distribution, these filters theoretically are expected to be Xt = wt Xt Xj=1 more accurate than the BF that does not take Yt into account. The UKF-PF is also theoretically better than the ^ (i) (i) Here, X0 ∼ p(X0) and Φt ∼ p(Φt) are the ith particles EKF-PF since the unscented transformation (UT)[3] in the randomly drawn from the initial state PDF and the system UKF algorithm handles the nonlinear state transformation ¯ (i) noise PDF, respectively.
Recommended publications
  • Kalman and Particle Filtering
    Abstract: The Kalman and Particle filters are algorithms that recursively update an estimate of the state and find the innovations driving a stochastic process given a sequence of observations. The Kalman filter accomplishes this goal by linear projections, while the Particle filter does so by a sequential Monte Carlo method. With the state estimates, we can forecast and smooth the stochastic process. With the innovations, we can estimate the parameters of the model. The article discusses how to set a dynamic model in a state-space form, derives the Kalman and Particle filters, and explains how to use them for estimation. Kalman and Particle Filtering The Kalman and Particle filters are algorithms that recursively update an estimate of the state and find the innovations driving a stochastic process given a sequence of observations. The Kalman filter accomplishes this goal by linear projections, while the Particle filter does so by a sequential Monte Carlo method. Since both filters start with a state-space representation of the stochastic processes of interest, section 1 presents the state-space form of a dynamic model. Then, section 2 intro- duces the Kalman filter and section 3 develops the Particle filter. For extended expositions of this material, see Doucet, de Freitas, and Gordon (2001), Durbin and Koopman (2001), and Ljungqvist and Sargent (2004). 1. The state-space representation of a dynamic model A large class of dynamic models can be represented by a state-space form: Xt+1 = ϕ (Xt,Wt+1; γ) (1) Yt = g (Xt,Vt; γ) . (2) This representation handles a stochastic process by finding three objects: a vector that l describes the position of the system (a state, Xt X R ) and two functions, one mapping ∈ ⊂ 1 the state today into the state tomorrow (the transition equation, (1)) and one mapping the state into observables, Yt (the measurement equation, (2)).
    [Show full text]
  • Applying Particle Filtering in Both Aggregated and Age-Structured Population Compartmental Models of Pre-Vaccination Measles
    bioRxiv preprint doi: https://doi.org/10.1101/340661; this version posted June 6, 2018. The copyright holder for this preprint (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made available under aCC-BY 4.0 International license. Applying particle filtering in both aggregated and age-structured population compartmental models of pre-vaccination measles Xiaoyan Li1*, Alexander Doroshenko2, Nathaniel D. Osgood1 1 Department of Computer Science, University of Saskatchewan, Saskatoon, Saskatchewan, Canada 2 Department of Medicine, Division of Preventive Medicine, University of Alberta, Edmonton, Alberta, Canada * [email protected] Abstract Measles is a highly transmissible disease and is one of the leading causes of death among young children under 5 globally. While the use of ongoing surveillance data and { recently { dynamic models offer insight on measles dynamics, both suffer notable shortcomings when applied to measles outbreak prediction. In this paper, we apply the Sequential Monte Carlo approach of particle filtering, incorporating reported measles incidence for Saskatchewan during the pre-vaccination era, using an adaptation of a previously contributed measles compartmental model. To secure further insight, we also perform particle filtering on an age structured adaptation of the model in which the population is divided into two interacting age groups { children and adults. The results indicate that, when used with a suitable dynamic model, particle filtering can offer high predictive capacity for measles dynamics and outbreak occurrence in a low vaccination context. We have investigated five particle filtering models in this project. Based on the most competitive model as evaluated by predictive accuracy, we have performed prediction and outbreak classification analysis.
    [Show full text]
  • Dynamic Detection of Change Points in Long Time Series
    AISM (2007) 59: 349–366 DOI 10.1007/s10463-006-0053-9 Nicolas Chopin Dynamic detection of change points in long time series Received: 23 March 2005 / Revised: 8 September 2005 / Published online: 17 June 2006 © The Institute of Statistical Mathematics, Tokyo 2006 Abstract We consider the problem of detecting change points (structural changes) in long sequences of data, whether in a sequential fashion or not, and without assuming prior knowledge of the number of these change points. We reformulate this problem as the Bayesian filtering and smoothing of a non standard state space model. Towards this goal, we build a hybrid algorithm that relies on particle filter- ing and Markov chain Monte Carlo ideas. The approach is illustrated by a GARCH change point model. Keywords Change point models · GARCH models · Markov chain Monte Carlo · Particle filter · Sequential Monte Carlo · State state models 1 Introduction The assumption that an observed time series follows the same fixed stationary model over a very long period is rarely realistic. In economic applications for instance, common sense suggests that the behaviour of economic agents may change abruptly under the effect of economic policy, political events, etc. For example, Mikosch and St˘aric˘a (2003, 2004) point out that GARCH models fit very poorly too long sequences of financial data, say 20 years of daily log-returns of some speculative asset. Despite this, these models remain highly popular, thanks to their forecast ability (at least on short to medium-sized time series) and their elegant simplicity (which facilitates economic interpretation). Against the common trend of build- ing more and more sophisticated stationary models that may spuriously provide a better fit for such long sequences, the aforementioned authors argue that GARCH models remain a good ‘local’ approximation of the behaviour of financial data, N.
    [Show full text]
  • Bayesian Filtering: from Kalman Filters to Particle Filters, and Beyond ZHE CHEN
    MANUSCRIPT 1 Bayesian Filtering: From Kalman Filters to Particle Filters, and Beyond ZHE CHEN Abstract— In this self-contained survey/review paper, we system- IV Bayesian Optimal Filtering 9 atically investigate the roots of Bayesian filtering as well as its rich IV-AOptimalFiltering..................... 10 leaves in the literature. Stochastic filtering theory is briefly reviewed IV-BKalmanFiltering..................... 11 with emphasis on nonlinear and non-Gaussian filtering. Following IV-COptimumNonlinearFiltering.............. 13 the Bayesian statistics, different Bayesian filtering techniques are de- IV-C.1Finite-dimensionalFilters............ 13 veloped given different scenarios. Under linear quadratic Gaussian circumstance, the celebrated Kalman filter can be derived within the Bayesian framework. Optimal/suboptimal nonlinear filtering tech- V Numerical Approximation Methods 14 niques are extensively investigated. In particular, we focus our at- V-A Gaussian/Laplace Approximation ............ 14 tention on the Bayesian filtering approach based on sequential Monte V-BIterativeQuadrature................... 14 Carlo sampling, the so-called particle filters. Many variants of the V-C Mulitgrid Method and Point-Mass Approximation . 14 particle filter as well as their features (strengths and weaknesses) are V-D Moment Approximation ................. 15 discussed. Related theoretical and practical issues are addressed in V-E Gaussian Sum Approximation . ............. 16 detail. In addition, some other (new) directions on Bayesian filtering V-F Deterministic
    [Show full text]
  • Monte Carlo Smoothing for Nonlinear Time Series
    Monte Carlo Smoothing for Nonlinear Time Series Simon J. GODSILL, Arnaud DOUCET, and Mike WEST We develop methods for performing smoothing computations in general state-space models. The methods rely on a particle representation of the filtering distributions, and their evolution through time using sequential importance sampling and resampling ideas. In particular, novel techniques are presented for generation of sample realizations of historical state sequences. This is carried out in a forward-filtering backward-smoothing procedure that can be viewed as the nonlinear, non-Gaussian counterpart of standard Kalman filter-based simulation smoothers in the linear Gaussian case. Convergence in the mean squared error sense of the smoothed trajectories is proved, showing the validity of our proposed method. The methods are tested in a substantial application for the processing of speech signals represented by a time-varying autoregression and parameterized in terms of time-varying partial correlation coefficients, comparing the results of our algorithm with those from a simple smoother based on the filtered trajectories. KEY WORDS: Bayesian inference; Non-Gaussian time series; Nonlinear time series; Particle filter; Sequential Monte Carlo; State- space model. 1. INTRODUCTION and In this article we develop Monte Carlo methods for smooth- g(yt+1|xt+1)p(xt+1|y1:t ) p(xt+1|y1:t+1) = . ing in general state-space models. To fix notation, consider p(yt+1|y1:t ) the standard Markovian state-space model (West and Harrison 1997) Similarly, smoothing can be performed recursively backward in time using the smoothing formula xt+1 ∼ f(xt+1|xt ) (state evolution density), p(xt |y1:t )f (xt+1|xt ) p(x |y ) = p(x + |y ) dx + .
    [Show full text]
  • Time Series Analysis 5
    Warm-up: Recursive Least Squares Kalman Filter Nonlinear State Space Models Particle Filtering Time Series Analysis 5. State space models and Kalman filtering Andrew Lesniewski Baruch College New York Fall 2019 A. Lesniewski Time Series Analysis Warm-up: Recursive Least Squares Kalman Filter Nonlinear State Space Models Particle Filtering Outline 1 Warm-up: Recursive Least Squares 2 Kalman Filter 3 Nonlinear State Space Models 4 Particle Filtering A. Lesniewski Time Series Analysis Warm-up: Recursive Least Squares Kalman Filter Nonlinear State Space Models Particle Filtering OLS regression As a motivation for the reminder of this lecture, we consider the standard linear model Y = X Tβ + "; (1) where Y 2 R, X 2 Rk , and " 2 R is noise (this includes the model with an intercept as a special case in which the first component of X is assumed to be 1). Given n observations x1;:::; xn and y1;:::; yn of X and Y , respectively, the ordinary least square least (OLS) regression leads to the following estimated value of the coefficient β: T −1 T βbn = (Xn Xn) Xn Yn: (2) The matrices X and Y above are defined as 0 T1 0 1 x1 y1 X = B . C 2 (R) Y = B . C 2 Rn; @ . A Matn;k and n @ . A (3) T xn yn respectively. A. Lesniewski Time Series Analysis Warm-up: Recursive Least Squares Kalman Filter Nonlinear State Space Models Particle Filtering Recursive least squares Suppose now that X and Y consists of a streaming set of data, and each new observation leads to an updated value of the estimated β.
    [Show full text]
  • Adaptive Motion Model for Human Tracking Using Particle Filter
    2010 International Conference on Pattern Recognition Adaptive Motion Model for Human Tracking Using Particle Filter Mohammad Hossein Ghaeminia1, Amir Hossein Shabani2, and Shahryar Baradaran Shokouhi1 1Iran Univ. of Science & Technology, Tehran, Iran 2University of Waterloo, ON, Canada [email protected] [email protected] [email protected] Abstract is periodically adapted by an efficient learning procedure (Figure 1). The core of learning the motion This paper presents a novel approach to model the model is the parameter estimation for which the complex motion of human using a probabilistic sequence of velocity and acceleration are innovatively autoregressive moving average model. The analyzed to be modeled by a Gaussian Mixture Model parameters of the model are adaptively tuned during (GMM). The non-negative matrix factorization is then the course of tracking by utilizing the main varying used for dimensionality reduction to take care of high components of the pdf of the target’s acceleration and variations during abrupt changes [3]. Utilizing this velocity. This motion model, along with the color adaptive motion model along with a color histogram histogram as the measurement model, has been as measurement model in the PF framework provided incorporated in the particle filtering framework for us an appropriate approach for human tracking in the human tracking. The proposed method is evaluated by real world scenario of PETS benchmark [4]. PETS benchmark in which the targets have non- The rest of this paper is organized as the following. smooth motion and suddenly change their motion Section 2 overviews the related works. Section 3 direction. Our method competes with the state-of-the- explains the particle filter and the probabilistic ARMA art techniques for human tracking in the real world model.
    [Show full text]
  • Sequential Monte Carlo Filtering Estimation of Ebola
    Sequential Monte Carlo Filtering Estimation of Ebola Progression in West Africa 1, 1 2 1 Narges Montazeri Shahtori ∗, Caterina Scoglio , Arash Pourhabib , and Faryad Darabi Sahneh approaches is that they provide an offline inference of an Abstract— We use a multivariate formulation of sequential outbreak that is inherently dynamic and parameters of model Monte Carlo filter that utilizes mechanistic models for Ebola change during disease evolution, so we need to keep tracking virus propagation and available incidence data to simultane- ously estimate the disease progression states and the model parameters when new data become available. Furthermore, parameters. This method has the advantage of performing since lots of factors such as intervention strategies could the inference online as the new data becomes available and affect on parameters, we expect that the basic reproductive estimates the evolution of basic reproductive ratio R0(t) of the ratio changes during the disease evolution. Therefore we Ebola outbreak through time. Our analysis identifies a peak in need techniques that are able to trace new data as they the basic reproductive ratio close to the time when Ebola cases were reported in Europe and the USA. become available. Towevers et al. [6] estimated the basic reproduction ratio, R0(t), by fitting exponential regression I. INTRODUCTION models to small successive time intervals of the Ebola Since December 2013, West Africa has experienced the outbreak. Therefore, they obtained an estimate of temporal largest Ebola outbreak with more than 20,000 infected cases variations of the growth rate. Their application of regression reported [1]. Secondary infections have also been reported models ignores the systemic epidemiological information in Spain and the United state [2].
    [Show full text]
  • Floor Plan-Free Particle Filter for Indoor Positioning of Industrial Vehicles
    Floor Plan-free Particle Filter for Indoor Positioning of Industrial Vehicles Ivo Silvaa, Adriano Moreiraa, Maria Jo~ao Nicolaua and Cristiano Pend~aoa aAlgoritmi Research Center, University of Minho, Portugal Abstract Industry 4.0 is triggering the rapid development of solutions for indoor localization of industrial ve- hicles in the factories of the future. Either to support indoor navigation or to improve the operations of the factory, the localization of industrial vehicles imposes demanding requirements such as high accuracy, coverage of the entire operating area, low convergence time and high reliability. Industrial vehicles can be located using Wi-Fi fingerprinting, although with large positioning errors. In addition, these vehicles may be tracked with motion sensors, however an initial position is necessary and these sensors often suffer from cumulative errors (e.g. drift in the heading). To overcome these problems, we propose an indoor positioning system (IPS) based on a particle filter that combines Wi-Fi fingerprinting with data from motion sensors (displacement and heading). Wi-Fi position estimates are obtained using a novel approach, which explores signal strength measurements from multiple Wi-Fi interfaces. This IPS is capable of locating a vehicle prototype without prior knowledge of the starting position and heading, without depending on the building's floor plan. An average positioning error of 0.74 m was achieved in performed tests in a factory-like building. Keywords indoor positioning, particle filter, Wi-Fi fingerprinting, sensor fusion, industrial vehicles 1. Introduction Factories of the future rely on the automation of vehicles to increase productivity in processes such as delivering raw materials and dispatching finished products.
    [Show full text]
  • Research Article Epileptic Seizure Prediction by a System of Particle Filter Associated with a Neural Network
    Hindawi Publishing Corporation EURASIP Journal on Advances in Signal Processing Volume 2009, Article ID 638534, 10 pages doi:10.1155/2009/638534 Research Article Epileptic Seizure Prediction by a System of Particle Filter Associated with a Neural Network Derong Liu,1 Zhongyu Pang,2 and Zhuo Wang2 1 The Key Laboratory of Complex Systems and Intelligence Science, Institute of Automation, Chinese Academy of Sciences, Beijing 100190, China 2 Department of Electrical and Computer Engineering, University of Illinois at Chicago, Chicago, IL 60607-7053, USA Correspondence should be addressed to Derong Liu, [email protected] Received 3 December 2008; Revised 5 March 2009; Accepted 28 April 2009 Recommended by Jose Principe None of the current epileptic seizure prediction methods can widely be accepted, due to their poor consistency in performance. In this work, we have developed a novel approach to analyze intracranial EEG data. The energy of the frequency band of 4–12 Hz is obtained by wavelet transform. A dynamic model is introduced to describe the process and a hidden variable is included. The hidden variable can be considered as indicator of seizure activities. The method of particle filter associated with a neural network is used to calculate the hidden variable. Six patients’ intracranial EEG data are used to test our algorithm including 39 hours of ictal EEG with 22 seizures and 70 hours of normal EEG recordings. The minimum least square error algorithm is applied to determine optimal parameters in the model adaptively. The results show that our algorithm can successfully predict 15 out of 16 seizures and the average prediction time is 38.5 minutes before seizure onset.
    [Show full text]
  • Motor Cortical Decoding Using an Autoregressive Moving Average Model
    Motor Cortical Decoding Using an Autoregressive Moving Average Model Jessica Fisher and Michael J. Black Department of Computer Science, Brown University Providence, Rhode Island 02912 Email: {jfisher, black}@cs.brown.edu Abstract— We develop an Autoregressive Moving Average An ARMA model was suggested by [1] in the context (ARMA) model for decoding hand motion from neural firing of decoding a center-out reaching task. They extended the data and provide a simple method for estimating the parameters method to model a non-linear relationship between firing of the model. Results show that this method produces more accurate reconstructions of hand position than the previous rates and hand motions using Support Vector Regression. Kalman filter and linear regression methods. The ARMA model Here we apply the simpler ARMA model to a more complex combines the best properties of both these methods, producing task involving arbitrary 2D hand motions. We show that a reconstructed hand trajectories that are smooth and accurate. very simple algorithm suffices to estimate the parameters of This simple technique is computationally efficient making it the ARMA process, and that the resulting decoding method appropriate for real-time prosthetic control tasks. results in reconstructions that are highly correlated to the true I. INTRODUCTION hand trajectory. We explore the choice of parameters and pro- One of the primary problems in the development of prac- vide a quantitative comparison between the ARMA process, tical neural motor prostheses is the formulation of accurate linear regression, and the Kalman filter. We found that the methods for decoding neural signals. Here we focus on the simple ARMA process provides smooth reconstructions that problem of reconstructing the trajectory of a primate hand are more accurate than those of previous methods.
    [Show full text]
  • Bayesian Inference: Particle Filtering
    Bayesian Inference: Particle Filtering Emin Orhan Department of Brain & Cognitive Sciences University of Rochester Rochester, NY 14627, USA [email protected] August 9, 2012 Introduction: Particle filtering is a general Monte Carlo (sampling) method for performing inference in state-space models where the state of a system evolves in time, and information about the state is obtained via noisy measurements made at each time step. In a general discrete-time state-space model, the state of a system evolves according to: xk = fk(xk−1; vk−1) (1) where xk is a vector representing the state of the system at time k, vk−1 is the state noise vector, fk is a possibly non-linear and time-dependent function describing the evolution of the state vector. The state vector xk is assumed to be latent or unobservable. Information about xk is obtained only through noisy measurements of it, zk, which are governed by the equation: zk = hk(xk; nk) (2) where hk is a possibly non-linear and time-dependent function describing the measurement process and nk is the measurement noise vector. Optimal filtering: The filtering problem involves the estimation of the state vector at time k, given all the measurements up to and including time k, which we denote by z1:k. In a Bayesian setting, this problem can be formalized as the computation of the distribution p(xkjz1:k), which can be done recursively in two steps. In the prediction step, p(xkjz1:k−1) is computed from the filtering distribution p(xk−1jz1:k−1) at time k − 1: Z p(xkjz1:k−1) = p(xkjxk−1)p(xk−1jz1:k−1)dxk−1 (3) where p(xk−1jz1:k−1) is assumed to be known due to recursion and p(xkjxk−1) is given by Equation 1.
    [Show full text]