English

PS-MOT: Cultivating Instance Awareness from Point Seeds for Multi-Object Tracking

Computer Vision and Pattern Recognition 2026-06-29 v1 Robotics Image and Video Processing

Abstract

We introduce Point-supervised Multi-Object Tracking (PS-MOT) as a cost-effective alternative to traditional bounding box supervision, shifting the focus from spatial fitting to topological center-driven representation. However, PS-MOT faces challenges, e.g., spatial ambiguity and identity drift due to the lack of explicit geometric structure and scale constraints. To address these, we propose PS-Track, a hierarchical pipeline transitioning from points to instances across data, model, and loss levels. At the data level, we introduce Temporal-Feedback Prompting (TFP) to evolve points into temporally consistent pseudo-labels using negative spatial cues and motion priors. At the model level, we design the Point-Excited Wavelet Attention (PEWA) module, which leverages semantic correlations to activate high-frequency components, ``hallucinating'' object boundaries. At the loss level, Uncertainty-Guided Gaussian Learning (UGL) models pseudo-labels as probabilistic distributions, dynamically calibrating supervision intensity. Experiments on DanceTrack, EmboTrack, SportsMOT, and JRDB demonstrate that PS-Track provides a feasible and effective point-supervised alternative across diverse tracking scenarios, establishing a new state-of-the-art for point-supervised tracking. The source code is available at https://github.com/xifen523/PS-MOT.

Cite

@article{arxiv.2606.30476,
  title  = {PS-MOT: Cultivating Instance Awareness from Point Seeds for Multi-Object Tracking},
  author = {Kai Luo and Fei Teng and Mengfei Duan and Wanjun Jia and Xu Wang and Hao Shi and Kunyu Peng and Zhiyong Li and Kailun Yang},
  journal= {arXiv preprint arXiv:2606.30476},
  year   = {2026}
}

Comments

Accepted to ECCV 2026. The source code is available at https://github.com/xifen523/PS-MOT