首页 > 最新文献

2022 25th International Conference on Information Fusion (FUSION)最新文献

英文 中文
A Variational Bayes Association-based Multi-object Tracker under the Non-homogeneous Poisson Measurement Process 非齐次泊松测量过程下基于变分贝叶斯关联的多目标跟踪器
Pub Date : 2022-07-04 DOI: 10.23919/fusion49751.2022.9841303
Runze Gan, Qing Li, S. Godsill
The non-homogeneous Poisson process (NHPP) has been widely used to model extended object measurements where one object can generate zero or several measurements; it also provides an elegant solution to the computationally demanding data association problem in multiple object tracking. This paper presents an association-based NHPP system, based on which we propose a variational Bayes association-based NHPP (VB-AbNHPP) tracker that can estimate online the object kinematics and the association variables in parallel. In particular, the VB-AbNHPP tracker can be easily extended to include online static parameter learning (e.g., measurement rates) based on a general coordinate ascent variational filtering framework developed here. The results show that the proposed VB-AbNHPP tracker is superior to other competing methods in terms of implementation efficiency and tracking accuracy.
非齐次泊松过程(NHPP)已被广泛用于模拟扩展对象测量,其中一个对象可以产生零或多个测量;它还为多目标跟踪中计算量大的数据关联问题提供了一种优雅的解决方案。本文提出了一种基于关联的NHPP系统,在此基础上提出了一种基于变分贝叶斯关联的NHPP跟踪器(VB-AbNHPP),该跟踪器可以在线估计目标的运动学和关联变量。特别是,VB-AbNHPP跟踪器可以很容易地扩展到包括在线静态参数学习(例如,测量率)基于这里开发的一般坐标上升变分滤波框架。结果表明,所提出的VB-AbNHPP跟踪器在实现效率和跟踪精度方面优于其他竞争方法。
{"title":"A Variational Bayes Association-based Multi-object Tracker under the Non-homogeneous Poisson Measurement Process","authors":"Runze Gan, Qing Li, S. Godsill","doi":"10.23919/fusion49751.2022.9841303","DOIUrl":"https://doi.org/10.23919/fusion49751.2022.9841303","url":null,"abstract":"The non-homogeneous Poisson process (NHPP) has been widely used to model extended object measurements where one object can generate zero or several measurements; it also provides an elegant solution to the computationally demanding data association problem in multiple object tracking. This paper presents an association-based NHPP system, based on which we propose a variational Bayes association-based NHPP (VB-AbNHPP) tracker that can estimate online the object kinematics and the association variables in parallel. In particular, the VB-AbNHPP tracker can be easily extended to include online static parameter learning (e.g., measurement rates) based on a general coordinate ascent variational filtering framework developed here. The results show that the proposed VB-AbNHPP tracker is superior to other competing methods in terms of implementation efficiency and tracking accuracy.","PeriodicalId":176447,"journal":{"name":"2022 25th International Conference on Information Fusion (FUSION)","volume":"64 5 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-07-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116808031","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 8
A New Method of Non-Deep Network for Fast Vehicle Detection 一种快速车辆检测的非深度网络新方法
Pub Date : 2022-07-04 DOI: 10.23919/fusion49751.2022.9841359
Xihong Zhong, L. Li
To achieve object detection on low-computing devices such as embedded and mobile devices, we propose a new method of the non-deep network for fast vehicle detection. In our method, we use color transformation to address the problem of insufficient training data. To achieve effective object detection of different sizes, we introduce a non-deep network with a parallel double-stream design. The upper stream adopts the downsampling block which contains a 3*3 kernel size convolution layer to extract the feature of small objects. The lower stream uses the downsampling block which contains a 5*5 kernel size convolution layer to realize the detection of large targets. Finally, these extracted features of different receptive fields are fused in the fusion block. We use the one-level output feature from backbone for detection to improve model efficiency. The experimental results show that our network runs real-time on Jetson TX2, and achieves 30.46% mAP on COCO and 77.2% mAP on UA-DETRAC. Our detector is more accurate than YOLO-Fastest and faster than YOLOv4-tiny.
为了在嵌入式和移动设备等低计算设备上实现目标检测,我们提出了一种新的非深度网络快速车辆检测方法。在我们的方法中,我们使用颜色变换来解决训练数据不足的问题。为了实现不同大小目标的有效检测,我们引入了一种并行双流设计的非深度网络。上游采用包含3*3核大小卷积层的下采样块提取小目标的特征。下流使用包含5*5核大小卷积层的下采样块来实现对大目标的检测。最后,将这些提取的不同感受野特征融合到融合块中。我们利用主干网的一级输出特征进行检测,提高了模型效率。实验结果表明,我们的网络在Jetson TX2上实时运行,在COCO上实现了30.46%的mAP,在UA-DETRAC上实现了77.2%的mAP。我们的探测器比YOLOv4-tiny更精确,比YOLOv4-tiny更快。
{"title":"A New Method of Non-Deep Network for Fast Vehicle Detection","authors":"Xihong Zhong, L. Li","doi":"10.23919/fusion49751.2022.9841359","DOIUrl":"https://doi.org/10.23919/fusion49751.2022.9841359","url":null,"abstract":"To achieve object detection on low-computing devices such as embedded and mobile devices, we propose a new method of the non-deep network for fast vehicle detection. In our method, we use color transformation to address the problem of insufficient training data. To achieve effective object detection of different sizes, we introduce a non-deep network with a parallel double-stream design. The upper stream adopts the downsampling block which contains a 3*3 kernel size convolution layer to extract the feature of small objects. The lower stream uses the downsampling block which contains a 5*5 kernel size convolution layer to realize the detection of large targets. Finally, these extracted features of different receptive fields are fused in the fusion block. We use the one-level output feature from backbone for detection to improve model efficiency. The experimental results show that our network runs real-time on Jetson TX2, and achieves 30.46% mAP on COCO and 77.2% mAP on UA-DETRAC. Our detector is more accurate than YOLO-Fastest and faster than YOLOv4-tiny.","PeriodicalId":176447,"journal":{"name":"2022 25th International Conference on Information Fusion (FUSION)","volume":"14 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-07-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"134421273","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Estimation Fusion Based on Simplified Model for Cross-Covariance of Local Estimation Errors 基于局部估计误差交叉协方差简化模型的估计融合
Pub Date : 2022-07-04 DOI: 10.23919/fusion49751.2022.9841394
Qi Tang, Z. Duan, Donglin Zhang, X. Li
Cross-correlation generally exists between local estimation errors in distributed estimation fusion but is hard to know exactly. In some cases, the cross-correlation is partially known (e.g., only correlation level is known approximately or known within an interval). Utilizing correlation information benefits estimation. To use it, one way is to model the correlation by a generalized Pearson's correlation coefficient times the matrix product of local MSE matrices. The correlation coefficient is used to measure linear relation between two random vectors, and is assumed to be random (e.g., uniformly distributed) over the provided interval. Based on the way the cross-covariance matrix is modeled, the assumption about correlation coefficient and by applying best linear unbiased estimation (BLUE) fusion, an estimation fusion algorithm, called expected BLUE fuser (EBF), is presented. Compared with similar algorithms, its comparable or better performance demonstrates its effectiveness. Considering the fusion results under various given correlation intervals, we observe that strong correlation benefits fusion performance, and point out that EBF gets good fusion results when the given correlation interval cover the true correlation coefficient tightly.
在分布式估计融合中,局部估计误差之间普遍存在相互关系,但相互关系难以准确确定。在某些情况下,相互关系是部分已知的(例如,仅在一个区间内近似地或已知相关水平)。利用相关信息进行效益估计。要使用它,一种方法是用广义的Pearson相关系数乘以局部MSE矩阵的矩阵积来建模相关。相关系数用于测量两个随机向量之间的线性关系,并假设在给定的区间内是随机的(例如均匀分布)。基于交叉协方差矩阵的建模方法和相关系数的假设,采用最佳线性无偏估计(BLUE)融合,提出了一种期望BLUE融合算法。与同类算法相比,其性能相当甚至更好,证明了其有效性。结合不同相关区间下的融合结果,发现强相关有利于融合性能,并指出当给定的相关区间紧密覆盖真实相关系数时,EBF的融合效果较好。
{"title":"Estimation Fusion Based on Simplified Model for Cross-Covariance of Local Estimation Errors","authors":"Qi Tang, Z. Duan, Donglin Zhang, X. Li","doi":"10.23919/fusion49751.2022.9841394","DOIUrl":"https://doi.org/10.23919/fusion49751.2022.9841394","url":null,"abstract":"Cross-correlation generally exists between local estimation errors in distributed estimation fusion but is hard to know exactly. In some cases, the cross-correlation is partially known (e.g., only correlation level is known approximately or known within an interval). Utilizing correlation information benefits estimation. To use it, one way is to model the correlation by a generalized Pearson's correlation coefficient times the matrix product of local MSE matrices. The correlation coefficient is used to measure linear relation between two random vectors, and is assumed to be random (e.g., uniformly distributed) over the provided interval. Based on the way the cross-covariance matrix is modeled, the assumption about correlation coefficient and by applying best linear unbiased estimation (BLUE) fusion, an estimation fusion algorithm, called expected BLUE fuser (EBF), is presented. Compared with similar algorithms, its comparable or better performance demonstrates its effectiveness. Considering the fusion results under various given correlation intervals, we observe that strong correlation benefits fusion performance, and point out that EBF gets good fusion results when the given correlation interval cover the true correlation coefficient tightly.","PeriodicalId":176447,"journal":{"name":"2022 25th International Conference on Information Fusion (FUSION)","volume":"148 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-07-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"116543152","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Gaussian Approximation Filter Based on Divergence Minimization for Nonlinear Dynamic Systems 基于散度最小化的非线性动态系统高斯逼近滤波器
Pub Date : 2022-07-04 DOI: 10.23919/fusion49751.2022.9841264
Li-wen Guo, Sanfeng Hu, Jie Zhou, X. Li
In the Bayesian filtering paradigm, approximation of posterior distribution is an important research topic for nonlinear dynamic systems. In this paper, we aim at obtaining its Gaussian approximation via KL divergence minimization. We formulate the problem as a nonlinear programming problem with linear constraints and resort to the feasible direction method for the solution. Since the gradient of the objective function involves intractable integrals, we adopt a cubature rule to calculate the gradient, which is suitable for real-time filtering for its simplicity, efficiency, and accuracy. Based on the Gaussian approximation, a nonlinear filter is derived, and it is demonstrated to be effective by simulations.
在贝叶斯滤波范式中,后验分布的逼近是非线性动态系统的一个重要研究课题。在本文中,我们的目标是通过KL散度最小化来获得它的高斯近似。我们将该问题表述为具有线性约束的非线性规划问题,并采用可行方向法求解。由于目标函数的梯度涉及难以处理的积分,我们采用一种立方体规则来计算梯度,该规则具有简单、高效和准确的特点,适合于实时滤波。在高斯近似的基础上,推导出一种非线性滤波器,并通过仿真验证了其有效性。
{"title":"Gaussian Approximation Filter Based on Divergence Minimization for Nonlinear Dynamic Systems","authors":"Li-wen Guo, Sanfeng Hu, Jie Zhou, X. Li","doi":"10.23919/fusion49751.2022.9841264","DOIUrl":"https://doi.org/10.23919/fusion49751.2022.9841264","url":null,"abstract":"In the Bayesian filtering paradigm, approximation of posterior distribution is an important research topic for nonlinear dynamic systems. In this paper, we aim at obtaining its Gaussian approximation via KL divergence minimization. We formulate the problem as a nonlinear programming problem with linear constraints and resort to the feasible direction method for the solution. Since the gradient of the objective function involves intractable integrals, we adopt a cubature rule to calculate the gradient, which is suitable for real-time filtering for its simplicity, efficiency, and accuracy. Based on the Gaussian approximation, a nonlinear filter is derived, and it is demonstrated to be effective by simulations.","PeriodicalId":176447,"journal":{"name":"2022 25th International Conference on Information Fusion (FUSION)","volume":"57 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-07-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125156722","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Linear Fusion with Element-Wise Knowledge 线性融合与元素智慧知识
Pub Date : 2022-07-04 DOI: 10.23919/fusion49751.2022.9841296
Jiří Ajgl, O. Straka
The process of combining data and estimates is inherent in estimation problems. This paper focuses on the linear fusion under the assumption that only some elements of the cross-correlation matrix of the estimation errors are known. Configurations of the knowledge are discussed individually for up to five estimates. For an arbitrary number of estimates, a general construction of upper bounds of the joint mean square error matrix is proposed. Last, the relation with the Split Covariance Intersection fusion is discussed.
将数据和估计结合起来的过程是估计问题所固有的。本文研究了在估计误差互相关矩阵只有部分元素已知的情况下的线性融合问题。知识的配置分别讨论最多五个估计。对于任意数目的估计,给出了联合均方误差矩阵上界的一般构造。最后,讨论了与分割协方差交叉融合的关系。
{"title":"Linear Fusion with Element-Wise Knowledge","authors":"Jiří Ajgl, O. Straka","doi":"10.23919/fusion49751.2022.9841296","DOIUrl":"https://doi.org/10.23919/fusion49751.2022.9841296","url":null,"abstract":"The process of combining data and estimates is inherent in estimation problems. This paper focuses on the linear fusion under the assumption that only some elements of the cross-correlation matrix of the estimation errors are known. Configurations of the knowledge are discussed individually for up to five estimates. For an arbitrary number of estimates, a general construction of upper bounds of the joint mean square error matrix is proposed. Last, the relation with the Split Covariance Intersection fusion is discussed.","PeriodicalId":176447,"journal":{"name":"2022 25th International Conference on Information Fusion (FUSION)","volume":"2 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-07-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"125664155","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Multi-Frame Track-Before-Detect for Scalable Extended Target Tracking 多帧检测前跟踪可扩展扩展目标跟踪
Pub Date : 2022-07-04 DOI: 10.23919/fusion49751.2022.9841326
Desheng Zhang, Wujun Li, Shixing Yang, Yingshun Wang, Chuan Zhu, Wei Yi
This paper mainly addresses the scalable detection and tracking of the extended target in the low signal-to-noise(SNR) environment. As the appearance and shape of the extended target are constantly varied, it is challenging to achieve robust detection and tracking. For this, a novel adaptive scale (AS) kernelized correlation filter (KCF) based on multi-frame track-before-detect (MF-TBD) framework is proposed. By embedding scaling pools into the response map to handle the scale variation and accumulating target energy overall feasible trajectories, AS-MF-TBD estimates the kinematic state and geometric shapes simultaneously. Both simulation data and real radar data are used to demonstrate the superiority of the proposed method in terms of detection performance and estimation accuracy.
本文主要研究低信噪比环境下扩展目标的可扩展检测与跟踪问题。由于扩展目标的外观和形状是不断变化的,实现鲁棒检测和跟踪是一个挑战。为此,提出一种基于多帧检测前跟踪(MF-TBD)框架的自适应尺度核相关滤波器(KCF)。AS-MF-TBD通过在响应图中嵌入尺度池来处理尺度变化,并在整体可行轨迹上积累目标能量,同时估计运动状态和几何形状。仿真数据和实际雷达数据验证了该方法在检测性能和估计精度方面的优越性。
{"title":"Multi-Frame Track-Before-Detect for Scalable Extended Target Tracking","authors":"Desheng Zhang, Wujun Li, Shixing Yang, Yingshun Wang, Chuan Zhu, Wei Yi","doi":"10.23919/fusion49751.2022.9841326","DOIUrl":"https://doi.org/10.23919/fusion49751.2022.9841326","url":null,"abstract":"This paper mainly addresses the scalable detection and tracking of the extended target in the low signal-to-noise(SNR) environment. As the appearance and shape of the extended target are constantly varied, it is challenging to achieve robust detection and tracking. For this, a novel adaptive scale (AS) kernelized correlation filter (KCF) based on multi-frame track-before-detect (MF-TBD) framework is proposed. By embedding scaling pools into the response map to handle the scale variation and accumulating target energy overall feasible trajectories, AS-MF-TBD estimates the kinematic state and geometric shapes simultaneously. Both simulation data and real radar data are used to demonstrate the superiority of the proposed method in terms of detection performance and estimation accuracy.","PeriodicalId":176447,"journal":{"name":"2022 25th International Conference on Information Fusion (FUSION)","volume":"33 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-07-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"128863434","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A Model Selection criterion for the Mixture Reduction problem based on the Kullback - Leibler Divergence 基于Kullback - Leibler散度的混合缩减问题模型选择准则
Pub Date : 2022-07-04 DOI: 10.23919/fusion49751.2022.9841270
A. D'Ortenzio, C. Manes, U. Orguner
In order to be properly addressed, many practical problems require an accurate stochastic characterization of the involved uncertainties. In this regard, a common approach is the use of mixtures of parametric densities which allow, in general, to arbitrarily approximate complex distributions by a sum of simpler elements. Nonetheless, in contexts like target tracking in clutter, where mixtures of densities are commonly used to approximate the posterior distribution, the optimal Bayesian recursion leads to a combinatorial explosion in the number of mixture components. For this reason, many mixture reduction algorithms have been proposed in the literature to keep limited the number of hypotheses, but very few of them have addressed the problem of finding a suitable model order for the resulting approximation. The commonly followed approach in those algorithms is to reduce the mixture to a fixed number of components, disregarding its features which may vary over time. In general, finding an optimal number of mixture components is a very difficult task: once a meaningful optimality criterion is identified, potentially burdensome computational procedures must be devised to reach the optimum. In this work, by exploiting the optimal transport theory, an efficient and intuitive model selection criterion for the mixture reduction problem is proposed.
为了正确地解决问题,许多实际问题需要对所涉及的不确定性进行精确的随机表征。在这方面,一种常见的方法是使用参数密度的混合,这种混合通常允许通过简单元素的总和来任意近似复杂分布。然而,在像杂波目标跟踪这样的环境中,通常使用混合密度来近似后验分布,最优贝叶斯递归会导致混合成分数量的组合爆炸。因此,文献中提出了许多混合约简算法来限制假设的数量,但其中很少有人解决了为所得近似找到合适的模型阶的问题。在这些算法中,通常遵循的方法是将混合物减少到固定数量的成分,而忽略其可能随时间变化的特征。一般来说,找到最优数量的混合成分是一项非常困难的任务:一旦确定了有意义的最优性准则,就必须设计出潜在的繁重计算程序来达到最优。本文利用最优输运理论,提出了一种高效、直观的混合料减量问题模型选择准则。
{"title":"A Model Selection criterion for the Mixture Reduction problem based on the Kullback - Leibler Divergence","authors":"A. D'Ortenzio, C. Manes, U. Orguner","doi":"10.23919/fusion49751.2022.9841270","DOIUrl":"https://doi.org/10.23919/fusion49751.2022.9841270","url":null,"abstract":"In order to be properly addressed, many practical problems require an accurate stochastic characterization of the involved uncertainties. In this regard, a common approach is the use of mixtures of parametric densities which allow, in general, to arbitrarily approximate complex distributions by a sum of simpler elements. Nonetheless, in contexts like target tracking in clutter, where mixtures of densities are commonly used to approximate the posterior distribution, the optimal Bayesian recursion leads to a combinatorial explosion in the number of mixture components. For this reason, many mixture reduction algorithms have been proposed in the literature to keep limited the number of hypotheses, but very few of them have addressed the problem of finding a suitable model order for the resulting approximation. The commonly followed approach in those algorithms is to reduce the mixture to a fixed number of components, disregarding its features which may vary over time. In general, finding an optimal number of mixture components is a very difficult task: once a meaningful optimality criterion is identified, potentially burdensome computational procedures must be devised to reach the optimum. In this work, by exploiting the optimal transport theory, an efficient and intuitive model selection criterion for the mixture reduction problem is proposed.","PeriodicalId":176447,"journal":{"name":"2022 25th International Conference on Information Fusion (FUSION)","volume":"8 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-07-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"121404800","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Uncertainty-Aware Quickest Change Detection: An Experimental Study 不确定性感知最快变化检测:一项实验研究
Pub Date : 2022-07-04 DOI: 10.23919/fusion49751.2022.9841313
J. Z. Hare, L. Kaplan
In this work, we study the problem of Quickest Change Detection which aims to detect when a stream of observations transitions from being drawn from a pre-change distribution to a post-change distribution as quickly as possible. Traditionally, either information is completely known about the distributions, or no information is known and their parameters are estimated using frequentist approaches, e.g., Generalized Likelihood Ratio test. Recently, the Uncertain Likelihood Ratio (ULR) test was proposed for the QCD problem which relaxes both of these assumptions to form a Bayesian test that allows for no knowledge, partial knowledge, and full knowledge of the parameters of the distributions. In this work, we extend the ULR test to improve the order of operations required to compute the test statistic using a windowing method to form the Windowed Uncertain Likelihood Ratio (W-ULR) algorithm. We then applied it to multivariate Gaussian observations and empirically evaluated the average detection delay and missed detections for various false alarm rates under various operating conditions. The results show that the W-ULR outperforms the (windowed) GLR test, which is consistent with the initial findings.
在这项工作中,我们研究了最快变化检测问题,其目的是检测何时从变化前分布到变化后分布的观察流尽可能快地转换。传统上,要么完全知道分布的信息,要么不知道分布的信息,使用频率方法(例如广义似然比检验)估计分布的参数。最近,针对QCD问题提出了不确定似然比(ULR)检验,该检验放宽了这两种假设,形成了允许对分布参数无知识、部分知识和完全知识的贝叶斯检验。在这项工作中,我们扩展了ULR检验,以改进使用加窗方法计算检验统计量所需的操作顺序,形成加窗不确定似然比(W-ULR)算法。然后,我们将其应用于多变量高斯观测,并对不同运行条件下各种虚警率的平均检测延迟和漏检进行了经验评估。结果表明,W-ULR优于(加窗)GLR测试,这与最初的研究结果一致。
{"title":"Uncertainty-Aware Quickest Change Detection: An Experimental Study","authors":"J. Z. Hare, L. Kaplan","doi":"10.23919/fusion49751.2022.9841313","DOIUrl":"https://doi.org/10.23919/fusion49751.2022.9841313","url":null,"abstract":"In this work, we study the problem of Quickest Change Detection which aims to detect when a stream of observations transitions from being drawn from a pre-change distribution to a post-change distribution as quickly as possible. Traditionally, either information is completely known about the distributions, or no information is known and their parameters are estimated using frequentist approaches, e.g., Generalized Likelihood Ratio test. Recently, the Uncertain Likelihood Ratio (ULR) test was proposed for the QCD problem which relaxes both of these assumptions to form a Bayesian test that allows for no knowledge, partial knowledge, and full knowledge of the parameters of the distributions. In this work, we extend the ULR test to improve the order of operations required to compute the test statistic using a windowing method to form the Windowed Uncertain Likelihood Ratio (W-ULR) algorithm. We then applied it to multivariate Gaussian observations and empirically evaluated the average detection delay and missed detections for various false alarm rates under various operating conditions. The results show that the W-ULR outperforms the (windowed) GLR test, which is consistent with the initial findings.","PeriodicalId":176447,"journal":{"name":"2022 25th International Conference on Information Fusion (FUSION)","volume":"433 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-07-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"122803220","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Real-time Seamless Image Stitching in Autonomous Driving 自动驾驶中的实时无缝图像拼接
Pub Date : 2022-07-04 DOI: 10.23919/fusion49751.2022.9841307
Christian Kinzig, Irene Cortés, C. Fernández, M. Lauer
Autonomous vehicles depend on an accurate perception of their surroundings. For this purpose, different approaches are used to detect traffic participants such as cars, cyclists, and pedestrians, as well as static objects. A commonly used method is object detection and classification in camera images. However, due to the limited field of view of camera images, detecting in the entire environment of the ego-vehicle is an additional challenge. Some solutions include the use of catadioptric cameras or clustered surround view camera systems that require a large installation height. In multi-camera setups, an additional step is required to merge objects from overlapping areas between cameras. As an alternative to these systems, we present a real-time capable image stitching method to improve the horizontal field of view for object detection in autonomous driving. To do this, we use a spherical camera model and determine the overlapping area of the neighboring images based on the calibration. Furthermore, lidar measurements are used to improve image alignment. Finally, seam carving is applied to optimize the transition between the images. We tested our approach on a modular redundant sensor platform and on the publicly available nuScenes dataset. In addition to qualitative results, we evaluated the stitched images using an object detection network. Moreover, the real-time capability of our image stitching method is shown in a runtime analysis.
自动驾驶汽车依赖于对周围环境的准确感知。为此,使用不同的方法来检测交通参与者,如汽车、骑自行车的人和行人,以及静态物体。一种常用的方法是对相机图像进行目标检测和分类。然而,由于相机图像的视野有限,在自我车辆的整个环境中进行检测是一个额外的挑战。一些解决方案包括使用反射相机或集群环视相机系统,这些系统需要较大的安装高度。在多相机设置中,需要额外的步骤来合并相机之间重叠区域的对象。作为这些系统的替代方案,我们提出了一种实时图像拼接方法,以改善自动驾驶中物体检测的水平视野。为此,我们使用球面相机模型,并根据标定确定相邻图像的重叠区域。此外,激光雷达测量用于改善图像对准。最后,利用接缝雕刻优化图像之间的过渡。我们在模块化冗余传感器平台和公开可用的nuScenes数据集上测试了我们的方法。除了定性结果外,我们还使用目标检测网络对缝合图像进行了评估。通过运行时分析,验证了该方法的实时性。
{"title":"Real-time Seamless Image Stitching in Autonomous Driving","authors":"Christian Kinzig, Irene Cortés, C. Fernández, M. Lauer","doi":"10.23919/fusion49751.2022.9841307","DOIUrl":"https://doi.org/10.23919/fusion49751.2022.9841307","url":null,"abstract":"Autonomous vehicles depend on an accurate perception of their surroundings. For this purpose, different approaches are used to detect traffic participants such as cars, cyclists, and pedestrians, as well as static objects. A commonly used method is object detection and classification in camera images. However, due to the limited field of view of camera images, detecting in the entire environment of the ego-vehicle is an additional challenge. Some solutions include the use of catadioptric cameras or clustered surround view camera systems that require a large installation height. In multi-camera setups, an additional step is required to merge objects from overlapping areas between cameras. As an alternative to these systems, we present a real-time capable image stitching method to improve the horizontal field of view for object detection in autonomous driving. To do this, we use a spherical camera model and determine the overlapping area of the neighboring images based on the calibration. Furthermore, lidar measurements are used to improve image alignment. Finally, seam carving is applied to optimize the transition between the images. We tested our approach on a modular redundant sensor platform and on the publicly available nuScenes dataset. In addition to qualitative results, we evaluated the stitched images using an object detection network. Moreover, the real-time capability of our image stitching method is shown in a runtime analysis.","PeriodicalId":176447,"journal":{"name":"2022 25th International Conference on Information Fusion (FUSION)","volume":"35 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-07-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"124044653","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 2
Visibility Informed Bernoulli Filter for Target Tracking in Cluttered Environments 基于可见性的伯努利滤波在混乱环境下的目标跟踪
Pub Date : 2022-07-04 DOI: 10.23919/fusion49751.2022.9841344
Timothy J. Glover, Cunjia Liu, Wen-Hua Chen
Incorporating prior environmental information to the diversely applied field of target tracking is becoming more beneficial in order to leverage maximum sensing performance. Urban scenarios in particular present numerous large obstacles that will block the field of view of most sensors along with many potential sources of measurement clutter. Handling these complications appropriately is imperative to ensure improved target tracking performance. This paper presents a computationally efficient method of integrating visibility information within the Bernoulli particle filter. Through estimation of target visibility with ray casting, the probability of target detection, birth density and spatial target density are modified. Numerical results demonstrate significantly more gradual degradation in target state estimation performance and improved estimation of target existence in the occlusion situation. Faster tracking recovery when emerging from occluded regions is also demonstrated.
将先验环境信息整合到目标跟踪的各种应用领域中,以最大限度地发挥传感性能。特别是城市场景中存在许多大型障碍物,这些障碍物将阻挡大多数传感器的视野,同时还有许多潜在的测量杂波源。适当地处理这些复杂问题是确保改进目标跟踪性能的必要条件。本文提出了一种在伯努利粒子滤波器中积分可见性信息的高效计算方法。通过光线投射法估计目标的可见性,对目标检测概率、目标出生密度和空间目标密度进行修正。数值结果表明,该算法在目标状态估计性能上有明显的逐步退化,在遮挡情况下对目标存在性的估计得到了改善。当从闭塞区域出现时,也证明了更快的跟踪恢复。
{"title":"Visibility Informed Bernoulli Filter for Target Tracking in Cluttered Environments","authors":"Timothy J. Glover, Cunjia Liu, Wen-Hua Chen","doi":"10.23919/fusion49751.2022.9841344","DOIUrl":"https://doi.org/10.23919/fusion49751.2022.9841344","url":null,"abstract":"Incorporating prior environmental information to the diversely applied field of target tracking is becoming more beneficial in order to leverage maximum sensing performance. Urban scenarios in particular present numerous large obstacles that will block the field of view of most sensors along with many potential sources of measurement clutter. Handling these complications appropriately is imperative to ensure improved target tracking performance. This paper presents a computationally efficient method of integrating visibility information within the Bernoulli particle filter. Through estimation of target visibility with ray casting, the probability of target detection, birth density and spatial target density are modified. Numerical results demonstrate significantly more gradual degradation in target state estimation performance and improved estimation of target existence in the occlusion situation. Faster tracking recovery when emerging from occluded regions is also demonstrated.","PeriodicalId":176447,"journal":{"name":"2022 25th International Conference on Information Fusion (FUSION)","volume":"31 1","pages":"0"},"PeriodicalIF":0.0,"publicationDate":"2022-07-04","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"132462180","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 1
期刊
2022 25th International Conference on Information Fusion (FUSION)
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1