paper-with-me

Papers

Linear Complexity Gibbs Sampling for Generalized Labeled Multi-Bernoulli Filtering

2022-11-29 · Changbeom Shim, Ba-Tuong Vo, Ba-Ngu Vo, Jonah Ong, Diluka Moratuwage

Generalized Labeled Multi-Bernoulli (GLMB) densities arise in a host of multi-object system applications analogous to Gaussians in single-object filtering. However, computing the GLMB filtering density requires solving NP-hard problems. To alleviate this computational bottleneck, we develop a linear complexity Gibbs sampling framework for GLMB density computation. Specifically, we propose a tempered Gibbs sampler that exploits the structure of the GLMB filtering density to achieve an $\mathcal{O}(T(P+M))$ complexity, where $T$ is the number of iterations of the algorithm, $P$ and $M$ are the number hypothesized objects and measurements. This innovation enables the GLMB filter implementation to be reduced from an $\mathcal{O}(TP^{2}M)$ complexity to $\mathcal{O}(T(P+M+\log T)+PM)$. Moreover, the proposed framework provides the flexibility for trade-offs between tracking performance and computational load. Convergence of the proposed Gibbs sampler is established, and numerical studies are presented to validate the proposed GLMB filter implementation.

📄 PDF Abstract BibTeX arXiv:2211.16041

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Generalized Labeled Multi-Bernoulli Filter Implementation using Gibbs Sampling

2015-06-02 · Hung Gia Hoang, Ba-Tuong Vo, Ba-Ngu Vo

This paper proposes an efficient implementation of the generalized labeled multi-Bernoulli (GLMB) filter by combining the prediction and update into a single step. In contrast to the original approach which involves sepa…

Prediction

Multi-sensor Joint Adaptive Birth Sampler for Labeled Random Finite Set Tracking

2021-08-11 · Anthony Trezza, Donald J. Bucci Jr., Pramod K. Varshney

This paper provides a scalable, multi-sensor measurement adaptive track initiation technique for labeled random finite set filters. A naive construction of the multi-sensor measurement adaptive birth set distribution lea…

On Gibbs Sampling Architecture for Labeled Random Finite Sets Multi-Object Tracking

2023-06-27 · Anthony Trezza, Donald J. Bucci Jr., Pramod K. Varshney

Gibbs sampling is one of the most popular Markov chain Monte Carlo algorithms because of its simplicity, scalability, and wide applicability within many fields of statistics, science, and engineering. In the labeled rand…

Multi-Object TrackingObject Tracking

A Graph Neural Network Approach for Solving the Ranked Assignment Problem in Multi-Object Tracking

2026-04-02 · Robin Dehler, Martin Herrmann, Jan Strohbeck, Michael Buchholz arxiv

Associating measurements with tracks is a crucial step in Multi-Object Tracking (MOT) to guarantee the safety of autonomous vehicles. To manage the exponentially growing number of track hypotheses, truncation becomes nec…

Multi-Object TrackingGraph Neural NetworkAutonomous Vehicles

Analyzing Hogwild Parallel Gaussian Gibbs Sampling

2013-12-01 · NeurIPS 2013 12 · Matthew Johnson, James Saunderson, Alan Willsky

Sampling inference methods are computationally difficult to scale for many models in part because global dependencies can reduce opportunities for parallel computation. Without strict conditional independence structure …