Omnidirectional Multi-Object Tracking

📅 2025-03-06
📈 Citations: 0
Influential: 0
📄 PDF

career value

196K/year
🤖 AI Summary
Existing multi-object tracking (MOT) methods are designed for pinhole cameras and suffer significant performance degradation on omnidirectional images due to severe geometric distortion, non-uniform resolution, and illumination variation. To address this, we propose OmniTrack—the first end-to-end MOT framework tailored for fisheye/omnidirectional imagery. It comprises three core components: (1) Tracklet temporal management for robust trajectory maintenance; (2) FlexiTrack, a deformable instance modeling and association module; and (3) CircularStatE, a circular-geometry-aware statistical distortion correction mechanism. Furthermore, we introduce QuadTrack—a novel omnidirectional MOT benchmark captured by quadruped robots—filling a critical gap in the community. OmniTrack achieves state-of-the-art HOTA scores of 26.92% (+3.43%) on JRDB and 23.45% (+6.81%) on QuadTrack. Both code and dataset are publicly released.

Technology Category

Application Category

📝 Abstract
Panoramic imagery, with its 360{deg} field of view, offers comprehensive information to support Multi-Object Tracking (MOT) in capturing spatial and temporal relationships of surrounding objects. However, most MOT algorithms are tailored for pinhole images with limited views, impairing their effectiveness in panoramic settings. Additionally, panoramic image distortions, such as resolution loss, geometric deformation, and uneven lighting, hinder direct adaptation of existing MOT methods, leading to significant performance degradation. To address these challenges, we propose OmniTrack, an omnidirectional MOT framework that incorporates Tracklet Management to introduce temporal cues, FlexiTrack Instances for object localization and association, and the CircularStatE Module to alleviate image and geometric distortions. This integration enables tracking in large field-of-view scenarios, even under rapid sensor motion. To mitigate the lack of panoramic MOT datasets, we introduce the QuadTrack dataset--a comprehensive panoramic dataset collected by a quadruped robot, featuring diverse challenges such as wide fields of view, intense motion, and complex environments. Extensive experiments on the public JRDB dataset and the newly introduced QuadTrack benchmark demonstrate the state-of-the-art performance of the proposed framework. OmniTrack achieves a HOTA score of 26.92% on JRDB, representing an improvement of 3.43%, and further achieves 23.45% on QuadTrack, surpassing the baseline by 6.81%. The dataset and code will be made publicly available at https://github.com/xifen523/OmniTrack.
Problem

Research questions and friction points this paper is trying to address.

Addresses challenges in Multi-Object Tracking (MOT) for panoramic imagery.
Proposes OmniTrack to handle distortions and wide field-of-view scenarios.
Introduces QuadTrack dataset to overcome lack of panoramic MOT benchmarks.
Innovation

Methods, ideas, or system contributions that make the work stand out.

OmniTrack framework integrates Tracklet Management for temporal cues.
FlexiTrack Instances enhance object localization and association.
CircularStatE Module reduces image and geometric distortions.
🔎 Similar Papers
No similar papers found.