Efficient Track Linking Methods for Track Graphs Using Network-Flow and Set-Cover Techniques
Abstract
This paper proposes novel algorithms that use network-flow and set-cover techniques to perform occlusion reasoning for a large number of small, moving objects in single or multiple views. We designed a track-linking framework for reasoning about short-term and long-term occlusions. We introduce a two-stage network-flow process to automatically construct a "track graph" that describes the track merging and splitting events caused by occlusion. To explain short-term occlusions, when local information is sufficient to distinguish objects, the process links trajectory segments through a series of optimal bipartite-graph matches. To resolve long-term occlusions, when global information is needed to characterize objects, the linking process computes a logarithmic approximation solution to the set cover problem. If multiple views are available, our method builds a track graph, independently for each view, and then simultaneously links track segments from each graph, solving a joint set cover problem for which a logarithmic approximation also exists. Through experiments on different datasets, we show that our proposed linear and integer optimization techniques make the track graph a particularly useful tool for tracking large groups of individuals in images.
Cite
Text
Wu et al. "Efficient Track Linking Methods for Track Graphs Using Network-Flow and Set-Cover Techniques." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011. doi:10.1109/CVPR.2011.5995515Markdown
[Wu et al. "Efficient Track Linking Methods for Track Graphs Using Network-Flow and Set-Cover Techniques." IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2011.](https://mlanthology.org/cvpr/2011/wu2011cvpr-efficient/) doi:10.1109/CVPR.2011.5995515BibTeX
@inproceedings{wu2011cvpr-efficient,
title = {{Efficient Track Linking Methods for Track Graphs Using Network-Flow and Set-Cover Techniques}},
author = {Wu, Zheng and Kunz, Thomas H. and Betke, Margrit},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition},
year = {2011},
pages = {1185-1192},
doi = {10.1109/CVPR.2011.5995515},
url = {https://mlanthology.org/cvpr/2011/wu2011cvpr-efficient/}
}