CVAIJun 22

Polycepta: Object-Centric Appearance Estimation for Multi-Object Tracking

arXiv:2606.236046.1
Predicted impact top 74% in CV · last 90 daysOriginality Highly original
AI Analysis

For multi-object tracking systems, Polycepta offers a more robust and efficient appearance cue that improves tracking accuracy without sacrificing real-time performance.

Polycepta reformulates appearance modeling in multi-object tracking as a recursive estimation problem, constructing and updating object-specific appearance states over time. It reduces identity switches and improves tracking performance on KITTI, Waymo, and MOT17, achieving 92.27% MOTA on KITTI at 90.57 Hz.

The tracking-by-detection paradigm in multi-object tracking (MOT) typically relies on static appearance descriptors to complement motion estimation. However, these descriptors are frame-independent, limiting their robustness as visual cues. Since such descriptors are often obtained from computationally intensive pretrained backbones, real-time MOT systems frequently abandon appearance cues altogether and rely solely on motion prediction and geometric association. In this work, we introduce Polycepta, an object-centric appearance state estimation framework that reformulates appearance modeling as a recursive estimation problem rather than a frame-wise matching task. Polycepta constructs and continuously updates an independent appearance state for each tracked object, enabling future appearance representations to be estimated from accumulated observations. Polycepta is encouraged to learn the appearance-state construction of object-specific representations rather than memorize them through a proposed learning strategy, enabling appearance estimation for unseen classes. A key property of Polycepta is that the quality of appearance estimation improves as object states evolve during inference. While conventional appearance descriptors remain static or degrade over time, Polycepta progressively refines appearance estimates as additional observations are accumulated. Extensive experiments on KITTI, the Waymo Open Dataset, and MOT17 demonstrate consistent reductions in identity switches and improvements in tracking performance when integrated into the tracking-by-detection pipelines. Polycepta operates at 90.57 Hz and delivers state-of-the-art performance on the KITTI benchmark when integrated into the RobMOT framework, achieving a MOTA of 92.27\%.

Foundations

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

Your Notes