Search papers, labs, and topics across Lattice.
This paper introduces Point-supervised Multi-Object Tracking (PS-MOT), which shifts the paradigm from traditional bounding box supervision to a topological center-driven representation, addressing challenges like spatial ambiguity and identity drift. The authors propose a hierarchical pipeline called PS-Track that integrates Temporal-Feedback Prompting, Point-Excited Wavelet Attention, and Uncertainty-Guided Gaussian Learning to enhance the tracking of objects from point seeds. Experimental results across multiple datasets, including DanceTrack and SportsMOT, show that PS-Track achieves state-of-the-art performance in point-supervised tracking scenarios.
Transforming point seeds into temporally consistent object instances, PS-Track sets a new benchmark in multi-object tracking without relying on traditional bounding box annotations.
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.