arXiv:1608.00337v1 [cs.SY] 1 Aug 2016 Higher-Degree Stochastic Integration Filtering Syed Safwan Khalid, Naveed Ur Rehman, and Shafayat Abrar Abstract We obtain a class of higher-degree stochastic integration filters (SIF) for nonlinear filtering applications. SIF are based on stochastic spherical-radial integration rules that achieve asymptotically exact evaluations of Gaussian weighted multivariate integrals found in nonlinear Bayesian filtering. The superiority of the proposed scheme is demonstrated by comparing the performance of the proposed fifth-degree SIF against a number of existing stochastic, quasi-stochastic and cubature (Kalman) filters. The proposed filter is demonstrated to outperform existing filters in all cases. Index Terms Nonlinear filtering, cubature Kalman filtering, stochastic integration filtering, numerical integration. I. I NTRODUCTION Bayesian filtering provides a theoretical framework for recursive estimation of unknown dynamic state vectors in linear/nonlinear filtering applications. In Bayesian paradigm, the posterior probability of the state vector given the noisy observations is recursively updated at each instant. However, in general, the evaluation of the posterior probability is analytically intractable, and hence only approximate solutions are available [1]. The approximation methods are generally divided broadly into two categories, i.e., the global and the local methods [2]. In the global approach, no assumption is made regarding the distribution of the posterior density and it is approximated using methods such as particle filtering [3], Gaussian mixtures [4] and point-mass filtering [5] etc. The filters in this category – despite being fairly accurate – are known to suffer from enormous computational load. On the other hand, methods based on the local approach are computationally less demanding. These methods rely on the assumption that the required posterior probability is Gaussian; consequently, the task of filtering is simplified to the recursive updates of the first- and the second-order moments only. The moment update relations essentially require solution of Gaussian weighted integrals of nonlinear SSK and NUR are affiliated with COMSATS Institute of Information Technology, Dept. of Electrical Engineering, Islamabad, 44000, Pakistan (Email: { safwan khalid,naveed.rehman } @comsats.edu.pk, shafayat1972@yahoo.com). 1 functions. One possible approach is to use approximations such as Taylor series [6], Stirling’s interpolation [7], Fourier-Hermite series [8] etc., that would make Gaussian integral tractable. Another possibility is to apply numerical integration methods to evaluate Gaussian weighted integrals [9] thus giving rise to a large class of sigma-point Kalman filters e.g., the cubature Kalman filter (CKF) [2], the unscented Kalman filter [10], the Gauss-Hermite quadrature filter [11] etc. Using Monte-Carlo based stochastic numerical integration rules is another possibility resulting in Monte-Carlo Kalman filter (MCKF) [12]. Recently, in [13] a stochastic integration filter (SIF) based on the third-degree stochastic spherical-radial rule was presented that provided asymptotically exact integral evaluations with faster convergence as compared to MCKF. The SIF can be considered as a stochastic counterpart of third-degree CKF. The inadequacy of third-degree integration rules in problems involving high nonlinearities and large uncertainties has been noted in the works of Jia et al. [14], [15]. Consequently, in the past few years, many researchers have focused their efforts on the development of higher-degree cubature Kalman filters [16], [17], [18]. The motivation behind our work is to discuss the development and performance of higher-degree stochastic counterparts of these cubature filters. We first describe stochastic integration rules for an arbitrary degree, and then proceed to develop a fifth-degree SIF. This paper is organized as follows: Section II describes Bayesian filtering briefly. Section III presents stochastic spherical-radial (integration) rule of a generic degree. Section IV proposes a fifth-degree stochastic integration rule for Bayesian filtering. Section V presents simulation results, and Section VI draws conclusions. II. B AYESIAN F ILTERING F RAMEWORK Consider a representative nonlinear system: x k = f ( x k − 1 ) + w k , (1a) y k = h ( x k ) + v k , (1b) where x k ∈ R n and y k ∈ R m are state and observation vectors, respectively. The system model f ( · ) and the observation model h ( · ) are nonlinear functions. The noise processes w k and v k represent the uncertainties in the models and are zero mean Gaussian random processes, i.e., w k ∼ N ( 0 ; Q k ) and v k ∼ N ( 0 ; R k ) . Let Y k = { y 0 , y 1 , · · · , y k } be the set of all available observations at k th instant. The aim of filtering process is to provide an estimate of the state vector given Y k . We know that the 2 State prediction step: ˆ x k | k − 1 = E [ x k | Y k − 1 ] = ∫ f ( x k − 1 ) N x k − 1 (ˆ x k − 1 | k − 1 , P xx k − 1 | k − 1 ) d x k − 1 (2) P xx k | k − 1 = E [( x k − ˆ x k | k − 1 )( x k − ˆ x k | k − 1 ) T | Y k − 1 ] = Q k − ˆ x k | k − 1 ˆ x T k | k − 1 + ∫ f ( x k − 1 ) f ( x k − 1 ) T N x k − 1 (ˆ x k − 1 | k − 1 , P xx k − 1 | k − 1 ) d x k − 1 , (3) Observation prediction step: ˆ y k | k − 1 = E [ y k | x k , Y k − 1 ] = ∫ h ( x k ) N x k (ˆ x k | k − 1 , P xx k | k − 1 ) d x k , (4) P xy k | k − 1 = E [( x k − ˆ x k | k − 1 )( y k − ˆ y k | k − 1 ) T ∣ ∣ x k , Y k − 1 ] = ∫ x k h ( x k ) T N x k (ˆ x k | k − 1 , P xx k | k − 1 ) d x k − ˆ x k | k − 1 ˆ y T k | k − 1 , (5) P yy k | k − 1 = E [( y k − ˆ y k | k − 1 )( y k − ˆ y k | k − 1 ) T | x k , Y k − 1 ] = ∫ h ( x k ) h ( x k ) T N x k (ˆ x k | k − 1 , P xx k | k − 1 ) d x k − ˆ y k | k − 1 ˆ y T k | k − 1 + R k (6) Bayesian filter correction step: ˆ x k | k = ˆ x k | k − 1 + P xy k | k − 1 [ P yy k | k − 1 ] − 1 ( y k − ˆ y k | k − 1 ) , (7) P xx k | k = P xx k | k − 1 − P xy k | k − 1 [ P yy k | k − 1 ] − 1 [ P xy k | k − 1 ] T . (8) optimal estimate in terms of minimum mean square error (MSE) is given by ˆ x k | k = E[ x k | Y k ] , i.e., ˆ x k | k = ∫ x k p ( x k | Y k ) d x k . Using Bayes theorem, we get p ( x k | Y k ) = 1 c p ( y k | x k ) p ( x k | Y k − 1 ) , where p ( x k | Y k − 1 ) = ∫ p ( x k | x k − 1 ) p ( x k − 1 | Y k − 1 ) d x k − 1 , and c := p ( y k | Y k − 1 ) . Hence we have a recursive relation to evaluate p ( x k | Y k ) and consequently ˆ x k | k . Assuming that p ( x k | Y k ) = N x k (ˆ x k | k , P xx k | k ) and p ( x k | Y k − 1 ) = N x k (ˆ x k | k − 1 , P xx k | k − 1 ) , the optimal estimate ˆ x k | k admits a solution [1], see (2)-(8). Note that the Bayesian filtering process essentially breaks down to the evaluation of Gaussian weighted integrals of the form I ( s ) = ∫ s ( x ) N x (ˆ x , P ) d x . The integral I ( s ) , in general, does not admit a closed- form solution, and thus, numerical integration is employed [2], [9], [11], [13]. 3 III. S TOCHASTIC I NTEGRATION M ETHOD Here, we describe stochastic integration method of arbitrary accuracy to approximate the Gaussian weighted integral I ( s ) , and consequently develop a fifth-degree stochastic integration (Bayesian) filter. We introduce a transformation x = ˆ x + √ P c , where P = √ P √ P T [1]; accordingly, the Gaussian weighted integral is written as ∫ s (ˆ x + √ P c ) N c ( 0 , I ) d c = ∫ g ( c ) N c ( 0 , I ) d c =: I ( g ) , where g ( c ) := s (ˆ x + √ P c ) . Secondly, we introduce a change of variable to convert the integral into the radial-spherical coordinate system, i.e., we let c = r z , with zz T = 1 , w ( || c || ) := (2 π ) − n 2 exp( − 1 2 c T c ) , and r 2 = c T c [19], I ( g ) = ∫ z T z ∫ ∞ 0 w ( r ) r n − 1 g ( r z ) d r d z , (9) where w ( r ) = (2 π ) − n 2 exp( − 1 2 r 2 ) . We approximate the radial integral using a stochastic radial rule of the form I r ( g ) = ∫ ∞ 0 w ( r ) r ( n − 1) g ( r ) d r (10a) ≈ N r ∑ i =0 ̟ r,i [ g ( ρ i ) + g ( − ρ i ) 2 ] (10b) where weights { ̟ r,i } with a set of random points { ρ i } are selected such that (10b) becomes a d th-degree integration rule for (10a). Similarly, we have a spherical rule I z ( g ) = ∫ z T z g ( z ) d z ≈ N s ∑ j =0 ̟ s,j g ( Q z j ) . (11) Combining (10b) and (11), a product stochastic spherical-radial rule is defined to approximate I ( g ) , i.e., I ( g ) ≈ N s ∑ j =0 ̟ s,j N r ∑ i =0 ̟ r,i [ g ( ρ i Q z j ) + g ( − ρ i Q z j ) 2 ] . (12) where { ̟ s,j } are weights, and Q is an orthogonal matrix. Remark 1 : The spherical-radial rule described above is a d th-degree rule if 1) it is exact for a g ( x ) that can be described by a linear combination of monomials up to degree d , 2) It is not exact for at least one monomial of degree d + 1 . Moreover, if the radial rule in (10b) and the spherical rule in (11) are both d th-degree, then the resulting spherical-radial rule in (12) is d th-degree as well [16]. 4 A. Stochastic Radial Rule To realize the radial rule (10b), we have a proposition: Proposition 1 [19] : If weights ̟ r,i in (10b) are defined by ̟ r,i = I r   N r ∏ k =0 ,k 6 = i r 2 − ρ 2 k ρ 2 i − ρ 2 k   , (13) where ρ 0 = 0 and ρ i is chosen from a distribution proportional to p ( ρ 1 , ρ 2 , · · · , ρ N r ) = ∏ N r i =1 ρ n +1 i w ( ρ i ) ∏ i − 1 k =1 ( ρ i − ρ k ) 2 ( ρ i + ρ k ) , then (10b) is an unbiased degree 2 N r + 1 integration rule for I r ( g ) . Remark 2 : Note that, it is not straightforward to sample the distribution p ( ρ 1 , ρ 2 , · · · , ρ N r ) for an arbitrary N r . For N r = 1 , the required probability is p ( ρ 1 ) ∝ ( ρ 1 ) n +1 exp( − ρ 2 1 / 2) , i.e., a chi-distribution with n +2 degrees of freedom. For N r = 2 , p ( ρ 1 , ρ 2 ) ∝ ( ρ 1 ρ 2 ) n +1 exp( − 1 2 ( ρ 2 1 + ρ 2 2 ))( ρ 2 − ρ 1 ) 2 ( ρ 2 + ρ 1 ) . The probability p ( ρ 1 , ρ 2 ) is not a standard distribution; however, if we choose some η 1 from chi-distribution with 2 n + 7 degrees of freedom, and some η 2 from beta-distribution with α = n + 2 and β = 3 2 , then ρ 1 = η 1 sin( 1 2 sin − 1 ( η 2 )) and ρ 2 = η 1 cos( 1 2 sin − 1 ( η 2 )) will be distributed proportional to p ( ρ 1 , ρ 2 ) [19]. For N r ≥ 3 , the resulting joint distributions are either not standard or not easily factored into standard forms, and hence methods like Monte-Carlo sampling, such as rejection sampling [20], may be employed. B. Stochastic Spherical Rule A large variety of deterministic integration rules are available in literature to approximate the spherical integral I z ( g ) . For instance, [16] describes a method to develop spherical rules of arbitrary degrees based on the work of Genz [21]. More efficient fifth- and seventh-degree rules can be found in [22] and [23], respectively. Here, however, we are interested in converting a given deterministic rule into a stochastic one. To do so, we exploit the following proposition: Proposition 2 [19] : Let S ( g ) = ∑ N s j =0 ̟ s,j g ( z j ) be an integration rule of degree d for the integral I z ( g ) . If Q is a uniformly chosen n × n orthogonal matrix, then S Q ( g ) = ∑ N s j =0 ̟ s,j g ( Q z j ) is also an unbiased integration rule of degree d for I z ( g ) . Remark 3 : We can develop a stochastic spherical rule of an arbitrary degree using Proposition 2 and any of the various rules available in the literature [21], [22], [23]. The standard method for generating Q is to set it equal to the Q matrix of the QR -factorization of an n × n random matrix X , where each entry of X is independent and distributed in N (0 , 1) . More efficient methods can be found in [24]. 5 C. Fifth-degree Stochastic Spherical Radial Rule To develop a fifth-degree stochastic radial rule ( N r = 2 ), we note from Proposition 1 that the corresponding weights ̟ r, 0 , ̟ r, 1 and ̟ r, 2 are evaluated as follows: ̟ r, 0 = I r ( ( r 2 − ρ 2 1 )( r 2 − ρ 2 2 ) ρ 2 1 ρ 2 2 ) = T [ 1 − n ( ρ 2 1 + ρ 2 2 − ( n + 2)) ρ 2 1 ρ 2 2 ] (14a) ̟ r, 1 = I r ( r 2 ( r 2 − ρ 2 2 ) ρ 2 1 ( ρ 2 1 − ρ 2 2 ) ) = T n ( n + 2 − ρ 2 2 ) ρ 2 1 ( ρ 2 1 − ρ 2 2 ) (14b) ̟ r, 2 = I r ( r 2 ( r 2 − ρ 2 1 ) ρ 2 2 ( ρ 2 2 − ρ 2 1 ) ) = T n ( n + 2 − ρ 2 1 ) ρ 2 2 ( ρ 2 2 − ρ 2 1 ) (14c) where T = π − n/ 2 Γ( n/ 2) . The method for generating ρ 1 , ρ 2 has been discussed in Remark 2 . For the fifth-degree stochastic spherical rule, we first employ the deterministic spherical-simplex method [17], [22] and then make use of Proposition 2 to convert it into a stochastic rule. The spherical-simplex rule is given as: I z ( g ) ≈ 2 ̟ s, 1 T n +1 ∑ j =1 [ g ( a j ) + g ( − a j ) ] + 2 ̟ s, 2 T n ( n +1) / 2 ∑ j =1 [ g ( b j ) + g ( − b j ) ] , (15) where 2 /T is the surface area of unit sphere, the weights are given as ̟ s, 1 = (7 − n ) n 2( n +1) 2 ( n +2) and ̟ s, 2 = 2( n − 1) 2 n ( n +1) 2 ( n +2) . The vector points a j = [ a j, 1 , a j, 1 , · · · , a j,n ] T are the vertices of an n -simplex and are given as a j,k =            − √ n +1 n ( n − k +2)( n − k +1) , k < j + √ ( n +1)( n − j +1) n ( n − j +2) , k = j 0 , k > j (16) Whereas, b j are the midpoints of a j projected onto the spherical surface, i.e., b j = √ n/ (2( n − 1))( a k + a l ) : k < l , and l = 1 , 2 , · · · , n + 1 . Finally, using (12)-(15), the integral I ( g ) in (9) can be approximated using the stochastic spherical-radial rule as expressed in (17)-(18), where ̟ 0 = 1 − n ( ρ 2 1 + ρ 2 2 − ( n + 2)) / ( ρ 2 1 ρ 2 2 ) and ̄ g ( x ) = 1 2 ( g ( x ) + g ( − x )) . Remark 4 : To achieve global convergence, the stochastic integration is evaluated N m times and averaged. In each evaluation, independent realizations of random entities ρ 1 , ρ 2 and Q are considered. From (18), we note that each iteration operates for n 2 + 3 n + 3 points. Hence, the total number of function evaluations required is N m ( n 2 + 3 n + 3) . IV. S TOCHASTIC I NTEGRATION F ILTERING Here, we describe the procedure to recursively estimate ˆ x k | k using the stochastic integration rule described in Section III-C. The filter is initialized with ˆ x 0 | 0 = E[ x 0 ] and P 0 | 0 = E [( x 0 − ˆ x 0 | 0 )( x 0 − ˆ x 0 | 0 ) T ] . 6 I ( g ) ≈ ̟ s, 1 n +1 ∑ j =1 [ ̟ r, 0 g ( 0 ) + ̟ r, 1 g ( − ρ 1 Q a j ) + g ( ρ 1 Q a j ) 2 + ̟ r, 2 g ( − ρ 2 Q a j ) + g ( ρ 2 Q a j ) 2 ] + ̟ s, 2 n ( n +1) / 2 ∑ j =1 [ ̟ r, 0 g ( 0 ) + ̟ r, 1 g ( − ρ 1 Q b j ) + g ( ρ 1 Q b j ) 2 + ̟ r, 2 g ( − ρ 2 Q b j ) + g ( ρ 2 Q b j ) 2 ] (17) ≈ ̟ 0 g ( 0 ) + ̟ s, 1 n +1 ∑ j =1 [ ̟ r, 1 ̄ g ( ρ 1 Q a j ) + ̟ r, 2 ̄ g ( ρ 2 Q a j ) ] + ̟ s, 2 n ( n +1) / 2 ∑ j =1 [ ̟ r, 1 ̄ g ( ρ 1 Q b j ) + ̟ r, 2 ̄ g ( ρ 2 Q b j ) ] (18) The filtering procedure is carried out by repeating the following steps for each instance k . For the state prediction step , we set μ = ˆ x k − 1 | k − 1 , Σ = P xx k − 1 | k − 1 and generate independent realizations of ρ l 1 , ρ l 2 and Q l for l = 1 , 2 , · · · , N m . Then, for each l , we generate the following set of sigma-points for j = 1 , 2 : X l i,a,ρ j = μ + √ Σ ρ l j Q l a i 0 < i ≤ n + 1 , (19a) X l i,b,ρ j = μ + √ Σ ρ l j Q l b i 0 < i ≤ n ( n + 1) / 2 . (19b) Let f 1 ( x ) = f ( x ) , f 2 ( x ) = f ( x ) f ( x ) T , and ̄ f i ( x ) = 1 2 ( f i ( x ) + f i ( − x )) , for i = 1 , 2 . Then, using (18), the integrals in (2) and (3) are approximated as ˆ x k | k − 1 = 1 N m N m ∑ l =1 [ f ( μ ) ̟ l 0 + ̟ s, 1 n +1 ∑ i =1 2 ∑ j =1 ̄ f 1 ( X l i,a,ρ j ) ̟ l r,j + ̟ s, 2 n ( n +1) / 2 ∑ i =1 2 ∑ j =1 ̄ f 1 ( X l i,b,ρ j ) ̟ l r,j ] , (20a) P xx k | k − 1 = 1 N m N m ∑ l =1 [ f ( μ ) f ( μ ) T ̟ l 0 + ̟ s, 1 n +1 ∑ i =1 2 ∑ j =1 ̄ f 2 ( X l i,a,ρ j ) ̟ l r,j + ̟ s, 2 n ( n +1) / 2 ∑ i =1 2 ∑ j =1 ̄ f 2 ( X l i,b,ρ j ) ̟ l r,j ] + Q k − ˆ x k | k − 1 ˆ x T k | k − 1 . (20b) For the observation prediction step , we set μ = ˆ x k | k − 1 , Σ = P xx k | k − 1 and generate a new set of sigma-points using (19). Let h 1 ( x ) = h ( x ) , h 2 ( x ) = x h ( x ) T , h 3 ( x ) = h ( x ) h ( x ) T and ̄ h i ( x ) = 1 2 ( h i ( x ) + h i ( − x )) , 7 i = 1 , 2 , 3 . Now using (18), the integrals in (4), (5) and (6) are approximated as ˆ y k | k − 1 = 1 N m N m ∑ l =1 [ h ( μ ) ̟ l 0 + ̟ s, 1 n +1 ∑ i =1 2 ∑ j =1 ̄ h 1 ( X l i,a,ρ j ) ̟ l r,j + ̟ s, 2 n ( n +1) / 2 ∑ i =1 2 ∑ j =1 ̄ h 1 ( X l i,b,ρ j ) ̟ l r,j ] , (21a) ˆ P xy k | k − 1 = 1 N m N m ∑ l =1 [ μ h ( μ ) T ̟ l 0 + ̟ s, 1 n +1 ∑ i =1 2 ∑ j =1 ̄ h 2 ( X l i,a,ρ j ) T ̟ l r,j + ̟ s, 2 n ( n +1) / 2 ∑ i =1 2 ∑ j =1 ̄ h 2 ( X l i,b,ρ j ) T ̟ l r,j ] − ˆ x k | k − 1 ˆ y T k | k − 1 , (21b) ˆ P yy k | k − 1 = 1 N m N m ∑ l =1 [ h ( μ ) h ( μ ) T ̟ l 0 + ̟ s, 1 n +1 ∑ i =1 2 ∑ j =1 ̄ h 3 ( X l i,a,ρ j ) ̟ l r,j + ̟ s, 2 n ( n +1) / 2 ∑ i =1 2 ∑ j =1 ̄ h 3 ( X l i,b,ρ j ) ̟ l r,j ] − ˆ y k | k − 1 ˆ y T k | k − 1 + R k . (21c) Finally, the correction step follows (7)-(8). V. S IMULATION RESULTS In this Section, we compare the performance of the proposed SIF with the third-degree SIF, third- and fifth-degree CKF, and fifth-degree quasi-stochastic filter [25]. The first example considers approximating a nonlinear integral; whereas, the second example considers a filtering scenario. A. Approximating a Nonlinear Integral Let x = [ x 1 , x 2 , · · · , x n ] T be a random vector consisting of zero-mean independent Gaussian variables, i.e., x ∼ N x ( 0 , I ) . We consider a Gaussian weighted integral of the form I ( g ) = ∫ g ( x ) N x ( 0 , I ) d x , where g ( x ) = ∑ n i =1 x i i . The true value of the integral is I T = ∑ n p =1 ( p − 1)!! I i ( p ) , where !! denotes double factorial and I i ( p ) is an indicator function that returns 0 if p is odd and 1 if p is even. For n = 6 and consequently I T = 19 , the relative error, defined as R e = | I T − I A | /I T , for various approximation methods is tabulated in Table I, where I A is the approximate value obtained by the various integration rules. We provide the maximum and the average error values for the stochastic methods obtained after 1000 runs. The deterministic methods, i.e., the third- and fifth-degree CKF, have the same value of the maximum and average error, hence only average values are shown. The value of N m is adjusted such that all stochastic integration methods utilize approximately the same number of points. We observe that, 8 for the given scenario, both third- and fifth-degree CKF give unreliable approximations and have very large values of relative errors. The stochastic methods, on the other hand, provide superior average performances and the proposed fifth-degree SIF outperforms all other filters. Furthermore, the third-degree SIF is found to have a very large value of maximum relative error, and hence, may occasionally give large errors in filtering applications. Moreover, we employed Monte-Carlo integration, where I ( g ) is approximated using the average of 600 random realizations of g ( x ) ; note that it performed far inferior to proposed scheme. TABLE I R ELATIVE ERRORS OF ADDRESSED INTEGRAL RULES Rule R e, max % R e, mean % N m Points Third-degree CKF — 104.0521 — 12 Fifth-degree CKF — 57.89 — 56 Third-degree SIF 83.11 13.92 50 600 Fifth-degree SIF 24.98 6.43 10 570 Fifth-degree QSIF 23.68 15.89 10 560 Monte-Carlo Integration 99.25 18.33 — 600 B. Nonlinear Filtering We consider the following state-space model [18] x k = 0 . 9 x k − 1 + w k , (22a) y k = z q k + v k , (22b) where z k = (1 + x T k x k ) 2 , w k ∼ N ( 0 , Q ) with Q = 100 I n and n = 10 , and v k ∼ N (0 , R ) with R = 10 . The filter is initialized with ˆ x 0 | 0 = E[ x 0 ] , where x 0 ∼ N ( 1 n × 1 , P xx 0 | 0 ) and P xx 0 | 0 = 10 I n . The parameter q can be tuned to adjust the degree of nonlinearity in the state-space model. We have carried out the simulation experiments for various values of q . We compare the performance of various filters using root-mean-square-error (RMSE) as the performance metric, the RMSE is obtained using the following relation: RMSE k = √ √ √ √ 1 N MC N MC ∑ m =1 || ˆ x k | k,m − x k || 2 2 , (23) where N MC = 500 . The parameter N m is set equal to 10 for both fifth-degree SIF and QSIF; while, it is 50 for the third-degree SIF. In Fig. 1 (above) for q = 2 , we observe that the fifth-degree CKF and QSIF have similar performances, and they perform better than the third-degree CKF; the third- and fifth-degree SIFs, however, outperform the fifth-degree CKF and QSIF. In Fig. 1 (below) for q = 4 , we observe that, all 9 filters exhibit large peaks in their respective RMSE values, but that of proposed fifth-degree SIF remains stable and smaller. 20 23 26 29 32 RMSE CKF3 CKF5 SIF3 QSIF5 SIF5 50 100 150 200 10 40 70 100 Time index, k RMSE q = 2 q = 4 Fig. 1. Comparison of RMSE of the proposed fifth-degree SIF (SIF5) with third-degree SIF (SIF3), third-degree CKF (CKF3), fifth-degree CKF (CKF5), and fifth-degree QSIF (QSIF5) for q = 2 (above), and q = 4 (below). VI. C ONCLUSION In this letter, we discussed the utilization of higher-degree spherical-radial stochastic integration rules for nonlinear Bayesian filtering. We specifically developed a fifth-degree stochastic integration filter (SIF). The performance of the proposed filter was compared with the third- and fifth-degree cubature Kalman filter, the third-degree SIF, and the fifth-degree quasi-SIF for a nonlinear filtering scenario. It was observed that the proposed fifth-degree SIF can perform better than existing ones. R EFERENCES [1] A. Haug, Bayesian estimation and tracking: a practical guide . John Wiley and Sons, 2012. [2] I. Arasaratnam and S. Haykin, “Cubature Kalman filters,” IEEE Trans. Automatic Control , vol. 54, no. 6, pp. 1254–1269, 2009. [3] N. Gordon, D. Salmond, and A. Smith, “Novel approach to nonlinear/non-Gaussian Bayesian state estimation,” in IEE Proceed. F-Radar and Signal Processing , vol. 140, no. 2, 1993, pp. 107–113. 10 [4] D. Alspach and H. Sorenson, “Nonlinear Bayesian estimation using Gaussian sum approximations,” IEEE Trans. Automatic Control , vol. 17, no. 4, pp. 439–448, 1972. [5] M. ˇ Simandl, J. Kr ́ alovec, and T. S ̈ oderstr ̈ om, “Advanced point-mass method for nonlinear state estimation,” Automatica , vol. 42, no. 7, pp. 1133–1145, 2006. [6] S. Schmidt, “The Kalman filter – its recognition and development for aerospace applications,” Jnl. Guidance, Control, and Dynamics , vol. 4, no. 1, pp. 4–7, 1981. [7] M. ˇ Simandl and J. Dun ́ ık, “Derivative-free estimation methods: new results and performance analysis,” Automatica , vol. 45, no. 7, pp. 1749–1757, 2009. [8] J. Sarmavuori and S. S ̈ arkk ̈ a, “Fourier-Hermite Kalman filter,” IEEE Trans. Automatic Control , vol. 57, no. 6, pp. 1511–1515, 2012. [9] Y. Wu, D. Hu, M. Wu, and X. Hu, “A numerical-integration perspective on Gaussian filters,” IEEE Trans. Signal Processing , vol. 54, no. 8, pp. 2910–2921, 2006. [10] J. Uhlmann, S. Julier, and H. Durrant-Whyte, “A new method for the nonlinear transformation of means and covariances in filters and estimations,” IEEE Trans. Automatic Control , vol. 45, 2000. [11] K. Ito and K. Xiong, “Gaussian filters for nonlinear filtering problems,” IEEE Trans. Automatic Control , vol. 45, no. 5, pp. 910–927, 2000. [12] P. Song and K. Xue, “Monte-Carlo Kalman filter and smoothing for multivariate discrete state space models,” Canadian Jnl. Statistics , vol. 28, no. 3, pp. 641–652, 2000. [13] J. Dunik, O. Straka, and M. Simandl, “Stochastic integration filter,” IEEE Trans. Automatic Control , vol. 58, no. 6, pp. 1561–1566, 2013. [14] B. Jia, M. Xin, and Y. Cheng, “Sparse Gauss-Hermite quadrature filter with application to spacecraft attitude estimation,” Jnl. Guidance, Control, and Dynamics , vol. 34, no. 2, pp. 367–379, 2011. [15] ——, “Sparse-grid quadrature nonlinear filtering,” Automatica , vol. 48, no. 2, pp. 327–341, 2012. [16] ——, “High-degree cubature Kalman filter,” Automatica , vol. 49, no. 2, pp. 510–518, 2013. [17] S. Wang, J. Feng, and C. Tse, “Spherical simplex-radial cubature Kalman filter,” IEEE Signal Processing Letters , vol. 21, no. 1, pp. 43–46, 2014. [18] Y. Zhang, Y. Huang, Z. Wu, and N. Li, “Seventh-degree spherical simplex-radial cubature Kalman filter,” in Proc. IEEE Chinese Control Conference , 2014, pp. 2513–2517. [19] A. Genz and J. Monahan, “Stochastic integration rules for infinite regions,” SIAM Jnl. Scientific Computing , vol. 19, no. 2, pp. 426–439, 1998. [20] J. Liu, Monte-Carlo strategies in scientific computing . Springer Science and Business Media, 2008. [21] A. Genz, “Fully symmetric interpolatory rules for multiple integrals over hyper-spherical surfaces,” Jnl. Computational and Applied Mathematics , vol. 157, no. 1, pp. 187–195, 2003. [22] J. Lu and D. Darmofal, “Higher-dimensional integration with Gaussian weight for applications in probabilistic design,” SIAM Jnl. Scientific Computing , vol. 26, no. 2, pp. 613–624, 2004. [23] S. Stoyanova, “Cubature formulae of the seventh-degree of accuracy for the hypersphere,” Jnl. Computational and Applied Mathematics , vol. 84, no. 1, pp. 15–21, 1997. [24] A. Genz, “Methods for generating random orthogonal matrices,” Monte Carlo and Quasi-Monte Carlo Methods , pp. 199–213, 1998. [25] Y. Zhang, Y. Huang, Z. Wu, and N. Li, “Quasi-stochastic integration filter for nonlinear estimation,” Mathematical Problems in Engineering , vol. 2014, 2014.