paper-with-me

홈 › Papers

Neural Enhanced Belief Propagation for Multiobject Tracking

2022-12-16 · Mingchao Liang, Florian Meyer

Algorithmic solutions for multi-object tracking (MOT) are a key enabler for applications in autonomous navigation and applied ocean sciences. State-of-the-art MOT methods fully rely on a statistical model and typically use preprocessed sensor data as measurements. In particular, measurements are produced by a detector that extracts potential object locations from the raw sensor data collected for a discrete time step. This preparatory processing step reduces data flow and computational complexity but may result in a loss of information. State-of-the-art Bayesian MOT methods that are based on belief propagation (BP) systematically exploit graph structures of the statistical model to reduce computational complexity and improve scalability. However, as a fully model-based approach, BP can only provide suboptimal estimates when there is a mismatch between the statistical model and the true data-generating process. Existing BP-based MOT methods can further only make use of preprocessed measurements. In this paper, we introduce a variant of BP that combines model-based with data-driven MOT. The proposed neural enhanced belief propagation (NEBP) method complements the statistical model of BP by information learned from raw sensor data. This approach conjectures that the learned information can reduce model mismatch and thus improve data association and false alarm rejection. Our NEBP method improves tracking performance compared to model-based methods. At the same time, it inherits the advantages of BP-based MOT, i.e., it scales only quadratically in the number of objects, and it can thus generate and maintain a large number of object tracks. We evaluate the performance of our NEBP approach for MOT on the nuScenes autonomous driving dataset and demonstrate that it has state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2212.08340

Code (1)

Peterbotliang/NEBPMOT 공식 구현 pytorch

Tasks

Autonomous DrivingAutonomous NavigationMulti-Object TrackingObject Tracking

Similar Papers 제목 키워드 기반

Neural Enhanced Belief Propagation for Data Association in Multiobject Tracking

2022-03-17 · Mingchao Liang, Florian Meyer

Situation-aware technologies enabled by multiobject tracking (MOT) methods will create new services and applications in fields such as autonomous navigation and applied ocean sciences. Belief propagation (BP) is a state-…

Autonomous DrivingAutonomous Navigation

A New Architecture for Neural Enhanced Multiobject Tracking

2024-10-08 · Shaoxiu Wei, Mingchao Liang, Florian Meyer

Multiobject tracking (MOT) is an important task in robotics, autonomous driving, and maritime surveillance. Traditional work on MOT is model-based and aims to establish algorithms in the framework of sequential Bayesian …

Autonomous Driving

Bayesian Multiobject Tracking With Neural-Enhanced Motion and Measurement Models

2025-06-22 · Shaoxiu Wei, Mingchao Liang, Florian Meyer

Multiobject tracking (MOT) is an important task in applications including autonomous driving, ocean sciences, and aerospace surveillance. Traditional MOT methods are model-based and combine sequential Bayesian estimation…

Autonomous Driving

Association-Based Track-Before-Detect with Object Contribution Probabilities

2025-04-23 · Thomas Kropfreiter, Jason L. Williams, Florian Meyer

Multiobject tracking provides situational awareness that enables new applications for modern convenience, applied ocean sciences, public safety, and homeland security. In many multiobject tracking applications, including…

An Approach of Directly Tracking Multiple Objects

2025-03-02 · Mingchao Liang, Florian Meyer

In conventional approaches for multiobject tracking (MOT), raw sensor data undergoes several preprocessing stages to reduce data rate and computational complexity. This typically includes coherent processing that aims at…