Reducing Computational Load in Solution Separation for Kalman Filters and an Application to PPP Integrity

J. Blanch, Kazuma Gunning, T. Walter, Lance de Groot, Laura Norman
{"title":"Reducing Computational Load in Solution Separation for Kalman Filters and an Application to PPP Integrity","authors":"J. Blanch, Kazuma Gunning, T. Walter, Lance de Groot, Laura Norman","doi":"10.33012/2019.16721","DOIUrl":null,"url":null,"abstract":"This paper investigates two techniques to reduce the computational load of running multiple fault tolerant Kalman filters in order to provide integrity. These approaches are then exploited in the implementation of a solution separation integrity monitoring algorithm in a PPP Kalman filter solution. We evaluate the techniques using GNSS data collected in static and driving conditions. In our scenarios, these techniques lead to computational load reductions of at least 70% at the expense of protection level degradations of about 50%. INTRODUCTION Until recently, Precise Point Positioning (PPP) techniques [1] have mostly been used to provide high accuracy. There is a growing interest in translating the benefits of PPP to integrity and enabling its application to safety critical applications in rail, automotive, maritime, and even air navigation [2], [3], [4], [5]. In [5], we demonstrated how techniques developed for aviation applied to PPP can produce meter-level protection levels in automotive and aviation scenarios. This was achieved by implementing an integrity monitoring algorithm based on solution separation, akin to the one used to analyze Advanced RAIM performance [6], to the PPP Kalman filter solution. The principle of solution separation is to run a bank of filters, where each filter is fault tolerant to a fault or set of faults. The fault detection statistic is the difference between each of these solutions and the all-in-view solution. In addition to their optimality properties [7], solution separation algorithms offer a straightforward proof of integrity, and good performance [5]. However, they can also be expensive in terms of memory and processing time, because they require the receiver to compute a bank of filters (or a process computationally equivalent to a bank of filters, as in [11]). In the worst case, the computational load will be proportional to the number of filters. In [5] we showed that it was possible to dramatically reduce the cost of running the bank of filters: depending on the filter complexity (that is, the number of estimated states), we could run 20 to 50 additional filters for the cost of one. This was obtained by exploiting the fact that, in PPP, many of the elements in the computation (error models, corrections, etc) are common to the all filters, so that it is sufficient to compute them once for the all-in-view filter. Also, all the measurements are linearized with respect to the all-in-view position solution, which further simplifies the subset solution filters. The goal of this paper is to introduce and investigate techniques to reduce even further the cost of the solution separation for Kalman filter solutions. When the number of states is large (larger than 50), which is the expectation in a PPP multifrequency user algorithm, there are at least two steps that are computationally expensive: the determination of the Kalman gain, and the determination of the new error covariance. The first technique under investigation consists in using a set of suboptimal filters for the subset solutions (instead of the optimal filter), where the Kalman gain for each subfilter is derived from the all-in-view and does not require a full matrix inversion. The second technique that we will evaluate is the consolidation of faults into a few subsets. This is another type of suboptimal subset solution that has already been evaluated for snapshot solutions in Advanced RAIM [8], [9]. For the experimental evaluation, we will use our sequential PPP filter implementation [5], which is based on a simple extended Kalman filter with estimated parameters comprising the receiver position, clock biases for each constellation in use, a tropospheric delay, and float ambiguities for each tracked carrier phase. Dual-frequency measurements are incorporated from GPS, GLONASS, Galileo, and BeiDou. The precise orbit and clock estimates are drawn from the IGS MGEX analysis centers. SUBOPTIMAL SUBSET SOLUTIONS: FIRST APPROACH For the approach outlined here, we only consider the measurement update step of the Kalman filter. For the all-in-view filter (indicated by the index 0), we have the following Kalman filter equations:           0 0 0 0 1| 1 1| 1| 1 1 1| ˆ ˆ ˆ T t t t t t t t t t x x C G W y Gx           (1) Where   0 1| 1 ˆ t t x   is the a posteriori state estimate,   0 1| ˆ t t x  is the a priori estimate, G is the observation matrix, W is the inverse of the measurement noise matrix, y is the vector of measurements, and   0 1| 1 t t C   is the error covariance of the a posteriori state estimate. We have:         1 1 0 0 1| 1 1| T t t t t C C G WG        (2) Where     1 0 1| t t C   is the error covariance of the a priori estimate. Subset filter solutions In this paper we will consider probability faults of 10 and 10 per hour. For an integrity of 10 per hour, this means that we need to compute the solution separation statistic of all one out subsets in the case of 10 and two out subsets for 10 [8]. The subset filter Kalman filter equations (indexed by k) are similar to the all-in-view ones:                 1| 1 1| 1| 1 1 1| ˆ ˆ ˆ k k k k T k k k t t t t t t t t t x x C G W y G x           (3)               1 1 1| 1 1| k k k k k T t t t t C C G W G        (4) The only difference with respect to the all-in-view is that we only use a subset of the available measurements to update the state estimate. One of the most onerous steps in this process is the computation of the covariance as written in Equation (4) . As can be seen, we need at least two matrix inversions, where both matrices are n by n with n being close to a 100. (We note that the geometry matrix is often as large, so a matrix update formula will not substantially reduce the computational load). The first approach consists in using a suboptimal filter for   1| 1 ˆ k t t x   instead of the optimal one defined above. More precisely, we define it as follows:                   1| 1 1| 1| 1 1| ˆ ˆ ˆ k k k k T k k k k t t t t t t t t x x G W y G x          (5) Where the matrix   1| 1 k t t    is no longer given by Equation (4). Instead, we attempt to find a matrix that will result in a reasonable estimator but that is cheaper to compute. One possible approach is to compute this matrix as if the prior of the estimated states was given by the prior of the all-in-view filter:               1 1 0 1| 1 1| k k k k T t t t t C G W G         (6) The advantage is that this matrix can be obtained without a full matrix inversion. We have:               1 1 0 1| 1 1| k k k k T T T t t t t C G WG G W G G WG           (7) In most cases, the rank of the matrix       k k k T T G W G G WG  is considerably smaller than the rank of     1 0 1| T t t C G WG    . For example, in the one out case of our PPP filter, the rank of this matrix is 4. We can write:             k k k k k k T T T G WG G W G G W G   (8)               1 1 0 1| 1 1| k k k k T T t t t t C G WG G W G          (9) Using the Woodbury matrix identity, we get:                       1 0 0 1 0 0 1| 1 1|t 1 1|t 1 1|t 1 1|t 1 k k T k k k k T t t t t t t C C G W G C G G C                 (10) The use of this formula can speed up the calculation of   1| 1 k t t    , because the matrix to invert is usually much smaller than the whole covariance matrix. Standard matrix inversion algorithms require around 2/3n basic operations, so the computational load is significantly reduced (from almost a million to less than a hundred). The new Kalman gain is given by:                                     0 0 0 1|t 1 1|t 1 1| 1 0 1| 1 1| 1 1 t t k T k k T k k T k t k k T k k k k t k T t t t t C G W C G K G W I W G C G G W C G W                 (11) Where we have highlighted what has already been computed in the all-in-view filter. New subset covariance As opposed to the optimal filter, the covariance after the update is not given by   1| 1 k t t    . Instead, it is given by:           1 1| 1 1| T k k k T t t t t C I K C I K KW K         (12) SUBOPTIMAL SUBSET SOLUTIONS: SECOND APPROACH The second approach can be described much more succinctly. It consists in grouping the faults so that we do not need to run as many filters. For example, instead of running a filter for a fault in satellite i and another one for a fault in satellite j, we run a filter that is fault tolerant to both i and j. This will result in a weaker solution position, and therefore larger protection levels. This second approach can be considered a suboptimal subset solution approach because each fault is accounted by a suboptimal filter. For this paper, the groups were formed based on the PRN number, which is mostly equivalent to a random grouping with regard to geometry. DATA AND PROTECTION LEVEL CALCULATION We used two types of GNSS data: one collected by a static receiver and one collected by a receiver installed in a car. The GNSS data collected in road conditions is described in [5] and briefly summarized here: • Receiver: NovAtel OEM 7500 • 1 Hour Driving Data on March 1, 2018 • GPS (L1 C/A -L2P semi-codeless), GLONASS (L1 C/A-L2P) at 1 Hz • Truth positions provided by NovAtel OEM729 with tactical-grade IMU with forward and reverse processing Specifically, we choose the open sky conditions. The static GNSS corresponded to the following conditions: • Receiver: Trimble NetR9 • 6 hours of static data on November 7, 2018 at Stanford • GPS (L1C-L2W), GLONASS (L1C-L2P) at 1 Hz • Truth position from IGS station solutions The error models are and the protection level calculation is also described in [5]. It is a straightforward adaptation of the ARAIM algorithm described in [6] to a Kalman filter solution. The algorithms were r","PeriodicalId":332769,"journal":{"name":"Proceedings of the 2019 International Technical Meeting of The Institute of Navigation","volume":null,"pages":null},"PeriodicalIF":0.0000,"publicationDate":"2019-01-31","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"16","resultStr":null,"platform":"Semanticscholar","paperid":null,"PeriodicalName":"Proceedings of the 2019 International Technical Meeting of The Institute of Navigation","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.33012/2019.16721","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 16

Abstract

This paper investigates two techniques to reduce the computational load of running multiple fault tolerant Kalman filters in order to provide integrity. These approaches are then exploited in the implementation of a solution separation integrity monitoring algorithm in a PPP Kalman filter solution. We evaluate the techniques using GNSS data collected in static and driving conditions. In our scenarios, these techniques lead to computational load reductions of at least 70% at the expense of protection level degradations of about 50%. INTRODUCTION Until recently, Precise Point Positioning (PPP) techniques [1] have mostly been used to provide high accuracy. There is a growing interest in translating the benefits of PPP to integrity and enabling its application to safety critical applications in rail, automotive, maritime, and even air navigation [2], [3], [4], [5]. In [5], we demonstrated how techniques developed for aviation applied to PPP can produce meter-level protection levels in automotive and aviation scenarios. This was achieved by implementing an integrity monitoring algorithm based on solution separation, akin to the one used to analyze Advanced RAIM performance [6], to the PPP Kalman filter solution. The principle of solution separation is to run a bank of filters, where each filter is fault tolerant to a fault or set of faults. The fault detection statistic is the difference between each of these solutions and the all-in-view solution. In addition to their optimality properties [7], solution separation algorithms offer a straightforward proof of integrity, and good performance [5]. However, they can also be expensive in terms of memory and processing time, because they require the receiver to compute a bank of filters (or a process computationally equivalent to a bank of filters, as in [11]). In the worst case, the computational load will be proportional to the number of filters. In [5] we showed that it was possible to dramatically reduce the cost of running the bank of filters: depending on the filter complexity (that is, the number of estimated states), we could run 20 to 50 additional filters for the cost of one. This was obtained by exploiting the fact that, in PPP, many of the elements in the computation (error models, corrections, etc) are common to the all filters, so that it is sufficient to compute them once for the all-in-view filter. Also, all the measurements are linearized with respect to the all-in-view position solution, which further simplifies the subset solution filters. The goal of this paper is to introduce and investigate techniques to reduce even further the cost of the solution separation for Kalman filter solutions. When the number of states is large (larger than 50), which is the expectation in a PPP multifrequency user algorithm, there are at least two steps that are computationally expensive: the determination of the Kalman gain, and the determination of the new error covariance. The first technique under investigation consists in using a set of suboptimal filters for the subset solutions (instead of the optimal filter), where the Kalman gain for each subfilter is derived from the all-in-view and does not require a full matrix inversion. The second technique that we will evaluate is the consolidation of faults into a few subsets. This is another type of suboptimal subset solution that has already been evaluated for snapshot solutions in Advanced RAIM [8], [9]. For the experimental evaluation, we will use our sequential PPP filter implementation [5], which is based on a simple extended Kalman filter with estimated parameters comprising the receiver position, clock biases for each constellation in use, a tropospheric delay, and float ambiguities for each tracked carrier phase. Dual-frequency measurements are incorporated from GPS, GLONASS, Galileo, and BeiDou. The precise orbit and clock estimates are drawn from the IGS MGEX analysis centers. SUBOPTIMAL SUBSET SOLUTIONS: FIRST APPROACH For the approach outlined here, we only consider the measurement update step of the Kalman filter. For the all-in-view filter (indicated by the index 0), we have the following Kalman filter equations:           0 0 0 0 1| 1 1| 1| 1 1 1| ˆ ˆ ˆ T t t t t t t t t t x x C G W y Gx           (1) Where   0 1| 1 ˆ t t x   is the a posteriori state estimate,   0 1| ˆ t t x  is the a priori estimate, G is the observation matrix, W is the inverse of the measurement noise matrix, y is the vector of measurements, and   0 1| 1 t t C   is the error covariance of the a posteriori state estimate. We have:         1 1 0 0 1| 1 1| T t t t t C C G WG        (2) Where     1 0 1| t t C   is the error covariance of the a priori estimate. Subset filter solutions In this paper we will consider probability faults of 10 and 10 per hour. For an integrity of 10 per hour, this means that we need to compute the solution separation statistic of all one out subsets in the case of 10 and two out subsets for 10 [8]. The subset filter Kalman filter equations (indexed by k) are similar to the all-in-view ones:                 1| 1 1| 1| 1 1 1| ˆ ˆ ˆ k k k k T k k k t t t t t t t t t x x C G W y G x           (3)               1 1 1| 1 1| k k k k k T t t t t C C G W G        (4) The only difference with respect to the all-in-view is that we only use a subset of the available measurements to update the state estimate. One of the most onerous steps in this process is the computation of the covariance as written in Equation (4) . As can be seen, we need at least two matrix inversions, where both matrices are n by n with n being close to a 100. (We note that the geometry matrix is often as large, so a matrix update formula will not substantially reduce the computational load). The first approach consists in using a suboptimal filter for   1| 1 ˆ k t t x   instead of the optimal one defined above. More precisely, we define it as follows:                   1| 1 1| 1| 1 1| ˆ ˆ ˆ k k k k T k k k k t t t t t t t t x x G W y G x          (5) Where the matrix   1| 1 k t t    is no longer given by Equation (4). Instead, we attempt to find a matrix that will result in a reasonable estimator but that is cheaper to compute. One possible approach is to compute this matrix as if the prior of the estimated states was given by the prior of the all-in-view filter:               1 1 0 1| 1 1| k k k k T t t t t C G W G         (6) The advantage is that this matrix can be obtained without a full matrix inversion. We have:               1 1 0 1| 1 1| k k k k T T T t t t t C G WG G W G G WG           (7) In most cases, the rank of the matrix       k k k T T G W G G WG  is considerably smaller than the rank of     1 0 1| T t t C G WG    . For example, in the one out case of our PPP filter, the rank of this matrix is 4. We can write:             k k k k k k T T T G WG G W G G W G   (8)               1 1 0 1| 1 1| k k k k T T t t t t C G WG G W G          (9) Using the Woodbury matrix identity, we get:                       1 0 0 1 0 0 1| 1 1|t 1 1|t 1 1|t 1 1|t 1 k k T k k k k T t t t t t t C C G W G C G G C                 (10) The use of this formula can speed up the calculation of   1| 1 k t t    , because the matrix to invert is usually much smaller than the whole covariance matrix. Standard matrix inversion algorithms require around 2/3n basic operations, so the computational load is significantly reduced (from almost a million to less than a hundred). The new Kalman gain is given by:                                     0 0 0 1|t 1 1|t 1 1| 1 0 1| 1 1| 1 1 t t k T k k T k k T k t k k T k k k k t k T t t t t C G W C G K G W I W G C G G W C G W                 (11) Where we have highlighted what has already been computed in the all-in-view filter. New subset covariance As opposed to the optimal filter, the covariance after the update is not given by   1| 1 k t t    . Instead, it is given by:           1 1| 1 1| T k k k T t t t t C I K C I K KW K         (12) SUBOPTIMAL SUBSET SOLUTIONS: SECOND APPROACH The second approach can be described much more succinctly. It consists in grouping the faults so that we do not need to run as many filters. For example, instead of running a filter for a fault in satellite i and another one for a fault in satellite j, we run a filter that is fault tolerant to both i and j. This will result in a weaker solution position, and therefore larger protection levels. This second approach can be considered a suboptimal subset solution approach because each fault is accounted by a suboptimal filter. For this paper, the groups were formed based on the PRN number, which is mostly equivalent to a random grouping with regard to geometry. DATA AND PROTECTION LEVEL CALCULATION We used two types of GNSS data: one collected by a static receiver and one collected by a receiver installed in a car. The GNSS data collected in road conditions is described in [5] and briefly summarized here: • Receiver: NovAtel OEM 7500 • 1 Hour Driving Data on March 1, 2018 • GPS (L1 C/A -L2P semi-codeless), GLONASS (L1 C/A-L2P) at 1 Hz • Truth positions provided by NovAtel OEM729 with tactical-grade IMU with forward and reverse processing Specifically, we choose the open sky conditions. The static GNSS corresponded to the following conditions: • Receiver: Trimble NetR9 • 6 hours of static data on November 7, 2018 at Stanford • GPS (L1C-L2W), GLONASS (L1C-L2P) at 1 Hz • Truth position from IGS station solutions The error models are and the protection level calculation is also described in [5]. It is a straightforward adaptation of the ARAIM algorithm described in [6] to a Kalman filter solution. The algorithms were r
卡尔曼滤波器解分离中减少计算量及其在PPP完整性中的应用
对于每小时10个的完整性,这意味着我们需要计算10的情况下所有一出子集的解分离统计量和10的两出子集的解分离统计量[8]。子集过滤器卡尔曼滤波方程(k)索引类似于all-in-view的:1 | 1 | 1 | 1 1 1 |ˆˆˆk k k k T k k k T T T T T T T T T x x C G W y G(3)1 1 1 | 1 | k k k k k T W T T T T C C G G(4)关于all-in-view唯一不同之处在于,我们只使用可用的测量数据的一个子集来更新状态估计。这个过程中最繁琐的步骤之一是计算如式(4)所示的协方差。可以看出,我们至少需要两个矩阵逆,其中两个矩阵都是n × n,其中n接近于100。(我们注意到几何矩阵通常很大,因此矩阵更新公式不会大大减少计算负载)。第一种方法是使用次优过滤器1| 1 * k * t *,而不是上面定义的最优过滤器。更准确地说,我们定义如下:1 1 1 | 1 | 1 | 1 |ˆˆˆk k k k T k k k k T T T T T T T T x x G W x y G(5)的矩阵1 | 1 k T T不再是由方程(4)。相反,我们试图找到一个矩阵,将导致一个合理的估计,但计算便宜。一个可能的方法是计算这个矩阵,好像之前的估计状态是由之前的all-in-view过滤器:1 1 0 1 | 1 | k k k k T T W T T T C G G(6)这个矩阵的优点是可以获得没有一个完整的矩阵求逆。我们有:1 1 0 1 | 1 | k k k k T T T T T T T C G WG G W G G WG(7)在大多数情况下,矩阵的秩k k k T T G W G G WG大大小于的秩1 0 1 | T T T C G WG。例如,在我们的PPP过滤器的个例中,这个矩阵的秩是4。我们可以写:k k k k k k T T W T G WG G G G W G(8)1 1 0 1 | 1 | k k k k T T T T T T C G WG G W G(9)使用伍德伯里矩阵身份,我们得到:1 1 0 0 1 0 0 1 | 1 | t 1 1 | t 1 1 | 1 | t 1 k k t k k k k t t t t t t t C C G W C G G G C(10)的使用这个公式可以加快计算1 | 1 k t t,因为矩阵转化通常远小于整个协方差矩阵。标准矩阵反演算法需要大约2/3n个基本运算,因此计算负荷显著减少(从近一百万到不到一百)。新的卡尔曼增益是由:1 0 0 0 t 1 | 1 | t 1 1 1 0 1 | 1 | 1 | 1 t t k t k k t k k t k t k k t k k k k t k t t t t t C G W C G k G W W G C G G W C G W(11),强调了已经计算在all-in-view过滤器。与最优滤波器相反,更新后的协方差不是由1| 1 k t t<e:1>给出的。相反,它是这样给出的:11 1| 11 1| T k k k T T T T T C I k C I k k k k k <s:2><s:2> <s:2> <e:2>(12)次优子集解:第二种方法第二种方法可以更简洁地描述。它包括对故障进行分组,这样我们就不需要运行那么多过滤器。例如,我们不是为卫星i中的故障运行一个过滤器,也不是为卫星j中的故障运行另一个过滤器,而是运行一个对i和j都容错的过滤器。这将导致较弱的解决方案位置,因此更大的保护级别。第二种方法可以被认为是次优子集解决方法,因为每个故障都由次优过滤器处理。在本文中,群是基于PRN数组成的,PRN数在几何上基本等同于随机分组。我们使用了两种类型的GNSS数据:一种是由静态接收器收集的,另一种是由安装在汽车上的接收器收集的。道路条件下收集的GNSS数据如[5]所述,并在此简要总结:•接收器:NovAtel OEM 7500•2018年3月1日1小时驾驶数据•GPS (L1 C/A-L2P半编码),GLONASS (L1 C/A-L2P) 1hz•由NovAtel OEM729提供的正反向处理战术级IMU的真值位置。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
求助全文
约1分钟内获得全文 求助全文
来源期刊
自引率
0.00%
发文量
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信