CVMay 9, 2019

Intra-frame Object Tracking by Deblatting

arXiv:1905.03633v20.0029 citations
AI Analysis50

This addresses the challenge of tracking high-speed objects in sports videos, where motion blur hinders standard methods, offering a domain-specific incremental improvement.

The paper tackles the problem of tracking fast-moving, motion-blurred objects in videos by introducing Tracking by Deblatting, which estimates intra-frame trajectories through deblurring and matting, resulting in improved recall and trajectory accuracy compared to baselines.

Objects moving at high speed along complex trajectories often appear in videos, especially videos of sports. Such objects elapse non-negligible distance during exposure time of a single frame and therefore their position in the frame is not well defined. They appear as semi-transparent streaks due to the motion blur and cannot be reliably tracked by standard trackers. We propose a novel approach called Tracking by Deblatting based on the observation that motion blur is directly related to the intra-frame trajectory of an object. Blur is estimated by solving two intertwined inverse problems, blind deblurring and image matting, which we call deblatting. The trajectory is then estimated by fitting a piecewise quadratic curve, which models physically justifiable trajectories. As a result, tracked objects are precisely localized with higher temporal resolution than by conventional trackers. The proposed TbD tracker was evaluated on a newly created dataset of videos with ground truth obtained by a high-speed camera using a novel Trajectory-IoU metric that generalizes the traditional Intersection over Union and measures the accuracy of the intra-frame trajectory. The proposed method outperforms baseline both in recall and trajectory accuracy.

Code Implementations3 repos
Foundations

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

Your Notes