A Generalized Successive Shortest Paths Solver for Tracking Dividing Targets
Abstract
Tracking-by-detection methods are prevailing in many tracking scenarios. One attractive property is that in the absence of additional constraints they can be solved optimally in polynomial time, e.g. by min-cost flow solvers. But when potentially dividing targets need to be tracked – as is the case for biological tasks like cell tracking – finding the solution to a global tracking-by-detection model is NP-hard. In this work, we present a flow-based approximate solution to a common cell tracking model that allows for objects to merge and split or divide. We build on the successive shortest path min-cost flow algorithm but alter the residual graph such that the flow through the graph obeys division constraints and always represents a feasible tracking solution. By conditioning the residual arc capacities on the flow along logically associated arcs we obtain a polynomial time heuristic that achieves close-to-optimal tracking results while exhibiting a good anytime performance. We also show that our method is a generalization of an approximate dynamic programming cell tracking solver by Magnusson et al. that stood out in the ISBI Cell Tracking Challenges.
Cite
Text
Haubold et al. "A Generalized Successive Shortest Paths Solver for Tracking Dividing Targets." European Conference on Computer Vision, 2016. doi:10.1007/978-3-319-46478-7_35Markdown
[Haubold et al. "A Generalized Successive Shortest Paths Solver for Tracking Dividing Targets." European Conference on Computer Vision, 2016.](https://mlanthology.org/eccv/2016/haubold2016eccv-generalized/) doi:10.1007/978-3-319-46478-7_35BibTeX
@inproceedings{haubold2016eccv-generalized,
title = {{A Generalized Successive Shortest Paths Solver for Tracking Dividing Targets}},
author = {Haubold, Carsten and Ales, Janez and Wolf, Steffen and Hamprecht, Fred A.},
booktitle = {European Conference on Computer Vision},
year = {2016},
pages = {566-582},
doi = {10.1007/978-3-319-46478-7_35},
url = {https://mlanthology.org/eccv/2016/haubold2016eccv-generalized/}
}