📄
Abstract - Context-Aware Sensor Modeling for Asynchronous Multi-Sensor Tracking in Stone Soup
Multi-sensor tracking in the real world involves asynchronous sensors with partial coverage and heterogeneous detection performance. Although probabilistic tracking methods permit detection probability and clutter intensity to depend on state and sensing context, many practical frameworks enforce globally uniform observability assumptions. Under multi-rate and partially overlapping sensing, this simplification causes repeated non-detections from high-rate sensors to erode tracks visible only to low-rate sensors, potentially degrading fusion performance. We introduce DetectorContext, an abstraction for the open-source multi-target tracking framework Stone Soup. DetectorContext exposes detection probability and clutter intensity as state-dependent functions evaluated during hypothesis formation. The abstraction integrates with existing probabilistic trackers without modifying their update equations. Experiments on asynchronous radar-lidar data demonstrate that context-aware modeling restores stable fusion and significantly improves HOTA and GOSPA performance without increasing false tracks.
Stone Soup框架中用于异步多传感器跟踪的上下文感知传感器建模 /
Context-Aware Sensor Modeling for Asynchronous Multi-Sensor Tracking in Stone Soup
1️⃣ 一句话总结
这篇论文为开源多目标跟踪框架Stone Soup提出了一种名为DetectorContext的传感器建模方法,它通过让传感器的探测概率和杂波强度根据目标状态和探测环境动态变化,有效解决了现实中异步、部分覆盖的多传感器在融合跟踪时,高速率传感器频繁‘未探测到’会错误削弱低速传感器可见目标轨迹的问题,从而显著提升了跟踪的稳定性和准确性。