CVROIVMar 6, 2025

Omnidirectional Multi-Object Tracking

arXiv:2503.04565v29 citationsh-index: 39Has CodeCVPR
AI Analysis

This work addresses the problem of tracking objects in panoramic views for robotics and surveillance applications, representing an incremental advance by adapting existing MOT methods to handle distortions and introducing a new dataset.

The paper tackles multi-object tracking in panoramic imagery, which suffers from distortions and limited datasets, by proposing OmniTrack, a framework that integrates tracklet management, flexible instances, and a distortion-alleviation module, achieving state-of-the-art performance with a HOTA score improvement of 3.43% on JRDB and 6.81% on a new QuadTrack dataset.

Panoramic imagery, with its 360° 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 panoramic 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 panoramic 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 established dataset and source code are available at https://github.com/xifen523/OmniTrack.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes